* {
	outline: none; /*firefox */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	background-color: #000;
	color:#fff;
}
#body_container {
	margin-left: 130px;
}
#background_container {
	background-image:url(images/backgroundPaul2.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 1288px;
	height: 1667px;
}
.apred_header {
}
.alt {
	visibility: hidden;
}
td#body_background_top {
	background-image: url(images/body_01.jpg);
	background-repeat: no-repeat;	

}
td#body_background_top_comingsoon {
	background-image: url(images/body_comingsoon_01.jpg);
	background-repeat: no-repeat;	

}
td#body_background_top_blank {
	background-image: url(images/content_bkgd_01.png);
	background-repeat: no-repeat;	

}
td#body_background_middle_blank {
	background-image: url(images/content_bkgd_02.png);
	background-repeat: repeat-y;	

}
td#body_background_bottom_blank {
	background-image: url(images/content_bkgd_03.png);
	background-repeat: no-repeat;	

}
td#body_background_top_giveaway {
	background-image: url(images/body_giveaway_01.jpg);
	background-repeat: no-repeat;	

}
td#body_background_middle_giveaway {
	background-image: url(images/body_giveaway_02.jpg);
	background-repeat: repeat-y;	

}
td#body_background_bottom_giveaway {
	background-image: url(images/body_giveaway_03.jpg);
	background-repeat: no-repeat;	

}
td#body_background_middle {
	background-image: url(images/content_bkgd_02.png);
	background-repeat: repeat-y;	

}
td#body_background_bottom {
	background-image: url(images/content_bkgd_03.png);
	background-repeat: no-repeat;	

}
.news_headline {
	font-family:Arial,sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:20px;
	text-decoration: none;
	color:#fff;
}
.graytext {
	color:#232323;	
}
.whitetext {
	color: #FFF;
}
.sidebar_news_headline {
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration: none;	
}
.news_subhead {
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-bottom:20px;
	text-decoration: none;	
}
.image_credits {
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	color: #cccccc;
}

.size18 {
	font-size: 18px;
}

.text_yellow {
	color: #f9a012;
}

/* navigation */

#nav_HOME {width: 127px;height: 31px;cursor:pointer;border:solid 0px green;}
#nav_FILM {width: 138px;height: 31px;cursor:pointer;border:solid 0px green;}
#nav_STAGE {width: 144px;height: 31px;cursor:pointer;border:solid 0px green;}
#nav_REDCARPET {width: 150px;height: 31px;cursor:pointer;border:solid 0px green;}
#nav_TRAILERS {width: 136px;height: 31px;cursor:pointer;border:solid 0px green;}
#nav_REWIND {width: 108px;height: 31px;cursor:pointer;border:solid 0px green;}
#nav_ABOUT {width: 142px;height: 31px;cursor:pointer;border:solid 0px green;}

.nav_HOME {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -30px 0px;}
.nav_HOME_over {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -30px -31px;}
.nav_FILM {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -158px 0px;}
.nav_FILM_over {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -158px -31px;}
.nav_STAGE {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -296px 0px;}
.nav_STAGE_over {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -296px -31px;}
.nav_REDCARPET {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -440px 0px;}
.nav_REDCARPET_over {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -440px -31px;}
.nav_TRAILERS {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -589px 0px;}
.nav_TRAILERS_over {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -589px -31px;}
.nav_REWIND {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -725px 0px;}
.nav_REWIND_over {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -725px -31px;}
.nav_ABOUT {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -833px 0px;}
.nav_ABOUT_over {background-image: url(images/nav.png);background-repeat: no-repeat;background-position: -833px -31px;}

/* scrollers */
#scrollbar1_container {  
    position:relative;  
    width: 420px; 
	border: solid 0px black;
} 
 
#scrollbar1_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:1px;  
    /*background-color:transparent; */
    background-color:#cccccc;  
    cursor:move;  
} 
 
#scrollbar1_handle {  
    width:10px;  
    background-color:#ffffff;  
    cursor:move; 
	right: 5px; 
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    /*opacity:0.9;  
    -moz-opacity:0.9;*/
} 
 
