/* 

Telerus logo dark blue:  0 89 145  or #005991

Sharepoint darker light blue: #B7D6FF
Sharepoint light blue:  #005991
*/

/********** Styles for tables **********/

table 
{ 
    background:#E3EFFF;
    border:2px solid gray;
    border-collapse:collapse;
    color:#fff;
    font:normal 12px verdana, arial, helvetica, sans-serif;
}

caption
{ 
    border:1px solid #B7D6FF;
    color:#B7D6FF;
    font-weight:bold;
    letter-spacing:20px;
    padding:6px 4px 8px 0px;
    text-align:center;
    text-transform:uppercase;
}

td, th 
{ 
    color:#363636;
    padding:.4em;
}

tr  
{ 
    border:1px dotted gray;
}

thead th, tfoot th 
{ 
    background:#B7D6FF;
    color:#005991;
    padding:3px 10px 3px 10px;
    text-align:left;
    text-transform:uppercase;
}

tbody td a  
{ 
    color:#363636;
    text-decoration:none;
}

tbody td a:visited 
{ 
    color:gray;
    text-decoration:line-through;
}

tbody th a  
{ 
    color:#363636;
    font-weight:normal;
    text-decoration:none;
}

tbody  td+td+td+td a  
{ 
    background-image:url('bullet_blue.png');
    background-position:left center;
    background-repeat:no-repeat;
    color:#03476F;
    padding-left:15px;
}

tbody td+td+td+td a:visited 
{ 
    background-image:url('bullet_white.png');
    background-position:left center;
    background-repeat:no-repeat;
}

tbody th, tbody td  
{ 
    text-align:left;
    vertical-align:top;
}

tfoot td 
{ 
    background:#B7D6FF;
    color:#FFFFFF;
    padding-top:3px;
}

/********** Class for alternating white rows in table **********/
.odd 
{ 
    background:#fff;
}

/********** Override class for th in report detail title table **********/
th.report-detail-title
{
    background:#005991;
    color:#FFFFFF;
    padding:3px 10px 3px 10px;
    text-align:left;
    text-transform:uppercase;
}
