/* ==================================
      EOAF Agency-Specific Styles
===================================== */

#masthead, #footer {
	background: #251779;
	}

#masthead {
	background: #251779 url(/CommonImages/images/headers/Eoaf/logo-Eoaf.gif) right 90px no-repeat;
	}

.topic #featurestory {
	border-top: 0 !important;
	padding-top: 5px !important;
	background: none !important;
	}
.topic #featurestory {
	border-top: 0 !important;
	padding-top: 5px !important;
	background: none !important;
	}
	
* html #content_secondary #welcome dd {
	font-size: 0.9em;
	}
#content_secondary #welcome dd {
	*font-size: 0.9em;
	}

#content_secondary div#welcome dl {
	clear: both;
	}


/* =======================
	service catalog
 ======================= */
table.chargeback, table.chargeback4, table.chargeback5, table.chargeback7 {	
	margin: 0 0 3em 0;
	}
table.chargeback th, table.chargeback4 th, table.chargeback5 th, table.chargeback7 th  {
	padding: 0.1em 0.4em;
	text-align: left;
	}	
table .title {
	background-color: #ceefff;
	}
table.scatalog th, table.scatalog td {
	padding: 0.3em;
	}
table.chargeback td, table.chargeback4 td, table.chargeback5 td, table.chargeback7 td {
	padding: 0.2em;
	text-align: left;
	vertical-align: bottom;
	}	
table.chargeback td.cost, table.chargeback4 td.cost, table.chargeback5 td.cost, table.chargeback7 td.cost {
	padding-right: 0.3em;
	text-align: right;
	}
table.chargeback td.no, table.chargeback4 td.no, table.chargeback5 td.no, table.chargeback7 td.no {
	padding-right: 0.4em;
	text-align: right;
	}	

/* cell widths */
/* 4 cols */
table.chargeback4 .no {
	width: 5%;
	}
table.chargeback4 .description {
	width: 65%;
	}	
table.chargeback4 .cost {
	width: 15%;
	}	
table.chargeback4 .assumptions {
	width: 15%;
	}
/* 5 cols */	
table.chargeback5 .no {
	width: 5%;
	}
table.chargeback5 .type {
	width: 10%;
	}
table.chargeback5 .description {
	width: 50%;
	}
	
table.chargeback5 .cost {
	width: 15%;
	}	
table.chargeback5 .assumptions {
	width: 15%;
	}
/* 7 cols */		
table.chargeback7 .no {
	width: 5%;
	}
table.chargeback7 .description {
	width: 45%;
	}
table.chargeback7 .rate_code {
	width: 5%;
	}
table.chargeback7 .rate {
	width: 5%;
	}
table.chargeback7 .units {
	width: 5%;
	}
table.chargeback7 .cost {
	width: 15%;
	}	
table.chargeback7 .assumptions {
	width: 10%;
	} 
