/* Start of CMSMS style sheet 'impress-01-table' */
/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
/*	margin: 45px; */
	width: 960px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #EEF8E4 url('images/table-images/nw.gif') left -1px no-repeat;
	text-align: left;
}
#rounded-corner thead th.rounded-q4
{
	background: #EEF8E4 url('images/table-images/ne.gif') right -1px no-repeat;
	text-align: left;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	/* color: #039; */
	color: #404040;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #F5F5F5;
	border-top: 1px solid #fff;
	/*color: #669;*/
	color: #404040;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #DEDEDE url('images/table-images/sw.gif') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #DEDEDE url('images/table-images/se.gif') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	/* background: #EEF8E4; */
	background: #DEDEDE;
}


/* End of 'impress-01-table' */

