/*[variables]
colors
{
	@10: #EB5D0B;
	@00: #DDCCCC;
}
*/
/*EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 263 $
* This file is licensed under the GNU GPL. See LICENSE file for details.

**
***  Calendar
***/
#wp-calendar TABLE
{
	width: 100%;
}
#wp-calendar #prev
{
	text-align: left;
}
#wp-calendar #next
{
	text-align: right;
}
.ec3_eventday A
{
}
#wp-calendar TABLE TD, #wp-calendar TABLE TH
{
	text-align: center;
}
#wp-calendar TABLE TD, #wp-calendar TABLE TD.pad:hover, #wp-calendar TABLE.nav TR TD
{
	/*[disabled]padding:1px;*/
	/*[disabled]border:none;*/
}
#wp-calendar TABLE TD:hover, #wp-calendar TABLE #today
{
	/*[disabled]padding:0px;*/
	/*[disabled]border:1px solid #999;*/
}
/*The EC graphic.*/
.ec3_ec
{
	display: block;
	float: right;
	border: none;
	width: 13px;
	height: 9px;
}
.ec3_ec SPAN
{
	display: none;
}
/***
***  Popup
***/
.ec3_popup
{
	margin: 0; /*[e]0 !IMPORTANT*/
	padding: 0; /*[e]0 !IMPORTANT*/
	border: none;
	position: absolute;
	border-collapse: collapse;
	filter: alpha(opacity=87);
	-moz-opacity: .87;
	opacity: .87;
	z-index: 30000;
}
.ec3_popup TD
{
	padding: 0;
}
.ec3_popup TABLE
{
	border: 1px solid #999;
/*popup border*/
	background-color: #FFFF00;
/*popup background colour*/
	font-size: x-small;
/*popup font size*/
	color: black;
	text-align: left;
}
.ec3_popup TABLE TD
{
	padding: 1.5px 3px;
}
#ec3_shadow0 DIV
{
	width: 8px;
	height: 32px;
}
#ec3_shadow0
{
	margin: 0;
	padding: 0;
	border: none;
	width: 8px;
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: bottom;
}
#ec3_shadow1
{
	margin: 0;
	padding: 0;
	border: none;
	height: 16px;
	background-repeat: repeat-x;
}
#ec3_shadow2 DIV
{
	width: 8px;
	height: 32px;
}
#ec3_shadow2
{
	margin: 0;
	padding: 0;
	border: none;
	width: 8px;
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align: bottom;
}
/***
***  Event list
***/
.ec3_list
{
	margin-left: -12px;
	word-spacing: -1px;
	letter-spacing: -0.2px;
	color: #800;
}
.ec3_list LI
{
}
.ec3_list LI:before
{
}
/***
***  Schedule
***/
TABLE.ec3_schedule
{
	border-collapse: collapse;
	margin: 0.5ex 1ex 0.5ex 0;
	border: 1px solid #800;
	float: left;
}
TABLE.ec3_schedule TD
{
	padding: 0 0.5ex;
	color: #800;
}
TD.ec3_start
{
	text-align: right;
}
TD.ec3_to
{
	text-align: center;
}
