#calendar
{
	width:170px;
	background-color:#FCF2CF;
	padding:12px 0 6px 12px;
	margin:24px 0 0 16px;
}

#calendar_head
{
	margin-bottom:7px;
	color:#94502C;
}

#calendarView
{
	margin-top:3px;
	height:114px;
}

#eventView
{
	margin:15px 0 0 16px;
	width:192px;
	font-size:11px;
}

#calendar_month
{
	display:inline;
}

div.weekday
{
	float:left;
	width:20px;
	margin:0 3px 0 0;
	font-size:8px;
	text-transform:uppercase;
}

a.day
{
	float:left;
	display:block;
	width: 20px;
	height:16px;
	line-height:16px;
	text-align:center;
	margin:0 3px 3px 0;
	background-color:#A0A29A;
	color:white;
	font-size:10px;
}

a.dead
{
	opacity: 0.5;
}

a.selected
{
	background-color:#F5D361 !important;
}

a.event
{
	background-color:#B4856C;
}