@import url("component.css");
*{ font-size:12px;}
a:link {color: #316bbe;text-decoration: none;}
a:visited {	color: #316bbe;	text-decoration: none;}
a:hover {color: #FF3300;text-decoration: underline;}
a:active {	text-decoration: none;}
table{border-collapse:collapse;}
body{font-size:12px;line-height:24px;margin-top: 4px;}
.button-box-flotleft {
	float: right;
	height: auto;
	width: auto;
	text-align: right;
	margin-bottom: 3px;
	margin-top: 3px;
}
.button-box-flotright {
	float: left;
	height: auto;
	width: auto;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
}
.buttonstyle {
	background-image: url(../images/button2.jpg);
	height: 28px;
	width: 113px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	color: #0170A4;
	font-size: 14px;
	float: left;
	margin: 3px;
} 
.buttonstyle-rt-top {
	background-image: url(../images/button2.jpg);
	height: 28px;
	width: 113px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	color: #0170A4;
	font-size: 14px;
	float: right;
	margin: 2px;
} 
.box {
	border: 1px solid #bed2e4;
	padding: 4px;
	margin-bottom: 4px;
	background-image: url(../images/panel-back.gif);
	background-repeat: repeat-x;
	text-align: left;
	height:auto;
}
.box-gradient {
	background-image: url(../images/panel-back.gif);
	background-repeat: repeat-x;
	width: 100%;
	border: 1px solid #D3E7FA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.box-gradient2 {
	background-image: url(../images/panel-back.gif);
	background-repeat: repeat-x;
    border: 1px solid #D3E7FA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.box-gradient3 {
	background-image: url(../images/panel-back.gif);
	background-repeat: repeat-x;
	border: 1px solid #D3E7FA;
	line-height: 24px;
	padding-left: 5px;
}
.content-title {font-size: 14px;line-height: 28px;font-weight: bold;color: #FF6600;}
.checkbox {line-height: 32px;margin-top: 6px;}
/*表格头部*/
.corner1 {background: url(../images/biaog_01.gif) left top no-repeat;width:7px;height:25px;}
.table-top-bg {font-size: 12px;background: url(../images/top-bg.gif) repeat-x 0 0;line-height: 25px;text-align: center;font-weight: 700;height: 25px;padding:0 5px;}
.table-top-bg a{color:#316BBE; }
.table-top-bg a:hover{color:#f00;text-decoration:underline;}
.corner2 {background: url(../images/biaog_02.gif) right top no-repeat;width:7px;height:25px;}
/*表格尾部*/
.corner3 {background: url(../images/biaog_03.gif) left bottom no-repeat;width:7px;height:5px;}
.tablt-bottom-bg {background-image: url(../images/end-bg.gif);background-repeat: repeat-x;background-position: bottom;}
.corner4 {background: url(../images/biaog_04.gif) right bottom no-repeat;width:7px;height:5px;}
.table-top-bg-align-lt {
	font-size: 12px;
	background: url(../images/top-bg.gif) repeat-x 0 0;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	height: 5px;
	text-indent:12px;
}
/*表格内容*/
/*白色*/
.corner-left-line{background:url(../images/biaog_lt-line.gif) repeat-y left; border-top:1px #ccc solid;}
.corner-right-line{ background:url(../images/biaog_rt-line.gif) repeat-y; border-top:1px #ccc solid;}
.mainbody_table_odd2 
{
	background:#fff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	border-top:1px #ccc solid;
	padding:0 5px;
}
.mainbody_table_odd 
{	background: #fff;
	text-align: center;
	line-height: 20px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	padding:0 5px;
	vertical-align:middle;
}

/*蓝色背景*/
.corner-left-line02{background:url(../images/biaog_lt-line02.gif) repeat-y left; border-top:1px #ccc solid;}
.corner-right-line02{ background:url(../images/biaog_rt-line02.gif) repeat-y; border-top:1px #ccc solid;}
.mainbody_table_even2 {
	background:#f3f8fc;
	text-align: center;
	line-height: 20px;
	border-top:1px #ccc solid;
	padding:0 5px;
}
.mainbody_table_even {
	background: #f3f8fc;
	text-align: center;
	line-height: 20px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	padding:0 5px;
	
}
/*搜索表单*/
table.searchtextbox{width:100%;}
table.searchtextbox th{ line-height:20px;}
table.searchtextbox td{ line-height:20px; padding:3px 5px;}
table.searchtextbox tr.darkbg{ background:#f3f3f3;}
table.searchtextbox td.name{ width:20%; text-align:right; font-weight:700; color:#000;}
table.searchtextbox td.textbox{ text-align:left; color:#333;}
/*信息表单*/
table.infotextbox{width:100%;}
table.infotextbox th{ line-height:25px; background:url(../images/top-bg.gif) repeat-x; border-bottom:1px #ccc solid; border-left:1px #ccc solid; border-right:1px #ccc solid; text-align:left; padding-left:10px;}
table.infotextbox td{ line-height:20px; padding:3px 5px;}
table.infotextbox tr.darkbg{ background:#f3f3f3;}
table.infotextbox td.name{ width:20%; text-align:right; font-weight:700; color:#000;}
/*一般的div标题*/
.commmontit{ display:block;line-height:25px; background:#f3f3f3; border-top:1px #ccc solid; text-align:left; padding-left:10px;}


.ctrl-button-top {text-align: right;margin-bottom: 5px;}
.ctrl-button-top2 {text-align: right;margin-bottom: 5px;width:730px;}
.gap{ height:10px; width:auto; }
.input-button-long{
	background-color: #E8E8E8;
	color: #316bbe;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 110px;
	
}
input[type=text] {border: 1px solid #87a1bd;}
input[type=checkbox],input[type=radio] {width: 20px;border: 0px;}
.input-button{
	color: #316bbe;
	font-weight:400;
	background: url(../images/button2.gif)  no-repeat;
	height: 25px;
	width: 85px;
	border:0;
}
.input-button-long2{
	background-color: #E8E8E8;
	color: #316bbe;
	background-image: url(../images/button3.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 140px;
	
}
.location {
	font-size: 12px;
	font-weight: normal;
	color: #3273A3;
	background-image: url(../images/location.gif);
	background-position: bottom;
	height: 30px;
	width: 501px;
	background-repeat: no-repeat;
	text-indent:5px;
	line-height:28px;
}

.mainbody_table_even-align-lt {
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 28px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #e4e9f1;
	text-indent:12px;
}

.mainbody_table_odd-align-lt {
	HEIGHT: 28px;
	BACKGROUND-COLOR: #ffffff;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent:12px;
}


.mainbody_body_table TR TD {FONT-SIZE: 12px; WIDTH: 9%; COLOR: #333333; WHITE-SPACE: nowrap}
.mbg{
	background-image: url(../images/mbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	float: left;
	background-position: center;
}
.mbg-left {background-image: url(../images/mpic.gif);float: left;height: 30px;width: 4px;}
.mbg-right {background-image: url(../images/mpic2.gif);float: right;height: 30px;width: 4px;}
.purview {
	width: 170px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;!
	important;margin-top:8px;margin-left: 8px;
	
}
.qy-serch-body {border: 1px solid #bed2e4;padding: 4px;margin-bottom: 4px;background-image: url(../images/panel-back.gif);background-repeat: repeat-x;line-height: 28px;font-size: 12px;}
.resume-gradient {
	background-image: url(../images/jianbian.jpg);
	height: 24px;
	width: 525px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-indent: 12px;
}
.resume-textarea {width: 730px;height: 200px;}
.select {height: 12px;width: 100px;border: 1px solid #FF0000;}


.table {font-size: 12px;line-height: 24px;}

.text {font-size: 12px;}
.top-button-body {text-align: right;margin-bottom: 3px;}
.textfield {border: 1px solid #7f9db9;height: 16px;}
.titles {
	PADDING-LEFT: 25px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	FLOAT: left;
	WIDTH: auto;
	COLOR: #FF6600;
	background-image: url(../images/micon.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	height: 30px;
	line-height: 30px;
}
.titles2 {
	PADDING-LEFT: 12px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	FLOAT: left;
	WIDTH: auto;
	COLOR: #316bbe;
	background-position: 6px 8px;
	line-height: 30px;
	
}
.table-tittle {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	height: 24px;
}
.title-bg {
	line-height: 25px;
	color: #F7782D;
	background-image: url(../images/title-bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 260px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-bottom: 5px;
	background-position: center;
}
