

TABLE
{
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: "宋体";
}
BODY
{
	COLOR: #000000;
	FONT-SIZE: 12px;
	FONT-FAMILY: "宋体";
}

SELECT
{
	FONT-SIZE: 12px;
	FONT-FAMILY: 宋体;
	BORDER-LEFT: medium none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-BOTTOM: 1px solid;
	color : #003366;
	
	border: 1px solid;
	border-width: 1px ;

	padding-top:1px;
	padding-bottom:0px;	
}
TEXTAREA
{
	font-family : 宋体;
	font-size : 12px;
	border: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	color : #003366;
}
TD
{
    cursor:default;
}	

.noborder
{
	BORDER-LEFT: medium none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-BOTTOM: medium none;
}
.input
{
	BORDER-LEFT: medium none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-BOTTOM: 1px solid;
	color: #003063;
}
.input_traditional
{
	FONT-SIZE: 12px;
	FONT-FAMILY: 宋体;
	height:20px;
	width:60px;
	background-color: #FFFFFF;
	border: 1px solid;
	border-width: 1px;
	padding-top:1px;
	padding-bottom:0px;
}
.input_normal
{
	FONT-SIZE: 12px;
	FONT-FAMILY: 宋体;
	height:20px;
	background-image:url('../img/input_bg.gif');
	color: #33447A;
	border: 1px solid;	
	border-top-color: #656565;
	border-left-color: #656565;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;				
}
.input_button
{
	cursor:hand;
	background-image: url(../img/button_bg.gif);	
	height:20px;
	border: 1px solid;
	border-width: 1px ;
}
.input_noborder
{
	BORDER-LEFT: medium none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-BOTTOM: medium none;
}
.input_border_bottom_only
{
	BORDER-LEFT: medium none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-BOTTOM: 1px solid;
}
.input_popup
{
	cursor:hand;
	background-image: url(../img/popeditbutton_default.gif);
	height:20px;
	width:20px;
	border: 0px;
}
.choose{
	border: 1px solid;
	border-width: 1px ;
	padding-top:1px;
	padding-bottom:0px;
	width:40px;
	height:20px;
	color: #CC0033;
}
.table_title
{
	background:#4A5994;
	color:white;
	font:bold;
	height:19px;
}
.table_tr
{
	color:#0148b2;
	background:#edf2fc;
}
.table_tr_dark
{
	color:#002767;
	background:#e0e0e0;
}
.table_tr_light
{
	color:#002767;
	background:#f7f7f7;
}
.label
{
	color:#00659C;
	font:bold;
}

.detail_label
{
	color:#33447A;	
}

.link1 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.link1:hover {
	font-size: 14px;
	color: #660000;
	text-decoration: underline;

}
.nounderline {
	font-size: 14px;
	color: #5B66A2;
	text-decoration: none;
}
.nounderline:hover {
	font-size: 14px;
	text-decoration: none;
}
.smallnounderline {
	font-size: 12px;
	color: #5B66A2;
	text-decoration: none;
}
.smallnounderline:hover {
	font-size: 12px;
	text-decoration: none;
}
.whitelink {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.whitelink:hover {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.searchBarLabel {FONT-SIZE: 14px; font-weight: bold; color: #6B8CBE}
.searchOperLabel {FONT-SIZE: 14px; font-weight: bold; color: #CCCCCC}
.relatedOperLabel {FONT-SIZE: 14px; font-weight: bold; color: #CCCCCC}
.viewItemLabel {FONT-SIZE: 14px; font-weight: bold; color: #3C4D81}