/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #f1f1f1;
	color: #000000;
	font: 1em Helvetica, Verdana, Arial, sans-serif;
}
body.popup { background:#f1f1f1; margin:0px; padding:0px; }

/**** begin link styles ****/
A:link { color:#000; font-weight:bold; text-decoration:none; }
A:visited { color:#000; font-weight:bold; text-decoration:none; }
A:active { color:#000; font-weight:bold; text-decoration:none; }
A:hover { color:#000; font-weight:bold; text-decoration:underline; }

A.buttonBar:link { color:#d9d9d9; font-weight:normal; text-decoration:none; }
A.buttonBar:visited { color:#d9d9d9; font-weight:normal; text-decoration:none; }
A.buttonBar:active { color:#d9d9d9; font-weight:normal; text-decoration:none; }
A.buttonBar:hover { color:#d9d9d9; font-weight:normal; text-decoration:none; background-color:#ee5500; }

A.footer:link { font: 1em Helvetica, Verdana, Arial, sans-serif; color:#666; font-weight:normal; }
A.footer:visited { font: 1em Helvetica, Verdana, Arial, sans-serif; color:#666; font-weight:normal; }
A.footer:active { font: 1em Helvetica, Verdana, Arial, sans-serif; color:#666; font-weight:normal; }
A.footer:hover { font: 1em Helvetica, Verdana, Arial, sans-serif; color:#666; font-weight:normal; }

/**** end link styles ****/

/**** begin highlight styles ****/
#currentButton { color:#ffffff; background-color:#ee5500; background-image:none; }
#currentButton span { color:#837E72; }
#currentButtonHighlightText span { color:#FFC3A3; }

/**** begin header styles ****/
h1 { font: 175% Arial, Helvetica, sans-serif; font-weight: bold; color:#990022; }
h2 { font: 150% Arial, Helvetica, sans-serif; color:#990022; margin: 3px 0px 5px 0px; padding:0px; }
h2.archive { font: 120% Arial, Helvetica, sans-serif; font-weight: bold; color:#333333; margin-top: 3px; border-bottom: 1px dotted #cccccc; }
h2.subhead { font: 120% Arial, Helvetica, sans-serif; font-weight: normal; color:#990022; padding-bottom:10px; }
#hd h2 { font: .75em Helvetica, Arial, sans-serif; color:#fff; font-weight:bold; padding: 10px 0px 0px 0px; margin: 0px; }
#bd h2 { font: 1.25em Helvetica, Arial, sans-serif; color:#fff; font-weight:bold; padding: 10px 0px 0px 0px; margin: 0px; }
h3 { font: 110% Helvetica, Arial, sans-serif; font-weight:bold; color:#333; margin:0px; padding:0px;}
#bd h3 { font: 1em Helvetica, Arial, sans-serif; color:#fff; font-weight:bold; font-style:italic; padding: 5px 0px; margin: 0px; background-image:url(images/redLeftNavBack.gif); background-color:none; background-repeat:repeat-y; background-position: 0px 100%; }
h4 { font: 95% Helvetica, Arial, sans-serif; font-weight: bold; color:#999; padding:0px; margin:0px;}
h5 { font: 100% Helvetica, Arial, sans-serif; font-weight: bold; color:#902; padding:0px; margin:0px;}
/**** end header styles ****/


/* base 3 col structure layout */
#outer{
	height:100%;
	min-height:100%;
	width:858px;
	border:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	/* background:  url(images/centredbg.jpg) repeat-y center center;
	position:relative; */
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:690px;
	border:0px solid #F00;
}

#header_popup { background-color: #990022; width:500px; text-align:left; margin: 0px 5px 0px 5px; padding:0px; border: none; }

#header_AdSpace { 
	background-color:#FFFFFF; 
	border: 0px solid #c6c6c0; 
	text-align:left; 
	width:858px; 
	margin: 0px; 
	padding:0px; 
	height:100px; 
	}

#header{
	position:relative;
	top:1;
	left:-1px;
	width:858px;
	height:125px;
	_height:134px;
	background:#902;
	border:0px solid #f00;
	margin: 0px; 
	padding:0px;
	overflow:hidden;
	color: #000000;
	z-index:100;
}



#left {
	position:relative;/*ie needs this to show float */
	width:175px;
	border:0px solid #000;
	float:left;
	padding-top:50px;/*needed to make room for header*/
	/* padding-bottom:32px;needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	border:0px solid #000;
	float:right;
	padding-top:80px;/*needed to make room for header*/
	/* padding-bottom:32px;needed to make room for footer */
}


#rightWide {
	position:relative;/*ie needs this to show float */
	width:300px;
	border:0px solid #000;
	float:right;
	padding-top:80px;/*needed to make room for header*/
	/* padding-bottom:32px;needed to make room for footer */
}


#footer {
	width:920px;
	clear:both;
	/* height:30px; */
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	color:#f1f1f1; 
	background-color:#c6c6c0;
	text-align:left;
	left:0;
	bottom:0;
	position: absolute;

}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

/** html #footer {only ie gets this style*/
	/*\height:52px; for ie5 */
	/* he\ight:50px;for ie6 
}*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:500px;
	border:0px solid #000;
	float:right;
	padding-top:50px;
	/* padding-bottom:32px;needed to make room for footer */
}

	#centrecontent p {padding-left:3px}
/* end base 3 col structure layout */

/* 2 column formatting */
#centrecontent2col {
	width:640px;
	border:0px solid #000;
	float:right;
	padding-top:50px;
	/* padding-bottom:32px;needed to make room for footer */
}

#innerwrap2col {/* enables content first */
	float:left;
	width:820px;
	border:0px solid #F00;
}

/* end 2 column formatting */

/* 2 column wide left formatting */
#centrecontent2colWideLeft {
	width:640px;
	border:0px solid #000;
	float:left;
	padding-top:50px;
	/* padding-bottom:32px;needed to make room for footer */
}

#innerwrap2colWideLeft {/* enables content first */
	float:left;
	width:820px;
	border:0px solid #F00;
}

/* 2 column wide left formatting COVER */
#centrecontentCOVER {
	width:640px;
	border:0px solid #000;
	float:left;
	padding-top:50px;
	/* padding-bottom:32px;needed to make room for footer */
}

#innerwrap2colCOVER {/* enables content first */
	float:left;
	width:480px;
	border:0px solid #F00;
}

.spriteCallWide {
	background:url(http://www.channelguidemag.com/images/sprite550.gif) no-repeat; 
	margin:5px; 
	position:relative; 
	width:550px;
	}
	
.spriteInnerWhiteBoxOrangeLeft {
	position:relative; 
	z-index:6; 
	padding: 20px 40px 20px 40px; 
	text-align:left; 
	font-size:90%;
	color:#666666;
	line-height:150%; 
	border-left: 3px solid #da7b33; 
	border-bottom: 1px solid #666666;
	}

/* end 2 column wide left formatting */


/* floating sub area, upper right */
.subFloat {
	float:right; 
	position: absolute; 
	top:72px; 
	left:600px; 
	z-index:104;
	}

* html .subFloat {
	top:75px; 
	}
	
.subFloatLarge {
	float:right; 
	position: absolute; 
	top:100px; 
	left:600px; 
	z-index:104;
	}

* html .subFloatLarge {
	top:103px; 
	}
	
.subFloatLargeNoAds {
	float:right; 
	position: absolute; 
	top:0px; 
	left:600px; 
	z-index:104;
	}

* html .subFloatLargeNoAds {
	top:0px; 
	}
/* end floating sub area, upper right */

/* button bar formatting */
.buttonBar { font: .9em Helvetica, Arial, Verdana, sans-serif; background-color:#000000; color:#f1f1f1; padding: 5px 10px; }
/* end button bar formatting */

/**** blog box formatting ****/
.mod { border: 1px solid #FFCCCC; background-color: #da7b33; font: .70em Helvetica, Arial, Verdana, sans-serif; padding-top:-7px; margin-top:-7px; position:relative; }
.mod .mod-content { position:relative; z-index:1; padding: 0px 15px 0px 15px; }
.mod .x1,.mod .x1a, .mod .x2, .mod .x2a { display:block; clear:both; font-size:0; height:18px; position:relative; background:url(http://www.channelguidemag.com/images/cr_big.gif) no-repeat; }
.mod .x1, .mod .x2 { width:100%; right:-1px; }
.mod .x1a, .mod .x2a { width:18px; left:-2px; }
.mod .x1 { background-position:100% 0px; top:-1px; }
.mod .x1a { background-position:0 -36px; }	
.mod .x2 { position:absolute; background-position:100% -18px; bottom:-1px; }
.mod .x2a { background-position:0 -54px; }
/**** end blog box formatting ****/
		
/**** general box formatting elements ****/
#hd { font: 1.75em Helvetica, Arial, sans-serif; color:#ffffff; margin-top:-20px; }
#bd { padding: 0px 5px 0px 5px; text-align:left; }
#ft { padding: 0px 5px 0px 5px; }
/**** end general box formatting elements ****/

/**** movies box formatting ****/
.mod_movies { border: 1px solid #920e28; background-color: #990022; font: .70em Helvetica, Arial, Verdana, sans-serif; padding-top:-7px; margin-top:-7px; position:relative; z-index:0; width:100%; min-width:200px; }
.mod_movies .mod-content_movies { position:relative; z-index:1; padding: 0px 15px 0px 15px; text-align:left; color:#FFFFFF; width:100%; _width:200px; }
.mod_movies .x1movies, .mod_movies .x1amovies, .mod_movies .x2movies, .mod_movies .x2amovies { display:block; clear:both; font-size:0; height:18px; position:relative; background:url(http://www.channelguidemag.com/images/spriteRed.gif) no-repeat; }
.mod_movies .x1movies, .mod_movies .x2movies { width:100%; right:-1px; }
.mod_movies .x1amovies, .mod_movies .x2amovies { width:18px; left:-2px; }
.mod_movies .x1movies { background-position:100% 0px; top:-1px; _background:none; }
.mod_movies .x1amovies { background-position:0 -36px; }
.mod_movies .x2movies { position:absolute; background-position:100% -18px; bottom:-1px; }
.mod_movies .x2amovies { background-position:0px -54px; _background:none; }

/**** end movies box formatting ****/

/**** best bets highlight box - rounded top right Corner ****/
.mod_bestBets { background:url(http://www.channelguidemag.com/images/spriteLargeCover200.gif) no-repeat; font: .70em Arial, Helvetica, Verdana, sans-serif; padding-top:-7px; margin:-70px 0px 0px 85px; position:relative; width:200px; }
.mod_bestBets .mod_bestBets-content { position:relative; z-index:6; padding: 5px 5px 10px 5px; text-align:left; }
/**** end whiteGray highlight box - rounded top right Corner ****/
	
/**** cover specific styles ****/
#cover_headline { font: 1.75em 'New Century Schoolbook', 'Times New Roman', Georgia, serif; color: #990022; font-weight:bold; margin-bottom:-12px; padding-bottom:-12px; position:relative; z-index:3; text-align:left; letter-spacing: -0.1em; }
#cover_whiteBox { background-color:#FFFFFF; border: 1px solid #c6c6c0; font: .70em Helvetica, Arial, sans-serif; margin-top:-7px; padding-top: -7px; position:relative; text-align:left; }
/**** end cover specific styles ****/

/**** pullquotes ****/
.pullquote_right { font: 18px Georgia, Times New Roman, serif; color:#990022; width: 160px; margin:0px 0px 10px 20px; padding:8px; border: 1px solid #999999, 1px solid #999999, 1px solid #999999, 0px; line-height:24px; float:right; font-style: italic; } 
.pullquote_left { font: 18px Georgia, Times New Roman, serif; color:#990022; width: 160px; margin:0px 20px 10px 0px; padding:8px; border: 1px solid #999999, 0px,1px solid #999999, 1px solid #999999; line-height:24px; float:left; font-style: italic; } 
/**** end pullquotes ****/

/**** cover navigation ****/
#nav, #nav ul { padding: 0; margin: 0; list-style: none; }
#nav li { float: left; position: relative; border-right: 0px solid #FFFFFF; background-color: #f1f1f1; color: #CBC8C3; margin-right: 1em; }
#nav a:link, #nav a:visited { display: block; text-decoration: none; padding: 0em .2em 0em 0em; color: #CBC8C3; }
* html #nav a { width: 100%; }
#nav ul { display: none; position: absolute; padding: 0; }
#nav ul li { border: 0 none transparent; border-bottom: 1px solid #E7EDF5; border-top: .25em solid #f1f1f1; background-color: #ee5500; font-size: 100%; margin-bottom: -1px; margin-top: 1px; padding: 0; }
#nav li:hover ul, li:over ul { display: block; }
/**** end cover navigation ****/

/**** old styles ****/
#premiere {font-variant:small-caps; font-style:italic; font-size:1.25em; } 
.hidden {display: none;}
.redText {color:#CC0000; }
.copy {font: 10px Verdana,sans-serif; color:#666666; }
.whiteText {color:#FFFFFF; font-weight:bold; }
/**** end old styles ****/


/* special visual effects */
.emphasize { font-size: 150%; font-weight:bold; }
.borderdraw { border-style: solid; width: 0px; height: 0px; line-height: 0px; margin: 0px 0px 0px -16px; }
.grayRight { border-width: 10px 10px; border-color: #990022 #990022 #990022 #f1f1f1; }
.borderdrawLarge { border-style: solid; width: 0px; height: 0px; line-height: 0px; margin: 0px 0px 0px -40px; }
.orangeRight { border-width: 20px 20px; border-color: #fff #fff #fff #da7b33; }
.headlineOffset { margin-top: -30px; }
.moreInfo { font: .7em Helvetica, Arial, Verdana, sans-serif; }

.subInfoText { color:#999999; }
label { width: 8em; float: left; _float: none; text-align: right; margin-right: 0.5em; z-index:10; }
.whiteLabel { color:#FFFFFF; width: 6.5em; float: left; _float: none; text-align: right; margin-right: 0.5em; }
.grayLabel { color:#333; float: left; _float: none; width: 7em; text-align: right; margin-right: 0.5em; }
input { font: 90% Verdana, Helvetica, Arial, sans-serif; }
select { font: 90% Verdana, Helvetica, Arial, sans-serif; }
.submit input { margin-left: 12.5em; }
.textPadding { padding: 0px 25px 0px 15px; }
#whiteBox_imageHead { background-color:#FFFFFF; border: 1px solid #c6c6c0; font: .70em Helvetica, Arial, sans-serif; margin-top:-1px; padding-top: -7px; position:relative; text-align:left; }

.selected { background-color: #F5A4A7; }
#show_list ul { list-style-type:none; }
#net_list ul { list-style-type:none; }

.grayTabArticle { margin:0px; padding: 5px; background-color:#c6c6c0; border-top: 0px solid #999; border-right: 1px solid #999; border-left: 1px solid #999; font-size: 70%; width: 155px;}
.grayTabListStyle { list-style-image: url(http://www.channelguidemag.com/images/arrow_Gray.gif); padding-left:20px; *padding-left:0px; }

.redTabStyle { padding-left: 46px; background-color:#c6c6c0; border-right: 1px solid #999; border-left: 1px solid #999; }
.redTabArticle { margin:0px; padding: 5px; background-color:#902; color: #FFF; border-top: 0px solid #999; border-right: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #999; font-size: 70%; width: 155px; }
.redTabListStyle { list-style-image: url(http://www.channelguidemag.com/images/arrow_Orange.gif); padding-left:20px; *padding-left:0px; }
.redTabListStyle li { padding: 0px 0px 10px 0px; }

/* end special visual effects */

/*** interior navigation ****/
#navigationInt { width: 160px; }
* html #navigationInt a { width: 100%; }
#navigationInt ul { list-style: none; margin: 0; padding: 0; }
#navigationInt li { border-bottom: 1px solid #ED9F9F; }
#navigationInt li a:link, #navigationInt li a:visited { font-size: 100%; display: block; padding: 0.2em 0 0.2em 0em; border-left: 0px solid #990022; border-right: 0px solid #990022; background-color: #ee5500; background-image:url(http://www.channelguidemag.com/images/orangeNavBack.jpg); color: #FFFFFF; font-weight:normal; text-decoration: none; }
#navigationInt li a:hover { background-color: #990022; background-image:none; color: #FFFFFF; font-weight:normal; }
#navigationInt ul ul { margin: 0px; border-left: 12px solid #ee5500; }
#navigationInt ul ul li { border-bottom: 1px solid #f1f1f1; margin:0; }
#navigationInt ul ul a:link, #navigationInt ul ul a:visited { background-color: #ee5500; background-image:none; font-weight:normal; color: #f1f1f1; }
#navigationInt ul ul a:hover { background-color: #990022; color: #FFFFFF; font-weight:normal; }
/*** end interior navigation ****/

/**** navigation box - rounded top ****/
.modNav { border: 1px solid #FFCCCC; background-color: #ee5500; font: .80em Arial, Helvetica, Verdana, sans-serif; padding-top:-7px; margin-top:-7px; position:relative; width:160px; }
.modNav .mod-content { position:relative; z-index:1; padding: 5px 0px 10px 0px; }
.modNav .x1, .modNav .x1a, .modNav .x2, .modNav .x2a { display:block; clear:both; font-size:0; height:18px; position:relative; background:url(http://www.channelguidemag.com/images/spriteOrange.gif) no-repeat; }
.modNav .x1, .modNav .x2 { width:100%; right:-1px; }	
.modNav .x1a, .modNav .x2a { width:18px; left:-2px; }
.modNav .x1 { background-position:100% 0px; top:-1px; }
.modNav .x1a { background-position:0 -36px; }
.modNav .x2 { position:absolute; background-position:100% -18px; bottom:-1px; }		
.modNav .x2a { background-position:0 -54px; }
/**** end navigation box - rounded top ****/


/**** orange graphic header box formatting ****/
.modHighlight { border: 1px solid #FFCCCC; background-color: #da7b33; font: .70em Helvetica, Arial, Verdana, sans-serif; padding-top:-1px; margin-top:-1px; position:relative; }
.modHighlight .mod-content { position:relative; z-index:1; padding: 0px 15px 0px 15px; }
.modHighlight .x1,.modHighlight .x1a, .modHighlight .x2, .modHighlight .x2a { display:block; clear:both; font-size:0; height:18px; position:relative; background:url(http://www.channelguidemag.com/images/cr_big.gif) no-repeat; }
.modHighlight .x1, .modHighlight .x2 { width:100%; right:-1px; }
.modHighlight .x1a, .modHighlight .x2a { width:18px; left:-2px; }
.modHighlight .x1 { background-position:100% 0px; top:-1px; }
.modHighlight .x1a { background-position:0 -36px; }	
.modHighlight .x2 { position:absolute; background-position:100% -18px; bottom:-1px; }
.modHighlight .x2a { background-position:0 -54px; }
/**** end orange graphic header box formatting ****/

/**** white highlight box - rounded top ****/
.modWhite { border: 1px solid #FFFFCC; background-color: #ffffff; font: .70em Arial, Helvetica, Verdana, sans-serif; padding-top:-7px; margin-top:-7px; position:relative; width:160px; }
.modWhite .modWhite-content { position:relative; z-index:1; padding: 5px 10px 10px 10px; text-align:left; }
.modWhite .x1, .modWhite .x1a, .modWhite .x2, .modWhite .x2a { display:block; clear:both; font-size:0; height:18px; position:relative; background:url(http://www.channelguidemag.com/images/spriteWhite.gif) no-repeat; }
.modWhite .x1, .modWhite .x2 { width:100%; right:-1px; }	
.modWhite .x1a, .modWhite .x2a { width:18px; left:-2px; }
.modWhite .x1 { background-position:100% 0px; top:-1px; _background:none; }
.modWhite .x1a { background-position:0 -36px; }
.modWhite .x2 { position:absolute; background-position:100% -18px; bottom:-1px; }		
.modWhite .x2a { background-position:0 -54px; _background:none; }
/**** end white highlight box - rounded top ****/

/**** whiteGray highlight box - rounded top right Corner ****/
.modWhiteGray { background:url(http://www.channelguidemag.com/images/spriteLarge.gif) no-repeat; font: .70em Arial, Helvetica, Verdana, sans-serif; padding-top:-7px; margin-top:-50px; position:relative; width:300px; }
.modWhiteGray .modWhiteGray-content { position:relative; z-index:6; padding: 5px 10px 10px 10px; text-align:left; border-bottom: 1px solid #666666; }
/**** end whiteGray highlight box - rounded top right Corner ****/

/**** layouts ****/
#whiteBox { background-color:#FFFFFF; border: 1px solid #c6c6c0; font: .70em Helvetica, Arial, sans-serif; padding: 10px; position:relative; text-align:left; }
#multiPageNav { font-size: 120%; border-bottom: 1px dotted #ccc; border-top: 1px dotted #ccc; padding: 10px 0; }

/* survey-specific styles */
#containerSurvey { padding-left: 180px; padding-right: 200px; margin-top:30px; width:900px; overflow-x:hidden; overflow-y: visible; *overflow-x:visible; z-index:0; } 
#containerSurvey .column { position: relative; float: left; padding-bottom: 1001em; margin-bottom: -1000em; z-index:1; }
#leftSurvey { width: 170px; padding: 50px 5px 0px 5px; right: 190px; margin-left: -175px; text-align:left; }
#rightSurvey { padding: 15px 10px 0px 10px; margin: 25px -100% 25px 0px; width: 180px; text-align:left; }
/* end survey-specific styles */

/* subscribe form changes 7/20/09*/

#headerSubscribe{
	position:relative;
	top:1;
	left:-1px;
	width:858px;
	height:125px;
	_height:134px;
	background:#b00019;
	border:0px solid #f00;
	margin: 0px; 
	padding:0px;
	overflow:hidden;
	color: #000000;
	z-index:100;
}


div#subscribeIntro { text-align: left; width: 500px; font-size: 80%; *top: 150px; *left: 50px; *position:absolute; }
/* end subscribe form changes 7/20/09*/