body {
	background-color: #000000;
	background-image: url(../images/background/body_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.whitetextmedium {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
.yellowtextmedium {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #E3B432;
}
.top_menu_box {
	background-color: #5B0304;
	height: 32px;
}
.search_box {
	background-image: url(../images/background/search_background.jpg);
	background-repeat: no-repeat;
}
.userpanelbox {
	background-image: url(../images/background/userpanel_background.jpg);
	background-repeat: no-repeat;
}
.userpanelbox_section1 {
	background-color: #000000;
}
.userpanelbox_section2 {
	background-color: #3E0000;
}
.userpanel_listrow {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/bullets/arrowbullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	padding-left:16px;
}

.userpanel_textfield {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #610002;
	background-color: #FFFFFF;
	height: 22px;
	padding-left: 6px;
	padding-top:3px;
	border: 1px solid #000000;
}
.advertisement_background {
	background-color: #1D1D1D;
}
.weeklypollbox {
	background-image: url(../images/background/weeklypoll_background.jpg);
	background-repeat: no-repeat;
	height:359px;
}
.weatherbox {
	background-image: url(../images/background/weather_background.jpg);
	background-repeat: no-repeat;
	height:101px;
}
.weatherboxtitle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #E3B432;
	background-color: #4C0809;
	padding-left:5px;
	height:22px;
	vertical-align:middle;
}
.hhbox {
	background-image: url(../images/background/hh_background.jpg);
	background-repeat: no-repeat;
}
.hhnews_background {
	background-image: url(../images/background/hhdotted_background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.hhthumbnail {
	border: 1px solid #E3B432;
}
.hhpicture {
	border: 2px solid #E3B432;
}
.musicpollbox {
	background-image: url(../images/background/musicpoll_background.jpg);
	background-repeat: no-repeat;
	background-color:#0D0D0D;
	background-position: center top;
}
.cdmonthbox {
	background-color: #0D0D0D;
}
.hitlist_background {
	background-color: #610002;
}

.podcastsbox_background {
	background-image: url(../images/background/podcasts_background.gif);
	background-repeat: no-repeat;
	height:275px;
	background-position: left top;
}
.podcastsleft_background {
	background-image: url(../images/background/podcastsleft_background.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}
.footer_background {
	background-color: #5B0304;
}

.contests_background {
	background-image: url(../images/background/contests_background.gif);
	background-repeat: no-repeat;
}

.contestsleft_background {
	background-image: url(../images/background/contestsleft_background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:481px;
}
.contests_heading {
	background-image: url(../images/background/contests_podcasts_heading.jpg);
	background-repeat: no-repeat;
}

.poll_td_bg{
	background-image:url(../images/background/poll_bg.gif);
	background-repeat:repeat-x;
	background-position:center center; 
	height:20px;
}
.poll_td_fill{
	background-image:url(../images/background/poll_fill.gif);
	background-repeat:repeat-x;
	background-position:center center; 
	height:20px;
}
.whitetextsmall {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.yellowtextsmall {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #E3B432;
}
.weatherinternalbox {
	background-image: url(../images/background/weather_internal_background.jpg);
	background-repeat: no-repeat;
	height:102px;
}
.userpanelinternalbox {
	background-image: url(../images/background/userpanel_internal_background.jpg);
	background-repeat: no-repeat;
}
.pageheadingcategory {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #E3B432;
	text-transform:uppercase;
}
.pageheadingbackground {
	background-color:#18181A;
}
.pagetitle {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform:uppercase;
}
.pagetitle_contest {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.pagebackground {
	background-color:#000000;
}
.input_page{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5B0304;
	background-color:#EEEEEE;
	border: 1px solid #5B0304;
}
.dottedseparatorline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.weeklypollinternalbox {
	background-color: #161616;
}
a,a.hover,a.visited {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;	
}
.underline_link {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;	
}
.registerform_textfield {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #610002;
	background-color: #FFFFFF;
	height: 20px;
	padding-left: 3px;	
	padding-top:2px;
	border: 1px solid #000000;
}
.registerform_button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5B0304;
	height: 20px;
	padding-left: 3px;	
	border: 1px solid #FFFFFF;
}
.usercontrolpanelbox {
	background-image: url(../images/background/usercontrolpanel_background.jpg);
	background-repeat: no-repeat;
}
.usercontrolpanelinternal {
	background-image: url(../images/background/usercontrolpanelinternal_backgr.jpg);
	background-repeat: no-repeat;
}
select {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #5B0304;
}
.error_message{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration:none;
}
.news_whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12pt;
}
.news_yellowtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #E3B432;
	line-height: 12pt;
}
.cdreleaseimage {
	border: 2px solid #E3B432;
}
.content_whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12pt;
}
.content_yellowtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #E3B432;
	line-height: 12pt;
}
.form_textarea {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #610002;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-top:3px;
	border: 1px solid #000000;
}
.search_button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1d1d1d;
	height: 20px;
	padding-left: 3px;	
	border: 1px solid #EEEEEE;
}


/* New Classes */
a.whitelinksmall,a.whitelinksmall:hover {	
							font-family: Tahoma; font-size: 11px; font-weight: normal; 	color: #FFFFFF; }

a.yellowlinksmall,a.yellowlinksmall:hover {	
							font-family: Tahoma; font-size: 11px; font-weight: normal; 	color: #E3B432; }


.home_whitetextmedium { 	font-family: Tahoma;  font-size: 11px; 	font-weight: normal; color: #FFFFFF;}
.home_yellowtextmedium { 	font-family: Tahoma;  font-size: 11px; 	font-weight: normal; color: #E3B432;}

.home_whitetextsmall { 		font-family: Tahoma;  font-size: 10px;	font-weight: normal; color: #FFFFFF; }
.home_yellowtextsmall { 	font-family: Tahoma;  font-size: 10px;	font-weight: normal; color: #E3B432; }

.blog_outer_background { 	background-color:#610002; }
.blog_inner_background {	background-color:#440001; }
