/* CSS Document */


/* CSS Document */

#rounded-corner#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	/*margin: 35px;*/
	/*width: 900px;*/
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #009CC5; /*url('img/left.png') left -1px no-repeat;*/
	
}
#rounded-corner thead th.rounded-q4
{
	background: #009CC5; /*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: 8px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background:#983F41;
}
#rounded-corner td
{
	padding: 8px;
	background: #EEEEEE;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
background: #009CC5;	/*url('img/botleft.png') left bottom no-repeat;*/
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #009CC5;/*url('img/botright.png') right bottom no-repeat;*/
}
#rounded-corner tbody tr:hover td
{
	background: #EEEEEE;
}

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

#rounded-corner td a:hover {
color:red;
}
#rounded-corner input.btn{
   width:auto;
   height:auto;
   color:#FEF3E0;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#009CC5;
   border:1px solid;
   border-top-color:#009CC5;
   border-left-color:#009CC5;
   border-right-color:#009CC5;
   border-bottom-color:#009CC5;
   /*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');*/}
	  
#rounded-corner input{
   BACKGROUND-COLOR: #FFFFFF;
    BORDER:  1px solid #A8B2BB;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
	HEIGHT: 15px;   
    PADDING: 1px;
	}
	
#rounded-corner textarea{
   BACKGROUND-COLOR: #FFFFFF;
    BORDER:  1px solid #A8B2BB;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
    PADDING: 1px;
	}
	  

#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: #FFFFFF;
 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;
 
}*/




