#calendar
{
	width: 200x;
	height: 100%;
}

.cal
{
	background: #FF9900;
	width: 200px; 
}

.calhead
{
	width: 200px;
	font-weight: bold;
	color: #FFF;
	font-size: 1em;
}

.calhead img 
{
	border: none;
}

.dayhead 
{
	height: 25px;
	background: #EEE;
	font-size:0.8em;
}

.dayhead td 
{
	text-align: center;
	color: #000;
}

.dayrow
{
	background: #FFF;
	height: 15px;
}

.dayrow td
{
	width: 40px;
	color: #000;
	font-size: .7em;
}

.day
{
	float: right;
}

.dayover
{
	background: #EEE;
}

.dayout
{
	background: #FFF;
}
