/* Main table */
.tabTable {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  color: black;
  width: 400px;
}
/* Table containing column caption text and sorting arrows */
.tabCaptionCell {
  background-image: url("../img/bg2.gif");
  height: 24px;
  text-align: center;
}
/* Table cell containing column caption text */
a.tabCaptionLink, a.tabCaptionLink:hover, a.tabCaptionLink:active, a.tabCaptionLink:visited {
  font: bold 12px tahoma, verdana, arial;
  color: white;
}

.tabCaptionLink {
  text-align: center;
  font: bold 12px tahoma, verdana, arial;
	text-decoration: none;
  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 */
.tabHeadCell {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  height: 18px;
}
/* Cell of table with no effects applied at the bottom of the table */
.tabFootCell {
  height: 18px;
}
/* Table containing paging arrows and text */
.tabPaging {
  background-image: url("../img/bg1.gif");
}
/* Table cell containing paging text */
.tabPagingText {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: center;
  color: white;
}
/* Table cell containing paging arrow */
.tabPagingArrowCell {
  text-align: center;
  width: 10px;
}
/* Table containing filtering form */
.tabFilter {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  color: black;
  background: white;
  height: 18px;
}
/* Input field for filtering pattern */
.tabFilterPattern {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
}
/* Dropdown list in a filtering form */
.tabFilterSelect {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  height: 16px;
}

/* Styles for data cells */

/* Cell of table body, column 0 */
.tabBodyCol0 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  color: black;
  width: 150px;
}
/* Cell of table body, column 1 */
.tabBodyCol1 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  width: 150px;
}
/* Cell of table body, column 2 */
.tabBodyCol2 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: center;
  width: 50px;
}
/* Cell of table body, column 3 */
.tabBodyCol3 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: right;
  width: 80px;
}
.tabBodyCol3neg {
  color: red;
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: right;
  width: 80px;
}

