﻿body 
{
    margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: white;
	background-color: black;
	text-align: center;	
}

td 
{
    vertical-align: top;
}

a:link,
a:visited {
	color: #00ffff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ff00ff;
	font-weight: bold;
	text-decoration: underline;
}
#header
{
    font-size: 0.8em;
    width: 800px;
    height: 301px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: black;
}

#divcontent
{
    font-size: 0.8em;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	color: #fdc2ec;
	text-align: left;
}


#footer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	color: white;
	margin-bottom: 10px;
}



div.NewsItem {
    margin-left: 10px;
    margin-right: 10px;
    border: #fdc2ec 3px solid;
    margin-bottom: 10px;
}
  
div.NewsTitle {
    background-color: #fdc2ec;
    color: black;
    font-weight: bold;
    font-size:1.5em;
    padding-left: 20px;
  }
div.NewsTitle a:link, 
div.NewsTitle a:visited
{
    color: black;
}

div.NewsContent {
    padding: 7px;
  }
div.NewsPostedDate {
    font-style: italic;
    padding-bottom: 0px;
    text-align: right;
  }

.AlbumTitle
{
    font-weight: bold;
    font-size: 1.2em;
}  

.songname
{
	font-weight: bold;
}
  
.songdesc
 {
	color: #a0a0a0;
	font-size: 90%;
 }


h1
{
	text-align: left;
	font-size: 1.5em;
	padding-top: 10px;
	padding-left: 5px;
}

div.thumbnail
{
    margin: 5px; 
    width: 177px; 
    height: 177px; 
    text-align:center;
}

.GBItem
{
    border: #fdc2ec 3px solid;
    width: 610px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.GBAuthor
{
    width: 250px;
    background-color: #fdc2ec;
    color: Black;
}

.GBAuthor a:link,
.GBAuthor a:visited {
	color: #aa00aa;
	font-weight: bold;
	text-decoration: underline;
}

.GBAuthor a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.GBAuthor .Name
{
    font-size: 1.5em;
    font-weight: bold;
}

.GBContent
{
    padding: 15px;
}

.GBResponse
{
	padding: 0;
	margin-top: 10px;
	padding-top: 10px;
    border-top: #fdc2ec 1px solid;
    color: Green;
}

.GBResponse .Body
{
	padding-left: 75px;
}

.GBResponse .Icon
{
    float: left;
    width: 75px;
    height: 71px;
    background-image: url(images/ask_answer.jpg);
    background-repeat: no-repeat;
}

div.grey
{
    text-align: left;
	color: #bbbbbb;
}

div.merchThumb
{
    text-align: center;
    width: 200px;
}

div.viewMerch
{
    width: 100%; 
    border: #fdc2ec 3px solid;
}

div.viewMerch div.title
{
    background-color: #fdc2ec;
    color: Black;
    font-weight: bold;
    width: 100%;
}

div.viewMerch div.imgBig
{
    position: relative;
    margin: 3px;
    width: 500px;
    text-align: center;
}

div.viewMerch div.Details
{
    width: 280px;
    float: right;
    margin-right: auto;
}

span.viewMerchName
{
    font-weight: bold;
}



div.AskItem
{
	margin-left: 10px;
    margin-right: 10px;
    border: #fdc2ec 1px solid;
    margin-bottom: 30px;
}

div.AskItem .stats
{
    background-color: #fdc2ec;
    color: black;
    font-weight: bold;
    padding: 5px;
}

div.AskItem div.AskQuestion
{
    border-bottom: #fdc2ec 1px dotted;
	padding: 5px;
    padding-bottom: 20px;
}

div.AskItem div.AskAnswer
{
	padding: 5px;
    padding-top: 20px;
}


div.AskItem div.AskAnswer div.AnswerIcon
{
    float: left;
    width: 75px;
    height: 71px;
    background-image: url(images/ask_answer.jpg);
    background-repeat: no-repeat;
}


div.AskItem div.AskAnswer div.body
{
    padding-left: 75px;
}


.txt
{
	/*border: #ff00ff 1px solid;*/
	border: 0;
	background-color: #fdc2ec;
	color : black;
	font-size : 10pt;
	font-weight: bold;
}

.btn
{
	background-color: #00ffff;
	/*border: black 1px solid;*/
	border: 0;
	color: Black;
	font-weight: bold;
	/*width: 60px;*/
	padding-left: 10px;
	padding-right: 10px;
}

