* {margin:0;padding:0}


/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	background:#ff6600;
/*background:#ff6600 url(leftcolbg.jpg) repeat-y left top; graphic doesn't exist*/
	color: #FFF;
}
#outer{
	margin-left:130px;
	margin-right:130px;
	background: #FFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-52px;
	min-height:100%;


}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:124px;
	background-color: #dce0e3;
	border-top:1px solid #000;
	border-bottom:10px solid #000;
	overflow:hidden;
	background-image:url('/i/abcwebpixlogo.jpg');
	background-repeat:no-repeat;
	
}

#header h3{margin-top:105px;margin-left:350px;font-family:Arial, Helvetica, sans-serif; color:#000;font-size:12px;}
#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#right {
	position:relative;/*ie needs this to show float */
	width:183px;
	float:right;
	margin-right:-131px;/*must be 1px less than width otherwise won't push footer down */
	color: #000;
	background-image: url(/i/bg_rightcolumn.jpg);
	background-repeat: repeat-y;
	background-position: right top;	/*background: #C9C9C9;*/
	display:inline;
	
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #406700;
	text-align:center;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;font-size:10px;
	color:#999999;
	padding-top:10px;
}
#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:70%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 10px 0 30px;
	color: #000;
	top:100px;
	text-decoration:none;

}
/* css stuff below is just for presentation and not needed for the demo */
#centrecontent p { line-height:20px;font-family:Arial, Helvetica, sans-serif;font-size:11px;text-decoration:none;margin-bottom:12px;}
#centrecontent li { line-height:20px;font-family:Arial, Helvetica, sans-serif;font-size:11px;text-decoration:none;margin-left:20px;}
#centrecontent span.showname { margin:0 20px 60px 0px; font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:bold;}
#centrecontent span.showtime { margin:0 20px 60px 0px; font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold; font-style:italic;}
#centrecontent img { margin:0 20px 0 0; border:solid 1px #ccc; padding:3px; width:300px;}

/*#results_div {
	width:70%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 10px 0 30px;
	color: #000;
	top:100px;
}*/
/* css stuff below is just for presentation and not needed for the demo */
#results_div img { margin:0 20px 0 0; border:solid 1px #ccc; padding:3px; }



h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; font-size: 150%; padding: 20px;}

#footer { background-color:#333;color:#fff; }

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#showlist {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 138px;
	margin-top:100px;
	margin-bottom:250px;
}
#showlist p{
	margin-left: 5px;font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;

}
#showlist a:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	background-image: url(../i/bg_showlist_links.gif);
}
#showlist a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	background-image: url(../i/bg_showlist_links.gif);
}
#showlist a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	display: block;
	background-color: #CCCCCC;
	padding-bottom: 2px;
	/*background-image: url(i/bg_showlist_links.gif);*/
}
#showlist a:active {
	text-decoration: none;
	display: block;
}
#showlist span{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;padding-top:5px; padding-bottom:5px;}
#toplinks{float:right; margin-right:200px;margin-top:52px;}
#toplinks a:link,#toplinks a:visited{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#000;text-decoration:none;padding-left:20px;}
#toplinks a:hover{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#000;text-decoration:underline;padding-left:20px;}

#header h3{text-align:center;margin-top:100px;}
#header h3 a:link,#header h3 a:visited{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#000;text-decoration:none;margin-left:20px;}
#header h3 a:hover{font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#000;text-decoration:underline;margin-left:20px;}

#photo_air_date{font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#000000;padding-top:5px;padding-bottom:5px;}

/*biographies navigtion is here */
#dropmenudiv{
position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 160px;
background-color: #FFFFB9;
}

