/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

H2
{
    FONT-SIZE: 14pt;
    FONT-FAMILY: "Comic Sans MS"
}


#cal
{
	margin-bottom: 15px;
}


#cal a
{
	cursor: pointer;
	text-decoration: none;
	color:Black;
}

#cal caption
{
	margin: 0 auto;
	text-align: right;
	font: 20px Verdana,Tahoma,Arial,sans-serif;
}

#cal p
{
	margin: 0;
}

#cal strong
{
	text-transform: uppercase;
}

#cal table
{
	background: #fff;
	border-bottom: 3px solid #9c6;
	border-right: 1px solid #ccb;
	margin: 0 auto;
}

#cal th,td
{
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 140px;
	height: inherit;
}

#cal td 
{
	color:Black;
}

#cal td a:hover
{
	text-decoration: none;
}

/* =Classes
----------------------------------------------------------------------*/

#cal col.Sat,
col.Sun
{
	background: #bfdff1;
}

#cal tr.day
{
	color: #665;
	font-size: 11px;
	height: 90px;
}

#cal tr.number
{
	background: #eee;
	color: #998;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

#cal th
{
	background: #0089b8;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

#cal td.today
{
	background: #efe;
}


#cal td.holiday
{
	background: #FF99CC;
}

#cal td.recur
{
	background: #FDEAD9;
}

#cal span.used, td.used
{
	background: #FFFFFF;
}

#cal td.notused
{
	border-left: 1px solid #CCCCCC;
	background: #CCCCCC;
}

.statusbar
{    
	position: absolute;    
	bottom: 0px;    
	width:100%;
	left: 0px;    
	right: 0px;    
	height: 24px;        
	padding: 5px;     
	background: black;    
	color: white;        
	border: solid 1px lightgray;     
	opacity: .70;        
	filter: alpha(opacity="70");    
	z-index: 200;     
	overflow: auto;    
	overflow-y: auto; 
	}
	
.statusbarhighlight
{    
	font-weight: bold;    
	background-color: khaki;    
	color: Maroon;    
	border: solid 1px silver;
}

.gridheader
{
	background-color: Navy;
	fore-color: White;
	color: white;
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
}

span
{
	font-size: 13px;
	font-family: Arial;
}