/*
********************************************************
***************** TABLE LIQUID CLASS *******************
********************************************************
*/

.table_liquid {
width: 100%;
padding: 0;
margin: 0;
font-size:12px;
clear:both;
}

.table_liquid td.firstcol
{
  border-left: 1px solid #959595;
}

.table_liquid th.firstcol
{
  border-left: 1px solid #959595;
}

.table_liquid caption {
  padding: 0 0 5px 0;
  width: 100%;
  text-align: right;
}

.table_liquid th {
  border-color:#959595 #959595 #959595 #a8b2c5;
  border-style:solid;
  border-width:1px;
  color:#fff;
  /*letter-spacing:2px;*/
  /*padding:6px 6px 6px 12px;*/
  /*font: 8pt bold Times New Roman;*/
  font-size: 8px;
  text-align:left;
  text-transform:uppercase;
}

.table_liquid th.nobg {
border-top: 0;
border-left: 0;
border-right: 1px solid #959595;
background: none;
color:#484848;
}

.table_liquid td a
{
/*font: 10pt bold "Times New Roman";*/
}

.table_liquid td.first{
border-right: 1px solid #959595;
border-bottom: 1px solid #959595;
/*padding: 6px 6px 6px 12px;*/
color: #484848;
background: #eceff5;
/*font: 10pt bold "Times New Roman";*/
}

.table_liquid td.second{
border-right: 1px solid #959595;
border-bottom: 1px solid #959595;
background: #fff;
/*padding: 6px 6px 6px 12px;*/
color: #484848;
/*font: 10pt bold "Times New Roman";*/
}


.table_liquid th.spec {
border-left: 1px solid #959595;
border-top: 0;
/*background: #fff url("bullet2.gif") no-repeat;*/
background: #fff;
font-weight:bold;
font-size: 9px;
color:#484848;
}

.table_liquid th.specalt {
border-left: 1px solid #959595;
border-top: 0;
font-weight:bold;
font-size: 9px;
}

.table_liquid th {
background:#a8b2c5;
}

.table_liquid td.alt {
/*background: #eceff5 url("highlight_line.gif") repeat-x scroll 0 0;*/
background: #eceff5;
font-size: 10px; /* normal Times New Roman;*/
color: #484848;
}

.table_liquid th.specalt {
background: #eceff5;
color: #484848;
}


.table_liquid td.one
{
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  /*padding: 6px 6px 6px 12px;*/
  color: #484848;
  background: #eceff5;
  /*font: 10pt bold "Times New Roman";*/
}
