/* CSS Document */

/* -------------------------RESET------------------------- */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p {margin:0; padding:0;}
table {border:0 none; }
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight: normal;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* -------------------------------------------------------  */

BODY, TABLE, TD, TH, P, FORM {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:11px;}

BODY {
	overflow: -moz-scrollbars-vertical;
	background-color: #f4f7f9;
}

/* ==============================================
CONTAINER
============================================== */

#container {
	position: relative;
	margin: 0 auto;
	width: 995px;
	background: url(../design/page_bgr.jpg) repeat-y;
	padding: 15px 0 0 0;
}

#container INPUT , #container TEXTAREA{
	border:1px solid #E2E9EF;
	background:URL(/design/input.gif) no-repeat top left;
	
}

#container INPUT.formbutton{
	background:transparent url(../design/button_red.gif) repeat-x scroll 0 0;
	border:1px solid #850909;
	color:#FFFFFF !important;
	float:left;
	font-weight:bold;
	margin:10px 5px 0 0;
	padding:2px 10px;
	cursor:pointer;

}

a.goHome, a.goHome:visited {
	float: left;
	display: block;
	width: 251px;
	height: 51px;
	background: url(../design/logo.jpg) no-repeat;
}
.header {
	float: left;
	width: 727px;
	height: 53px;
}
.header .center {
	float: left;
	width: 713px;
	height: 53px;
	background: url(../design/header_bgr.jpg) repeat-x;
	font-size: 11px;
	color: #8d9fae;
	text-align: right;
}
.header .right {
	float: left;
	background: url(../design/header_right.jpg) no-repeat;
	width: 14px;
	height: 53px;
}
/* Top menu */
.top_menu a, .top_menu a:visited {
	display: block;
	float: right;
	color: #8d9fae;
	text-decoration: none;
	font-size: 11px;
	background: url(../design/link.gif) bottom left no-repeat;
	padding: 15px 0 8px 0;
	text-align: left;
	margin: 1px 0 0 6px;
	padding-right: 7px;
}
.top_menu a:hover {
	color: #9d0c0c !important;
	background: url(../design/link_hover.gif) bottom left no-repeat;
}


/* ==============================================
SEARCH
============================================== */ 

.search_result{
	margin-top:10px;
}

.search_title{
	font-weight:bold;
	font-size:12px;
	color:#336299;
}

.search_title  A{
	
}

.search_progress_container{
border:1px solid #ddd;
padding:0;
margin:0;
height:3px;
}

.search_progress_bar{
	background:#ccc;
	padding:0 3px;
	color:#fff;
	font-size:9px;
	margin:0;
	padding:0;
/*	margin-top:3px;
	margin-bottom:3px;*/
	height:3px;
	line-height:0;
}

.search_resume{

}

.search_resume B{
	color:#9D0C0C;
}

FORM.search_form INPUT {
	width:350px;
}

FORM.search_form INPUT.search_formbutton{

	height:19px;
	width:100px;
	color:#ffffff;
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;

	cursor:pointer;


}

.search_error{
	color:#FFA600;
	font-weight:bold;
	margin:5px 0;
}

.searc_nav{
	margin:10px 0;
	text-align:center;
}

#search_resume_table{
	margin:20px 0;
	border:solid #ccc;
	border-width:1px 0 1px 0;
}

#search_resume_table B{
	color:#336299;
	font-weight:normal;
}


/* Search */
form.form_search {
	width: 127px;
	float: right;
	background: url(../design/search.gif) center left no-repeat;
	padding: 0px;
	margin: 11px 0 0 8px;
}
form.form_search table {
	float: left;
}


#container input.search {
	float: left;
	border: none;
	font-size: 11px;
	color: #666;
	background: transparent;
	padding-left: 6px;
}
a.search, a.search:visited {
	display: block;
	margin-top: -7px;
}
.search_title {
	margin-top: 15px;
}

