﻿


form
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}
.tablehead
{
	background-image: url(images/b2_3.gif);
	height: 18px;
}
A:link, A:visited
{
	text-decoration: none;
	color: #333;
}

.button1
{
	border-right: 0px;
	border-top: 0px;
	font-size: 12px;
	background-image: url(images/b_btn1_on.gif);
	border-left: 0px;
	width: 68px;
	cursor: hand;
	border-bottom: 0px;
	height: 20px;
}
/*
.eButton {
	BORDER-RIGHT: #000000 thin solid; PADDING-RIGHT: 2px; BORDER-TOP: #cccccc thin solid; PADDING-LEFT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; TEXT-TRANSFORM: capitalize; BORDER-LEFT: #cccccc thin solid; CURSOR: hand; COLOR: #ffffff; PADDING-TOP: 4px; BORDER-BOTTOM: #000000 thin solid; BACKGROUND-COLOR: #227e95
}
*/
.eButton
{
	background-color: Transparent;
	border-width: 0px;
	background-image: url(images/B.png);
	width: 75px;
	height: 20px;
	cursor: hand;
	padding-top: 2px;
}
.sbutton
{
	font-weight: bold;
	background: url(images/button-bg3.gif) #1885c4 no-repeat left top;
	margin-left: 2px;
	width: 77px;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 27px;
	border-bottom-style: none;
}
.sbutton:hover
{
	font-weight: bold;
	background: url(images/button-bg3.gif) #1885c4 no-repeat left top;
	margin-left: 2px;
	width: 77px;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 27px;
	border-bottom-style: none;
}
.tablestyle
{
	border-collapse: separate;
	width: 100%;
	border-right: #a6daee 1px solid;
	border-top: #a6daee 1px solid;
	border-left: #a6daee 1px solid;
	border-bottom: #a6daee 1px solid;
	line-height: 28px;
}

/*分页控件*/
.paginator
{
	background-color: #E7F3FF;
}
.paginator a
{
	padding: 4px 6px;
	border: solid 1px #d5e1fd;
	background: #fff;
	text-decoration: none;
	margin-right: 2px;
	font-weight: 100;
}
.paginator .cpb
{
	padding: 0px 6px;
	font-weight: bold;
	border: none;
	color: #ff6d00;
}
.paginator a:hover
{
	color: #fff;
	background: #EFF3FF;
	border-color: #EFF3FF;
	text-decoration: none;
	cursor: pointer;
}
