.calendarContainer{
	position:absolute;
	top:0px;
	left:0px;
	width:175px;
	background-color:#ffffff;	
}


.tableCalendar{
	border-collapse:collapse;
	width:175px;
}

.tableCalendar td{
	text-align:center;
	font-size:10px;
	background-color:#FFFFFF;
	border:1px solid #eeeeee;
	width:25px;
	height:25px;
}

.tableCalendar td:hover{
	background:#ffa200;
	color:#ffffff;
}

.tableCalendar thead tr{
	background-image:url(../img/backTable.gif);
	font:12px Arial;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

.tableCalendar thead tr th{
	width:25px;
	height:25px;
	text-align:center;
}

.oldDay{
	background:#bdbdbd;
  	font-size:10px;
	color:#333333;
	text-align:center;
	text-decoration:none;
	border:1px solid #eeeeee;
	cursor:default;
}

.everyDay{
	background:#ffffff;
  	font-size:10px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	border:1px solid #eeeeee;
	cursor:pointer;
}

.toDay{
	background:#ffa200;
  	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	border:1px solid #eeeeee;
	cursor:pointer;
}