td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
}

#calback {
	background: #f5d210 url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 740px;
	clear:both;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #000;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	background: #f58b8b;
}

.dayhead td {
	text-align: center;
	color: #fff;
	font-weight:bold;
}

.dayrow {
	background: #f58b8b;
	height: 70px;
}

.dayrow td {
	width: 50px;
	color: #000;
	font-size: 10.5px;
}

.day {
	float: right;
}

.dayover {
	background-color:#CCCCCC;
}

.dayout {
	background: #f58b8b;
}

.dayover1, .dayover1:visited {
	background-color:#efd4a0;
}

.dayover1:hover {
	background: #ffffff;
}

.dayistoday {
background-color:#ffffff;
}


.cal_event {
bottom:0;
font-weight:bold;
color:#FF0000;
padding-top:10px;
}

a.linkcalmonth
{
colo:#ff6fcf;
text-decoration:none;
font-size:16px;
}

a.linkcalmonth:visited
{
colo:#ff6fcf;
text-decoration:none;
font-size:16px;
}

a.linkcalmonth:hover
{
colo:#ff6fcf;
text-decoration:underline;
font-size:16px;
}