@CHARSET "UTF-8";
/*
	light gray:		#f0f0f0
	light blue:		#dcf0f8
	link blue:		#2c90d4
*/

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
}

* {
	text-decoration: none;
	
}

a:link, a:visited, a:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #2c90d4;
	outline: none;
}

a:hover {
	color: #ff6030;
}

#footer a:link, #footer  a:visited, #footer  a:hover {
	font-size: 7pt;
	font-weight: normal;
	color: #606060;
	outline: none;
}

#footer a:hover {
	color: red;
}

#container {
	width: 960px;
	margin: 0px auto 20px auto;
	background-color: white;
	/*
	border: 15px solid white;
	border-top: 0px solid white;
	*/
}

#line_top {
	background-image: url(../img/bg_line_top.png);
	color: gray;
	width: 100%;
	height: 28px;
}

	#line_top_left {
		float: left;
		padding: 6px 6px 6px 10px;
	}
	
	#line_top_right {
		float: right;
		padding: 6px 10px 6px 6px;
		text-align: right;
	}
	
	#line_top_left, #line_top_right {
		width: 400px;
		display: inline;
	}
	

#header {
	background-color: #ffffff;
	width: 100%;
	height: 50px;
	/*color: #2c90d4;*/
}

	#header_left {
		float: left;
		width: 650px;
		font-family: Times, Georgia, serif;
		font-size: 14pt;
		font-weight: bold;
		margin-left: 0px;
		padding-top: 14px;
	}

	#header_right {
		float: right;
		width: 300px;
		padding-top: 15px;
		text-align: right;
	}

#menu_top {
	background-image: url(../img/bg_menu.png);
	width: 100%;
	height: 28px;
	/*
	filter: alpha(opacity=50);
	opacity: 0.5;
	*/
}

#menu_top_inner_left {
	float: left;
	width: 700px;
	padding: 6px 8px 6px 8px;
	color: #2c90d4;
	font-weight: bold;
}

#menu_top_inner_left, #menu_top_inner_left a {
	font-size: 8pt; 
}

#menu_top_inner_right {
	float: right;
	width: 100px;
	padding: 6px 8px 6px 8px;
	color: #2c90d4;
	font-weight: bold;
	text-align: right;
}

#menu_top_inner_right, #menu_top_inner_right a {
	font-size: 8pt; 
}


#left {
	float: left;
	width: 299px;
	min-height: 300px;
}
	#left_selector {
		width: 288px;
		float: left;
		display: block;
	}

#right {
	float: left;
	width: 660px;
	min-height: 200px;
	border-left: 1px dotted silver;
	margin-bottom: 10px;
}

#menu_top, #left {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	background-image: url(../img/bg_foot.png);
	width: 100%;
	height: 28px;
	color: #606060;
	font-size: 7pt;
}

	#footer_left {
		margin-left: 10px;
		float: left;
		width: 780px;
		text-align: left;
	}
	
	#footer_right {
		margin-right: 10px;
		float: right;
		width: 120px;
		text-align: right;
	}
	
	#footer_left, #footer_right {
		margin-top: 8px;
		display: inline;
		
	}

.nor_title {
	width: 275px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
}

.pick_year {
	font-size: 8pt;
	display: inline;
	float: left;
	text-align: center;
	width: 39px;
	padding: 3px 4px 3px 4px;
	background-color: #f0f0f0;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	height: 15px;
}

.pick_month {
	font-size: 8pt;
	display: inline;
	float: left;
	text-align: center;
	width: 15px;
	padding: 3px 4px 3px 4px;
	background-color: orange;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	height: 15px;
}

.year_container {
	float: left;
	display: block;
}

.pick_year  a, .pick_month  a {
	font-size: 8pt;
	color: black;
	font-weight: normal;
}

.month_container{
	float: left;
	display: none;
	font-size: 8pt;
}

#report_list_container_header, #selector_header  {
	font-size: 8pt;
	float: left;
	display: block;
	background-color: #2c90d4;
	font-weight: bold;
	color: #f0f0f0;
	width: 278px;
	min-height: 8px;
	margin-top: 10px;
	margin-left: 1px;
	border-bottom: 0px double #ff6030;
	padding: 5px;
}

#selector_header  {
	border-bottom: 1px solid white;
	margin-top: 0px;
	width: 277px;
}

