/* Subversion: $Id: calendar.css 79 2006-01-18 22:55:35Z rhorton $ */
/*****************************************************************/
/* this is the style sheet for the popup calendar widget(s)      */
/* it is automatically included with the content.css style sheet */
/* if including content.css, there's no need to include this     */
/* see http://www.mattkruse.com/javascript/ for more info        */
/*****************************************************************/

.cpYearNavigation,
.cpMonthNavigation {
	vertical-align: middle;
	text-decoration: none;
}

.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText {
/*	font-family:arial;
	font-size:8pt; */
}

td.cpDayColumnHeader {
	text-align: center;
	border: 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

td.cpCurrentMonthDate,
td.cpOtherMonthDate,
td.cpCurrentDate {
	text-align:center;
	padding: 2px;
}

td.cpCurrentMonthDate a,
td.cpOtherMonthDate a,
td.cpCurrentDate a {
	text-decoration:none;
}

.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}

.cpCurrentMonthDate {
	color: #184A8C;
	
}
.cpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}
.cpOtherMonthDate {
	color:#ddd;
}


td.cpCurrentDate {
	color:#FFFFFF;
	background-color: #184A8C;
}

td.cpCurrentDateDisabled {
/*	border-width:1; */
	border:solid thin #FFAAAA;
}

td.cpTodayText,
td.cpTodayTextDisabled {
/*	border:solid thin #6677DD; 
	border-width:1 0 0 0; */
}

a.cpTodayText,
span.cpTodayTextDisabled {
	height:20px;
}

a.cpTodayText {
	color:#6677DD;
	font-weight:bold;
	text-decoration: none;
	color: #184A8C;
}

span.cpTodayTextDisabled {
	color:#D0D0D0;
}

#claeroCalendar {
	border: 1px solid #ddd;
	padding: 2px;
}

a.cpOtherMonthDate:hover {
	background-color: #eee;
}

a.cpCurrentMonthDate:hover {
	background-color: #eee;
}

