/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 222 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

.ec3_widget_cal table {font-size:12px; width:148px; padding:0;}
.ec3_widget_cal thead {background-color:#FFFFFF; color:#000000;}
.ec3_widget_cal a {color:#336633;}
.ec3_widget_cal tbody td {background-color:#FFFF60; color:#336633;}
.ec3_widget_cal .pad {background-color:#336633;}

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

/* Fix a bug in the default style. */
#wp-calendar #prev a {}

.ec3_postday a, .ec3_postday_legend {color:#000000 ! important; background-color:#33FF33 ! important; border:solid 1px #999;}
.ec3_postday_legend, .ec3_eventday_legend, .ec3_today_legend {width:12px; height:12px; float:left; margin-left:3px; margin-right:5px;}
.ec3_eventday a, .ec3_eventday_legend {color:#FFFFFF ! important; background-color:#CC0000 ! important; border:solid 1px #999;}
.ec3_clearer {clear:both; font-size:12px; color:#FFFF00;}

#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 {
 padding:1px;
 border:none;
}

#wp-calendar .nav td {background-color:transparent !IMPORTANT;}
#wp-calendar .nav td a {color:#FFFF00; text-decoration:none; font-size:14px;}
#wp-calendar .nav td a:hover {text-decoration:underline;}
#wp-calendar .nav img {border:none;}
#wp-calendar caption {background-color:#FFFFFF;}
#wp-calendar caption a {text-decoration:none; color:#000000;}

.ec3_today_legend,
#wp-calendar table td:hover,
#wp-calendar table #today {
 padding:0px;
 border:solid 1px #999;
}
.ec3_today_legend, #wp-calendar table #today {background-color:#FFFFFF;}

/* 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_list li {
 font-size:1em !IMPORTANT;
 text-indent:-5px;
 margin-left:8px !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:12px 5px 1px 0;
 padding-bottom:20px;
 border:2px solid #FFFF00;
 float:left;
 background-color:#CC3333;
}
table.ec3_schedule td {
 padding:2px;
 color:#FFFFFF;
 font-weight:bold;
}
td.ec3_start { text-align:right }
td.ec3_to    { text-align:center }

.ec3_list_day {color:#FFFFFF !IMPORTANT;}
