/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table.tablecloth td, table.tablecloth p {
	font-family:Georgia, "Times New Roman", Times, serif!important;
	color:#666 !important;
	font-size: 11px !important;
}

table.tablecloth h3 {
	color:#666 !important;
	font-size: 11px !important;
}

table.tablecloth a:link, table.tablecloth a:visited, table.tablecloth a:active, table.tablecloth a:hover 
{
		font-family:Georgia, "Times New Roman", Times, serif!important;
		font-size: 11px!important;
}



table.tablecloth {
	width:100%;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
}
th, td {
	text-align:left;
	padding:.5em;
}
th {
	background:#ffffff;
	border-bottom:#999999 solid 1px;
}
td
 {
	background:#ffffff;
}
/* tablecloth styles */

tr.even td {
	background:#f1f1f1;
	margin:0px;
	padding:1px 0px 1px 5px;
	width:auto;
}
tr.odd td {
	background:#ffffff;
	margin:0px;
	padding:1px 0px 1px 5px;
	width:auto;
}

tr.tableFooter td
{
	background:#e7e7e7;
	border-top:1px solid #999;
	font-weight:bold;
}

.total
{	
	margin: 30px 0px 0px 0px;
}

.total td
{
	color:#666666;
	font-family:"Arial Black",Gadget,sans-serif;
	text-transform:uppercase;	border-top:2px solid #999;
	width:90%;

}

th.over, tr.even th.over, tr.odd th.over {
	background:#cecece;
}
th.down, tr.even th.down, tr.odd th.down {
	background:#c7c7c7;
}
th.selected, tr.even th.selected, tr.odd th.selected {
}
td.over, tr.even td.over, tr.odd td.over {
	background:#cecece;
}
td.down, tr.even td.down, tr.odd td.down {
	background:#dedede;
	color:#fff;
}
td.selected, tr.even td.selected, tr.odd td.selected {
	background:#dedede;
	color:#555;
}
/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty {
}


tr.odd table, tr.even table
{
	width: 0px;
	float:right;
	margin:0px;
	padding:0px;
}

