/* ------------------
 styling for the tables 
   ------------------   */

/*  ----------------------- TABLE 1 -------------------------------- */

#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: auto;
	width: 900px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	background: #D3D3D3;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 2px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background:  #F0F0F0;
}
#gradient-style tfoot tr td
{
	background: #DEDEDE;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #EBEBEB;
	color: #339;
}


/*  ----------------------- TABLE 2 -------------------------------- */

#rounded-corner
{
	font-family: Sans-Serif;
	font-size: 12px;
	margin: auto;
	width: 900px;
	text-align: left;
	border-collapse: collapse;
        
}
#rounded-corner thead th.rounded-company
{
	background: #dfdedc left -1px no-repeat;
        border-top-left-radius:10px;
        background: #dfdedc;
}
#rounded-corner thead th.rounded-q4
{
	background: #dfdedc right -1px no-repeat;
        border-top-right-radius:10px;
        background: #dfdedc;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	background: #dfdedc;
}
#rounded-corner td
{
	padding: 8px;
	background: #f7f6f4;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #dfdedc url('table-images/botleft.png') left bottom no-repeat;
        border-bottom-left-radius:10px;
        background-color: #dfdedc;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #dfdedc url('table-images/botright.png') right bottom no-repeat;
        border-bottom-right-radius:10px;
        background-color: #dfdedc;
}
#rounded-corner tbody tr:hover td
{
	background: white;
}

/*  -----------------------  -------------------------------- */


/*  ----------------------- TABLE 3 -------------------------------- */

#rounded-corner1
{
	font-family: Sans-Serif;
	font-size: 12px;
	margin: auto;
	width: 900px;
	text-align: left;
	border-collapse: collapse;
        
}
#rounded-corner1 thead th.rounded-company
{
	background: #dfdedc left -1px no-repeat;
        border-top-left-radius:10px;
        background: #dfdedc;
}
#rounded-corner1 thead th.rounded-q4
{
	background: #dfdedc right -1px no-repeat;
        border-top-right-radius:10px;
        background: #dfdedc;
}
#rounded-corner1 th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	background: #dfdedc;
}
#rounded-corner1 td
{
	padding: 8px;
	
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner1 tfoot td.rounded-foot-left
{
	background: #dfdedc url('table-images/botleft.png') left bottom no-repeat;
        border-bottom-left-radius:10px;
        background-color: #dfdedc;
}
#rounded-corner1 tfoot td.rounded-foot-right
{
	background: #dfdedc url('table-images/botright.png') right bottom no-repeat;
        border-bottom-right-radius:10px;
        background-color: #dfdedc;
}
#rounded-corner1 tbody tr:hover td
{
	background: white;
}

/*  -----------------------  -------------------------------- */