/* Main table */
.tabTable {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	width: 590px;
}
/* Table containing column caption text and sorting arrows */
.tabCaptionCell {
	background: #000000;
	height: 20px;
	text-align: center;
		border: medium #FF0000;
}
A.tabPagingArrowCell, A.tabPagingArrowCell:link, a.tabPagingArrowCell:visited, a.tabPagingArrowCell:active { 
	color: white;
}
/* Table cell containing column caption text */
.tabCaptionLink {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: right;
	color: white;
}
A.tabCaptionLink, A.tabCaptionLink:link, a.tabCaptionLink:visited, a.tabCaptionLink:active { 
	font: bold 11px Arial, Helvetica, sans-serif;
	color: white;
}
 
/* Table cell containing sorting arrow  */
.tabSortArrowCell {
	width: 12px;
	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: 12px Arial, Helvetica, sans-serif;
	text-align: right;
	color: white;
	background: #006600;
}
/* Table containing paging arrows and text */
.tabPaging {
	background: #FFFFFF;
}
/* Table cell containing paging text */
.tabPagingText {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 18px;
	color: white;
}
/* Table cell containing paging arrow */
.tabPagingArrowCell {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #DBEAF5;
}
/* Table containing filtering form */
.tabFilter {
	font: 11px Arial, Helvetica, sans-serif;
	color: #DBEAF5;
	background: #4682B4;
	height: 18px;
}
/* Input field for filtering pattern */
.tabFilterPattern {
	font: 11px Arial, Helvetica, sans-serif;
	border-top: 1px inset #DBEAF5;
	border-bottom: 1px inset #DBEAF5;
	border-left: 1px inset #DBEAF5;
	border-right: 1px inset #DBEAF5;
}
/* Dropdown list in a filtering form */
.tabFilterSelect {
	font: 11px Arial, Helvetica, sans-serif;
}

/* Styles for data cells */

/* Cell of table body, column 0 */
.tabBodyCol0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: black;
}
/* Cell of table body, column 1 */
.tabBodyCol1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 8%;
}
/* Cell of table body, column 2 */
.tabBodyCol2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 3 */
.tabBodyCol3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 4 */
.tabBodyCol4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 8%;
}
/* Cell of table body, column 5 */
.tabBodyCol5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 6 */
.tabBodyCol6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 4 */
.tabBodyCol7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 8%;
}
/* Cell of table body, column 5 */
.tabBodyCol8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 6 */
.tabBodyCol9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 1 */
.tabBodyCol10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 8%;
}
/* Cell of table body, column 2 */
.tabBodyCol11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 3 */
.tabBodyCol12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 4 */
.tabBodyCol13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 8%;
}
/* Cell of table body, column 5 */
.tabBodyCol14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 6 */
.tabBodyCol15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 4 */
.tabBodyCol16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 8%;
}
/* Cell of table body, column 5 */
.tabBodyCol17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}
/* Cell of table body, column 6 */
.tabBodyCol18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 4%;
}

