#divCalendario{
position:absolute;
background-color:#FFFFFF;
}
.cpYearNavigation,
.cpMonthNavigation
{
background-color:#5A6B8C;
text-align:center;
vertical-align:center;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentdate,
.cpCurrentdateDisabled,
.cpTodayText,
.cpTodayTextdisabled,
.cpText
{
font-family:arial;
font-size:8pt;
}
td.cpDayColumnHeader
{
text-align:right;
border:solid thin #5A6B8C;
border-width:0px 0px 1px 0px;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentdate
{
text-align:right;
text-decoration:none;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentdateDisabled
{
color:#D0D0D0;
text-align:right;
text-decoration:line-through;
}
.cpCurrentMonthDate
{
color:#5A6B8C;
font-weight:bold;
}
.cpCurrentdate
{
color: #FFFFFF;
font-weight:bold;
}
.cpOtherMonthDate
{
color:#808080;
}
td.cpCurrentdate
{
color:#FFFFFF;
background-color: #5A6B8C;
border-width:1px;
border:solid thin #000000;
}
td.cpCurrentdateDisabled
{
border-width:1px;
border:solid thin #FFAAAA;
}
td.cpTodayText,
td.cpTodayTextdisabled
{
border:solid thin #5A6B8C;
border-width:1px 0px 0px 0px;
}
A.cpTodayText,
SPAN.cpTodayTextdisabled
{
height:20px;
}
A.cpTodayText
{
color:#5A6B8C;
font-weight:bold;
}
SPAN.cpTodayTextdisabled
{
color:#D0D0D0;
}
.cpBorder
{
border:solid thin #5A6B8C;
}
