@import url("reg.css");


body {
	font-family:"宋体", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
}

td {
	font-size:12px;
}
img { border:none;}
.red { color:#FF3300}
a { text-decoration:none; color:#333;}
.pages a{ text-decoration:none; color:#004986;}
.pages a:hover { text-decoration:underline; color:#ff6613;}
/*-----------tabs----------------------*/
.tabs_01 { border-bottom:1px solid #cfcfcf;}
.tabs_01 input { 
	color:#000;
	text-decoration:none;
	width:68px;
	height:23px;
	line-height:23px;
	background:url(../images/bg_tabs_01.png) -68px 0 no-repeat;
	margin-right:5px;
	border:none;
	cursor:hand;
}
.tabs_01 input.on {
	background:url(../images/bg_tabs_01.png) 0 0 no-repeat;
	color:#FFF;
}

.tabs_02 { border-bottom:1px solid #cfcfcf;}
a.t1 { 
	color:#000;
	text-decoration:none;	
	height:23px;
	line-height:23px;
	background:url(../images/bg_tabs_02.png) 0 0 no-repeat;
	float:left;
	margin-right:5px;
	border:none;
	width:118px;
	text-align:center;
}
a.t1:hover {
	background:url(../images/bg_tabs_02.png) 0 -23px no-repeat;
	color:#FFF;
}
a.t1_on {
    text-decoration:none;	
	height:23px;
	line-height:23px;
	float:left;
	margin-right:5px;
	border:none;
	width:118px;
	text-align:center;
	background:url(../images/bg_tabs_02.png) 0 -23px no-repeat;
	color:#FFF;
}

a.t2 { 
	color:#000;
	text-decoration:none;	
	height:23px;
	line-height:23px;
	background:url(../images/bg_tabs_02.png) -124px 0 no-repeat;
	float:left;
	border:none;
	width:76px;
	text-align:center;
}
a.t2:hover {
	background:url(../images/bg_tabs_02.png) -124px -23px no-repeat;
	color:#FFF;
}
a.t2_on {
    text-decoration:none;	
	height:23px;
	line-height:23px;
	float:left;	
	border:none;
	width:76px;
	text-align:center;
	background:url(../images/bg_tabs_02.png) -124px -23px no-repeat;
	color:#FFF;
}


/*----------------表格设置----------------*/
.table_01 { border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; border-left:1px solid #ececec;}
.table_01 th {
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.table_01 td {
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
}

/*-----------------按钮设置------------------------*/
.btn_01 { background:#fea251; border:none; font-size:12px; height:17px; padding-top:2px; width:60px; color:#FFF;cursor:hand;}
.btn_02 { background:none; border:none;cursor:hand;}
.btn_03 { background:url(../images/btn_open_hide.gif) no-repeat; width:128px; height:20px; border:none;cursor:hand;}
.btn_04 { background:url(../images/btn_add.gif) no-repeat; width:49px; height:20px; border:none;cursor:hand;}
.btn_05 { background:url(../images/btn_del.gif) no-repeat; width:49px; height:20px; border:none; cursor:hand;}
.btn_06 { background:url(../images/btn_reg.jpg) no-repeat; width:55px; height:24px; border:none; cursor:hand;}
.btn_07 { background:url(../images/btn_retype.jpg) no-repeat; width:55px; height:24px; border:none; cursor:hand;}
.btn_08 { background:url(../images/btn_back.jpg) no-repeat; width:55px; height:24px; border:none; cursor:hand;}
.btn_09 { background:url(../images/btn_confirm.jpg) no-repeat; width:55px; height:24px; border:none; cursor:hand;}

.btn_left { background:url(../images/bg_btn_01.png) left top no-repeat; height:20px; padding-left:2px;}
.btn_right { background:url(../images/bg_btn_01.png) right top no-repeat; height:20px; padding-top:4px;}
.button1_2b{
background-image:url("../images/tubiao_23.gif");
width:58px;
height:20px;
border-style:none;
background-color:transparent;
color:#041723;
padding-top:1px;
}

.btn_right a {} 
/*-----------------表单元素------------------*/
input { font-size:12px; font-family:"宋体";}
.input_01 { background:#fef9f4; width:20px; border:1px solid #7f9db9; height:15px; text-align:center; font-size:12px;}
.input_02 { background:#fef8f2; border-top:1px solid #d6d6d6; border-left:1px solid #d6d6d6; border-right:none; border-bottom:none; width:220px; height:14px;}
.textarea_01 {border:1px solid #cfcfcf; margin:5px 0 5px 5px; height:50px; font-size:12px; font-family:"宋体", Arial, Helvetica, sans-serif;}


/*-----------------填充\边界------------------*/
.pad_l_5 { padding-left:5px;}