/* CSS File for RRDTool-PHP Manipulation Class */
body { font: 0.8em Arial; }
table.tbl { width: 100%; border: 2px solid #c3daf9; font-size: 0.9em; clear: both; }
td.tbl-header {
background:transparent url(images/head_bg.gif) repeat scroll 0 0;
border-bottom:2px solid #C3DAF9;
font-weight:bold;
padding:3px;
text-align:center;
}
tr.tbl-row {}
.tbl tr.tbl-row:hover { background: #EBFFFF; }
tr.tbl-row-even { background: #f4f4f4; }
tr.tbl-row-odd { background: white; }
tr.tbl-footer {}
table.tbl-footer { font-size: 1em; }
|