﻿/*
	ETIQUETAS Y TITULOS
*/
.tituloLogin
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #5da7cc;
	font-weight: bold;
}

.etiqueta
{
    font-family: Calibri, Verdana;
    font-size:12px;
    color:#000000
}

.ApplicationTitle
{
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
}

.etiquetaError
{
	font-size: 12px;
	color: #ff473c;
	font-family: Calibri, Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
	text-align: left;
	font-weight: bold;
	background-color: #FFFFDD;
	width: 99%;
	vertical-align: middle;
}

.etiquetaExito
{
	font-size: 12px;
	color: #3333FF;
	font-family: Calibri, Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
	text-align: center;
	font-weight: bold;
}

.etiquetaTitulo02
{
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Calibri, Verdana, Tahoma, Arial, Sans-Serif;
	background-color: #D7D7D7;
	vertical-align: middle;
}

.etiquetaInfo
{
	font-family: Calibri, Verdana;
	font-size: 12px;
	color: #0000CC;
	font-weight: bold;
}

.SignOut
{
    font-family:Calibri, Verdana, Arial;
    font-size:12px;
    color:#FFFFFF;
    text-decoration:none
}

.etiquetaUpdatePanel
{
	font-size: 20px;
	color: #003399;
	font-family: Calibri, Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
	text-align: center;
	font-weight: bold;
}

/*
	CONTROLES
*/

.TextBox
{
    font-family:Calibri, Verdana;font-size:12px;
    color:#000000;border-bottom-color:#ACACAC;
    border-bottom-width:1px;border-bottom-style:solid;
    border-left-color:#000000;border-left-width:1px;
    border-left-style:solid;border-right-color:#ACACAC;
    border-right-width:1px;border-right-style:solid;
    border-top-color:#000000;border-top-width:1px;
    border-top-style:solid;background-color:White;
    height:14px;
}

.TextBoxRequired
{
	font-family: Calibri, Verdana;
	font-size: 12px;
	color: #000000;
	border-bottom-color: #ACACAC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #ACACAC;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFFFDD;
	height: 14px;
	text-align: left;
}

.TextBoxUCase
{
    font-family:Calibri, Verdana;font-size:12px;
    color:#000000;border-bottom-color:#ACACAC;
    border-bottom-width:1px;border-bottom-style:solid;
    border-left-color:#000000;border-left-width:1px;
    border-left-style:solid;border-right-color:#ACACAC;
    border-right-width:1px;border-right-style:solid;
    border-top-color:#000000;border-top-width:1px;
    border-top-style:solid;background-color:White;
    height:14px;text-transform:uppercase
}

.TextBoxRequiredUCase
{
	font-family: Calibri, Verdana;
	font-size: 12px;
	color: #000000;
	border-bottom-color: #ACACAC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #ACACAC;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFFFDD;
	height: 14px;
	text-transform:uppercase;
	text-align: left;
}

.Button
{
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #545454;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #545454;
	font-family:Calibri;
		font-size:12px;
		color: #000000;
		background-color:#F1F1F1;
		width: 110px;
		cursor: hand;
	height: 20px;
}

.linkButton
{
	font-size: 12px;
	color: #3366CC;
	font-weight: normal;
	font-family: Calibri;
	text-decoration: none;
	cursor: hand;
	vertical-align: middle;
}

.SelectControl
{
    font-family:Calibri;
    font-size:12px;
    color:#000000
}

.DropDownList
{
	font-family: Calibri;
	font-size: 12px;
	border-bottom-color:#A8A5AE;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:#A8A5AE;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#A8A5AE;
	border-right-width:1px;
	border-right-style:solid;
	border-top-color:#A8A5AE;
	border-top-width:1px;
	border-top-style:solid;
	background-color:#FFFFFF;
	color: #3630CE;
	text-transform:uppercase;
	width: 210px;	
}

.ListBox
{
    font-family:Calibri;
    font-size:12px;
    color:#000000;
    border-bottom-color:#ACACAC;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-left-color:#000000;
    border-left-width:1px;
    border-left-style:solid;
    border-right-color:#ACACAC;
    border-right-width:1px;
    border-right-style:solid;
    border-top-color:#000000;
    border-top-width:1px;
    border-top-style:solid;
    background-color:White;
    height:14px;
    text-transform:uppercase
}

/*
	FRAMES
*/

.FrameTable
{
	border-width: 2px;
	border-bottom-color: #EAEEED;
	border-bottom-style: solid;
	border-left-color: #EAEEED;
	border-left-style: solid;
	border-right-color: #EAEEED;
	border-right-style: solid;
	border-top-color: #EAEEED;
	border-top-style: solid;
	background-color: #FFFFFF;
}

/*
	SITEMAP. ESTILOS
*/

.SiteMapPath
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #507CD1;
}
.SiteMapPathLink
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	cursor: hand;
}

.validationSummary
{
	padding: 5px 0px 5px 5px;
	background-position: left center;
	font-size: 12px;
	color: #ff473c;
	font-family: Calibri, Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
	text-align: left;
	font-weight: bold;
	border: 1px solid #A2A2A2;
	background-color: #FFFFDD;
	width: 98%;
	vertical-align: middle;
}


/* 
	ESTILO PARA TABLAS DE DATOS	
*/
.listViewTable
{
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #E0E0E0;
}

	.listViewTable th {
		font-family: Calibri, Verdana, Arial;
		background: #5B79A6; /* url( '../../_images/sprite.png' ) repeat-x 0px 0px;*/
		border-color: #989898 #cbcbcb #989898 #989898;
		border-style: none none none solid;
		border-width: 1px;
		color: #FFFFFF;
		padding: 3px;
		text-align: center;
		vertical-align: bottom;
		background-color: #5B79A6;
		font-size: 12px;
		font-weight: bold;
	}  

