/* Main table */
.tabTable0 {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	color: black;
	width: 400px;
	background: white;
}

/* Table containing column caption text and sorting arrows */
.tabCaptionCell0 {
	background: #bfbf86; /* #999950; */
	height: 22px;
}


/* Table cell containing column caption text */
.tabCaptionText0, .tabCaptionLink0 {
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	color: black; /* #FFFFFF; */
	text-decoration: none;
	padding: 3px;
}

/* Table cell containing sorting arrow */
.tabSortArrowCell0 {
	width: 10px;
	padding-left: 2px
}

/* Cell of table with no effects applied at the top of the table */
.tabHeadCell0 {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	height: 18px;
}

/* Cell of table with no effects applied at the bottom of the table */
.tabFootCell0 {
	height: 18px;
}

/* Table containing paging arrows and text */
.tabPaging0 {
	background: #bfbf86; /* #999950; */
}

/* Table cell containing paging text */
.tabPagingText0 {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	text-align: center;
	color: white;
}


/* Table cell containing paging arrow */
.tabPagingArrowCell0 {
	text-align: center;
	width: 15px;
	margin-right: 10px;
	margin-left: 10px;
	color: white;
}

/* Table containing filtering form */
.tabFilter0 {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	color: black;
	background: white;
	height: 18px;
}

/* Input field for filtering pattern */
.tabFilterPattern0 {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
}

/* Dropdown list in a filtering form */
.tabFilterSelect0 {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	height: 16px;
}

/* Cell of table body, column 0; DEPRECATED ! */
.tabBody0Col0 {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	color: black;
}

/* Table column */
.tabColumn {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	color: black;
        text-align: left;
}

/* Table column format for text */
.tabTextColumn {

}

/* Table column format for date */
.tabDateColumn {
        white-space: nowrap;
}

/* Table column format for integer */
.tabIntegerColumn {
        white-space: nowrap;
}

/* Table column format for floats */
.tabFloatColumn {
        text-align: right;
        white-space: nowrap;
}


