/*
// $Id: calendar.css,v 1.2 2007/12/03 17:21:33 stephend Exp $
// $Revision: 1.2 $
// $Author: stephend $
//
// $Log: calendar.css,v $
// Revision 1.2  2007/12/03 17:21:33  stephend
// Added new calendar header
//
// Revision 1.1  2007/11/19 22:15:19  stephend
// Modules Build
//
// Revision 1.1  2007/11/13 23:01:07  stephend
// Init check-in
//
// Revision 1.1  2007/07/12 17:32:29  scottl
// Module cleanup after corruption.
//
// Revision 1.1  2007/02/01 19:50:35  scottl
// Had to re-add the module after a developer committed project specific code and assets to the reference website.
//
// Revision 1.1  2006/11/27 16:28:25  scottl
// Re-established ReferenceWebsite module after cross-project corruption issue.
//
// Revision 1.1.1.1  2006/08/28 19:54:54  scottl
// Initial check-in.
//
//
*/

/* Calendar Styles */
.calMonthTable
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ABA8A2;
	border-left-color: #ABA8A2;
	background-image: url(images/calTblBg.jpg);
}

.calHead
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #82431c;
	font-weight: normal;
}

.calHeadNavBG
{
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.calHeadBG
{
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.calMonth
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #82431c;
	font-weight: bold;
	border-right: 1px solid #ABA8A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABA8A2;
}
.calDay
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABA8A2;
	background-color: #CCCCCC;
	border-right: 1px solid #ABA8A2;
	background-image: url(images/calDayBg.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

.calDate
{
	font-family: Verdana;
	font-size: 9px;
	height: 100px;
	background-color: #EDEDED;
	overflow: visible;
	border-right: 1px solid #ABA8A2;
	border-bottom: 1px solid #ABA8A2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #666666;
}

.tooltip {
	font-family:Arial,helvetica,sans-serif;
	position:absolute;
	padding:16px;
	width:190px;
	z-index:101; /* prevents transparency */
	display:none;
	background-color:#eae2c6;
	border:solid 1px #c1a380;
	line-height:16px;
	margin-left:-224px;
}
.tooltip_header {
	color:#a2431c;
	font-size:13px;
}
.athletic {color:#9DB240}
.entertainment {color:#71A9CA}
.other {color:#82431C}
