
.calendar
{
	border:1px solid #000000;
	border-collapse:collapse;
}

.calendar_info
{
	border:1px solid #999999;
	background-color:#ffffcc;
	padding:3px;
	font-size:10pt;
	color:#333333;
	/*
	opacity:0.9;
	filter:Alpha(opacity=90);
	*/
}

.calendar_info_time
{
	color:#000000;
	font-weight:normal;
	font-size:8pt;
}

.calendar_info_main
{
	color:#000000;
	font-weight:bold;
}

.calendar_info_text
{
	color:#333333;
	padding:3px;
	font-weight:normal;
}

.calendar_info_header
{
	border:1px solid #cccccc;
	background-color:#eeeeee;
	padding:3px;
}

a.calendar_navigation_year_left:link	{	color:#000000;	text-decoration:none;	}
a.calendar_navigation_year_left:hover	{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_year_left:active	{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_year_left:visited	{	color:#000000;	text-decoration:none;	}

a.calendar_navigation_year:link	{	color:#000000;	text-decoration:none;	}
a.calendar_navigation_year:hover	{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_year:active	{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_year:visited	{	color:#000000;	text-decoration:none;	}

a.calendar_navigation_year_right:link	{	color:#000000;	text-decoration:none;	}
a.calendar_navigation_year_right:hover	{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_year_right:active	{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_year_right:visited	{	color:#000000;	text-decoration:none;	}

.calendar_navigation_year_left
{
	text-decoration:none;
	text-align:left;
	background-color: #f99d27;
	font-size:10pt;
}

.calendar_year
{
	font-weight:bold;
	text-align:center;
	background-color: #f99d27;
	color:#ffffff;
	padding:1px;
}

.calendar_navigation_year_right
{
	text-decoration:none;
	text-align:right;
	background-color: #f99d27;
}

th.calendar_navigation_year_left, th.calendar_year, th.calendar_navigation_year_right
{
	border-bottom: 1px solid #000000;
	font-size:10pt;
	padding:1px;
}



a.calendar_navigation_month_left:link		{	color:#000000;	text-decoration:none;	}
a.calendar_navigation_month__left:hover		{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_month__left:active	{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_month_left:visited	{	color:#000000;	text-decoration:none;	}

a.calendar_navigation_month:link		{	color:#000000;	text-decoration:none;	}
a.calendar_navigation_month:hover		{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_month:active	{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_month:visited	{	color:#000000;	text-decoration:none;	}

a.calendar_navigation_month_right:link		{	color:#000000;	text-decoration:none;	}
a.calendar_navigation_month_right:hover		{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_month_right:active	{	color:#ffffff;	text-decoration:none;	}
a.calendar_navigation_month_right:visited	{	color:#000000;	text-decoration:none;	}


.calendar_navigation_month_left
{
	text-decoration:none;
	text-align:left;
	background-color: #f9bd47;
}

.calendar_month
{
	font-weight:bold;
	text-align:center;
	background-color: #f9bd47;
	color:#000000;
	font-size:10pt;
}

.calendar_navigation_month_right
{
	text-decoration:none;
	text-align:right;
	background-color: #f9bd47;
	font-size:10pt;
}

th.calendar_navigation_month_left, th.calendar_month, th.calendar_navigation_month_right
{
	border-bottom: 1px solid #000000;
	padding:1px;
}

td.calendar_week
{
	background-color:#eeeeee;
	text-align:right;
	font-size:8pt;
	font-weight:bold;
	width:18px;
	color:#000000;
	padding:1px;
	padding-top:3px;
	padding-bottom:3px;
}

td.calendar_dow
{
	background-color:#eeeeee;
	font-size:8pt;
	text-align:center;
	font-weight:bold;
	width:18px;
	color:#000000;
	padding:1px;
}

td.calendar_empty
{
	background-color:#cccccc;
	padding:1px;
	font-size:8pt;
}

td.calendar_day, td.calendar_day_event
{
	border: 1px solid #000000;
	text-align:right;
	font-size:8pt;
	color:#000000;
	background-color:#eeeeee;
	padding:1px;
}

td.calendar_active_day, td.calendar_active_day_event
{
	border: 2px solid #ff0000;
	text-align:right;
	font-weight:bold;
	font-size:8pt;
	color:#000000;
	background-color:#eeeeee;
	padding:1px;
}


td.calendar_deactive, td.calendar_deactive_event
{
	border: 1px solid #000000;
	text-align:right;
	color:#999999;
	font-size:8pt;
	background-color:#eeeeee;
	padding:1px;
	font-weight:normal;
}


td.calendar_day_event
{
	color:#ff0000;
	font-style:italic;
	font-weight:bold;
	background-color:#eeeeee;
	padding:1px;
}

td.calendar_active_day_event
{
	color:#ff0000;
	font-style:italic;
	font-weight:bold;
	background-color:#eeeeee;
	padding:1px;
}

td.calendar_deactive_event
{
	color:#ffcccc;
	font-style:italic;
	font-weight:bold;
	background-color:#eeeeee;
	padding:1px;
}



table.calendar_event
{
	border-spacing:0px;
	border-collapse:collapse;
	border:1px solid #7b2422;
	border-bottom:none;
}

th.calendar_event_name
{
	padding:3px;
	background-color:#7b2422;
	color:#ffffff;
	width:130px;
	font-size:10pt;
	font-weight:bold;
}

th.calendar_event_desc_name
{
	padding:3px;
	background-color:#7b2422;
	color:#ffffff;
	font-size:10pt;
	font-weight:bold;
}

td.calendar_event
{
	padding:3px;
	background-color:#ffffff;
	color:#000000;
	vertical-align:top;
	border-bottom:1px solid #7b2422;
	font-size:10pt;
	font-weight:bold;
}
td.calendar_event_desc
{
	padding:3px;
	background-color:#ffffff;
	color:#000000;
	vertical-align:top;
	border-bottom:1px solid #7b2422;
	font-size:10pt;
}
