
#calback {
	background:  url(../interface/calendar_bg.png) repeat-x;
	margin: 0 auto;
	width: 177px;
	height: 220px;
	text-align: center;
	margin-top: 10px;
}


#calendar {
	width: 177px;
	height: 220px;
}

.cal {
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;      
	font-family: arial, helvetica, sans-sherif;	
}

.calhead img {
	border: none;
}

.dayhead {
	height: 20px;
	margin-top: 10px;
}

.dayhead td {
	width: 20px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-family: arial, helvetica, sans-sherif;	
	font-size: 12px;
}

.dayrow {
	height: 20px;
}

.dayrow td {
	text-align: center;
	width: 20px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-sherif;	
	font-size: 12px;
}

.dayrow a {
	text-align: center;
	width: 20px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-sherif;	
	font-size: 12px;
}

.dayrow a:hover {
	text-align: center;
	width: 20px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-sherif;	
	font-size: 12px;
}

.day {
	float: center;
}

.dayover {
	background: #6F2612;
}

.dayover a {
	text-align: center;
	width: 20px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-sherif;	
	font-size: 12px;
}

.dayover a:hover {
	text-align: center;
	width: 20px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-sherif;	
	font-size: 12px;
}

.today {
	text-align: center;
	width: 20px;
	color: #000000;
	font-family: arial, helvetica, sans-sherif;	
	font-size: 12px;
	font-weight: bold;
}

.today: hover {
	text-align: center;
	width: 20px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-sherif;	
	font-size: 12px;
}