

Div.CalenderDiv
{
	
	position: absolute;
}

TABLE.CalenderMain1
{
	background-color: dimgray;
}
TABLE.CalenderMain1 TD
{
	font-weight: bold;
	color: black;
	background-color: #33ffcc;
	text-align: center;
	text-decoration: none;
		height: 0px;
	width: 0px;
}
TABLE.CalenderMain1 TD.Title
{
	font-weight: bold;
	width: 0px;
	color: black;
	height: 0px;
	background-color: darkgray;
	text-decoration: none;
}

TABLE.CalenderDisplay
{
	background-color: #ccffff;
}
TABLE.CalenderDisplay TD.Title
{
	font-weight: bold;
	color: black;
	background-color: darkgray;
	text-align: center;
	text-decoration: none;
}
TABLE.CalenderDisplay TD.ContentDay
{
	background-color: #ffffcc;
	font-weight: normal;
}

TABLE.CalenderDisplay TD.ContentDay A:link
{
	background-color: #ffffcc;
	TEXT-DECORATION: none;
}
TABLE.CalenderDisplay TD.ContentDay A:visited
{
	background-color: #ffffcc;
	TEXT-DECORATION: none;
}
TABLE.CalenderDisplay TD.ContentDay A:hover
{
	color: #cc0066;
	background-color: lawngreen;
	text-decoration: none;
}
TABLE.CalenderDisplay TD.ContentDay A:active
{
	background-color: ffffcc;
	text-decoration: none;
}
TABLE.CalenderDisplay TD.ContentDay span.normal
{
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	text-align: center;
}


TABLE.CalenderDisplay TD.SelDay
{
	font-size: 12px;
	background-color: mistyrose;
}


TABLE.CalenderDisplay TD.TodayDay
{
	font-weight: bold;
	cursor: pointer;
	background-color: #ffffcc;
}

TABLE.CalenderDisplay TD.TodayDay A:link
{
	font-weight: bold;
	background-color: #ffffcc;
	TEXT-DECORATION: none;
}
TABLE.CalenderDisplay TD.TodayDay A:visited
{
	font-weight: bold;
	background-color: #ffffcc;
	TEXT-DECORATION: none;
}
TABLE.CalenderDisplay TD.TodayDay A:hover
{
	font-weight: bold;
	color: #cc0066;
	background-color: #ffcccc;
	text-decoration: none;
}
TABLE.CalenderDisplay TD.TodayDay A:active
{
	font-weight: bold;
	background-color: #ffffcc;
	TEXT-DECORATION: none;
}
TABLE.CalenderDisplay TD.TodayDay span.normal
{
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	text-align: center;
}

TABLE.CalenderDisplay TD
{
	width: 20px;
	color: black;
	height: 20px;
	background-color: lavender;
	text-align: center;
	text-decoration: none;
}


.ContentDayBtn
{
	padding-right: 0px;
	background-position: center center;
	padding-left: 0px;
	font-weight: bolder;
	font-size: 12px;
	background-image: url(images/btn_Login.gif);
	padding-bottom: 0px;
	margin: 0px;
	width: 20px;
	cursor: pointer;
	color: #ff9900;
	border-top-style: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	border-bottom-style: none;
}