/*CSS Document*/
@charset "utf-8";
body{
	background-color:#F4F4F4;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#page{
	width:1600px;
	height:750px;
	margin:auto;
	padding-top:40px;
}

#header{
	width:1600px;
	height:70px;
	float:left;
	margin-bottom:10px;
	font-family:Arial;
}

.header_text{
	font-size:22px;
	color:#333333;
	font-weight:bold;
	padding-top:3px;
}
	
#l_menu{
	width:200px;
	min-height:500px;
	display:visible;
	float:left;
}

.l_menu_row{
	width:185px;
	margin-right:10px;
	height:25px;
	float:left;
	padding-left:5px;
	font-family:Arial;
	font-size:17px;
}

#r_s_menu{
	width:190px;
	min-height:500px;
	margin-left:10px;
	display:visible;
	float:left;
}

.r_s_menu_row{
	width:185px;
	margin-right:10px;
	height:25px;
	float:left;
	padding-left:5px;
}

#content_l{
	width:1200px;
	height:688px;
	float:left;
	background-color:#cccccc;
}

#content_2{
	width:1400px;
	height:688px;
	float:left;
	background-color:#cccccc;
}

#content{
	width:1400px;
	height:670px;
	float:left;
}


#login{
	width:350px;
	height:150px;
	margin:auto;
}

.row{
	height:20px;
	margin:5px;
	float:left;
	text-decoration: none;
}

.row a:link{
	text-decoration:none;
}

.row a:hover{
	text-decoration:none;
}

.form_title{
	height:30px;
	width:100%;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	text-align:center;
	margin:10px 0 10px 0;
}


.select_title{
	height:17px;
	font-family:Arial;
	font-size:14px;
	color:#333333;
	text-align:right;
	margin:3px 5px 0 0;
}

.field_title{
	height:17px;
	font-family:Arial;
	font-size:14px;
	color:#333333;
	text-align:right;
	margin:3px 5px 0 0;
	float:left;
}

.field_title2{
	height:17px;
	font-family:Arial;
	font-size:14px;
	color:#333333;
	text-align:right;
	margin:3px 5px 0 0;
}

.field_value{
	height:16px;
	font-family:Arial;
	font-size:14px;
	color:#333333;
	text-align:left;
	padding:2px;
	border:1px solid #999999;
	float:left;
}


.select_value{
	height:22px;
	font-family:Arial;
	font-size:14px;
	color:#333333;
	text-align:left;
	padding:2px;
	border:1px solid #999999;
	float:left;
}

.checbox{
	height:16px;
	border:1px solid #ff9999;
	text-align:left;
}

.button{
	width:auto;	
	height:22px;
	padding:1px 20px;
	background-color:#999999;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	float:right;
	margin-top:2px;
}

.button2{
	width:auto;	
	height:22px;
	padding:1px 3px;
	background-color:#333333;
	font-family:Tahoma;
	font-size:13px;
	color:#ffffff;
	float:left;
	border:1px solid #ffffff;
	margin:2px;
}


.list_title{
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	line-height:24px;
}

.list{
	font-family:Tahoma;
	font-size:12px;
	line-height:26px;
}

.list a:link{
	text-decoration:none;
}

.list2{
	font-family:Tahoma;
	font-size:13px;
	line-height:26px;
	border-bottom:1px solid #999999; margin-bottom:5px;
}

.list2 a:link{
	text-decoration:none;
}

.list_14{
	font-family:Tahoma;
	font-size:14px;
	line-height:26px;
}

.list_14 a:link{
	text-decoration:none;
}

.alert_text{
	font-family:Tahoma;
	font-size:22px;
	font-weight:bold;
}