#scrollbar1_content {  
    overflow:hidden;  
    width:400px;  
    height:870px;
	text-align: left;
}
#scrollbar1_container_ie {  
    position:relative;  
    width:440px;  
} 
 
#scrollbar1_track_ie {  
} 
 
#scrollbar1_handle_ie {  
} 
 
#scrollbar1_content_ie {  
    overflow-y:auto;  
	overflow-x: hidden; 
    width:420px;  
    height:870px;  
	text-align: left;
}

#scrollbar_container {  
    position:relative;  
    width: 400px; 
	border: solid 0px black;
} 
 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:1px;  
    /*background-color:transparent; */
    background-color:#cccccc;  
    cursor:move;  
} 
 
#scrollbar_handle {  
    width:10px;  
    background-color:#ffffff;  
    cursor:move; 
	right: 5px; 
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    /*opacity:0.9;  
    -moz-opacity:0.9;*/
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:375px;  
    /*height:330px;*/ 
	height:870px;
	text-align: left;<style type="text/css">

}
#scrollbar_container_ie {  
    position:relative;  
    width:420px;  
} 
 
#scrollbar_track_ie {} 
 
#scrollbar_handle_ie {} 
 
#scrollbar_content_ie {  
    overflow-y:auto; 
	overflow-x: hidden; 
    width:390px;  
    /*height:330px;*/ 
	height:870px;
	text-align: left;
}
#scrollbar_container_ie {  
    position:relative;  
    width:420px;  
} 
 
/* scrollbar css for landing in PoctureProcessor.php.  */
/* IE doesn't like styles outside of Ajax-called procs */

#article_right_panel-1  {
	background:url(images/article_panels-1.png) no-repeat top center;
	width: 336px;
	height: 334px;
}
#article_right_panel-2 {
	background:url(images/article_panels-2.png) no-repeat top center;
	width: 336px;
	height: 334px;
}
#article_right_panel-3 {
	background:url(images/article_panels-3.png) no-repeat top center;
	width: 336px;
	height: 474px;
}
#article_right_panel-4 {
	background:url(images/article_panels-4.png) no-repeat top center;
	width: 336px;
	height: 474px;
}
#article_left_panel-1 {
	padding: 0px 60px 0px 20px;
}
#article_left_panel-2 {
	background-image:url(images/article_left_panel-2.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 565px;
	height: 535px;
	margin-left:16px;
}
#video_left_panel-1 {
	padding: 0px 0px 0px 20px;
}
#video_right_panel-1  {
	background:url(images/article_panel-1.png) no-repeat top center;
	width: 336px;
	height: 334px;
}
#right_panel_latest_stories  {
	background:url(images/latest_stories_panel.png) no-repeat top center;
	width: 336px;
	height: 474px;
}
#video_right_panel_latest_videos {
	background:url(images/latest_videos_panel.png) no-repeat top center;
	width: 336px;
	height: 474px;
}
#video_right_panel_related_videos {
	background:url(images/video_panel_related_videos.png) no-repeat top center;
	width: 336px;
	height: 474px;
}
#video_right_panel_related_stories {
	background:url(images/related_stories_panel.png) no-repeat top center;
	width: 336px;
	height: 474px;
}

#video_title {
	text-align: center;	
	height:40px;
	background:url(images/video_title_bkgd.png) center left no-repeat;
	
}
#comment_div {
	width:560px;
}
.news_table_film {
	background: url(images/Ap-RED-2010redesign_news-film.png) top center no-repeat;
}
.news_table_stage {
	background: url(images/Ap-RED-2010redesign_news-stage.png) top center no-repeat;
}
.news_table_redcarpet {
	background: url(images/Ap-RED-2010redesign_news-redcarpet.png) top center no-repeat;
}
.news_table_search {
	background: url(images/Ap-RED-2010redesign_search.png) top center no-repeat;
}
#rewind_ad_panel {
	background:url(images/Adswirlybkgd300x250.png) center left no-repeat;
	width: 349px;
	height: 291px;
	float:left;
	margin-left:15px;

}