/* ------------------
 styling for the tables 
   ------------------   */
#rounded-corner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner a {
	font: 1em "Tahoma", verdana, Arial;
}

#rounded-corner thead th.rounded-company {
	background: #b9c9fe url('/CommonFront/images/table-images/left.png')
		left -1px no-repeat;
}

#rounded-corner thead th.rounded-q4 {
	background: #b9c9fe url('/CommonFront/images/table-images/right.png')
		right -1px no-repeat;
}

#rounded-corner th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
	text-align: center;
}

#rounded-corner td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

#rounded-corner tfoot td.rounded-foot-left {
	background: #e8edff url('/CommonFront/images/table-images/botleft.png')
		left bottom no-repeat;
}

#rounded-corner tfoot td.rounded-foot-right {
	background: #e8edff url('/CommonFront/images/table-images/botright.png')
		right bottom no-repeat;
}

#rounded-corner tbody tr:hover td {
	background: #d0dafd;
}