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

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

#wp-calendar {
font-size:11px;
}


#wp-calendar a:hover {
color:#635939;
text-decoration:none;
background:#fff;
} 


#wp-calendar table {
 width:100%;
}

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

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


/* Fix a bug in the default style. */
#wp-calendar #prev a, #wp-calendar #next a {
  font-size:11px;
}

.ec3_eventday a {
font-weight:bold;
 color:#49416E !IMPORTANT;
}

#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,
#wp-calendar table.nav tr td:hover {
 border:solid 1px #fff;
}

#wp-calendar table #today,
#wp-calendar table td:hover {
 border:solid 1px #7B6E45;
}

caption { 
padding: 0 0 5px 0;
font-weight:bold;
 }
 
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
color:#49416E;
background:#BFBBD1;
}

/* The EC graphic. */
.ec3_ec {

}
.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 ul li {
font-size:11px;
}

.ec3_list {
 color:#49416E;
 font-size:12px;
 font-weight:bold;
 list-style-type:none;
}

.ec3_list a {
 color:#49416E;
 font-size:11px;
 font-weight:normal;
}

.ec3_list li {
 font-size:11px !IMPORTANT;
}

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

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

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
 border:solid 1px #49416E;

}
table.ec3_schedule td {
 padding:0 0.5ex 0 0.5ex;
 color:#49416E;
}
td.ec3_start { text-align:right }
td.ec3_to    { text-align:center }

