
.datatable
{
	border:solid 1px #cccccc;	
	width:521px;	
} html>body .datatable{ width:100%; }  /* FireFox only */

.datatable_noborder
{
	width:521px;	
} html>body .datatable{ width:100%; }  /* FireFox only */

.datatable_two_column
{
	border:solid 1px #cccccc;	
	width:98%;	
} html>body .datatable{ width:100%; }  /* FireFox only */

.datatable_experience
{
	border:solid 1px #cccccc;	
	width:98%;	
} html>body .datatable{ width:100%; }  /* FireFox only */

.desc_parentcell { width:0px;height:1px;background-color:Gray; }
.desc_table { width:100%; } html>body .desc_table{ width:100%; }  /* FireFox only */
.desc_content { width:95%;padding-top:10px; } html>body .desc_content{ width:94%;}  /* FireFox only */

.rowHeader
{
	font: 700 8pt verdana;
	color: #ffffff;
	background-image:url(../images/tileMedBlue.gif);
	background-repeat:repeat;		
	border-right: solid 1px white;
	border-bottom: solid 1px #669999;
	height:20px;
	padding: 2px 0px 2px 4px ;
	
}

.rowLight, .rowDark
{
	font: 9pt arial;
	color: #333333;	
	background-repeat:repeat;	
	padding: 2px 1px 2px 1px;
	border-right: solid 1px gray;
	height:20px;
	vertical-align:middle;
}
/*.rowLight { background-image:url(../images/rowTileLight.gif); }*/
.rowLight { background-color:#FFFFCC; }
.rowDark { background-color:#E9E9E9; /*background-image:url(../images/contentTile.gif);*/}

