/* -----------------------------------------------------------------------
	Client:		The Quincy
	Title:		Calendar stylesheet for screen media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	25 April 2006
------------------------------------------------------------------------- */


div#cp { position: absolute; visibility: hidden; background: white; layer-background-color: white; }
div#cp table { border-collapse: collapse; }
div#cp table th, div#cp table td { padding: 2px; }

.cpYearNavigation,
.cpMonthNavigation {
	background-color:#bca06e;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	}

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

td.cpDayColumnHeader {
	text-align: right;
	border: solid #bca06e;
	border-width: 0 0 1px 0;
	color: #bca06e;
	}

.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate {
	text-align:right;
	text-decoration:none;
	}

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

.cpCurrentMonthDate {
	color:#bca06e;
	font-weight:bold;
	}

.cpCurrentDate {
	color: #ffffff;
	font-weight:bold;
	}

.cpOtherMonthDate {
	color:#808080;
	}

td.cpCurrentDate {
	color:#ffffff;
	background-color: #bca06e;
	border: 2px solid #a27439;
	}

td.cpCurrentDateDisabled {
	border-width: 1px;
	border: solid #ffaaaa;
	}

td.cpTodayText,
td.cpTodayTextDisabled {
	border: solid #bca06e;
	border-width: 1px 0 0 0;
	}

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

a.cpTodayText {
	color: #bca06e;
	font-weight: bold;
	}

span.cpTodayTextDisabled {
	color:#d0d0d0;
	}

.cpBorder {
	border: solid #bca06e;
	}