/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, sans-serif;
	color:#6B7D8D;
	font-size: 12px;
	background-color: #F1F5F7;
	background-image:url(images/body_bg.png);
	background-repeat:repeat-x;
}

input  { font-family:tahoma; font-size:12px; color: #6B7D8D;}

a:link { color:#388BB7; text-decoration:none; } 
a:visited { color:#388BB7; text-decoration:none; } 
a:hover { color:#5EA7CE; text-decoration:underline; }


/* TABLE */

.table_level_1 { width: 780px; border-left:#FFFFFF solid 1px; border-right:#FFFFFF solid 1px; }

.table_level_1_row_1 { width: 780px; height: 202px; background-color:#11679D; }

.table_level_1_row_2 { width: 780px; background-color:#FFFFFF; }

.table_level_1_row_3 { width: 780px; height: 62px; background-image:url(images/footer_bg.png); background-repeat:no-repeat; background-color:#FFFFFF; text-align:center;}
.table_level_1_row_3_1 { width: 780px; height: 62px; background-image:url(images/footer_bg_2.png); background-repeat:no-repeat; background-color:#FFFFFF; text-align:center;}

.table_level_2_main{ width: 767px; margin-left: 8px; margin-top: 15px;}

.table_level_2_main_col_left{ width: 228px; }

.table_level_2_main_col_right{ width: 536px; padding-left: 8px; background-image: url(images/bg2.gif); background-repeat:no-repeat; background-position: top center; }

.table_level_3_main_menu{ width: 228px; font-size: 11px; font-weight:bold; color: #1375AA;}

.table_level_3_main_grey{ width: 505px;font-size: 12px; font-weight:bold; color: #1375AA; border: #D4E1E6 solid 1px; background-color:#FFFFFF; }

.table_level_3_main_grey_cel{ background-color: #ECF2F4; border:#FFFFFF solid 1px; padding: 15px; font-weight:100; color: #515E62; }

.table_level_3_main_grey_cel_dark{ width: 50%; background-color: #D4E1E6; border:#FFFFFF solid 1px; padding: 15px; font-weight:100; color: #515E62; }






/* DIVS */

.div_level_1_top{ width:780px; height: 26px; background-image:url(images/header_bg_1.png); background-repeat:no-repeat; background-color: #11679D;}

.div_level_2_top_menu{ width:230px; height: 16px; float: right; color:#FFFFFF; margin-top: 5px; font-size: 10px;}

.div_level_1_top_header{ width:780px; height: 176px; background-image:url(images/header.jpg); background-repeat:no-repeat; }

.div_level_2_top_header_text_big{ width:414px; height: 95px; color:#E6F2F9; float:left; margin-left: 45px; margin-top: 51px; font-size: 28px;}

.div_level_2_top_menu a:link {color:#FFFFFF;  text-decoration:none; } 
.div_level_2_top_menu a:visited {color:#FFFFFF; text-decoration:none; } 
.div_level_2_top_menu a:hover { color:#BFE6F7; text-decoration:none; }
.div_baner{ width: 228px; text-align:center; margin-top: 10px; margin-bottom: 10px;}
.div_title_orange{ width: 520px; height: 23px; border-left:#FF9900 solid 5px; padding-left: 10px; font-size: 17px; color: #5F6B70; margin-top: 10px; margin-bottom: 10px; }




/* FORMS */

.but_orange{
	width: 105px;
	height: 21px;
	background-image:url(images/but_orange.png);
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#9A3E0C;
	border:0px none;
}

.input_forms{ width: 190px; height: 17px; border: #9DADB9 solid 1px; background-color:#FFFFFF; font-family:tahoma; font-size: 11px; color: #515E62;}

.input_forms_comment{ width: 190px; height: 32px; border: #9DADB9 solid 1px; background-color:#FFFFFF; font-family:tahoma; font-size: 11px; color: #515E62;}


.error_table{
    width:100%;
	margin:auto;
	padding:0px;
    background-color:#fed3d3;
    border:1px solid #ba2424;
    font-family: Tahoma;
    font-size:11px;
}
.error_table ul{
    color:#990000;
	font-family: Tahoma;
	margin:0px;
	padding:5px 5px 5px 20px;
}

.confirm_box{
    width:500px;
	margin:auto;
    border:1px solid #009933;	
    padding:10px 0px;
    color:#009933;
    font-family: Tahoma; 
    text-align:center;
    font-size:14px;
    font-weight:bold;
}