/* Main menu */
.main_menu {
	background: url(../design/main_menu_bgr.gif) repeat-x;
	width: 986px;
	height: 42px;
	float: left;
	margin: 13px 0 0 5px;
}
.main_menu a, .main_menu a:visited {
	display: block;
	float: left;
	font-size: 14px;
	color: #105699;
	text-decoration: none;
	height: 27px;
	margin-top: 3px;
	padding: 7px 14px 0 14px;
	background: url(../design/selector_main_menu.gif) right no-repeat;
}
.main_menu a.active, .main_menu a:hover {
	background: url(../design/main_menu_a.jpg) repeat-x !important;
	color: #fff !important;
}

.header .center img {
	float: right;
	margin-top: 9px;
}
.container2 {
	width: 986px;
	float: left;
}
table.main {
	margin: 10px 0 0 0;
}
table.main td {
	vertical-align: top;
}
table.main td.left, table.main td.center  {
	padding-right: 18px;
}
table.main td.right {
	padding-right: 45px;
	width: 440px !important;
}
td.wide {
	width: 890px !important;
	padding: 0 25px !important;
}
td.middle_wide {
	width: 890px !important;
	padding: 0 25px !important;
}
.innerpage {
	padding: 10px 0px 10px 20px;
	width: 958px;
}
/* ==============================================
CONTENT
============================================== */
.content {
	font-size: 11px;
	color: #333;
	line-height: 1.46;
}
.content a, .content a:visited {
	color: #9d0c0c;
}
.content a:hover {
	text-decoration: none;
}

.left_stars {
	float: left;
	background: url(../design/left_stars.gif) left top no-repeat;
	margin-left: 5px;
	width: 394px;
	height: 276px;
	padding: 14px 50px 20px;

}
h1.Title {
	color: #105699;
	font-size: 26px;
}
h2.Subtitle , h2.Subtitle INPUT{
	color: #105699;
	font-size: 14px;
	font-weight: bold;
}


