
.headers
{
	position: absolute; 
	top:-10px; 
	display: inline;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.box
{
	width: 700px;
	margin: auto;
	background-color: #666;
	position: relative;
	border: 1px solid #EEE; 
	padding: 25px 10px 10px 10px;
	margin-top: 30px;

}

a.headlink
{
background-color: #444;
	padding: 1px 1px 1px 1px;
	text-decoration: none;	
	color: white;
	border: 1px solid black;
	border-bottom: 0px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	top:-9px;
}

a.headlink_active
{
	font-size: 12px;
	padding: 1px 1px 1px 1px;
	text-decoration: none;	
	background-color: #666;
	color: white;
	border: 1px solid #EEE;
	position: relative;
	top:-8px;
	font-weight: bold;
	border-bottom: 0px;
}

.subheaders
{
	position: absolute; 
	left:10px; 
	top: 8px;
	display: inline;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

a.subheadlink
{
	background-color: #C9C9C9;
	padding: 1px 1px 1px 1px;
	text-decoration: none;	
	color: black;
	border: 1px solid black;
	border-top: 0px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	
}

form
{
	margin : 0px;
}
tr.sp_title
{
	background-color : #000066;
	color : #FFFFFF; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}
/* Used To Style The "Spreadsheet" Column Headers */
tr.sp_columns
{
	background-color : #CCCCCC;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
}
/* Used To Style The "Spreadsheet" Data Rows */
tr.sp_data
{
	background-color : #EEEEEE;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

tr.sp_fonts
{
	/*background-color : #CC6666;*/
	/*background-color: #CC6666;*/
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
/* Used To Style The "Spreadsheet" Data Rows */
/* Used To Style The "Spreadsheet" Data Rows for Accounts Payable */

/* Used On Forms -- required */
td.label_opt
{
	background-color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-size : 10pt;
	color : #000000;
}
/* Used On Forms -- optional */
td.data_opt
{
	background-color : #EEEEEE;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-size : 10pt;
	color : #000000;
}
/* Used On Forms -- optional */


