@charset "utf-8";
/* CSS Document */


#main_div{
	min-width: 800px;
	width: 100%;
	text-align: center;
}
#lang_menu{
	float: right;
}

#top_page{
	width: 95%;
	min-width: 840px;	
	margin: 0 auto;
}
	#top_page_left{
		width: 22px;
		height: 150px;
		background: url(img/top_page_left.png) no-repeat left;
	}
	#top_page_center{	
		height: 150px;
		background: url(img/top_page.png) repeat top;
	}
		#logo{
			width: 332px;
			height: 77px;
			float: left;
			margin-top: 25px;
		}
		#search{
			width: 350px;
			float: right;
			margin-top: 60px;
		}
			#search p{
				margin: 0px;
				padding-right: 5px;
				font-size: 8pt;
				float: right;
			}
			#search h3{
				font-size: 10pt;
				font-weight: bold;
				color: #1a4167;
			}
			#input_query{
				width: 200px;
				height: 24px;
				padding-top: 5px;
			}
			#msubmit{
				background:url(img/search_btn.png) no-repeat center;
				width: 31px;
				height: 24px;
				border: none;
				cursor: pointer;
			}
			#msubmit:hover{
				background:url(img/search_btn_hover.png) no-repeat center;
			}
	#top_page_right{	
		width: 22px;
		height: 150px;
		background: url(img/top_page_right.png) no-repeat right;
	}	

	
#hid_panel{
	width: 95%;
	min-width: 840px;	
	margin: 0 auto;
	border-bottom: 1px solid #333333;
}

#main_page{
	width: 95%;
	min-width: 840px;	
	margin: 0 auto;
	background:url(img/page.jpg) repeat-x top #FFFFFF;
}

	#left_window{
		display: table-cell;
	}
	#right_window{
		width: 340px;
		display: table-cell;
	}	
	
.component_box{
	margin: 0;
	padding: 0;
	width: 100%;
}
	div.Header1{
		width: 100%;
		height: 30px;
		background:url(img/a2.png) repeat-x top;
		color: #FFFFFF;
		font-size: 10pt;
		line-height: 30px;
		text-align: left;
		padding-left: 5px;
	}
	div.Header2{
		width: 100%;
		height: 30px;
		background:url(img/a2.png) repeat-x bottom;
		color: #FFFFFF;
		font-size: 8pt;	
		line-height: 30px;	
		text-align: left;
		padding-left: 5px;				
	}
	.box_contents{
		padding: 5px;
	}	

#footer{	
	margin-top: 20px;
	height: 48px;
	line-height: 48px;
	background-image:url(img/footer2_bg.png);
	background-repeat:repeat-x; 
	padding-left: 10px; 
	padding-right: 10px;
	font-size: 8pt;
	color: #999999;
}
	#footer a{
		color: #999999;
	}
	
.img_left{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.img_right{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sub_list{
	margin: 0 auto;
}
	#sub_list ul{
		list-style: none;
		padding: 0px;
	}
	#sub_list li{
		margin: 0px;
		line-height: 35px;
		width: 155px;
		height: 35px;
		text-align: center;
		float: left;			
	}
	#sub_list a.sub_list_item{
		display: block;
		line-height: 35px; 
		font-size: 10pt; 
		color: #999999;
		background:url(img/sub_list_bg.png) no-repeat center;
	}
	#sub_list a.sub_list_item:hover{
		text-decoration: none;
		background:url(img/sub_list_bg2.png) no-repeat center;	
		color: #FFFFFF;	
	}
.read_more{
	font-size: 8pt;
	font-weight: 100;
	color: 003D7A;
}

#browse{
	margin: 0;
}
	#browse h3{
		padding-top: 5px;
		font-size: 9pt;
	}
	#browse .browse_result{
		border: 1px solid red;
		padding-bottom: 10px;
	}
	#browse .listing_img{
		border: 1px solid #333333;
		height: 64px;
		width: 64px;
		float: right;
	}
	#browse .result_window{
		margin-bottom: 25px;
	}
.ZoomImage{
	border: 1px solid #999999; 	
}
.ZoomImage:hover{
	border: 1px solid #333333;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
#sitemap{
	margin-left: 30px; padding: 5px;
}
	#sitemap a{
		line-height: 30px;
	}
	#sitemap .main_item{
		font-weight: bold;
	}
	#sitemap .sub_item{
		padding-left: 30px;
	}
.listing_img{
	border: 1px solid #cccccc;
	height: 48px;
	width: 48px;
}
#tipbox_icon{
	background-image:url(img/tip.png);
	width: 16px;
	height: 16px;
	background-repeat:no-repeat;
	padding: 2px;
}
#tipbox{
	width: 100%;
	height: 15px;
	background-color: #FFFF99;
	border-top: 2px solid #3982de;
	border-bottom: 2px solid #3982de;
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-left: 10px;
	padding-right: 10px;	
	margin-top: 5px;
	margin-bottom: 10px;	
}
.tipbox_font{
	color: #003333;
}
.txt_button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color:#ededed;
	border: none;
	cursor: pointer;
	border: solid #cccccc 1px;
}
.txt_button:hover{
	background-color:#A00000;
	color: #FFFFFF;
}
.byocc{
	height: 30px;
	width: 180px;
}
.bynam{
	height: 30px;
	width: 32px;
}
.flag_button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px dashed #cccccc;
	cursor: pointer;
}
.flag_button:hover{
	color: #A00000;
}