/* Main table */
.tabTable1 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  color: black;
  width: 900px;
}
/* Table containing column caption text and sorting arrows */
.tabCaptionCell1 {
  background-image: url("../img/greentop.gif");
  height: 24px;
  text-align: center;
}
/* Table cell containing column caption text */
a.tabCaptionLink1, a.tabCaptionLink1:hover, a.tabCaptionLink1:active, a.tabCaptionLink1:visited {
  font: bold 12px tahoma, verdana, arial;
  color: black;
}

.tabCaptionLink1 {
  text-align: center;
  font: bold 12px tahoma, verdana, arial;
	text-decoration: none;
  color: black;
}
/* Table cell containing sorting arrow  */
.tabSortArrowCell1 {
  width: 12px;
  padding-left: 2px
}
/* Cell of table with no effects applied at the top of the table */
.tabHeadCell1 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  height: 18px;
  
}
/* Cell of table with no effects applied at the bottom of the table */
.tabFootCell1 {
  height: 18px;
}
/* Table containing paging arrows and text */
.tabPaging1 {
  background-image: url("../img/greenbot.gif");
}
/* Table cell containing paging text */
.tabPagingText1 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: center;
  color: black;
}
/* Table cell containing paging arrow */
.tabPagingArrowCell1 {
  text-align: center;
  width: 10px;
  color:black;
}
/* Table containing filtering form */
.tabFilter1 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  color: black;
  background: white;
  height: 18px;
}
/* Input field for filtering pattern */
.tabFilterPattern1 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
}
/* Dropdown list in a filtering form */
.tabFilterSelect1 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  height: 16px;
}

/* Styles for data cells */

/* Cell of table body, column 0 */
.tabBody1Col0 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  color: black;
  text-align: center;
  width: 40px;
}
.tabBody1Col1 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  color: black;
  width: 100px;
}
/* Cell of table body, column 1 */
.tabBody1Col2 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  width: 100px;
}
/* Cell of table body, column 2 */
.tabBody1Col3 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: left;
  width: 50px;
}
/* Cell of table body, column 3 */
.tabBody1Col4 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: left;
  width: 275px;
}
/* Cell of table body, column 4 */
.tabBody1Col5 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: left;
  color: black;
  width: 200px;
   }
/* Cell of table body, column 5 */
.tabBody1Col6 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: center;
  color: black;
  width: 35px;
   }
 /* Cell of table body, column 6 */
.tabBody1Col7 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: center;
  color: black;
  width: 35px;
   }
  /* Cell of table body, column 7 */
.tabBody1Col8 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: center;
  color: black;
  width: 35px;
   }
/* Cell of table body, column 8 */
.tabBody1Col9 {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: center;
  color: black;
  visibility: hidden;
  width: 35px;
   }
.tabBody0Col3neg {
  color: red;
  font-family: tahoma, verdana, arial;
  font-size: 12px;
  text-align: right;
  width: 80px;
}

