/* Start of CMSMS style sheet 'Theme' */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../uploads/images/page-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#pagewrapper{
	background-image: url(../uploads/images/bkg-fix.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#pagewrappertop{
	background-image: url(../uploads/images/page-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#Header{
	width: 950px;
	background-image: url(../uploads/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
}

#Navigation{
	width: 100%;
	background-color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #586F1A;
}

#Content{
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#Footer{
	width: 950px;
	background-color: #000000;
	color: #cccccc;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #586F1A;
}

.DottedLineHorizontal{
	background-image: url(../uploads/images/dotted_live_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.DottedLineVertical{
	background-image: url(../uploads/images/dotted_live_v.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.Title{
	background-image: url(../uploads/images/title_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-weight: bold;
	color: #F9C920;
	padding-left: 28px;
	line-height: 1.5em;
}

a.NormalLink{
	color: #666666;
}
a.NormalLink:Hover{
	color: #000000;
}
a.FooterLink{
	color: #cccccc;
}
a.FooterLink:hover{
	color: #FF9900;
}
.FooterLink{
	color: #999999;
}
.HeaderBkg{
	background-image: url(../uploads/images/track-control.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.NewSongs{
	background-image: url(../uploads/images/traffic-jams_r7_c13.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.Welcome{
	background-image: url(../uploads/images/traffic-jams_r7_c5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.SmallText{
	font-size: 11px;
}
.AlbumBorder{
	border: 3px solid #959494;
}
a.SmallMoreLink{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
a.SmallMoreLink:hover{
	font-size: 11px;
	font-weight: normal;
	color: #D5AB00;
}

a{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #D5AB00;
}

Input, textarea{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #000000;
}
/* End of 'Theme' */

