table.dat {
	border-top: 1px solid #e2e2e2;
	border-bottom:  1px solid #e2e2e2;
	border-right: 0;
	border-left: 1px solid #e2e2e2;
}
table.dat td{
	padding: 1px 4px 1px 4px;
}
tr.week td {
	border-right:1px solid #e2e2e2;
	width: 26px;
	text-align: right;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
.month {
	font-size: 13px;
	font-weight: bold;
	height: 30px;
}
tr.week1 td {
	border-bottom: 1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	width: 26px;
	text-align: right;
	color: #cacaca;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
} 
tr.week td.today {
	color: #376da4;
	font-weight: bold;
}
#event {
	background-color: #eeeeee;
}

tr.week td a {	
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
tr.week td a:visited {
	color: black;
}
tr.week td a:hover {
	text-decoration: underline;
}
tr.week td.today a{
	color: #376da4;	
}
tr.week td.today a:visited{
	color: #376da4;	
}
tr.week td.today a:hover{
	color: #376da4;	
}
