#calback {
	background-color: #FFFFFF;
	background-image: url('../images/calendar/calWaiting.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 auto;
	width: 100%;
}
#calendar {
	width: 100%;
	height: 100%;
}
#calendar td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
.cal {
	background: #242424;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	background-image: url('../images/calendar/calendar_header1.gif');
	background-repeat: repeat-x;
	background-position: top left;
	height: 50px;
	margin-bottom: -5px;
}
.calhead img {
	border: none;
}
.calhead h1 {
	color: #FFFFFF;
}
.calhead2 {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	background-color: #026294;
	height: 25px;
}
.calhead2 img {
	border: none;
}
.dayhead {
	height: 25px;
	background: #DEDEDE;
}
.dayhead td {
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.dayrow {
	background: #FFF;
	height: 90px;
}
.dayrow td {
	color: #000;
	font-size: 12px;
}
.day {
	text-align: right;
	position: relative;
	width: 100%;
	height: 90px;
}
.dayover {
	background: #EEE;
}
.dayout {
	background: #FFF;
}
.dayData {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: left;
	color: #444444;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.calLink:link 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #0066CC;	
	text-decoration: none;
	border: 0px;
	letter-spacing: -0.2px;
	font-stretch: condensed;
}
.calLink:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #094784;	
	text-decoration: none;
	border: 0px;
	letter-spacing: -0.2px;
	font-stretch: condensed;
}
.calLink:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #0066CC;	
	text-decoration: underline;
	border: 0px;
	letter-spacing: -0.2px;
	font-stretch: condensed;	
}
