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

#calback {
/*	background: url('../images/loading-s.gif') no-repeat 3	0% 100px;*/
	margin: 0 0 0 10px;
	width: 182px;
}

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

#calendar a {
    color:#fff;
}

.cal {
	width: 100%; 
}

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

.calhead img {
	border: none;
}

.dayhead {
	height: 10px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 26px;
}

.dayrow td {
	width: 26px;
	position:relative;
    font-weight:bold;
	color: #000;
	font-size: .8em;
	text-align:right;
}

.day {
	width:100%;
	height:100%;
}

.day a {
	position:relative;
	position:relative;
	display:block;
	width: 26px;
	height:26px;
}

.calDateSpan {
	padding:2px;
}
.dayover {
	background: #EEE;
}

.dayout {
}

.calendarDayOn {
	background:#a00;
	color:#eee;
}
