/*TABLE===========================================*/

/* CSS Document */

table,td	{
border: 1px solid #999;
border-collapse:collapse;
/*font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;*/
font-size:12px;
color:#333;
width:90%;
margin:0 auto;
text-align:center;
}

table	{
border:none;
border:1px solid #999;
}

thead th,
tbody th, {
background:#FFF url(../images/tables/th_bck.gif) repeat-x;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:12px;
font-weight:bold;
color:#444;  
text-align:center;
padding: 5px 10px;
border-left: 1px solid #999;
border-bottom:1px solid #999;
}

tbody th	{
background: #fafafb;
border-top: 1px solid #999;
text-align: left;
font-weight: normal;
}

tbody .cell-left	{
text-align:left;
}

tbody tr td	{
padding: 2px 10px;
color: #444;
}

tbody tr:hover	{
background: #FFF url(../images/tables/tr_bck.gif) repeat;
}

tbody tr:hover td	{
color: #454545;
}

tfoot td, tfoot th {
border-left: none;
border-top: 1px solid #999;
padding: 4px;
background: #FFF url(../images/tables/foot_bck.gif) repeat;
color: #666;
}

caption	{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align: left;
font-size: 1.3em;
padding: 10px 0;
color: #264666;
}

table a:link	{
color: #666;
}

table a:visited	{
color: #666;
}

table a:hover	{
color: #003366;
text-decoration: none;
}

table a:active	{
color: #003366;
}