.listViewTable th a
{
	font-family: Calibri, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;		
        text-decoration: none;
        text-align: center;
	color: #000;
        display: inline-table;
	padding-right: 10px;
}

.listViewTable td
{
	font-family: Calibri, Verdana, Arial;
	padding: 3px;
	border-right: solid 1px #cbcbcb;
	font-size: 12px;
	border-style: none none solid solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.listViewTable td a
{
	font-family: Calibri, Verdana, Arial;
	padding: 3px 1px 2px 0px;
	font-size: 12px;
	text-decoration: none;
	color: #000080;
}

.listViewInfo
{
	border-style: none;
	border-width: thin;
}

.listViewInfo th
{
	border: 1px none #FFFFFF;
	font-family: Calibri, Verdana, Arial;
	color: #000000;
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}  

.listViewInfo th a
{
	font-family: Calibri, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
        text-decoration: none;
        text-align: center;
	color: #000;
        display: block;
	padding-right: 10px;
}

.listViewInfo td
{
	font-family: Calibri, Verdana, Arial;
	padding: 3px;
	border-right: solid 1px #cbcbcb;
	font-size: 12px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #336699;
	color: #003399;
}

.listViewInfo td a
{
	font-family: Calibri, Verdana, Arial;
	padding: 3px 1px 2px 0px;
	font-size: 12px;
	text-decoration: none;
	color: #000080;
}


.rowItem
{
	font-family: Calibri, Verdana, Arial;
	padding: 3px;
	border-right: solid 1px #cbcbcb;
	font-size: 12px;
	border-style: none none solid solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.alternatingRowItem
{
	font-family: Calibri, Verdana, Arial;
	padding: 3px;
	border-right: solid 1px #cbcbcb;
	font-size: 12px;
	border-style: none none solid solid;
	border-width: 1px;
	border-color: #C0C0C0;
	background-color: #f1f1f1;
}

.usrMessageTable
{
	border: 1px solid #A2A2A2;
	background-color: #FFFFDD;
	width: 99%;
	height: 30px;
	vertical-align: middle;
}

/* 
	Captions & Titulos 	
*/
.titulo01
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	background-color: #689ACC;
	color: #FFFFFF;
	font-weight: bold;
}

.titulo02
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	background-color: #76A4CC;
	color: #FFFFFF;
	font-weight: bold;
}

.titulo03
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	background-color: #A5B8DA;
	color: #FFFFFF;
	font-weight: bold;
}

.titulo04
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	background-color: #009999;
	color: #FFFFFF;
	font-weight: bold;
}

.dataCaption
{
	font-family: Calibri, Verdana, Arial;
	background: none repeat-x 0px 0px;
	border-color: #989898 #cbcbcb #989898 #989898;
	border-style: none;
	border-width: 1px 1px 1px medium;
	color: #FFFFFF;
	padding: 3px 1px 3px 1px;
	text-align: left;
	vertical-align: middle;
	background-color: #9FB6C1;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
}

.dataInfo
{
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
	background-color: #BCCCE9;
	color: #373737;
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:700px;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalBackground1
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	height : 100%;
	vertical-align : middle;
	width:100%;
	color:Black;
	font-family : Verdana;
}

.modalPopup
{ 
	/*background-color:#FFF8C6; */
	border-width:3px; 
	border-style:solid; 
	border-color:Gray; 
	padding:3px; 
	/*display:none;*/
}

.modalBox
{
	border: 1px solid #C0C0C0;
	background-color: #f5f5f5;
	padding: 4px;
}

.updateProgress
{
	vertical-align: middle;
	position: absolute;
	background-color: #E6E6E6;
	filter: alpha(opacity=40);
	mozopacity: 0.4;
	opacity: 0.4;
	padding: 0px;
	margin: 0px;
}

/* IMAGENES */

.imgBackGround
{
    filter: alpha(opacity=70);
}


.GridViewHeader{ height: 18px; background: url(../../_images/sprite.png) repeat-x 0px 0px; border-color: #989898 #cbcbcb #989898 #989898; border-style: solid solid solid none; border-width: 1px 1px 1px medium; padding: 4px 5px 4px 10px; vertical-align: middle; text-align: center; font-family: Verdana; font-size: 10px; font-weight: bold; font-style: normal; }
.GridViewPager { FONT-WEIGHT: bold;  FONT-SIZE: 11px;  FONT-FAMILY: Verdana;  COLOR: black;  HEIGHT: 18px;  BACKGROUND-COLOR: #d2dfe0; text-decoration: none; text-align:center; }
.GridViewItem  { height: 18px; background-color: #ffffff; text-transform: uppercase; font-family: Verdana; font-size: 10px;}
.GridViewAlterningItem { height: 18px; background-color: #f1f1f1; text-transform: uppercase; font-family: Verdana; font-size: 10px;}
.GridVieEmptyItem { font-family: Calibri, Verdana; font-size: 12px;	color: #0000CC;	font-weight: bold;}
.GridViewFooter{ background: url(../../_images/sprite.png) repeat-x 0px 0px; padding: 4px 5px 4px 10px; vertical-align: middle; font-family: Verdana; font-size: 10px; font-weight: bold; font-style: normal; }

