#rounded-corner

{

	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;

	font-size: 12px;

	margin: 0px;

	width: 480px;

	text-align: left;

	border-collapse: collapse;

}

#rounded-corner thead th.rounded-company

{

	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;

}

#rounded-corner thead th.rounded-q4

{

	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;

}

#rounded-corner th

{
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;

}

#rounded-corner td

{
	padding: 8px;
	background: #e8edff;
	color: #669;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #fff;
	border-right-color: #FFFFFF;

}

#rounded-corner tfoot td.rounded-foot-left

{

	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;

}

#rounded-corner tfoot td.rounded-foot-right

{

	background: #e8edff url('table-images/botright.png') right bottom no-repeat;

}

/*#rounded-corner tbody tr:hover td

{

	background: #d0dafd;

}*/
#rounded-corner .title {
	background-color: #d0dafd;
}


#rounded-corner .table_cat {
	background-color: #C0CEFE;
}
#rounded-corner h3 {
	font-size: 9pt;
	font-weight: bold;
}

