﻿BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px;
}
    
.TitleLabel
{
    font-weight: normal;
    font-size: medium;
    color: #000066;
    font-family: Verdana, Arial;
    background-color: #98d252;
    text-align: center;
}

.TabOptions
{
    background-color: #009966;
}

.FilterTitleLabel
{
    font-weight: normal;
    font-size: x-small;
    text-transform: capitalize;
    font-family: Verdana;
    color: white;
    background-color: #00005a;
}

.TitleLabelBlue
{
	font-weight: bold;
	font-size: medium;
	color: #000066;
	text-transform: capitalize;
	font-family: Verdana;
	background-color: #98d252;
}

.PdfFilterTitleLabel
{
	font-weight: bold;
	font-size: small;
	text-transform: capitalize;
	font-family: Verdana;
	color: white;
	background-color: #00005a;
}

.PdfFilterStyle
{
	background-color: #98d252;
	font-family: Verdana;
	font-size: small;
}

.PdfGridRow
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
	background-color: #d0f56d;
}

.TextoInput
{
	font-size: xx-small;
	font-family: Verdana;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	letter-spacing: normal;
	padding-left: 2px;
}

.TextoInputReadOnly
{
	font-size: xx-small;
	font-family: Verdana;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	letter-spacing: normal;
	padding-left: 2px;
	background: whitesmoke;
}

.FilterStyle
{
    background-color: #98d252;
    font-family: Verdana;
    font-size: xx-small;
}

.Fila
{
    font-size: xx-small;
    color: black;
    font-family: Verdana;
    background-color: #d0f56d;
}


.Label
{
	font-family: Verdana;
	font-size: xx-small;
}

.Button
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: #efefef;
}

.GridTitleLabel
{
    font-weight: bold;
    font-size: xx-small;
    color: white;
    font-family: Verdana;
    background-color: #00005a;
}
.GridRow
{
    font-size: xx-small;
    color: black;
    font-family: Verdana;
    background-color: #d0f56d;
}

.GridAlternateRow
{
    font-size: xx-small;
    color: black;
    font-family: Verdana;
    background-color: #d0f56d;
}

/* Se agrega color de Grilla RS2422 - Cambio en ambiente de cliente final */
/* RS3343 - Evaluar y cuantificar nuevo requerimiento para la grillaw*/
.GridTitleLabel_B
{
    font-size: 11px; 
    color: #FFFFFF; 
    font-family: Arial;
    background-color: #286F99; 
}    
.GridRow_B
{	
	font-size: 10px;
    color: #666666;
    font-family: Arial;
    background-color: #F3F3F3;    
}
.GridAlternateRow_B
{
    font-size: 10px;
    color: #666666;
    font-family: Arial;
    background-color: #F3F3F3;  
}


.ComboBox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-size: xx-small;
	font-family: Verdana;
	letter-spacing: normal;
}

.ListBox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-size: xx-small;
	font-family: Verdana;
	letter-spacing: normal;
}

.FileUpload
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: #ffffff;
}

.StaticMenu
{
    background-color: #d0f56d;
    text-align: left;
    font-size: 10pt;
    font-family: Verdana;
}

.DynamicMenu
{
	background-color: #d0f56d;
	text-align: left;
    font-size: 10pt;
    font-family: Verdana;
}

.StaticHover
{
	background-color: #00005a;
	font-size: x-small;
	font-family: Verdana;
	color: white;
}

.DynamicHover
{
    font-size: x-small;
    font-family: Verdana; 
    color:white;
    background-color: #00005a;
}

.StaticMenuItem
{
	font-size: x-small;
	font-family: Verdana;
}

.DynamicMenuItem
{
    font-size: x-small;
    font-family: Verdana;
}

.Capitalizar
{
	text-transform: capitalize;
}

.Mayusculas
{
	text-transform: uppercase;
}

a:link
{
	color: blue;
}

a:visited
{
	color: Purple;
}
a:hover
{
	color: Purple;
}
a:active
{
	color: Purple;
} 
html
{
	overflow:auto;
}