﻿/* CSS Document */

body	{
	margin: 0px;
	font-family: Verdana;
	font-size: 8pt;
}
label.TextoEnBloque	{
	display: block;
	font: Verdana 7pt;
}
label.TextoCorrido	{
	display:compact;
	font: Verdana 7pt;
}
#TableWidget	{
	width: 280px;
	border: solid 1px #5B8C5E;
	background-color: #ECE4D2;
}
#TableWidget td	{
	padding: 1px;
}
#TableWidget .TdTitle	{
	background-color: #FFCC00;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px
}
#BackFrame {
	position: absolute;
	z-index: 0;
	top: 5px;
	left: 5px;
}
.formtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.small	{
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial,Helvetica,sans-serif;
}
.button	{
	float: none;
	background-color:#F8A138;
	font-family: Verdana,Arial;
	color: white;
	font-weight:bold;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #737373;
	margin-right:5px
}

/*********************************ESTILOS PARA EL CALENDARIO*********************************/
#calendarbox	{
/*	position:relative;*/
	z-index: 1;
	visibility: hidden;
	background-color: white;
	layer-background-color: white;
	width:150px
}
.TESTcpMonthNavigation {
	background-color:#1883BC;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.TESTcpYearNavigation {
	background-color:#1883BC;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.TESTcpText {
	font-family:arial;
	font-size:8pt;
}
.TESTcpTodayTextDisabled {
	font-family:arial;
	font-size:8pt;
}
.TESTcpTodayText {
	font-family:arial;
	font-size:8pt;
}
.TESTcpCurrentDateDisabled {
	font-family:arial;
	font-size:8pt;
}
.TESTcpCurrentDate {
	font-family:arial;
	font-size:8pt;
}
.TESTcpOtherMonthDateDisabled {
	font-family:arial;
	font-size:8pt;
}
.TESTcpOtherMonthDate {
	font-family:arial;
	font-size:8pt;
}
.TESTcpCurrentMonthDateDisabled {
	font-family:arial;
	font-size:8pt;
}
.TESTcpCurrentMonthDate {
	font-family:arial;
	font-size:8pt;
}
.TESTcpMonthNavigation {
	font-family:arial;
	font-size:8pt;
}
.TESTcpYearNavigation {
	font-family:arial;
	font-size:8pt;
}
.TESTcpDayColumnHeader {
	font-family:arial;
	font-size:8pt;
}
TD.TESTcpDayColumnHeader {
	text-align:right;
	border:solid thin #1883BC;
	border-width:0 0 1 0;
}
.TESTcpCurrentDate {
	text-align:right;
	text-decoration:none;
}
.TESTcpOtherMonthDate {
	text-align:right;
	text-decoration:none;
}
.TESTcpCurrentMonthDate {
	text-align:right;
	text-decoration:none;
}
.TESTcpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.TESTcpOtherMonthDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.TESTcpCurrentMonthDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.TESTcpCurrentMonthDate {
	color:#1883BC;
	font-weight:bold;
}
.TESTcpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}
.TESTcpOtherMonthDate {
	color:#808080;
}
TD.TESTcpCurrentDate {
	color:#FFFFFF;
	background-color: #1883BC;
	border-width:1;
	border:solid thin #000000;
}
TD.TESTcpCurrentDateDisabled {
	border-width:1;
	border:solid thin #FFAAAA;
}
TD.TESTcpTodayTextDisabled {
	border:solid thin #1883BC;
	border-width:1 0 0 0;
}
TD.TESTcpTodayText {
	border:solid thin #1883BC;
	border-width:1 0 0 0;
}
SPAN.TESTcpTodayTextDisabled {
	height:20px;
}
A.TESTcpTodayText {
	height:20px;
}
A.TESTcpTodayText {
	color:#1883BC;
	font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled {
	color:#D0D0D0;
}
.TESTcpBorder {
	border:solid thin #1883BC;
}