@charset "utf-8";
/* CSS Document */

/* TPLS CSS */

#content table,td
{
border: 1px solid #CCC;
border-collapse: collapse;
font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
#content table
{
border:none;
border:0px solid #CCC;
}
#content thead th,
#content tbody th
{
background: #FFF url(th_bck.gif) repeat-x;
color: #000;  
padding: 5px 10px;
border-left: 0px solid #CCC;
}
#content tbody th
{
background: #fafafb;
border-top: 0px solid #CCC;
text-align: left;
font-weight: normal;
}
#content tbody tr td
{
padding: 1px;
color: #000;
}
#content tbody tr:hover
{
background: #FFF url(tr_bck.gif) repeat;
}
#content tbody tr:hover td
{
color: #000000;
}
#content tfoot td, #content tfoot th
{
border-left: none;
border-top: 1px solid #CCC;
padding: 4px;
background: #FFF url(foot_bck.gif) repeat;
color: #000;
}
#content caption
{
text-align: left;
font-size: 120%;
padding: 1px 0;
color: #000;
}
#content table a:link
{
color: #000;
}
#content table a:visited
{
color: #000;
}
#content table a:hover
{
color: #003366;
text-decoration: none;
}
#content table a:active
{
color: #003366;
}
#content .change
{
float:left;
}	