.day{
	width:90px;
	font-family:arial;
	font-size:11px;
	text-align:left;
	height: 90px;
	overflow: auto;
	padding: 1px;
	font-weight: bold;		
	}
.day a {
	font-weight:bold;
	color: #CCCCCC;
	text-decoration:none;
}
.day a:visited {
	font-weight:normal;
	color: #CCCCCC;
	
}
.day a:hover {
	font-weight:bold;
	color: #CCCCCC;
}
.weekend {
	background-color: #2F4575;
	text-align:center;
}
.monthtableouter {
	background-color: #cccccc;
	font-size: 18px;
	font-weight: bold;
}
.monthtableinner {
	width: 130px;
}
.normalday {
	background-color: #2F4575;
	text-align:center;
}
.title {
	background-color: #2f4575;
	font-weight:bold;
	font-family:verdana;
	font-size:18px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.month, .days {
	background-color: #2f4575;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
	text-align:center;
	color: #FFFFFF;
}
.selectedday {
	background-color: #2F4575;
	color: #FFFFFF;
}
#today {
	border: 2px dotted #CCCCCC;
	background-color: #2F4575;
	text-align:center;
}

#linkday {
	border: 1px #000000 solid;
	background-color: #2F4575;
	text-align:center;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#popup 
{
	float:left;
	position:absolute;
	z-index:10;
	top: 50px;
	left: 50px;	
	height:200px;
	width:350px;
	display:none;
	background-color:White;
}

.popupClose
{
	display:none;
}

