.ajaxTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
	font-weight: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C8C8C8;
	border-left-color: #C8C8C8;
}
.ajaxTable thead tr th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	cursor: pointer;
	text-align: left;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: normal;
	border-right-color: #C8C8C8;
	background-color:#ffffff;
}
.ajaxTable thead tr .disabled {
	background-color:#eeeeee!important;
	cursor: auto !important;
	color:#888888;
}
.ajaxTable thead tr .disabled:hover {
	color: #616161 !important;
}
.ajaxTable thead tr th:hover{
	color: #F9B002;
	background-color: #F0F0F0;
}
.ajaxTable thead tr .tableDetails{
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #E4E4E4;
}
.tableDetails{
	border-right:1px solid #C8C8C8;
}
.tableDetails .center, .tableDetails .previousTop, .tableDetails .nextTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ABABAB;
	line-height: 14px;
}
.tableDetails a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ABABAB !important;
}
.tableDetails a:hover, .tableDetails .current{
	color: #F9B002 !important;
}
.ajaxTableFooter .left {
	background-image: url(imglib/TF_L.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 6px !important;
	height: 24px !important;
	float: none !important;
}
.ajaxTableFooter .right {
	background-image: url(imglib/TF_R.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 7px !important;
	height: 24px !important;
	float: none !important;
}
.ajaxTableFooter .center, .ajaxTableFooter .previous, .ajaxTableFooter .next {
	line-height: 20px;
	background-image: url(imglib/TF_C.gif);
	height: 24px;
	text-align: center !important;
}
.ajaxTableFooter .previous {
	padding-left:10px;
}
.ajaxTableFooter .next {
	padding-right:10px;
}
.ajaxTable tbody tr td {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}
.ajaxTableHeader .left {
	background-image: url(imglib/TH_L.gif);
	width: 7px !important;
	height: 28px !important;
	float: none !important;
}
.ajaxTableHeader .right {
	background-image: url(imglib/TH_R.gif);
	width: 7px !important;
	height: 28px !important;
	float: none !important;
}
.ajaxTableHeader .center {
	background-image: url(imglib/TH_C.gif);
	height: 28px;
	font-size: 12px;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 28px;
}
.ajaxTable tbody .odd td {
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
	background-image: url(imglib/TD_ODD.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.ajaxTable tbody .even td {
	background-color: #DBDBDB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	background-image: url(imglib/TD_EVEN.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.ajaxTable tbody .transparent td {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.ajaxTable tbody tr .endCol, .ajaxTable thead tr .endCol {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BABABA;
}
.ajaxTableFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ABABAB;
}
.ajaxTableFooter a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ABABAB !important;
}
.ajaxTableFooter a:hover, .ajaxTableFooter .current{
	color: #F9B002;
}
.loading {
	background-color: #E4E4E4;
	height: 100%;
	width: 100%;
	margin-left:1px;
	position: absolute;
	display:none;
	opacity: 0.85;
	filter:alpha(opacity=85);
	background-image: url(imglib/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.ajaxTable thead .ASC{
	background-image: url(imglib/ASC.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.ajaxTable thead .DESC{
	background-image: url(imglib/DESC.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.ajaxTable td, table.ajaxTable, .ajaxTable caption, .ajaxTable tbody, .ajaxTable tfoot, .ajaxTable thead, .ajaxTable tr, .ajaxTable th  {
	vertical-align: middle !important;
}