html,body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

div.monthDayBanner
{
	background-color: #E9E9E9;
	color: #6a6a6b;
	font-size: 15px;
	font-weight: bold;
	font-family: sans-serif;
	/* border-right: 1px solid #ccddee; */
}

div.monthDayContent
{
	background-color: #E9E9E9;
	font-size: 15px;
	font-family: sans-serif;
	background-image: url('images/newListingBack.png');
	background-repeat: repeat-x;
	background-position:top right; 

}

div.monthDayExpand
{
	font-size: 15px;
	font-family: sans-serif;
	padding-left: 20px;
	padding-bottom: 20px;
	position: absolute; 
	top: 500px; 
	left: 500px;
	width: 300px; 
	background-color: #FDFDFE; 
	border: 2px solid #AAAAAA;
	z-index: 100;
}
div.monthDayDetail
{
	font-size: 15px;
	font-family: sans-serif;
	padding-left: 20px;
	padding-bottom: 20px;
	position: absolute; 
	top: 500px; 
	left: 500px;
	width: 300px; 
	background-color: #FDFDFE; 
	border: 2px solid #AAAAAA;
	z-index: 1000;
}

div.showDayDetail
{
	cursor: pointer;
}

div.hideDayDetail
{
	cursor: pointer;
}

div.oddMonthDay, div.evenMonthDay
{
	width: 100%;
	height: 100%;
	border-top: 1px solid black;
	border-left: 1px solid black;
	position: absolute;
	overflow: hidden;
	background-image: url('images/newListingBack.png');
	background-repeat: repeat-x;
	background-position:top right; 
	background-color: #E9E9E9;

}

div.evenMonthDay
{
	background-color: #E9E9E9;
}

#daysContainer
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-image: url('images/newListingBack.png');
	background-repeat: repeat-x;
	background-position:top right; 
}

.headerItem
{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 15px Arial;
	width: 100%;
	height: 100%;
	list-style-type: none;
	background-color: #E0E4FB;
	border-right: 1px solid #E0E4FB;
}

.headerItem li
{
	text-align: center;
	float: left;
}	

.monthDayContent a
{
	color: #73899F;
}

.monthDayContent a:visited
{
	color: #798973;
}