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

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


p#colorTxt{
	font-size:xx-small;
	text-align:center;
	padding-bottom:5px;
	}
	
p#eventMore{
	text-align:right;
	padding:10px 15px 10px 0;
	}	
	
#wp-calendar table {
	width: 190px;
    margin: -7px auto 10px auto;
}

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

#wp-calendar #next {
  text-align:right;
  vertical-align: middle;
}
#wp-calendar #prev a ,
#wp-calendar #next a {
	padding-bottom:5px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

#wp-calendar #prev a:before {
    content:url("../images/top_calendar_arrow01.png");
    position: relative;
    top: 6px;
    margin-right: 6px;
}
#wp-calendar #next a:after {
    content:url("../images/top_calendar_arrow02.png");
    position: relative;
    top: 6px;
    margin-left: 6px;
}
#wp-calendar table caption {
    margin: 4px 0px;
}

#wp-calendar table caption a {
	font-weight:bold;
	color:#333;
}

#wp-calendar .calendar_year {
	font-size:x-small;
	font-weight:bold;
	line-height:1.2;
}
	
	#wp-calendar .calendar_month{
		font-size: x-large;
		font-weight:bold;
	}

#wp-calendar th.sun {
	color:#C42E08;
	background:#FCF1F0;
}

#wp-calendar th.sat {
	color:#1C6B8D;
	background:#E8F1F4;
}

#wp-calendar td.nor {
	border:1px solid #FFF;
	background:#FFF;
}

#wp-calendar td.sun {background:#FCF1F0}
#wp-calendar td.sat {background:#E8F1F4}
#wp-calendar #today {background:#db624e}

#wp-calendar td.ec3_eventday {
	font-weight:bold;
	color:#609;
	background:#F1E9F8;
    border: 2px solid #fff;
	}


.ec3_eventday a {
 color:#333 !IMPORTANT;
 text-decoration:none;
 display:block;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}

#wp-calendar table th {
	border-bottom:1px dotted #CCC;
}


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

#wp-calendar table #today {
 padding:1px;
}


#top_event .right p {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-top: 9px;
}



/* 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 {
 margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#800;
}

.ec3_list li {
 font-size:1em !IMPORTANT;
}

.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; }
