input {
  -webkit-border-radius: 6px;
  -moz-border-radius   : 6px;
  border-radius        : 6px;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f0f0f0), color-stop(52%, #f0f0f0), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#ffffff 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  
  padding: 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
	
}
textarea {
  -webkit-border-radius: 6px;
  -moz-border-radius   : 6px;
  border-radius        : 6px;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f0f0f0), color-stop(52%, #f0f0f0), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f0f0f0 50%, #f0f0f0 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f0f0f0 50%, #f0f0f0 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f0f0f0 50%, #f0f0f0 52%, #eeeeee 100%);
  background-image: linear-gradient(#ffffff 20%, #f0f0f0 50%, #f0f0f0 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  
  padding: 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	background-color: #ffddd5;
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;	
}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

body {
	scrollbar-face-color: #003399;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
//	background-color: #131010;
	color: #000;

} 
tabla {
	bgcolor: #00e1d0;
} 

.titulos {
	color: #f5441a;
	font-style: italic;
	font-weight: bold;
}
.texto {
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto2 {
	font-style: normal;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textorojo {
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
}
.textonor {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.titulos {
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.TituloClaro {
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}
.textoClaro {
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.mini {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#popup {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 120px;
	top: 300px;
	background-color: #00CCFF;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #eaeaea url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #eaeaea url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #eaeaea;
}
#rounded-corner td
{
	padding: 4px;
	background: #eaeaea;
	border-top: 1px solid #fff;
	color: #192c02;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #eaeaea url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #eaeaea url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d3d3d3;
}

#rounded-corner thead th.rounded-company
{
	background: #eaeaea url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #eaeaea url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #eaeaea url('table-images/botright.png') right bottom no-repeat;
}
