body,input,select,td,textarea,th {
	font-family: "����";
	font-size: 9pt;	
}
table.list {
	font-family: "����";
}

table.list thead th {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-top: 4px #CCC solid;
	border-bottom: 1px #999 dashed;
	background: #FFF;
}

table.list tr td {
	font-size: 12px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding-left: 4px;
}

table.list tr.odd td {
	background-color: #F4F4FF;
}

table.list tr.even td {
	background-color: #E5E5FF;
}

table.pagination {
	font-family: "����";
}

table.pagination tr {
	background-color: #F5F5F5;
}

table.pagination tr td {
	font-size: 12px;
	color: #77F;
	height: 24px;
	line-height: 24px;
}

table.pagination tr td.left {
	text-align: left;
	padding: 8px 5px 3px 15px;
}

table.pagination tr td.mid {
	text-align: left;
	padding: 8px 5px 3px 0px;
}

table.pagination tr td.right {
	text-align: right;
	padding: 8px 10px 3px 5px;
}

table.navigation {
	font-family: "����";
	font-size: 14px;
	margin-top: 10px;
}

table.navigation tr {
	height: 28px;
	line-height: 28px;
}

table.navigation tr td.title {
	color: #0000AA;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 1px 5px;
}

table.navigation tr td.btn {
	color: #0000AA;
	text-align: right;
	padding: 5px 10px 1px 5px;
}

table.query {
	font-family: "����";
	font-size: 12px;
	color: #0000AA;
}

table.query tr {
	height: 28px;
	line-height: 28px;
}

table.query tr td {
	text-align: left;
}

table.query tr td.firstline {
	border-top: 4px #CCC solid;
	padding-top: 10px;
}

table.query tr td.name {
	text-align: left;
	padding-left: 20px;
}

hr.spliter {
	border: 1px dashed #CCC;
}

table.input {
	
}

table.input tr {
	height: 18px;
	line-height: 18px;
}

table.input tr td {
	font-size: 12px;
	text-align: left;
}

input.text {
	border: 1px solid #BBB;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: "����";
	padding: 1px 2px 1px 2px;
}

textarea.text {
	border: 1px solid #BBB;
	height: 70px;
	line-height: 20px;
	font-size: 12px;
	font-family: "����";
	padding: 5px;
}

table.outter {
	background-color: #DDDDFF;
}

table.outter table.inner {
	font-family: "����";
}

table.outter table.inner tr td {
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

table.outter table.inner tr td.name {
	text-align: right;
	padding-right: 5px;
	/* font-weight: bold; */
	background-color: #F3F3F3;
	font-family: "����";
}

table.outter table.inner tr td.input {
	text-align: left;
	padding-left: 5px;
	background-color: #FFFFE5;
	font-family: "����";
}

img.link {
	cursor: hand;
}

a {
	color: #6666FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}
.Input_line {
	border: 1px solid #7388B3;
	background-color: #ffffff;
	vertical-align: middle;
	padding: 3px;
	font-family: verdana,tahoma;
	color: #224F99;
	margin: 2px 2px 2px 2px; 
	 /*����ʵ�ֵ�input����*/
}
.dataList {
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
    font-family: verdana,tahoma;
	line-height: 18px;
	margin: 1px 1px 1px 1px; 
}
.viewData {
	border: 0px;
	background-color: #ffffff;
	vertical-align: middle;
	padding: 3px;
	font-family: verdana,tahoma;
	color: #224F99;
	margin: 2px 2px 2px 2px; 
}