body {
	margin: 0px;
	background: URL("../images/bgtile.jpg") top repeat-y;
	background-color: #393939;
	text-align: center;
	color: #999;
	font: normal 10px/11px Arial, Helvetica, sans-serif;
}

.ultimatebg {
	background: URL("../images/bg.jpg") top no-repeat;
}

object,embed {
	z-index:-99;
}
a {
	color: #dedede;
}

#top {
	text-align: left;
	background: URL("../images/top.png") no-repeat;
	margin: 0 auto;
	width: 980px;
	height: 43px;
	color: #ffffff;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
}

#bearbanner {
	text-align: right;
	background: URL("../images/bearbanner.png") no-repeat;
	margin: 0 auto;
	width: 960px;
	height: 148px;
}

#main {
	background: URL("../images/englishtvbg.png") no-repeat;
	background-color: #000;
	margin: 0 auto;
	width: 980px;
}

#toplinks {
	text-align: right;
	background: URL("../images/toplinks.png") bottom no-repeat;
	background-color: #000;
	margin: 0 auto;
	width: 980px;
	height: 35px;
}
#recoillinks {
	text-align: right;
	margin: 0 auto;
	width: 600px;
	height: 35px;
}

#bottomlinks {
	background: URL("../images/bottomlinks.png") bottom no-repeat;
	background-color: #000;
	margin: 0 auto;
	width: 1014px;
	height: 89px;
	font: normal 10px/12px Arial, Helvetica, sans-serif;
}

li.toplinks {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
}

li.showlist {
	font: normal 12px Arial, Helvetica, sans-serif;
}

span.datetext{
	font: normal 13px/14px Arial, Helvetica, sans-serif;
}

span.toplink1 {
	text-align: left;
	margin-left: 46px;
	color: #ffffff;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
}

span.toplink2 {
	text-align: right;
	color: #fff;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
}

a.bottom {
	text-decoration: none;
	color: #999;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
}

a.bottom:hover {
	color: #ccc;
	text-decoration: underline;
}

a.morelink {
	color: #ccc;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
}

a.top {
	text-decoration: none;
	color: #999;
}

a.top:hover {
	color: #ccc;
}

a.toptoplinks {
	color: #bcbcbc;
}

a.toptoplinks:hover {
	color: #eee;
}

li.headlines {
	list-style: square;
	width: 200px
}


.featlist {
	margin: 0 0 0 10px;
	padding: 0px;
	list-style: none;
}

.featlist li {
	float: left;
	margin: 10px 9px 0 0;
	padding: 0px;
	width:203px;
	min-height:200px;
}

.featlist li  p{
	min-height:200px;
}

.featlist li img{
	border: 0px;
}

.photo_list li img{
	border: 0px;
}

.photo_list {
	margin: 0 0 0 10px;
	padding: 0px;
	list-style: none;
}

.photo_list li {
	float: left;
	margin: 10px 5px 0px 0px;
	padding: 0px;
	width:154px;
	min-height:200px;
}

.photo_list li  p{
	min-height:200px;
}

.photo_list li img{
	border: 0px;
}

.video_list {
	list-style: none;
}

.video_list li {
	float: left;
	margin: 20px 20px 20px 0;
	padding: 0px;
	width:120px;
	min-height:150px;
}

.video_list li  p{
	
}

.video_list li img{
	border: 0px;
}

span.schedtitle {
	font: normal 15px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-left:10px;
}

a.titlelink {
	font: normal 13px/15px Arial, Helvetica, sans-serif;
}

#adbox {
	text-align:center;
	width:225px
}

a.adlink {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #aaa;
}

span.adheader {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #aaa;
}

span.adfooter {
	font: normal 5px/5px Arial, Helvetica, sans-serif;
	color: #111;
	text-decoration: underline;
}

a.newslink {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #aaa;
}

table.showbox {
	border-collapse:collapse;
	width: 654px;
}

td.showboxhead {
	background: URL("../images/showboxhead.png") no-repeat top left;
	height: 36px;
}

