/* CALENDAR STYLES */

#calendar_holder 
{
	width: 100%;
	margin-bottom: 30px;
}

#calendar_holder p.month_name 
{ 
	margin-bottom: 10px; 
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	color: #5A3D1C;
}

#calendar_holder ol 
{ 
	list-style: none; margin: 0; padding: 0;
}

#calendar_holder ol li 
{
	margin: 0; padding: 0;
	width: 96px;
	float: left;
	display: inline;
}

#calendar_holder ol li div 
{
	height: 95px;
	background: #eeeeee;
	border: 1px solid #5A3D1C;
	margin-bottom: -1px;
	margin-right: -1px;
	position: relative;
}

#calendar_holder ol li.weekend div
{
	background: #A3B83F;
}

#calendar_holder ol li.empty_day div 
{
	background: #dddddd;
}

#calendar_holder ol.labels li 
{
	background: none;
	border: 0;
	height: auto;
	text-align: center;
	padding-bottom: 6px;	
	font-weight: bold;
	font-size: 1.1em;
}

#calendar_holder ol li h4 
{
	color: #5A3D1C;
	font-size: 14px;
	padding: 0; margin: 0;
	height: 40px;
	margin-bottom: -40px;
	position: relative;
	text-align: right;
	padding: 3px;
}

#calendar_holder ol li ul 
{
	margin: 0; padding: 0; 
	list-style: none;
	height: 95px;
	width: 85%;
	position: absolute;
	top: 0; left: 0;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 1px;
}

#calendar_holder ol li ul li 
{
	width: auto;
	height: auto;
	float: none;
	border: 0;
	margin: 0 4px 0 4px;
	position: relative;
	background: none;
	display: block;
}

#calendar_holder ol li ul li span, #calendar_holder ol li ul li a 
{
	padding: 2px 1px 2px 1px;
	display: block;
	font-size:11px;
	color: #000000;
	
}

#calendar_holder ol li ul li a:hover
{
	text-decoration: underline;
}

/* END OF CALENDAR STYLES */

/* LINK STYLES */

.month_links
{
	display: inline;
	text-decoration: none;
	color: #5A3D1C;
	margin: 0px 20px 0px 20px;
}

.month_links:hover
{
	text-decoration: underline;
}

/* END OF LINK STYLES */
