/* 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;
}

/* VS*/
td.ec3_eventday {
	/*background-color:#F6B20F !IMPORTANT;*/
	background-color:#DDDDDD !IMPORTANT;
}

.ec3_eventday a {
 color:#213C8C !IMPORTANT; /* a00*/
}
.ec3_eventday a:hover {
 color:#DE1C31 !IMPORTANT; /* a00*/
}
	
#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 table td:hover,
#wp-calendar table #today {
 padding:1px;
 /*border:solid 1px #999;*/
}
#wp-calendar table #today {
 /*background-color:#F6B20F;*//*#FFFFE7;*/
 color:#000000;
 font-weight:bold;
}

/* 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;
 font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
 /*
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
 */
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #000000 2px;        /* popup border 999 */
 /*background-color:#F6B20F;*/        /* popup background colour #eeb; */
 background-color:#DDDDDD;
 /*font-size:x-small; */           /* popup font size */
 color:black;
 text-align:left;
}
.ec3_popup table tr {
	border:solid #000000 2px;
	border-collapse:collapse;
}
.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;
 
 visibility:hidden;
}

#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
 
 visibility:hidden;
}

#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;
 
 visibility:hidden;
}

/***
 ***  Event list
 ***/

.ec3_list {
 margin-left:-12px;
 color:#DE1C31;/*#800;*/
 font-weight:normal;
}

.ec3_list li {
 font-size:1em !IMPORTANT;
 color:#213C8C;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
 border:solid 1px #800;
 float:left;
}

table.ec3_schedule td {
 padding:0 0.5ex 0 0.5ex;
 color:#800;
}

td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }

/* VS */
#wp-calendar tbody td {
  background-color:#FFFFFF;
  border: 1px solid #aaa;
}
#wp-calendar tbody td.pad {
  background: none;
  border: 0;
}
#wp-calendar table {
  margin-left:1px;
}
li#event-calendar h3 {
  display:none;
}
#wp-calendar caption a {
  color:#222222;
}

a#ec3_publish img{
	vertical-align:bottom;
}