.tablebg {
	background-color: #4596D3;
}
.tabletrbg{background-color:#FFFFFF;
}
.tabletitlebg{background-color:#D2E9FB;}
input {
	background-color: #FFFFFF;
	border: 1px solid #2F83C2;
}
a {
	font-size: 14px;
	color: #000033;
	text-decoration: underline;
}
a:hover {
	font-size: 14px;
	color: #000033;
	text-decoration: none;
}
td {
	font-size: 14px;
}
.buttonTable {
	height: 24px;
}
/** 按钮左边：定义“表格按钮”Table左边的Td **/
.btnLeft {
	width: 6px;
	background-image:url(images/buttonleft_s.gif);
	background-repeat:no-repeat;
	background-position:right
}
/** 按钮右边：定义“表格按钮”Table右边的Td **/
.btnRight {
	width: 6px;
	background-image:url(images/buttonright_s.gif);
		background-repeat:no-repeat;
		background-position:left
}
/** 按钮中间：定义“表格按钮”Table中间的Td **/
.btnMain {
	text-align: center;
	background-image:url(images/buttonbg_s.gif);
	padding-left:8px;
	padding-right:8px;
	cursor:pointer;
	white-space:nowrap;
	background-repeat:repeat-x;
	background-position:center
}
