@charset "utf-8";
/* CSS Document */

.body {
	margin:0;
	background:#dfdbd8;
	background-image:url(/images/bg.jpg); 
	background-position:top; 
	background-repeat:repeat-x;
}


.main_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


.title_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	font-weight:bold;
}

.link {
	font-size:12px;
	color:#003366;
	font-weight:bold;	
	text-decoration:none;
		
} 

.sub_menu_text {
	color:#333333;
	font: bold 13px Arial, Helvetica, sans-serif;
	opacity: .3;
}

.sub_menu_link {
	font-size:13px;
	color:#333333;
	font-weight:bold;
	text-decoration:none; 
}

.sub_menu_link:hover {
	font-size:13px;
	color:#1f48a7;
	font-weight:bold;
	text-decoration:none; 
}

.sub_menu_hilight {
	font-size:14px;
	color:#063078;
	font-weight:bold;
		
}

.sub_menu_td {
	width:100%; 
	background-image:url(/images/sub_menu_bg.jpg);
	padding-right:10px;
	text-align:right;

}

.content_slider_bg {
	width:100%;
	padding-left:8px;
	padding-right:8px; 
	background-color:#cdd0d7; 
	background-image:url(/images/content_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x; 
	height:250px;
}

.footer {
	background-image:url(/images/footer_bg.jpg); 
	height:22px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#999999;
	text-align:right;
}

.webnet_link {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#999999;
	text-align:right;
	text-decoration: none;
} 

.movie_title {
	font-size:13px;
	color:#333333;
	font-weight:bold;
}


.movie_poster_td {
	width:137px; 
	height:193px;
	text-align:left;
	vertical-align:top; 
	background-image:url(/images/poster_bg.png); 
	background-repeat:no-repeat; 
	padding-left:5px; 
	padding-right:20px; 
	padding-top:6px;
}

.movie_poster_title {
	padding-left:8px; 
	height:50px;
	text-align:left;
	vertical-align:top; 
}

.content_bg {
	width:100%; 
	background-color:#cdd0d7; 
	background-image:url(/images/content_bg.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;

}

.search_results_td{
	line-height:24px; 
	border-bottom:1px dotted #8091ab;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px; 
	padding-right:30px;
	vertical-align:text-top;

}

.search_results{
	color:#005fa1;
}

