a.ajaxbutton_working, a:VISITED.ajaxbutton_working
{
	display: block;
	color: #555555;
	font-weight: normal;
	font-size: 9pt;
	height: 16px;
	_height: /**/ 18px;
	width: 110px;
	line-height: 12px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	border-top: solid 1px #777777;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #777777;
	border-right: solid 1px #cccccc;
	text-align: center;
	background-position: 6px 2px;
	background-repeat: no-repeat;
	text-indent: 16px;
	display: block;
	color: #ccc;
	outline: none;
	letter-spacing: 3px;
}

a.ajaxbutton, a:VISITED.ajaxbutton
{
	display: block;
	font-weight: normal;
	font-size: 9pt;
	height: 16px;
	_height: /**/ 18px;
	width: 110px;
	line-height: 12px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	text-align: center;
	background-position: 6px 5px;
	background-repeat: no-repeat;
	text-indent: 16px;
	display: block;
	color: #333;
	outline: none;
	letter-spacing: 3px;
	text-decoration:none;
}

a.ajaxbuttonflat, a:VISITED.ajaxbuttonflat
{
	display: block;
	font-weight: normal;
	font-size: 9pt;
	height: 18px;
	line-height: 12px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	border-top: 0px;
	text-align: center;
	background-position: 6px 5px;
	background-repeat: no-repeat;
	text-indent: 15px;
	display: inline;
	color: #000000;
	outline: none;
}

a:hover.ajaxbutton_working
{
	color: #ddd;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #999999;
	border-right: solid 1px #cccccc;
	font-weight: bold;
	background-color: Transparent;
	cursor: wait;
}

a:hover.ajaxbutton, a:hover.ajaxbuttonflat
{
	color: #333;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #aaaaaa;
	font-weight: bold;
	font-size: 9pt;
	background-color: #fff;
	cursor: default;
	text-decoration:none;
}

.ajaxlable
{
	font-size: 9pt;
	padding: 3px;
}

ajaxErrPanel
{
	color: #ee0000;
	padding-left: 35px;
}

input.ajaxButton, input.ajaxButton_working
{
	background-image: url(pic/button.gif);
	background-repeat: no-repeat;
	width: 98px;
	height: 24px;
	border: none 0px;
}
input.ajaxButton
{
	background-position: -98px 0px;
	color: #003366;
}
input.ajaxButton_working
{
	background-position: 0px 0px;
	color: #78a;
}

/* ajax 数据列表控件 样式 开始 */

.ajaxGridPagerContent
{
	width: 100%;
	height: 30px;
}
.ajaxGridTopMsg
{
	float: left;
	font-weight: bold;
}

.ajaxGridPager
{
	float: right;
	margin-right: 20px;
}
.topPagerSpan
{
	margin-top: 5px;
}
.bottomAjaxGridSpan
{
	text-align: right;
	margin: 10px;
}
.ajaxDataGridTable
{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	vertical-align: middle;
	border: solid 1px #AACCEE;
}

.ajaxDataGridTable a
{
	color: #07519A;
}
.ajaxDataGridTable a:hover
{
	color: #fff;
	background-color: #61BBDD;
	text-decoration: none;
}

.ajaxDataGridTable td
{
	border: 1px solid #C9D9ED;
}
.ajaxDataGridTable-header
{
	background-color: #669BC1;
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 120px;
	height: 20px;
	border: 1px solid #C9D9ED;
}
.ajaxDataGridTable-item
{
	background-color: #F8FBFD;
	border: 1px solid #C9D9ED;
	height: 20px;
}

.ajaxDataGridTable-itemalternating
{
	background-color: #E9F2FB;
	border: 1px solid #C9D9ED;
	height: 20px;
}

.ajaxDataGrid_RefreshTitle
{
	width: 120px;
	padding-left: 25px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.ajaxDataGrid_RefreshTitle a
{
	color: #fff;
	margin-left: 2px;
	vertical-align: bottom;	
}
.ajaxDataGrid_RefreshTitle a:hover
{
	background-color: Transparent;
}
.ajaxDataGrid_RefreshTitle img
{
	
}
/* ajax 数据列表控件 样式 结束 */
