#LeftAgendaContainer
{
	position:relative;
	padding-left:10px;
	padding-bottom:30px;
}

#LeftAgendaContainer div
{
	position:relative;
}

#LeftAgendaTitle
{
	padding:25px 0px 15px 0px;
	color:#EE7F00;
	font-size:13px;
	font-weight:bold;
}

#LeftAgendaContent
{
	float:left;
}

#LeftAgendaNav
{
	height:16px;
	font-weight:bold;
	text-align:center;
}

#LeftAgendaNav div
{
	cursor:pointer;
	padding-top:1px;
}

#LeftAgenda
{
	width:119px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	background-color:#FFFFFF;
}

#LeftAgendaNav, .LeftAgendaDayDiv, .LeftAgendaDaySelectedDiv, .LeftAgendaDayOldDiv
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}

#LeftAgendaPre, #LeftAgendaNext
{
	float:left;
	width:16px;
	color:#EE7F00;
	text-align:center;
}

#LeftAgendaLoc
{
	float:left;
	width:86px;
	text-align:center;
	text-transform:uppercase;
}

.LeftAgendaDayDiv, .LeftAgendaDaySelectedDiv, .LeftAgendaDayOldDiv
{
	float:left;
	text-align:center;
	vertical-align:middle;
	width:16px;
	height:16px;
}

.LeftAgendaDaySelectedDiv
{
	background-color:#EE7F00;
	cursor:pointer;
	color:#FFFFFF;
}

.LeftAgendaDayOldDiv
{
	color:#9D9EA0;
	text-decoration:line-through;
}

.AgendaLeftClear
{
	clear:both;
	height:0px;
	width:118px;
	overflow:hidden;
}

.LeftAgendaDay
{
	padding-top:1px;
}

#LeftAgendaContainer b
{
	color:#EE7F01;
}

#LeftAgendaContainer span
{
	font-weight:bold;
	cursor:pointer;
}