﻿.forms {FONT-FAMILY: Arial,Helvetica; COLOR: #003366; FONT-SIZE: 10px;}
.forms:hover {COLOR: #66CCFF}
.tabla-texto {COLOR: #000000; FONT-SIZE: 7.2pt; FONT-SIZE: 10px;}
.tabla-texto:hover {COLOR: #FF6633}
.info-negro-p {font-family:kroeger,arial,helvetica,sans-serif; font-size: 8px;}
.info-negro-p:hover {COLOR: #FF6633}
.tabla-menu {COLOR: #003366; FONT-SIZE: 7.2pt; FONT-SIZE: 10px;}
.tabla-menu:hover {COLOR: #66CCFF}
.tabla-titulo {COLOR: #FFFFFF; font-weight: bold; FONT-SIZE: 7.2pt; FONT-SIZE: 10px;}
.tabla-titulo:hover {COLOR: #FF6633}
.tabla-tituloItem {COLOR: #000000; font-weight: bold; FONT-SIZE: 7.2pt; FONT-SIZE: 10px;}
.tabla-tituloItem:hover {COLOR: ##000000}
.estatus-titulo {COLOR: #006699; FONT-SIZE: 7.2pt; FONT-SIZE: 10px}
.estatus-titulo:hover {COLOR: #FF6633}
.estatus-subtitulo {COLOR: #006699; FONT-SIZE: 11.2pt; FONT-SIZE: 13px}
.estatus-subtitulo:hover {COLOR: #FF6633}
.info-negro-g {FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif}
.info-blanco {COLOR: #FFFFFF; FONT-SIZE: 7.2pt; FONT-SIZE: 10px;}
.info-blanco:hover {COLOR: #FF6633}
.Menu1 {COLOR: #FFFFFF;	font-weight: bold; FONT-SIZE: 7.2pt FONT-SIZE: 10px}
.Menu1:hover {COLOR: #FF6633}
.Menu3 {COLOR: #000000;FONT-SIZE: 7.2pt;FONT-SIZE: 10px;}
.Menu3:hover {COLOR: #FF6633}
.Menu2 {COLOR: #F7A827; FONT-SIZE: 7.2pt; FONT-SIZE: 10px;}
.Menu2:hover {COLOR: #FF6633}
body {	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
A {TEXT-DECORATION: none}
A:hover {COLOR: #736f6f}
A:link {TEXT-DECORATION: none}
A:active {TEXT-DECORATION: none}
A:visited {TEXT-DECORATION: none}
TD {FONT-SIZE: 7.5pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}

.updateProgress2
{
	position: absolute;
	filter: alpha(opacity=80);
	MozOpacity: 0.8;
	opacity: 0.8;
	padding: 0px;
	margin: 0px;
}
.updateProgress2 div
{
	padding: 2px;
	position: absolute;
	top: 10%;
	left: 30%;
}

.tdHighlight
{
	background-color: White;
	padding: 8px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.dialogHeader
{
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	font-family: Verdana;
	background-color: #7C6F57;
}

.closeIcon
{
	background-position: right top;
	background-image: url(../Images/close_icon.gif);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	width: 19px;
	top: 1px;
	height: 19px;
	right: 1px;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 30%;
	left: 30%;
}
/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Blue;
	padding: 3px;
}
.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}



