/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 4px;
	width: 99%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('../../../images/table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('../../../images/table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

#rounded-corner tr.even td { background-color: #DEE5FF}

#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../../../images/table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../../../images/table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #C9D4FF;
}

table.tblform { width: 95%; border:1px solid #b6b2b2; border-collapse: collapse; margin-top: 5px }
table.tblform td { padding-left: 4px; }
table.tblform td.tdtitle {padding-left:15px; height: 25px; font-weight:bold; background-color: #CCE5FF;}
table.tblform td.tdlabel {text-align:right; width: 20%; font-weight:bold; padding-right: 10px; height: 25px; background-color: #EFF5FB}

table.tblcontent { width: 95%; border-collapse: collapse; margin-top: 5px }
table.tblcontent td { padding-left: 4px; }
table.tblcontent td.tdtitle {padding-left:15px; height: 25px; font-size:1.5em; font-weight:bold; background-color: #CCE5FF;}
table.tblcontent td.tdcontent {padding: 15px; font-size:1.2em; height: 25px; background-color: #E3E4FA;}
table.tblcontent td.tdlabel {text-align:right; width: 20%; font-weight:bold; padding-right: 10px; height: 25px; background-color: #EFF5FB}