/* CSS Document */

#rounded-corner#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	/*margin: 35px;*/
	/*width: 500px;
	height:500px;*/
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #983F41 url('img/left.png') left -1px no-repeat;
	
}
#rounded-corner thead th.rounded-q4
{
	background: #983F41 url('img/right.png') right -1px no-repeat;
}
#rounded-corner th a {
	color: #FFFFFF;
}

#rounded-corner th  a:hover {
color:yellow;
}


#rounded-corner th
{
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background:#983F41;
}
#rounded-corner td
{
	padding: 5px;
	background: #FEF3E0;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #983F41 url('img/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #983F41 url('img/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	/*background: #EEEEEE;*/
}

#rounded-corner td a {
	color: #FFFFFF;
}
#rouned-company a:hover {
color:yellow;
}

#rounded-corner td a:hover {
color:yellow;
}
#rounded-corner input.btn{
   width:auto;
   color:#FEF3E0;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#983F41;
   border:1px solid;
   border-top-color:#983F41;
   border-left-color:#983F41;
   border-right-color:#983F41;
   border-bottom-color:#983F41;
   /*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');*/}

#rounded-corner input.btnhov{
   border-top-color:#FFFFFF;
   border-left-color:#FFFFFF; /*#367EA6;*/
   border-right-color:#FFFFFF;
   border-bottom-color:#FFFFFF;}
   
#rounded-corner   select {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #FEF3E0;
 color: #102132;
 border: 1px solid #284279; 
 	width:130px;
	height:20px;
}
/*
#rounded-corner   select {
 width:100px;
 border:1px solid #000;
 color:#999;
 font-family:georgia,serif;
 
}*/

