/*************************************************************************
*   
*   T A B L E  S T Y L E  S H E E T
*
*   Copyright 2007, Trevor Saint
*   www.trevorsaint.com
* 
*************************************************************************/

.table {
 width: 438px;
 float: left;
 margin-bottom: 15px;
}

.results {
 padding: 0; 
 margin: 0;
 width: 100%;
}

caption {
 padding: 0 0 5px 0;
 font: italic 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
 text-align: right;
}

th {
 font: bold 11px Arial, Helvetica, sans-serif;
 color: #012e5a;


 border-left: 1px solid #fff;
 text-align: left;
 padding: 8px 6px 7px 12px;

}

th.first {border-left: 1px solid #cedfeb;}

th.nobg {
 border-top: 0 none;
 border-left: 0 none;
 border-right: 1px solid #cedfeb;
 background: none;
}

td {
 font: normal 11px auto Arial, Helvetica, sans-serif;
 color: #012e5a;

 background: #0000;
 padding: 6px 6px 6px 12px;
}

td.alt {background: #f3f7fa url('../gfx/1px.gif') repeat-x top left;}

th.spec {
 border-left: 1px solid #cedfeb;
 border-top: 0 none;
 border-bottom: 1px solid #cedfeb;
 font: normal 11px auto Arial, Helvetica, sans-serif;
 background: #fff;
}

th.specalt {
 border-left: 1px solid #cedfeb;
 border-top: 0 none;
 border-bottom: 1px solid #cedfeb;
 font: normal 11px auto Arial, Helvetica, sans-serif;
 background: #f3f7fa url('../gfx/1px.gif') repeat-x top left;
 padding: 6px 6px 7px 12px;
}

td strong {color: #699bc9;}