@charset "UTF-8";
/* CSS Document */


.combo_box{
	width:170px;
	border:#000 solid 1px;
	height:20px;
}

#info_table{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	width:100%;
	
}

#info_table tr{
	
}

#info_table td{
	border-bottom:#F6F6F6 solid 1px;
	color:#333;
	padding:5px 10px 5px 0px;
	vertical-align:middle;
}

#info_table label{
}

.input_text{
	width:298px;
	height:18px;
	border:#CCCCCC solid 1px;
	padding:4px 0px 0px 4px;
}



#info_container{
	width:958px;
	height:auto;
	margin:0px;
	padding:0px;
	background:#FFF;
	border-bottom:#ededed solid 1px;
	border-left:#ededed solid 1px;
	border-right:#ededed solid 1px;
}

#menu_column {
	position:relative;
	top:0px;
	left:20px;
	margin:10px 20px 0px 0px;
	width:238px;
	float:left;
	display:inline;
}

#info_column{
	width:660px;
	height:auto;
	float:left;
	display:inline;
	margin:10px 0px 10px 20px;
	padding:0px;
	border:#ededed solid 0px;
}
#info_pages_menu_head{
	height:30px;
	width:232px;
	margin:0px;
	padding:10px 0px 0px 8px;
	background:#669900 url(_graphic/rounded_corner/roundedTop_box_menu.gif) no-repeat top center;
	color:#FFF;
	font-size:18px;
}

.info_pages_menu_item{
	height:26px;
	width:230px;
	margin:0px;
	padding:13px 0px 0px 8px;
	background:#FFF;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	border-right:#ededed solid 1px;
}
.info_pages_menu_last_item{
	height:23px;
	width:230px;
	margin:0px;
	padding:13px 0px 0px 8px;
	background:#FFF;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	border-right:#ededed solid 1px;
}

.info_pages_menu_item a, .info_pages_menu_last_item a{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

.info_pages_menu_footer_up{
	height:3px;
	width:240px;
	margin:0px;
	padding:0px;
	background: url(_graphic/rounded_corner/roundedBottom_box_menu.gif) no-repeat top center;
}
.info_pages_menu_footer_down{
	height:3px;
	width:240px;
	margin:0px;
	padding:0px;
	background: url(_graphic/rounded_corner/roundedBottom_box_menu_grey.gif) no-repeat top center;
}

.info_pages_title{
	float:left;
}
.arrow_item_up{
	height:8px;
	width:8px;
	margin:3px 10px 0px 0px;
	float:right;
	background:url(_graphic/arrows/arrow_item_up.gif) no-repeat top center;
}
.arrow_item_down{
	height:8px;
	width:8px;
	margin:3px 10px 0px 0px;
	float:right;
	background:url(_graphic/arrows/arrow_item_down.gif) no-repeat top center;
}
#aboutus_manager{
	text-align:center;
	padding:5px;
	background:#FFFFFF;
}

.admin_link a{
	color:#990000;
}

.flash_message{
color:#990000;
font-weight:bold;
font-size:15px;
}