﻿body 
{
	font-family:"Tahoma";
}

.Noprint
{

}


.Footerlabel
{
	font-size: 12px;
	color: #000099;
	font-family: "Tahoma"; 
	text-indent: 4px;
}


.Heading
{
	color: Navy;
	font-weight: bold;
}


.Result
{
	color: Green;
	font-weight: bold;
	font-size: 12px;
}

.Error
{
	color: Red;
	font-weight: bold;	
	font-size: 12px;
	text-align: left;
}
.Alerta
{
	color:  Orange;
	font-weight: bold;	
	font-size: 12px;
	text-align: left;
}
.AlertaAzul
{
	color:  Blue;
	font-weight: bold;	
	font-size: 12px;
	text-align: left;
}


.FondoClaro
{
	BACKGROUND-COLOR: #eeeeee;
}
.FondoOscuro
{
	BACKGROUND-COLOR: Gray;
}
.FondoAzul
{
	BACKGROUND-COLOR: #4c7ea4;
}


.TablaEmpresa
{
	font-family:"Tahoma";
	font-size: 12px;
	text-align: left;
}
.TablaEmpresaCentrar
{
	font-family:"Tahoma";
	font-size: 12px;
	text-align: center;
}
.NombreAtributo
{
	font-family:"Tahoma";
	font-size: 12px;
	font-weight: bold;	
}

.VisorMensajes
{
	font-family: Tahoma;
	font-size: 11px;
}
.Grillas
{
	font-family:"Tahoma";
	font-size: 12px;
}
.GrillasPeque
{
	font-family:"Tahoma";
	font-size: xx-small;
}
.GrillasMensaje
{
	color: Red;
	font-weight: bold;	
	font-size: 12px;
	text-align: center;
}

.HorasEnGrilla
{
	font-family:"Courier New";
	font-size: xx-small;
}


.MenuIE8
{
	z-index:50;
}


.modalPopup
{
	background-color: #eeeeee;
	border-width: 1px;
	-moz-border-radius: 5px;
	border-style: solid;
	border-color: Gray;	
	min-width: 250px;
	max-width:400px;	
	font-family: Tahoma;
	font-size: 11px;
}

.topHandle
{
	background-color: #97bae6;	
	font-family: Tahoma;
	font-size: 11px;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:  white;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}