#display{
	height:220px;
	width:196px;
}
#display a{
	text-decoration: none;
	display: block;
	width: 28px;
	height: 22px;
	padding-top: 4px;
	float: left;
	text-align: center;
	
}
a.day{
	color: #2D3A4D;
}
a.day:hover{
	background: #ccc;
	color: #2D3A4D;
	cursor: pointer;
}
.daycontainer{
	width: 220px;
}
.dayname{
	float: left;
	width: 28px;
	height: 22px;
	padding-top: 4px;
	text-align: center;
	color: #fff;
	background: #2D3A4D url(/images/nav_bg.jpg) repeat-x scroll 0 0;
	font-weight: bold;
}
a.dayname:hover{
	color: #fff;
}
#display .selected{
	background: #ccc;
	color: #2D3A4D;;
	font-weight: bold;
}
.prev, .next{
	width: 28px;
	float: left;
	height: 22px;
	padding-top: 4px;
	color: #2D3A4D;
	font-weight: bold;
}
.prev:hover, .next:hover{
	color: #fff;
}
.monthyear{
	width: 140px;
	float: left;
	height: 22px;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	color: #2D3A4D;
}