h3.Boldtitle {
	font-weight: bold;
	font-size: 11px;
}
h4.Header {
	font-size: 14px;
	font-weight: bold;
}
h5.Intertitle {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
h6.Boldtitle {
	font-weight: bold;
}
p {
	margin: 0 0 10px 0;
}

.big_right_img {
	float: left;
	width: 475px;
	height: 300px;
}
a.button_blue, a.button_blue:visited {
	display: block;
	background: url(../design/button_blew.gif) repeat-x;
	height: 22px; 
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px 0 10px;
}
/* News */
.all_news a, .all_news a:visited {
	text-decoration: none !important;
	color:#333;
}

.all_news a H4{color:#105699;}

.all_news a:hover {
	text-decoration: underline;
	color:#105699;
}

.date{font-size:9px;}

/* Breadcrumbs */
.breadcrumbs {
	color: #96a4ae;
	font-size: 9px;
}
.breadcrumbs a, .breadcrumbs a:visited {
	color: #96a4ae;
	font-size: 9px;
}
.breadcrumbs a:hover {
	text-decoration: none;
}

/* Blocks */
.blocks {
	float: left;
	width: 973px;
	margin: 0 0 0 5px;
}
.blocks div.red, .grey, .blocks .blue {
	height: 231px;
	width: 196px;
	float: left;
	margin-left: 13px;
	padding: 18px 16px 0 18px;
}
.innerpage .grey {
	margin-left: 0px !important;
}

.blocks div.red {
	background: url(../design/red_block.jpg) no-repeat;
	color: #fff;
}
input.red_input {
	background: url(../design/input_red.jpg) no-repeat;
	width: 186px;
	height: 18px;
	border: 0px !important;
	padding: 2px 0 0 5px;
}
a.button_red, a.button_red:visited {
	float: left;
	display: block;
	background: url(../design/button_red.gif) repeat-x;
	height: 20px;
	border: 1px solid #850909;
	color: #fff !important;
	text-decoration: none;
	padding: 2px 13px 0px 11px;
	margin-top: 13px;
	font-weight: bold;
}
.red a.white, .g_left a.red {
	float: left;
	width: 100%;
	padding-top: 8px;
}
.red a.white:hover, .g_left a.red:hover {
	text-decoration: none;
}
.red a.white {
	color: #fff;
}
.g_left a.red {
	color: #9d0c0c;
}
.blocks .red table td, .g_left table td {
	font-weight: bold;
}
.blocks .g_right {
	background: url(../design/grey_block.jpg) repeat-x;
}
.blocks .blue {
	background: url(../design/blue_block.jpg) no-repeat;
	color: #fff;
}
.blocks .red h1, .blocks .blue h1 {
	color: #fff !important;
}
.blocks .red h1, .grey h1 {
	margin-top: -10px;
}
.blocks h3, .g_left h3 {
	font-size: 13px !important;
	font-weight: bold;
}
.g_left {
	color: #9d0c0c;
	background: url(../design/grey_block_left.jpg) no-repeat;
}
.g_left h1 {
	color: #9d0c0c;
}
.g_right h3 {
	color: #1f6ea9;
}
.g_right a.button_blue {
	margin-top: 15px;
}
a.button_blue2 {
	display: block;
	background: url(../design/button_blew2.jpg) repeat-x;
	border: 1px solid #42699b;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	height: 22px;
	padding: 2px 10px 0px 10px;
	margin-top: 10px;
}

/* More info */
.more_info {
	background: url(../design/more_info.jpg) bottom no-repeat !important;
	border: 1px solid #c2cfdc;
	width: 190px;
	padding: 15px 20px 15px 20px;
}
.more_info h2 {
	color: #1a67a5;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 4px;
}
.more_info a, .more_info a:visited {
	display: block;
	color: #555;
	margin-bottom: 10px;
}

/* Left menu */
.left_menu {
	width: 225px;
	background: url(../design/left_menu.jpg) top no-repeat;
	margin-bottom: 15px;
	padding: 11px 5px 11px 0px;
}
.left_menu a, .left_menu a:visited {
	display: block;
	font-size: 14px;
	color: #a3c4e2;
	text-decoration: none;
	width: 194px;
	padding: 4px 0 4px 0px;
	border-bottom: 1px solid #356591;
	margin-left: 20px;
}

.left_menu a:hover {
/*	text-decoration: underline; */
	color:#fff;
}

.left_menu a.active {
	margin-left: 0px !important;
	padding-left: 20px !important;
	color: #0b4586 !important;
	background: url(../design/left_menu_a.jpg) center no-repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff !important;
	border-top: 1px solid #fff;
}
.left_menu .second_level {
	margin: 2px 0 2px 0;
}
.left_menu .second_level a, .left_menu .second_level a:visited {
	color: #c4d2dd;
	border: none;
	font-size: 12px;
	padding: 0px 0 2px 10px;
	background: url(../design/left_menu_2.gif) top left no-repeat;
}
.left_menu .second_level a.active2 {
	color: #f4f7f9;
	background: url(../design/left_menu_2a.gif) top left no-repeat;
}

.left_menu .second_level a:hover{color:#fff;}

/* Bottom menu */
.bottom_menu {
	float: left;
	width: 958px;
	background: url(../design/bottom_menu.jpg) repeat-x;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	margin: 17px 15px 0 18px;
	font-size: 11px;
}
.bottom_menu a, .bottom_menu a:visited {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 3px;
}
.bottom_menu a:hover {
	text-decoration: underline;
}

/* Private aeras */
.filesDivers .one_item {
	margin-bottom: 20px;
}
td.Nleft {
	text-align: right;
	width: 100px;
	font-size: 11px;
}
td.Nleft span {
}
td.Nleft div {

}
td.name {
	font-size: 14px;
	color: #9d0c0c;
}

/* ==============================================
COPYRIGHT
============================================== */

.footer {
	width: 100%; }
.copyright {
	position: relative;
	color: #707070; 
	font-size: 10px;
	text-align: right;
	background: url(../design/footer.jpg) top center no-repeat;
	width: 100%;
	margin: -1px -2px 0 0;
	width: 995px !important;
	height: 65px;
	padding-right: 35px;
}
.copyright div {
	width: 995px; }
	
.copyright A, .copyright A:visited {color: #707070; font-size: 10px; text-decoration: none}
.copyright A:hover, .copyright A:active {text-decoration: underline}


/* ==============================================
SITEMAP
============================================== */
#sitemap_cmp_1 DIV, #sitemap_cmp_2 DIV, 
#sitemap_cmp_3 DIV, #sitemap_cmp_4 DIV {
	height: 23px;
	padding-top: 7px;
}
#sitemap_cmp_1 DIV A, #sitemap_cmp_1 DIV A:visited , 
#sitemap_cmp_2 DIV A, #sitemap_cmp_2 DIV A:visited , 
#sitemap_cmp_3 DIV A, #sitemap_cmp_3 DIV A:visited,
#sitemap_cmp_4 DIV A, #sitemap_cmp_4 DIV A:visited {
	text-decoration: none;
}
#sitemap_cmp_1 DIV A:hover, #sitemap_cmp_1 DIV A:active , 
#sitemap_cmp_2 DIV A:hover, #sitemap_cmp_2 DIV A:active , 
#sitemap_cmp_3 DIV A:hover, #sitemap_cmp_3 DIV A:active , 
#sitemap_cmp_4 DIV A:hover, #sitemap_cmp_4 DIV A:active {
	text-decoration: underline;
}

.level_xxx {
	font-weight: bold;
	margin-top: 30px;
}
.level_xyx {
	background: url(/design/sitemap/sitemap01.gif) left no-repeat;
	margin-left: 45px;
	padding-left: 30px;
}
.level_xyx_last {
	background: url(/design/sitemap/sitemap02.gif) left no-repeat;
	margin-left: 45px;
	padding-left: 30px;
}
.level_yxx{
	background: url(/design/sitemap/sitemap01.gif) left no-repeat;
	padding-left: 30px;
}
.level_yxx_last{
	background: url(/design/sitemap/sitemap02.gif) left no-repeat;
	padding-left: 30px;
}
.level_yyx {
	padding-left: 70px;
	background: url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_yyx_last {
	padding-left: 70px;
	background: url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xyy {
	padding-left: 70px;
	margin-left: 45px;
	background: url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_xyy_last {
	padding-left: 70px;
	margin-left: 45px;
	background: url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xxy {
	padding-left: 30px;
	margin-left: 75px;
	background: url(/design/sitemap/sitemap01.gif) left no-repeat;
}
.level_xxy_last {
	padding-left: 30px;
	margin-left: 75px;
	background: url(/design/sitemap/sitemap02.gif) left no-repeat;
}
.level_yyy {
	padding-left: 110px;
	background: url(/design/sitemap/sitemap0301.gif) left no-repeat;
}
.level_yyy_last {
	padding-left: 110px;
	background: url(/design/sitemap/sitemap0302.gif) left no-repeat;
}
.level_yxy {
	padding-left: 110px;
	background:url(/design/sitemap/sitemap0304.gif) left no-repeat;
}
.level_yxy_last {
	padding-left: 110px;
	background: url(/design/sitemap/sitemap0303.gif) left no-repeat;
}

#myMovieName{
	position:relative;
	top:-2px;
}

.under{
	width:240px;
	height:290px;
	
	background:#fff;
	border:1px solid #333366;
	text-align:center;


	left:50%;
	margin-left:-120px;
	margin-top:-145px;
	position:absolute;
	top:50%;

}

.pageForm_textfree_ {
	padding:0px;
	background:white !important;
}


.text_box {
	font-family:Times new roman;
	font-size:13px;
	font-style:italic;
}

.boxBlue{
	height:185px;
	overflow:hidden;
}

.boxBlue IFRAME{height:183px;width:194px;}

.boxWhite{
	height:215px;
	margin-bottom:5px;
	overflow:hidden;
}

.boxWhite IFRAME{height:213px;width:392px;}

.left_stars {}