/* 

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

/* general styles */

#contentWrapper table, #contentWrapper td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
}

#contentWrapper table {
	width: 600px;
	border-collapse:collapse;
}

#contentWrapper th, #contentWrapper td {
	text-align:left;
	padding: 6px;
	border:1px solid #fff;
}

#contentWrapper th {
	background:#abcdca;
	color:#555555;
}

#contentWrapper td {
	background:#e5f1f4;
}

/* tablecloth styles */

#contentWrapper tr.even td {
	background:#e5f1f4;
}

#contentWrapper tr.odd td {
	background:#f8fbfc;
}

#contentWrapper th.over, #contentWrapper tr.even th.over, #contentWrapper tr.odd th.over {
	background:#666666; /*Main titles */
	color: #FFF;
}

#contentWrapper th.down, #contentWrapper tr.even th.down, #contentWrapper tr.odd th.down {
	background:#666666;
	color: #FFFFFF;
}

#contentWrapper th.selected, #contentWrapper tr.even th.selected, #contentWrapper tr.odd th.selected {
	background: #637e7d;
	color: #FFFFFF;

}

#contentWrapper td.over, #contentWrapper tr.even td.over, #contentWrapper tr.odd td.over {
	background:#dddddd;
}

#contentWrapper td.down, #contentWrapper tr.even td.down, #contentWrapper tr.odd td.down {
	background:#666666;
	color:#fff;
}

#contentWrapper td.selected, #contentWrapper tr.even td.selected, #contentWrapper tr.odd td.selected {
	background:#8f8164;
	color:#FFF;
}

/* use this if you want to apply different styleing to empty table cells*/
#contentWrapper td.empty, #contentWrapper tr.odd td.empty, #contentWrapper tr.even td.empty {
	background:#fff;
}