.mytd {
	font-family: Arial;
	/* "Trebuchet MS", Arial,, sans-serif*/
	font-size:10px;
	color:#DF27A3;
	padding: 2px;
	background: #8D5B28;
}


/* // Easy Tooltip */
#calback {
	background: #E9CA77 url('calendar/calWaiting.gif') no-repeat 100% 100px;
	margin:35px 0 0 7px;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*154*/
}

#calendar {
	margin:0px 0 0 0px;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
}

.cal {
	background: #E9CA77;
	/*4376A5*/
	width: 100%; 
}

.calhead {
	width: 100%;
	font-family: Arial;
	/*font-weight: bold;*/
	color: #FFF;
	background-color:#E9CA77;
	font-size: 12px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 10px;
	/*background: #8D5B28;*/
}

.dayhead td {
	text-align: center;
	color: #E9CA77;
	background: #8D5B28;
	border:1px solid #E9CA77;
}

.dayrow {
	background: #E9CA77;
	height: 10px;
	text-align:center;
}

.dayrow td {
	width: 11px;
	color: #8D5B28;
	font-size:10px;
	text-align:center;
}

.day {
	float:none;
	text-align:center;
}

.dayover {
	background: #E9CA77;
}

.dayout {
	background: #E9CA77;
}
.today_link {font-family:verdana;font-size:10px;text-decoration:none;color:#FF6703;text-align:center;margin:0px;padding:0px;}



















