@charset "UTF-8";
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 2px;
	width: 400px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	/*background: #b9c9fe url('../imgs/left.png') left -1px no-repeat;*/
}
#rounded-corner thead th.rounded-q4
{
	/*background: #b9c9fe url('../imgs/right.png') right -1px no-repeat;*/
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #444;
}
#rounded-corner td
{
	padding: 8px;
	background: #BBB;
	border-top: 1px solid #555;
	color: #333;
}
#rounded-corner tfoot td.rounded-foot-left
{
	/*background: #e8edff url('../imgs/botleft.png') left bottom no-repeat;*/
}
#rounded-corner tfoot td.rounded-foot-right
{
	/*background: #e8edff url('../imgs/botright.png') right bottom no-repeat;*/
}
#rounded-corner tbody tr:hover td
{
	background: #222;
	color:white;
}

