/* 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 .nav{
	display:none;
}

#wp-calendar table {
 width:150px;
 background-color:white;
 border:1px solid black;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	color:#555;
}

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

#wp-calendar caption a{
	font-size:14px;
	color:#000;
}
#wp-calendar a{
	font-family:Arial;
	font-weight:bold;
	margin-bottom:6px;
}

#wp-calendar a:hover{
	text-decoration:none;
}

.ec3_eventday a {
/* color:#000 !IMPORTANT; */
}

#wp-calendar table td {
  text-align:center;
  color:#777;
}

#wp-calendar table th{
  text-align:center;
	background-color:#bbb;
	color:#000;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding:1px;
 border:none;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 padding:0px;
 border:solid 1px #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 !IMPORTANT;
 padding: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:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}

.ec3_popup table td {
 padding:1.5px 3px 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_events{
	margin:0;
	padding:0;
	list-style:none;
}

.ec3_events ul{
	margin-left:20px;
	padding:0;
}

.ec3_list {
 margin-top:6px;
 color:black;
 font-weight:bold;
 font-size:11px;
}

.ec3_list li {
  font-weight:normal;
  font-size:11px;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Archive Event list
 ***/
.ec3_archive .ec3_events{
	margin:10px 0 6px 25px;
	padding:0;
	list-style:none;
}

.ec3_archive .ec3_list {
 margin-top:10px;
 color:black;
 font-size:12px;
 font-weight:bold;
}

.ec3_archive .ec3_list li {
	margin-left:20px;
	font-weight:normal;
	font-size:12px;
	list-style:disc;
}

/***
 ***  Schedule
 ***/
ec3_schedule {
	float:right;
}

table.ec3_schedule {
 border-collapse:collapse;
 margin:3px 0 9px 1px;
 border:solid 1px #800;
 text-align:center;
 background:white;
}

table.ec3_schedule td {
 padding-left:6px;
 padding-right:6px;
	color:#800;
}

table.ec3_schedule td.ec3_start {
	text-align:right;
}

table.ec3_schedule td.ec3_to    {
	text-align:center;
	padding-left:0;
	padding-right:0;
}

table.ec3_schedule td.ec3_end    {
	text-align:left;
}
