

.layoutTable {
	font-family:"Arial","Helvetica",sans-serif; 
	font-size:12px;
	}

.fullLayoutTable{
	width:100%;
}

.layoutTable td {
	padding:3px 3px 3px 0;
	text-align:left;
	}
	
#pageSubHeader .layoutTable td.balance {
	text-align:right;
	}
	
td.fieldLabel_one {
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	}
	
td.fieldLabel_two {
	font-weight:bold;
	text-align:left;
	padding-right:10px;
	}
	
 tr.itemHead td {
	background:#eee;
	border-bottom:1px solid #aaa;
	font-weight:bold;
	}
	
 tr.itemHead td.nostyle {
	background:#fff;
	border:0;
	}
	
 tr.itemHeadDisabled td {
	background:#eee;
	border-bottom:0px solid #aaa;
	font-weight:bold;
	color:#aaa;
	}
	
 tr.itemHeadSelected td {
	color:#fff;
	background:#369;
	border-bottom:0px solid #aaa;
	font-weight:bold;
	}


 tr.itemHead a {
	color:#369;
	/* font-family:"verdana","arial",sans-serif; */
	font-size:12px;
	font-weight:bold;	
	}
	
 tr.itemHead a:hover  {
	color:#c00;
	text-decoration:underline;
	}

 td.center {
	text-align:center;
	}

