/* CSS Document */
#caldiv{
float:left;
z-index:1000;
position:absolute;
background-color:#ffffff;
margin-left:50px;
font-size:11px;
border-top:#999999 2px solid;
border-bottom:#999999 2px solid;
background: url(http://www.chooseyourcolors.com/templates/images/entry_bubbles.gif) top repeat-x;
}
.cpYearNavigation,
.cpMonthNavigation
{
background: url(http://www.chooseyourcolors.com/templates/images/entry_bubbles.gif) top left repeat-x;
text-align:center;
vertical-align:center;
text-decoration:none;
color:#006699;
font-weight:bold;
padding:3px 0 3px 0;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
{
font-family:arial;

}
TD.cpDayColumnHeader
{
text-align:center;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
{
text-align:center;
text-decoration:none;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
{
color:#D0D0D0;
text-align:center;
text-decoration:none;
}
.cpCurrentMonthDate a
{
cursor: pointer;
color:#666666;
}
.cpCurrentMonthDate a:hover
{

color:#006699;
text-decoration:none;

}
.cpCurrentDate
{
color: #FFFFFF;
font-weight:bold;
}
.cpOtherMonthDate
{
color:#eeeeee;
}
.cpOtherMonthDate a
{
color:#eeeeee;
}
TD.cpCurrentDate
{
background: url(http://www.chooseyourcolors.com/templates/images/entry_bubbles.gif) top left repeat-x;
border-width:1;
border:solid thin #eeeeee;
padding:2px;
}
TD.cpCurrentDateDisabled
{
}
TD.cpTodayText,
TD.cpTodayTextDisabled
{
display:none;
}
A.cpTodayText,
SPAN.cpTodayTextDisabled
{
height:20px;
}
A.cpTodayText
{
color:#99CCFF;
font-weight:bold;
}
SPAN.cpTodayTextDisabled
{
color:#D0D0D0;
}
.cpBorder
{
border:none;
}