/**
 * 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:Tahoma, sans-serif; width:100%;}

.fooTable {  font-size:11px; border:solid 2px #ffffff; height:30px;}

.titleTable { font-weight:bold; font-size:14px; text-align:right; color: #fff; }

.titleTable { height:30px; background-color:#4AB7E4; border:solid 2px #ffffff;}

/* Added for title goto buttons BugTracker A060 */
.titleButton { background-color:#4AB7E4; font-weight:bold; font-size:14px; color: #fff;}

.contentTable {font-size:12px; width:100%;}

.popupTable {font-family:Tahoma, sans-serif; font-size:11px;}   /* BugTracker X034, X013 */  

.titleTable a, .fooTable a, .contentTable a  { color:#0099ff; text-decoration:none; }
.titleTable a:hover, .fooTable a:hover, .contentTable a:hover { text-decoration:underline; color: #000; }

table.contentTable td.contentCell a { color:#0099ff; text-decoration:underline; }

.headerRow { background-color:#4AB7E4; height:25px;}

.headerCell { 
	font-weight:bold;
	white-space: nowrap;
}



.contentRow1 { background-color:#FFFFFF; }

.contentRow2 { background-color: #C6E2FF; }

.contentCell { text-align:left; }



.fooRow {  background-color:#4AB7E4;}

.fooNavMiddle { text-align:center; width:33%; }

.fooNavRight { text-align:right; width:33%; }

.fooNavLeft { text-align:left; font-weight:bold; width:33%; }

/* Added for footer goto buttons for BugTracker A060 */
.fooButton { background-color:#4AB7E4; color: #fff;}

.emptyMsg {color:#999999; text-align:center; font-weight:bold; }

a:hover { cursor: pointer; }

/*.sortable a { color:#0099FF; }*/
.sortable a { color:#fff; font-family:Tahoma, sans-serif; }