/* Main table */
.tabTable {
	font: .85em tahoma, verdana, arial;
	color: black;
	width: 772px;
	height: 400px;
	
}
/* Table containing column caption text and sorting arrows */
.tabCaptionCell {
	background-color: #006600;
	height: 22px;
	text-align: center;
}
A.tabPagingArrowCell, A.tabPagingArrowCell:link, a.tabPagingArrowCell:visited, a.tabPagingArrowCell:active { 
	color: white;
}
/* Table cell containing column caption text */
.tabCaptionLink {
	font: bold .95em tahoma, verdana, arial;
	text-align: center;
	color: white;
}
A.tabCaptionLink, A.tabCaptionLink:link, a.tabCaptionLink:visited, a.tabCaptionLink:active { 
	font: bold .95em tahoma, verdana, arial;
	color: white;
	text-decoration: none;
}
 
/* Table cell containing sorting arrow  */
.tabSortArrowCell {
	width: .9em;
	padding-left: 2px
}
/* Cell of table with no effects applied at the top of the table */
/* Cell of table with no effects applied at the bottom of the table */
.tabHeadCell, .tabFootCell {
	font: .85em tahoma, verdana, arial;
	text-align: center;
	background: #73C2FF;
}
/* Table containing paging arrows and text */
.tabPaging {
	background-color: #006600;
}
/* Table cell containing paging text */
.tabPagingText {
	font: .9em tahoma, verdana, arial;
	text-align: center;
	height: 18px;
	color: white;
}
/* Table cell containing paging arrow */
.tabPagingArrowCell {
	font: .9em tahoma, verdana, arial;
	color: #73C2FF;
}
/* Table containing filtering form */
.tabFilter {
	font: .85em tahoma, verdana, arial;
	color: #73C2FF;
	background: #006BBE;
	height: 18px;
}
/* Input field for filtering pattern */
.tabFilterPattern {
	font: .85em tahoma, verdana, arial;
	border-top: 1px inset #73C2FF;
	border-bottom: 1px inset #73C2FF;
	border-left: 1px inset #73C2FF;
	border-right: 1px inset #73C2FF;
}
/* Dropdown list in a filtering form */
.tabFilterSelect {
	font: .85em tahoma, verdana, arial;
}

/* Styles for data cells */

/* Cell of table body, column 0 */
.tabBodyCol0 {
	font-family: tahoma, verdana, arial;
	font-size: .9em;
	color: black;
	width: 150px;
}
/* Cell of table body, column 1 */
.tabBodyCol1 {
	font-family: tahoma, verdana, arial;
	font-size: .9em;
	text-align: center;
	width: 110px;
}
/* Cell of table body, column 2 */
.tabBodyCol2 {
	font-family: tahoma, verdana, arial;
	font-size: .9em;
	text-align: center;
	width: 90px;
}
/* Cell of table body, column 3 */
.tabBodyCol3 {
	font-family: tahoma, verdana, arial;
	font-size: .9em;
	text-align: center;
	width: 90px;
}
/* Cell of table body, column 4 */
.tabBodyCol4 {
	font-family: tahoma, verdana, arial;
	font-size: .9em;
	text-align: right;
		width: 90px;
		text-align: center;
}
/* Cell of table body, column 5 */
.tabBodyCol5 {
	font-family: tahoma, verdana, arial;
	font-size: .9em;
	text-align: right;

	width: 90px;
		text-align: center;
}