.table{
 	border-collapse:collapse;
	width: 176px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
.tableTop{
 	background-color: #00aeef;
	color: #ffffff;
	font-size: 10px;
	height: 21px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	height: 21px;
}
.atdTop {	
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
.tdDays{	
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #505050;
	background-color: #ffffff;
	height: 21px;
	width: 25px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.td{	
	height: 21px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.tdEmpty{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #ffffff;
	height: 21px;
	width: 25px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.tdEvent{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #505050;
	background-color: #ffffff;
	height: 21px;
	width: 25px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.tdToday{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #0191c7;
	background-color: #f1f1f1;
	height: 21px;
	width: 25px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.atdToday{
	font-size: 10px;
	font-weight: normal;
	color: #0191c7;
	text-decoration: underline;
}
a.atdToday:hover{
	text-decoration: none;
}
