/* ------------------
 styling for the tables 
   ------------------   */
#wrap {
    margin:0 auto;
    width:750px;
    }
    
#topleft {
 	position: absolute;
 	margin-top: -15px;
 	margin-left: -10px;
    }  
       
#main {
    float:left;
    width:500px;
    }
#maintable {
    float:left;
    width:200px;
    }

#sidebar {
    float:right;
    width:250px;
    }
#sidebartable {
    float:right;
    width:150px;
    }
    
body
{
	line-height: 1.6em;
}





#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('../table-images/left.png') no-repeat left -1px;
	width: 80px
		
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('../table-images/right.png') no-repeat right -1px;
}
#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 tfoot td.rounded-foot-left
{
	background: #e8edff url('../table-images/botleft.png') no-repeat left bottom;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../table-images/botright.png') no-repeat right bottom;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

#rounded-corner h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
}
#rounded-corner p{
		font-size:11px;
		color:#666666;
		margin-bottom:10px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
}
#rounded-corner label{
		color:#36609a;
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
}
#rounded-corner .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
}
#rounded-corner input{
		float:left;
		font-size:14px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:0px 0 10px 50px;
		font-weight:bold
}
		
#rounded-corner textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		height:100px;
		margin:2px 0 20px 50px;
}
#rounded-corner select{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		margin:2px 0 20px 50px;
}
#rounded-corner button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url('img/button.png') no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold
}





#rounded-corner-small
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 0px;
	width: 220px;
	text-align: left;
	border-collapse: collapse;
}


#rounded-corner-small thead th.rounded-company
{
	background: #b9c9fe url('../table-images/left.png') no-repeat left -1px;
}
#rounded-corner-small thead th.rounded-q4
{
	background: #b9c9fe url('../table-images/right.png') no-repeat right -1px;
}
#rounded-corner-small th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner-small td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner-small tfoot td.rounded-foot-left
{
	background: #e8edff url('../table-images/botleft.png') no-repeat left bottom;
}
#rounded-corner-small tfoot td.rounded-foot-right
{
	background: #e8edff url('../table-images/botright.png') no-repeat right bottom;
}
#rounded-corner-small tbody tr:hover td
{
	background: #d0dafd;
}
