/**
 * Description: <br>
 * CSS file for table formating
 * 
 * last review: 03.02.07  <br><br>
 * 
 * @author Wagner O. Wutzke 
 * 
 * @version 1.1 
 * 
 * @link http://www.phpclasses.org/browse/package/3704.html
 *
 * @package phpSortable 
 * 
 */

.titleTable, .fooTable, .contentTable { font-family:Geneva, Arial, Helvetica, sans-serif; width:100%;}

.fooTable {  font-size:11px; border:solid 2px #ffffff; height:30px;}

.titleTable { font-weight:bold; font-size:14px; text-align:center; }

.titleTable { height:30px; background-color:#000088; border:solid 2px #ffffff;color:white}

.contentTable {font-size:12px; width:100%;}



.titleTable a, .fooTable a, .contentTable a  { color:#000088; text-decoration:none; }

.titleTable a:hover, .fooTable a:hover, .contentTable a:hover { text-decoration:underline; }



.headerRow { background-color:#CCCCCC; height:25px;}

.headerCell { font-weight:bold; }



.contentRow1 { background-color:#FFFFFF; }

.contentRow2 { background-color:#c0d0ff; }

.contentCell { text-align:left; }



.fooRow {  background-color:#CCCCCC;}

.fooNavMiddle { text-align:center; width:33%; }

.fooNavRight { text-align:right; width:33%; }

.fooNavLeft { text-align:left; font-weight:bold; width:33%; }


.emptyMsg {color:#999999; text-align:center; font-weight:bold; }

a:hover { cursor: pointer; }

.sorTable a { color:#000088; }
