﻿/*+----------------------------------------------------------------------------
//
// 块样式
//
//---------------------------------------------------------------------------*/

/*--考生简历--*/
#div01
{
	width: 700px;
	background-color: #f7f7f7;
}
#div01 table
{
	width: 100%;
	border: solid 1px #bec8c7;
	border-collapse: collapse;
}
#div01 table th
{
	border: solid 1px #bec8c7;
	min-height: 24px;
	_height: 24px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 10px;
}
#div01 table td
{
	border: solid 1px #bec8c7;
	min-height: 20px;
	_height: 20px;
}
#div01 table td label
{
	padding: 0px 8px 0px 3px;
}
#div01 table thead
{
	background: #fefefe;
}
#div01 table tfoot tr td
{
	background: #fefefe;
	text-align:center;
	padding-left: 5px;
}
#div01 table select
{
	padding: 0px;
	margin: 0px;
	width: 150px;
}

/*--资格条件--*/
#div02
{
	padding-top: 15px;
	width: 600px;
	background-color: #f7f7f7;
}
#div02 table
{
	width: 100%;
	border: solid 1px #bec8c7;
	border-collapse: collapse;
}
#div02 table th
{
	border: solid 1px #bec8c7;
	min-height: 24px;
	_height: 24px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 10px;
}
#div02 table td
{
	border: solid 1px #bec8c7;
	min-height: 20px;
	_height: 20px;
}
#div02 table td label
{
	padding: 0px 8px 0px 3px;
}
#div02 table thead
{
	background: #fefefe;
}
#div02 table select
{
	padding: 0px;
	margin: 0px;
	width: 150px;
}

/*--联系方法--*/
#div03
{
	padding-top: 15px;
	width: 600px;
	background-color: #f7f7f7;
}
#div03 table
{
	width: 100%;
	border: solid 1px #bec8c7;
	border-collapse: collapse;
}
#div03 table th
{
	border: solid 1px #bec8c7;
	min-height: 24px;
	_height: 24px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 10px;
}
#div03 table td
{
	border: solid 1px #bec8c7;
	min-height: 20px;
	_height: 20px;
}
#div03 table thead
{
	background: #fefefe;
}
#div03 table select
{
	padding: 0px;
	margin: 0px;
	width: 150px;
}
#div03 table tfoot tr td
{
	background: #fefefe;
	text-align: left;
	padding-left: 5px;
}

/*--编辑页面--*/
.blockEdit
{
	 padding:0px;
	 border:solid 1px #cecdc8;
	 background-color:#ffffff;
}
.blockEdit dl
{
	margin: 0px 5px 0px 5px;
    min-height:24px;
    _height:24px;
}
.blockEdit dl dt
{
	float:left;
    text-align:right;
    padding-left:5px;
    padding-top:5px;
    width:85px;
}
.blockEdit dl dd
{
	margin:0;
	float:left;
	text-align:left;
    padding-left:5px;
    padding-top:5px;
    vertical-align:bottom;
}

/*--按钮块--*/
.blockButtom
{
	min-height:20px;
	_height:20px;
	margin-bottom:4px;
	padding-bottom:2px;
	border-bottom:solid 2px #6a82a8;
}
.blockButtom span
{
	float:left;
	padding-top:5px;
	font-weight:bold;
}
.blockButtom div
{
	float:right;
	text-align:right;
}


/*--登录块--*/
.loginTable
{
	margin:3px;
	width:180px;
	border:solid 0px red;
}
.loginTable th
{
	text-align:center;
	background-color:White;
	min-height:20px;
	_height:20px;
}
.loginTable td
{
	min-height:20px;
	_height:20px;
}