/* 
Document   : tables
Created on : 8 Ιαν 2008, 2:38:45 μμ
Author     : ppolyzos
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table.mytable {
    width: 700px;
    padding: 0;
    margin: 0;
}

table.mytable caption {
    padding: 0 0 5px 0;
    width: 700px;	 
    font: italic 11px "Verdana", Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

table.mytable th {
    font: bold 11px "Verdana", Verdana, Arial, Helvetica, sans-serif;
    color: #00000;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    width: 30%;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA url(../../images/tables/bg_header.jpg) no-repeat;
}

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

table.mytable td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
/*    color: #4f6b72;*/
    color: #000000; /* BLACK */
}


table.mytable td.alt {
    background: #F5FAFA;
/*    color: #797268;*/
    color: #000000;
}

table.mytable th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff url(../../images/tables/bullet1.gif) no-repeat;
    font: bold 10px "Verdana", Verdana, Arial, Helvetica, sans-serif;
}

table.mytable th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa url(../../images/tables/bullet2.gif) no-repeat;
    font: bold 10px "Verdana", Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}
