SPAN.calNav
{
	display: block;
	text-align: center;
	height: 22px;
	line-height: 22px;
}
SPAN.calNav A
{
	font-size: 18px;
	text-decoration: none;
	padding: 0px 5px;
}
TABLE.calendar
{
	background: #FFFFFF;
	width: 100%;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
TABLE.calendar TH, TABLE.calendar TD
{
	border: 1px solid #FFFFFF;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
}
TABLE.calendar TH
{
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	margin: 1px 0px 0px 1px;
	text-align: center;
	background: #647689;
	color: #EFF0F3;
}
TABLE.calendar TD
{
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	margin: 1px 0px 0px 1px;
	text-align: center;
	cursor: default;
}
UL.medium TABLE.calendar TD
{
	height:50px;
}
UL.full TABLE.calendar TD
{
	height:70px;
}


TABLE.calendar TD.day
{
	background: #A3B1BF;
	color: #FEFEFE;
	font-weight: bold;
}
TABLE.calendar TD.event
{
	background-color: #8091A1;
}
TABLE.calendar TD.selected
{
	background-color: #EAC877;
	color: #000000;
}
TABLE.calendar TD.filler
{
	color: #768594;
	background-color: #EFF0F3;
}
div.contents UL.events
{
	list-style: none;
	padding: 5px;
	margin: 0px;
}
div.contents UL.events LI
{
	background: #FFFFFF;
	line-height: 22px;
	padding: 1px 6px;
	
	margin-bottom:1px;
}

div.contents UL.events LI.i2
{
	background: #F0F1F4;
}
div.contents UL.events LI.selected
{
	border: 1px solid #EAC877;
	padding: 0px 5px;
	background:url(../image/welcome_bg.gif) repeat-x scroll center top #EBC978;
}

SPAN.date
{
	float: right;
	color: #768594;
}
#more_events
{
	margin-top: -5px;
}
#more_events UL.events
{
	padding-top: 0px;
}
#more_link
{
	display: block;
	margin: auto;
	padding: 5px;
}
DIV.event_details
{
	line-height: 16px;
}
DIV.event_details P
{
	margin: 0px;
	margin-bottom: 5px;
}
