/* Before entering a new definition make sure it is not already defined below */


table{
	font:12px "Arial", sans-serif;
	border:1px solid #777;
	border-collapse:collapse;
	float:left;
	clear:both;
	width:auto;
	margin-right:4px;
	margin-bottom:10px;
	}

caption{

}

tbody
	{

	}

tfoot
	{

	}

thead
	{

	}


tr 
	{
	text-align:right;
	}

tr.odd
	{
	text-align:right;
	background-color:rgb(223, 228, 235);
	}

tr.item
	{
	text-align:right;
	background-color:#eee;
	}


th{

}

td.desc 
	{
	
	text-align:left;
	}

td.descMain
	{
	font-weight:bold;
	text-align:left;
	}

td.final
	{
	border-top:1px solid #777;
	font-weight:bold;
	text-align:right;
	}

td{
	min-width:180px;
	padding:4px;
}


table.small td{
	min-width:120px;
	padding:4px;
}




