body {
	background-image: url(../assets/grf/hm/bg_top.gif);
	background-repeat: repeat-x;
	background-color: #A30100;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p, li {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.listbody { width:400px;

}
a.rotatorlink:link {color: #444;text-decoration: none;}
a.rotatorlink:visited {color: #444;text-decoration: none;}
a.rotatorlink:active {color: #444;text-decoration: none;}
a.rotatorlink:link:hover {color: #444;text-decoration: underline;}
a.rotatorlink:visited:hover {color: #444;text-decoration: underline;}
a.rotatorlink:active:hover {color: #444;text-decoration: underline;}

a.ranklink:link {color:#cd0202; text-decoration: none; font-size:12px; font-weight:bold;}
a.ranklink:visited {color: #cd0202;text-decoration: none;font-size:12px; font-weight:bold;}
a.ranklink:active {color: #cd0202;text-decoration: none;font-size:12px; font-weight:bold;}
a.ranklink:link:hover {color: #cd0202;text-decoration: underline;font-size:12px; font-weight:bold;}
a.ranklink:visited:hover {color: #cd0202;text-decoration: underline;font-size:12px; font-weight:bold;}
a.ranklink:active:hover {color: #cd0202;text-decoration: underline;font-size:12px; font-weight:bold;}


a.bloglink:link {color:#A50000; text-decoration: none; font-size:12px; font-weight:bold; padding-top:4px; }
a.bloglink:visited {color: #A50000;text-decoration: none;font-size:12px; font-weight:bold;padding-top:4px;}
a.bloglink:active {color: #A50000;text-decoration: none;font-size:12px; font-weight:bold;padding-top:4px; }
a.bloglink:link:hover {color: #cd0202;text-decoration: underline;font-size:12px; font-weight:bold;padding-top:2px;}
a.bloglink:visited:hover {color: #cd0202;text-decoration: underline;font-size:12px; font-weight:bold;padding-top:2px; }
a.bloglink:active:hover {color: #cd0202;text-decoration: underline;font-size:12px; font-weight:bold;padding-top:2px; }

.blogdate {font-size:10px; font-weight:bold;}

a.movielink:link {color:#fff; text-decoration: none; font-size:12px; font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial;}
a.movielink:visited {color: #fff;text-decoration: none;font-size:12px; font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial;}
a.movielink:active {color: #fff;text-decoration: none;font-size:12px; font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial;}
a.movielink:link:hover {color: #ff0; text-decoration: underline;font-size:12px; font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial;}
a.movielink:visited:hover {color: #ff0;text-decoration: underline;font-size:12px; font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial;}
a.movielink:active:hover {color: #ff0;text-decoration: underline;font-size:12px; font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial;}

.moviepadding{ padding-bottom:15px;}

a.biglink:link {color:#A50000; text-decoration: none; font-size:18px; font-weight:bold;  }
a.biglink:visited {color: #A50000;text-decoration: none;font-size:18px; font-weight:bold;}
a.biglink:active {color: #A50000;text-decoration: none;font-size:18px; font-weight:bold; }
a.biglink:link:hover {color: #cd0202;text-decoration: underline;font-size:18px; font-weight:bold;}
a.biglink:visited:hover {color: #cd0202;text-decoration: underline;font-size:18px; font-weight:bold; }
a.biglink:active:hover {color: #cd0202;text-decoration: underline;font-size:18px; font-weight:bold; }

a.newslink:link {color:#cc0000; text-decoration: none; font-size:14px; font-weight:bold;  }
a.newslink:visited {color: #cc0000;text-decoration: none;font-size:14px; font-weight:bold;}
a.newslink:active {color: #cc0000;text-decoration: none;font-size:14px; font-weight:bold; }
a.newslink:link:hover {color: #cd0202;text-decoration: underline;font-size:14px; font-weight:bold;}
a.newslink:visited:hover {color: #cd0202;text-decoration: underline;font-size:14px; font-weight:bold; }
a.newslink:active:hover {color: #cd0202;text-decoration: underline;font-size:14px; font-weight:bold; }

a.newslinksmall:link {color:#cc0000; text-decoration: none; font-size:12px; font-weight:bold;  }
a.newslinksmall:visited {color: #cc0000;text-decoration: none;font-size:12px; font-weight:bold;}
a.newslinksmall:active {color: #cc0000;text-decoration: none;font-size:12px; font-weight:bold; }
a.newslinksmall:link:hover {color: #cd0202;text-decoration: underline;font-size:12px; font-weight:bold;}
a.newslinksmall:visited:hover {color: #cd0202;text-decoration: underline;font-size:12px; font-weight:bold; }
a.newslinksmall:active:hover {color: #cd0202;text-decoration: underline;font-size:12px; font-weight:bold; }

a:link {color:#cc0000; text-decoration: none; font-size:11px;  }
a:visited {color: #cc0000;text-decoration: none;font-size:11px; }
a:active {color: #cc0000;text-decoration: none;font-size:11px;  }
a:link:hover {color: #cd0202;text-decoration: underline;font-size:11px;}
a:visited:hover {color: #cd0202;text-decoration: underline;font-size:11px;  }
a:active:hover {color: #cd0202;text-decoration: underline;font-size:11px; }

/* Generic Styles */
.clearFloat 
{ 
	clear: both; 
}
/* make form buttons look nicer */
.textInput
,textarea
,select
{
	background-color: #fff;
	border: 1px solid #969696;
	vertical-align: baseline;
}
.textInput
,.textbox
,textarea
{
	padding: 0 2px;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
label.checkboxlabel
,label.radiobuttonlabel
{
	float: none;
	display: inline;
	width: auto;
	padding: 0px;
	margin: 0px 2px 5px 0px;
	text-align: left;
}
span.checkbox input
,span.radiobutton input
{
	display: inline;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border:none;
	padding: 0px;
	margin:0px 0px 0px 110px;
	z-index:-1;
}
.invalidfieldindicator
{
	font-family: Tahoma, Arial, sans-serif;
	color: #ff3300;
	display: inline;
}
input.required
{
	background-color: #ffefef !important;
}
span.errorMessage
{
	float: left;
	clear: left;
}
.button
{
	display: inline;
	float: left;
	margin: 0 5px;
	padding-left: 11px;
	background: url(../Assets/grf/dp/button_cap_left.gif) no-repeat left top;
}
.button .buttonLiner
{
	display: block;
	padding-right: 14px;
	background: url(../Assets/grf/dp/button_cap_right.gif) no-repeat right top;
}
.button a
,.button input
{
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
	border: 0;
	color: #FFF;
	background: transparent url(../Assets/grf/dp/button_mid.gif) repeat-x left top;
	font-family:  Lucida Sans Unicode, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* Fix IE padding bug */
	_width: 1px;
	overflow: visible;
}
.button a
{
	padding: 6px 0 8px 0;
}
.button a:hover
{
	color: #FFF;
	font-size: 0.65em;
	_font-size: 0.7em;
	text-decoration: none;
}

.surveybutton {
	height: 27px;
	width: 65px;
	margin: 0;
	padding: 0;
	border: 0;
	
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-image: url(../assets/grf/hm/sbm_vote_button.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align:left;
}


.surveyanswer {
	font-size: 10pt;
	color: #990000;
	text-align:left;
}
.rankgrid {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ADA669;
	border-bottom-color: #ADA669;
	border-left-color: #ADA669;
}

.newsgrid {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}


h1 {
	font-size: 24px;
	color: #CC0000;
	font-weight: 100;
}
.bannerimagebox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.control_logincontrol
{
	position: relative;
	width: 259px;
	height: 109px;
	background: transparent url(../assets/grf/hm/sbm_sign_in_bg.gif) no-repeat left top;
}

.control_logincontrol th
{
	font-size: 0.7em;
	color: #FFF;
	text-transform: uppercase;
}
.control_logincontrol .textbox
{
	width: 100px;
}
.control_logincontrol .button input
{
	display: block;
	position: absolute;
	top: 45px;
	right: 20px;
	margin: 0;
	padding: 33px 0 0 0;
	border: 0;
	width: 44px;
	height: 31px;
	background: transparent url(../Assets/grf/hm/button_go.gif) no-repeat left top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.control_logincontrol #forgotPassword
{
	display: none;
}
a.bottomlink:link {font-weight: bold;color: #FFFFFF;font-size: 10px;text-transform: uppercase;}
a.bottomlink:link {font-weight: bold;color: #FFFFFF;font-size: 10px;text-transform: uppercase;  }
a.bottomlink:visited {font-weight: bold;color: #FFFFFF;font-size: 10px;text-transform: uppercase;}
a.bottomlink:active {font-weight: bold;color: #FFFFFF;font-size: 10px;text-transform: uppercase;}
a.bottomlink:link:hover {font-weight: bold;color: #FFFFFF;font-size: 10px;text-transform: uppercase;}
a.bottomlink:visited:hover {font-weight: bold;color: #FFFFFF;font-size: 10px;text-transform: uppercase; }
a.bottomlink:active:hover {font-weight: bold;color: #FFFFFF;font-size: 10px;text-transform: uppercase; }


td.rightborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}

.Broadcast_Headline { font-size:14px; font-weight:bold;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;}
	
.Broadcast_PageHeader
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
}

.Broadcast_Text {color:#cc0000; font-size:11px; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; }
.Broadcast_BoldText {color:#cc0000; font-size:11px; font-weight:bold; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; }
.Broadcast_Text_Black {color:#000000; font-size:11px; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; }
.Broadcast_BoldText_Black {color:#000000; font-size:11px; font-weight:bold; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; }


a.Broadcast_Link:link {color:#cc0000; text-decoration: none; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;}
a.Broadcast_Link:link {color:#cc0000; text-decoration: none; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;  }
a.Broadcast_Link:visited {color:#cc0000; text-decoration: none; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;}
a.Broadcast_Link:active {color:#cc0000; text-decoration: none; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;text-decoration: underline;}
a.Broadcast_Link:link:hover {color:#cc0000;  font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;text-decoration: underline;}
a.Broadcast_Link:visited:hover {color:#cc0000; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;text-decoration: underline; }
a.Broadcast_Link:active:hover {color:#cc0000;  font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;  text-decoration: underline;}

a.Broadcast_BoldLinkk:link {color:#cc0000; text-decoration: none; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;font-weight:bold;}
a.Broadcast_BoldLink:link {color:#cc0000; text-decoration: none; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; }
a.Broadcast_BoldLink:visited {color:#cc0000; text-decoration: none; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;font-weight:bold;}
a.Broadcast_BoldLink:active {color:#cc0000; text-decoration: none; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;text-decoration: underline;font-weight:bold;}
a.Broadcast_BoldLink:link:hover {color:#cc0000; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;text-decoration: underline;font-weight:bold;}
a.Broadcast_BoldLink:visited:hover {color:#cc0000; font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;text-decoration: underline; font-weight:bold;}
a.Broadcast_BoldLink:active:hover {color:#cc0000;font-size:11px;  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;  text-decoration: underline;font-weight:bold;}
#mainContentCellLiner
{
	position: relative;
}
#bdy_top
{
	position:absolute;
	left:0;
	top:-9px;
	width:928px;
	height:9px;
	background:url(/assets/grf/dp/tbm_bottom_insider_dp.gif) no-repeat 0 0;
}
#page_rs_default #bdy_top
{
	background-image: url(/assets/grf/dp/tbm_bottom_insider.gif);
}
.control_logininfocontrol
{
	background: #FFF;
	border: 1px solid #000;
	margin:0 auto;
	padding:10px;
	width:228px;	
}
.control_logininfocontrol .button
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/*** Purchase Page ***/
#page_purchase h2
{
	color:#CC0000;
	font-size:1.3em;
	margin:0 0 0.3em 0;
}
#page_purchase .option h3
{
	background: #FEC804;
}
#page_purchase .option a
{
	font-size: 1.2em;
}
#page_purchase .expired
{
	color: red;
}
#page_purchase .alreadySubscribedMessage
{
	font-size: 0.8em;
}