#nextmonth li,
#lastmonth li
{
	background-color: black;
	background: url(images/nonmonth.gif);

}


#days ul
{
	margin: 0px;
}

#days p
{
	text-align: center;
	font-weight: bold;
	margin: 0px;
	color: black;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

#days li
{
	border: 1px solid white;
	width: 90px;	
	height: 15px;
	padding: 0px;
	backgroud-color: white;
	background: url(images/days.gif)
	

}

li 
 {
	border: 1px solid black;
	height: 120px;
	width: 90px;
	list-style-position: inside;
	list-style-type: none;
	float: left;
	margin: 1px;
	padding .5px;
	background: url(images/thisdaybgimage.gif)

}


ol
{
	
	width: 760px;
	height: 500px;
	display: block;
}



ol.calendar
{
	


}

p
{
	color: white;
	margin: 1px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	

}

#thismonth li li

{
	border: 0px solid red;
	background: url(images/thismonthsecond.gif);
	position: relative;
	top: 0px;
	left: -25px;
	width: 50px;
	height: 120px;
	
}

#thismonth li li p
{

	color: black;
	font-size: 12px;
}

#thismonth  p
{
	color: white;

}
