/*
// $Id: calendar.css,v 1.1 2009/10/08 21:51:13 randyr Exp $
// $Revision: 1.1 $
// $Author: randyr $
//
// $Log: calendar.css,v $
// Revision 1.1  2009/10/08 21:51:13  randyr
// created new theme
//
//
*/

/* Calendar Styles */
.calMonthTable
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	width:100%;
}

.calHead
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #990000;
	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: #990000;
}
.calDay
{
	width:14%;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #333333;
}

.calDate
{
	font-family: Verdana;
	font-size: 9px;
	height: 100px;
	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;
}

.calDate a {font-size:10px}

