/* ------------------
 styling for the tables 
   ------------------   */



#rounded-corner
{
	//font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	//font-size: 12px;
	margin: 10px;
	width: 99%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
	border-right: 1px solid #aabcfe;
	text-align: left;
}
#rounded-corner thead th.rounded-top-left 
{
	background: transparent url('./table-images/top-left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-top-right 
{
	background: transparent url('./table-images/top-right.png') right -1px no-repeat;
	border-right: none;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aabcfe;
	color: #669;
}
#rounded-corner td.firstrow
{
	text-align:right;
	border-left: 1px solid #aabcfe;
	background: #d8ddff;
	color: #659;
}
#rounded-corner tfoot td
{
	padding: 8px;
	border-top: none;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
	text-align: left;
}
#rounded-corner tfoot td.rounded-bot-left
{
	background: transparent url('./table-images/bot-left.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-bot-right
{
	background: transparent url('./table-images/bot-right.png') right bottom no-repeat;
	border-right: none;
}
//#rounded-corner tbody tr:hover td
//{
//	background: #d0dafd;
//}
