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

/***
 ***  Calendar
 ***/
#agendaPg ul{
	width:265px;
	float:left;	
}
#wp-calendar{
	width:265px;
	height:180px;
	background:url(../images/fundo-calendario.jpg) no-repeat left top;
	margin-left:1px;
	margin-top:1px
}
#wp-calendar table {
 width:234px;
 color:#017581;
 font-size:13px;
 position:relative;
 margin-top:18px;
 margin-left:18px;
 
}
#wp-calendar caption {
	width:110px; 
	position:absolute;
	top:18px;
	margin: 0 auto;
	text-align:center;
	left:80px;
	

}
#ec3_spinner{
	margin-top:-4px;
}
#wp-calendar caption a{
	font-weight:bold;
	color:#483d36;
	
}
#wp-calendar #prev {
	width:62px;
  	text-align:right;
	
}
#wp-calendar #next {
	width:62px;
 	text-align:left;
}

#wp-calendar #prev a{
	padding-right:54px
}
#wp-calendar #next a{
	padding-left:52px
}
/* Fix a bug in the default style. */
#wp-calendar #prev a {
  font-size:100%;
}
#wp-calendar table {
margin-top:7px;	
}

#wp-calendar table td{
padding-bottom:4px;
padding-top:2px
}
#wp-calendar table th{
color:#483d36;
font-weight:bold;
padding-bottom:0 !important

}
#wp-calendar table.nav td{
padding-bottom:0 !important
}
#wp-calendar table.nav {
margin-top:18px;
padding-top:0 !important	
}
#wp-calendar table td#prev a, #wp-calendar table td#next a{
	font-weight:bold;
	color:#e1006a;
	padding-top:0;
	margin-top:0;
	position:relative;
	top:-5px
}
#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 {

 border:none;
}

#wp-calendar table td:hover,
#wp-calendar table #today {


}
#wp-calendar table #today {

color:#e1006a;
}
#wp-calendar table td.ec3_postday{
	background-color:#e1006a;
	
}
a.eventday{
	color:#fff
}
/* 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 */
font-size:x-small;            /* popup font size */
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;

}
.ec3_list li {
 font-size:1em !IMPORTANT;
}
.ec3_list li:before {
 content:"" !IMPORTANT;
}
.ec3_events{
	color:#017581
}
/***
 ***  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;
 
}
td.ec3_start { text-align:right }
td.ec3_to    { text-align:center }
