/**
 * This file should be modified only be EDC personel
 * Contact us at support@edc-aim.com with any questions
 */

table
{	
	border: solid 1px #000000;
	empty-cells: show;	
}
table.no_border
{
	border: none;
	empty-cells: hide;
}
tr.odd
{
	color: #00397c;
	background-color: #ffffff;
}
tr.even
{
	color: #000000;
	background-color: #e6e6e6;
}
tr.first_footer td
{
	border-top: double 3px #000000;
}
tr.footer td
{	
	font-weight: bold;
}
th
{
	border: solid 1px #000000;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #00397c;
}
div.float_box th,
div.box th
{
	border: none;
	padding: 3px;
	color: #804040;
	background-color: #ddddaa;
}
td
{
	text-align: center;
}
td.label
{
	text-align: right;
}
td.currency
{
	text-align: right;
}

/**************************************************************************
Scrolling Tables */

@media screen
{
	table.scrolling tbody
	{	
		overflow: auto;			
	}
		
	table.scrolling tbody.scroll_300
	{
		height: 300px;
	}
}

/* This page was loaded in: -1258864744.4999 seconds */