#report_list_container  {
	font-size: 8pt;
	float: left;
	display: block;
	width: 278px;
	min-height: 280px;
	background: #f8f8f8;
	margin-left: 1px;
	padding: 5px;
	overflow: visible;
}

#report_list_container a  {
	font-weight: normal;
	color: #404040;
}

#report_list_container a:hover  {
	font-weight: normal;
	color: #ff6030;
}

.pv_container {
	width: 150px;
	height: 150px;
	padding: 2px;
	float: left;
	margin-left: 9px;
	margin-bottom: 9px;
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	text-align: center;
}

.pv_container:hover {
	border: 1px solid #ff6030;
}

.wait_right {
	width: 360px;
	background-color: #f8f8f8;
	padding: 10px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #e0e0e0;
	color: red;
}

.wait_right_small {
	width: 180px;
	background-color: #f8f8f8;
	padding: 10px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #e0e0e0;
	color: red;
}

.wait_right img, .wait_right_small img {
	margin-right: 10px;
}

#rotator {
	background-color: black;
	border: 2px solid #fff;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 400px;
	text-align: center;
	cursor: pointer;
}

#rotator img {
	border: 0;
	cursor: pointer;
	width: 600px;
	height: 400px;
}

#rotator_container {
	width: 606px;
	height: 460px;
	padding: 20px 22px;
	float: left;
	margin-left: 9px;
	margin-bottom: 1px;
	background-image: url(../img/bg_rotator_container.png);
	border: 0px solid #e0e0e0;
	text-align: center;
}

#right h1 {
	font-size: 9pt;
	/*color: #2c90d4;*/
	color: #404040;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.img_top_left {
	float: left;
	margin: 0px 10px 8px 0px;
}

.img_top_right {
	float: right;
	margin: 0px 0px 8px 10px;
}

.img_top_left, .img_top_right {
	padding: 2px;
	border: 1px solid silver;
}

#doc_lead, #doc_body {
	font-size: 9pt;
	font-family: Georgia, serif;
}

#doc_lead {
	text-align: justify;
	line-height: 140%;
	margin-bottom: 20px;
}

#doc_body {
	margin-bottom: 0px;
	text-align: justify;
	line-height: 140%;
}

.report_list_item {
	display: block;
	float: left;
	width: 278px;
	margin-bottom: 2px;
}

.report_list_item_bull {
	display: inline;
	width: 16px;
	float: left;
}

.report_list_item_text {
	display: inline;
	width: 260px;
	float: left;
}

.pic_data {
	width: 650px;
	margin: 0px 0px 10px 9px;
	border: 1px solid #e0e0e0;
}

.pic_data tr {
	border-bottom: 1px solid white;
}

.pic_data td {
	padding: 4px 5px;
	border-bottom: 1px solid #e0e0e0;
}

.pic_data_td_title {
	background: #f0f0f0;
	color: black;
	width: 140px;
}

.pic_data_td {
	background: #f8f8f8;
}

.q_text {
	background-image: url(../img/ico_search.gif);
	background-repeat: no-repeat;
	width: 150px;
	border: 1px solid #2c90d4;
	padding: 3px 3px 3px 20px;
	margin-right: 2px;
}

.q_submit {
	width: 60px;
	border: 1px solid #2c90d4;
	background-color: #2c90d4;
	color: white;
	padding: 2px;
}

.q_text, .q_submit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
}

.form_caption {
	width: 60px;
}

.form_combobox {
	width: 160px;
}

.form_caption, .form_combobox {
	float: left;
}
.form_item_cont {
	display: block;
	float: left;
	padding: 2px;
}

.search_text {
	width: 209px;
	border: 1px solid red;
	padding: 2px;
}

.search_combo {
	width: 215px;
}

.search_text, .search_combo {
	/*border: 1px solid #2c90d4;*/
	border: 1px solid black;
}

.form_item_cont, .form_caption, .form_combobox, .search_text, .search_combo {
	font-family: Tahoma, serif;
	font-size: 8pt;
}
.icon_info, .icon_warn {
	display: inline;
	font-size: 16pt;
	font-family: Georgia, serif;
	font-weight: bold;
	width: 8px;
	padding: 0px 6px 0px 6px;
	float: left;
	margin-right: 10px;
	background-color: #ff6030;
	color: white;
}

.icon_info_text, .icon_warn_text {
	display: inline;
	width: 240px;
	float: left;
	font-weight: normal;
	color: gray;
}

#line_top_right a:link, #line_top_right a:visited {
	color: #ff6030;
} 
