/* 
    Document   : smartgrid
    Created on : 2009-12-26, 12:47:11
    Author     : Marcin
    Description:
        Purpose of the stylesheet follows.
*/

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

.smartgrid {margin:0px; padding: 0px; color: #000; width:100%;}
.smartgrid table { /*width: 80%;*/ margin: 0 auto; }
.smartgrid thead { height: 22px; background: url('../images/smartgrid/top2.png') repeat-x; font-weight: bold; text-align: center; }
.smartgrid thead td img { padding-top: 5px; }
.smartgrid tbody { background: #EEE; }
.smartgrid tfoot { height: 22px; background: url('../images/smartgrid/top2.png') repeat-x; text-align: center; }
.smartgrid td { padding: 0 10px 0 10px; border: #EEE 1px outset;}
.smartgrid tbody tr:hover { background-color: #fecadf; }

.page {padding: 0 3px 0 3px;}
.selectedPage { color: #333; }

.add_icon {float:right; margin-bottom: 5px; }
.add_icon span { float:left; padding: 4px 4px 0 0; }
