﻿.Lookup {
	background-color: white;
	color: #808080;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
}

.Lok {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#325257', EndColorStr='#598B93');
	font-family: Verdana;
	font-size: x-small;
	text-align: center;
	width: 100%;
}

.Lok2 {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#325257', EndColorStr='#598B93');
	background-color: green;
    font-family: Verdana;
	font-size: x-small;
	text-align: center;
	width: 100%;
}

.gMenuL { filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFFFF', EndColorStr='#D6EAED'); }

.gMenu { filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#325257', EndColorStr='#598B93'); }

.mGrid {
	background-color: #e8f3da;
	border: solid 1px #525252;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: x-small;
	margin: 5px 0 10px 0;
	width: 100%;
}

.mGrid td {
	border: solid 1px #c1c1c1;
	font-weight: normal;
	padding: 2px;
}

.mGrid th {
	background: #808080;
	border-left: solid 1px #525252;
	color: #fff;
	padding: 4px 2px;
}

.FuenteTextBoxPaginas {
	font-family: Verdana;
	font-size: x-small;
}

/*Progress Update */

.ProgressPanel {
	-moz-opacity: .50;
	background-color: #ffffff;
	filter: alpha(opacity=50);
	height: 100%;
	opacity: .50;
	position: relative;
	width: 100%;
	z-index: 1000;
}

.InnerProgressPanel {
	background-color: #b4cceb;
	border: solid 1px #000040;
	font-weight: bold;
	height: 25%;
	left: 25%;
	position: relative;
	text-align: center;
	top: 38%;
	vertical-align: middle;
	width: 50%;
}

/*Message Box*/

.MsgboxStyle {
	background-color: #C7D6E9;
	border-bottom: #88a1c2 thin solid;
	border-left: #88a1c2 thin solid;
	border-right: #88a1c2 thin solid;
	border-top: #88a1c2 thin solid;

	/* Tamaño */
	Height: 120px;
	Width: 312px;
}

.MsgboxbarraStyle {
	background-color: #C7D6E9;
	border-bottom: #88a1c2 thin solid;
	border-left: #88a1c2 thin solid;
	border-right: #88a1c2 thin solid;
	border-top: #88a1c2 thin solid;
	color: #15428b;
	font: caption; 
	 
	Height: 16px;
	Width: 312px;
}

/*Modal Popup*/

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	background-color: #ffffdd;
	border-color: Gray;
	border-style: solid;
	border-width: 3px;
	padding: 3px;
	width: 250px;
}
/*Textbox Watermark*/

.unwatermarked {
	font-weight: bold;
	height: 18px;
	width: 148px;
}

.watermarked {
	background-color: #F0F8FF;
	border: 1px solid #BEBEBE;
	color: gray;
	height: 20px;
	padding: 2px 0 0 2px;
	width: 150px;
}	
/*CollapsePanel*/

.BarraSuperior {
	background-image: url(imagenes_gbusiness_png/BarraSuperior.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	height: 100px;
	width: 100%;
}
/*CollapsePanel*/

.Lookups {
	font: verdana;
	text-align: left;
}

.collapsePanelHeader {
	background-image: url(Imagenes/Barra.bmp);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	height: 30px;
	width: 100%;
}
/*SeparatorPanel*/

.SeparatorPanel {
	background-image: url(Imagenes/BarraSeparador.bmp);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	height: 30px;
	width: 100%;
}


/* MaskedEdit Styles */

.MaskedEditFocus {
	background-color: #F0F8FF;
	color: #000000;
}

.MaskedEditMessage {
	color: #ff0000;
	font-weight: bold;
}

.MaskedEditError { background-color: #ffcccc; }

.MaskedEditFocusNegative {
	background-color: #ffffcc;
	color: #000000;
}

.MaskedEditBlurNegative { color: #ff0000; }