td.showboxcenter {
	background: URL("../images/showboxtile.png") repeat-y top left;
	height: 36px;
}

td.showboxcontent {
	padding-top: 10px;
	padding-bottom: 18px;
	background: URL("../images/showboxtile.png") repeat-y top left;
}

td.showboxfoot {
	background: URL("../images/showboxfoot.png") no-repeat top left;
	height: 9px;
}












/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
   border : 0px;
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
   border : 0px solid #B50404;
}




/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  color : #FFF; 
  padding : 2px; 
  border : 1px solid #222;
  background-color : #333;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #FFF; 
  padding : 2px; 
  border : 1px solid #222;
  background-color : #333;
}
* html input.button.hover { 
 color : #FFF; 
  padding : 2px; 
  border : 1px solid #222;
  background-color : #333;
}
* html input.button.focus { 
  color : #FFF; 
  padding : 2px; 
  border : 1px solid #B50404;
  background-color : #333;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #FFF; 
  padding : 2px; 
  border : 1px solid #B50404;
  background-color : #333;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #FFF; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #FFF; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 

  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #FFFFFF;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 

  background-color : #eecc11; 
  color : #FFFFFF;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}


/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #FFFFFF;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #FFFFFF;
}


#paginate li{
display:inline;
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;

}
#paginate a{
border:solid 1px #333;
color:#FFF;
margin-right:2px;
}
#paginate .previous-off,
#paginate .next-off {
color:#FFF;
display:inline;
}
#paginate .next a,
#paginate .previous a {
font-weight:bold;
}
#paginate .active{
background:#451313;
color:#FFFFFF;
font-weight:bold;
padding:4px 6px;
}
#paginate a:link,
#paginate a:visited {
color:#FFF;
padding:3px 6px;
text-decoration:none;
}
#paginate a:hover{
border:solid 1px #FFF;
}
.pages{margin:auto;}

#schedside {width:270px;font-size:10px; color:#666;}
#schedside h2 {color:#FFF; font-weight:bolder;}


#schedside .schedtop {
	background:transparent url(../images/schedtop.png) no-repeat scroll top left;
	width:275px; 
	height:40px;
}

#schedside .schedmiddle {
	float:left;
	width:275px;
	background:transparent url(../images/schedmiddle.png) repeat-y scroll top left;
}


#schedside .scheditem {


}

#schedside .schedrow {
	width:275px;
	float:left; 
	padding:4px 18px; 
	margin:0 1px; 
}

#schedside .tabnav li { display:inline;}
#schedside .tabnav li a {}
#schedside .tabnav li.on a {}


#schedside .schedfoot {
float:left;
height:50px;
background:#000 url(../images/schedbot.png) no-repeat scroll top left;
}

#schedside .tabbox {width:275px;}
#schedside .tabnav {width:275px;}
#schedside .tabnav li a {}
#schedside .tabcontent, #schedside .scheditem {width:275px;}

#schedside .schedtime {color:#FFF;float:left; width:45px; margin:0 10px 0 0; display:inline;}
#schedside .schedtext {float:left; width:200px;}
#schedside .schedfoot {width:275px; }
#schedside .schedfoot .schedregionselect {margin:3px;width:175px; height:18px;}
#schedside .schedfoot .schedregionselect span {float:left; padding:5px 5px 0 0;}
#schedside .schedfoot .schedregionselect select{width:130px;}
#schedside a.tabs {color:#999; font-size:14px; font-weight:bold; text-decoration:none;}
#schedside .schedtime {text-align:right; color:#EEE;}

#schedside .schedfoot .schedfulllink a {float:right;margin:3px;margin-right:13px;}
#schedside .schedfoot .schedregionselect a {text-decoration:underline;font-size:11px;}
#schedside .schedfoot .schedregionselect a:hover {text-decoration:none;}
#schedside .schedfoot .schedregionselect option,#schedside .schedfoot .schedregionselect select {
	font-size:10px;
	font-weight:bold;
	font-family:verdana;
	color:#666666;
}

/* End CSS */