a              {
	text-decoration: none;
	color:#333333;
	font-family: Tahoma;
	font-size: 11px;
}
a:hover        { text-decoration: underline;  color:#000000;font-family: Tahoma;
	font-size: 11px;}
a:VISITED {text-decoration: none; color:#333333;font-family: Tahoma;
	font-size: 11px;}

.caltitle      {
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	background-color: #5F819B;
	width:500px;
	height:22px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.caldayheader  {
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	color: #FFFFFF;
	width:25px;
	height:20px;
	background-color: #0064C8;
	text-align: right;
	vertical-align: middle;
}
.calday        {
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;	
	width:25px;
	height:20px;
	background-color: #A1C3DB;
}
.calweekend    {
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	width:25px;
	height:20px;
	background-color: #E9E9E9;
}
.calvisibleday {
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	width:25px;
	height:20px;
	font-weight: bold;
	background-color: #CAE5F7;
}
.calweeknum    { 	
	font-size: 11px;
	font-family: Tahoma;
	font-style: normal;
	color: #FFFFFF;
	width:25px;
	height:20px;
	background-color: #0064C8;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}


#prevSpan{
	float:left;
}
#currentSpan{
position:relative;
	left:60px;}

#nextSpan {left:100px;
position: relative;
}

#closeSpan{
left: 18px;
position: absolute;
}


#closeButton {
	left:180px;
	position: relative;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	background-color: #F0F0EC;
	color: #000000;
	border-color: #BCD4F6 #94B4E8 #6982EE #9CBBEA;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-transform: capitalize;
}

.inputField {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin-bottom: 4px;
	font-weight: bold;
}

body{
	background-color: #ffffff;
}

