td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 1px;
/*	width:15px;
	height: 15px;*/
/* defining width&height here will break remaining table */
}

#calback {
	background: #FFF url('img/calWaiting.gif') no-repeat 50% 100px;
	float:left;
	width: 190px;
}

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

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

.calhead td{
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
	text-align:center;
	height: 15px;
}

.calhead img {
	border: none;
}

.calhead a{
	height: 15px;
}

.dayhead {
    width: 25px;
	font-size: 12px;
	height:18px;
	text-align:center;
	margin:0px;
	padding:0px;
}

.dayheadtd {
	width:25px;
	height:18px;
	text-align: center;
	color: #FFF;
	background-image:url(../images/dayBG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

.dayrow {
	background: #000;
	height:18px;
	text-align:center;
}

.dayrow td {
	width: 25px;
	height:18px;
	color: #FFF;
	font-size: 12px;
	text-align:center;
}
.day {
	width:25px;
	height:18px;
	text-align:center;
	margin:0px;
	padding:0px;
}

.yellow_day {
	width:25px;
	height:18px;
	text-align:center;
	margin:0px;
	padding:0px;
	color:#FFCC00;
}

.day a{
	width:25px;
	height:18px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#7c551c;
	display:block;
} 
.dayover {
	background: #d89312;
}

.dayout {
	background: #000000;
}