/* 全局样式开始 */
body{
	margin:0px;
	background-color:#FCF4E9;
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
body,td{
	font-size:12px;
}
img{
	border:0px;
}
/* 全局样式结束 */


/* 字体样式开始 */
.line_height_120{
	line-height:120%;
}
.line_height{
	line-height:150%;
}
.f_red{
	color:red;
}
.f_white{
	color:#FFFFFF;
}
.f_14px{
	font-size:14px;
}
.b{
	font-weight:bold;
}
/* 字体样式结束 */


/* 背景样式开始 */
.bg_one{
	background-repeat:no-repeat;
	background-position:center center;
}
.bg_x{
	background-repeat:repeat-x;
}
.bg_x_center{
	background-repeat:repeat-x;
	background-position:center center;
}
.bg_y{
	background-repeat:repeat-y;
}
.bg_y_center{
	background-repeat:repeat-y;
	background-position:center center;
}
/* 背景样式结束 */


/* 链接样式开始 */
a:active,a:link,a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
a.yellow:active,a.yellow:link,a.yellow:visited{
	color:#FFEC02;
	text-decoration:none;
}
a.yellow:hover{
	color:#FFEC02;
	text-decoration:underline;
}
a.white:active,a.white:link,a.white:visited{
	color:#ffffff;
	text-decoration:none;
}
a.white:hover{
	color:#ffffff;
	text-decoration:underline;
}
/* 链接样式结束 */

/* 表单样式开始 */
.form_input{
	border:1px solid #9F7B57;
	padding:1px;
	height:20px;
	behavior:url(#default#savehistory);
}
.form_area{
	border:1px solid #9F7B57;
	behavior:url(#default#savehistory);
}
.form_button{
	padding-top:2px;
	height:20px;
	border:1px solid #666;
}
/* 表单样式结束 */

/* 表格样式开始 */
.table_border{
	border:1px solid #E3E3E3;
}
.table_border1{
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D5C8B5;
	border-right-color: #D5C8B5;
	border-bottom-color: #D5C8B5;
	border-left-color: #D5C8B5;
}
.table_border2{
	border:1px solid #B29472;
}
.f_yellow {
	color: #FFEB00;
}

.table_border3{
	border:1px solid #367088;
}
.table_border4{
	border:1px solid #B48631;
}
.table_border5{
	border:1px solid #982424;
}
.table_border6{
	border:1px solid #576A3C;
}
.table_border7{
	border:1px solid #536E75;
}
.table_border8{
	border:1px solid #879923;
}
.table_border9{
	border:1px solid #C2B098;
}
/* 表格样式结束 */

/* 其他样式开始 */
.hand{
	cursor:hand;
}
.top_4px{
	padding-top:4px;
}
.line{
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	height:1px;
}
/* 其他样式结束 */

.scroll{
	width:100%;
	height:298px;
	overflow-x:hidden;
	overflow-y:scroll;
	
	scrollbar-face-color:#BADFF8;
	scrollbar-shadow-color:#BADFF8;
	scrollbar-3dlight-color:#BADFF8;
	scrollbar-arrow-color:#000;
	scrollbar-track-color:#BADFF8;
	scrollbar-darkshadow-color:#BADFF8;
}





/* header nav pop */
.menu{position:absolute; left:0; top:0; visibility:hidden;	margin:0px;	padding:0px; border:1px solid #666;	overflow:visible; line-height:150%;}
.menu a, .menu a:visited, .menu a:active, .menu a:link{text-decoration:none; display:block; width:150px; height:24px; line-height:24px; background:#fff; padding-left:8px; border-bottom:1px solid #ccc;}
.menu a:hover{text-decoration:none; display:block; background:#DBD795;	width:150px; padding-left:8px; border-bottom:1px solid #90673E;}