/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	/*width:250px;*/
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;

}
select
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;

}

.Estilo2 {
	font-size: 12px;
	color: #667f57;
	font-weight: bold;
}
.Estilo3 {
	color: #4e61a6;
	font-size: 11px;
	font-weight: bold;}
	
	.Estilo4 {
	color: #559614;
	font-weight: bold;
}
.Estilo5 {color: #2258ae}

.Estilo6 {
	color: #3e35c4;
	font-weight: bold;
	font-size: 12px;}
	
	.Estilo7 {
	color: #03882b;
	font-size: 12px;
	font-weight: bold;}
	
	.Estilo10 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.Estilo12 {font-size: 12px; color: #06728E;}

.Estilo13 {
color: #E8EDF0;
text-decoration:underline;
}

.Estilo14 {
	color: #FFFFFF;
	font-size: 12px;
}

.Button1
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	border: 2px solid #CCCCCC;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;
	color: #7C89A4;
}

.Pager
{
  font-family: Verdana;
  font-size: 9px;
}

.cal_boton
{
  border: none;
  background-color: #ffffff;
  background-image: url("../Admin/Images/calendar_ico.png");
  width: 16px;
  height: 16px;
  padding: 0px;
  cursor: hand;
}

.clear_boton
{
  border: none;
  background-color: #ffffff;
  background-image: url("../Admin/Images/cancel_ico.png");
  width: 16px;
  height: 16px;
  padding: 0px;
  cursor: hand;
}