/* Main table */
.tabTable {
	width: 100%;
}
/* Table containing column caption text and sorting arrows */
.tabCaptionCell {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;	
	background-color: #838383;
}
/* Table cell containing column caption text */
.tabCaptionLink {
font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}

A.tabCaptionLink:link
{
font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.tabCaptionLink:visited
{
text-decoration: none;
color: #FFFFFF;
} 

A.tabCaptionLink:hover
	{
	text-decoration: underline;
	color: #FFFFFF;
	}



a.tabCaptionLink:active { 
text-decoration: none;
color: #FFFFFF;

}
 
/* 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 {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #838383;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;	
}
.tabFootCell
{
	background-color: #838383;
}

/* Table containing paging arrows and text */
.tabPaging {

}
/* Table cell containing paging text */
.tabPagingText {

}
/* Table cell containing paging arrow */
.tabPagingArrowCell0 {

}
/* Table containing filtering form */
.tabFilter {

}
/* Input field for filtering pattern */
.tabFilterPattern {

}
/* Dropdown list in a filtering form */
.tabFilterSelect {

}

/* Styles for data cells */

/* Cell of table body, column 0 */
.tabHeadCell1 {
	text-align: center;
}

.tabBodyCol0 {

	width: 12%;
}
/* Cell of table body, column 1 */
.tabBodyCol1 {
	width: 8%;
}
/* Cell of table body, column 2 */
.tabBodyCol2 {

	width: 20%;
}
/* Cell of table body, column 3 */
.tabBodyCol3 {

	width: 10%;
}
.tabBodyCol4 {

	width: 50%;
}

.center{
	text-align: center;
}

