/*CALENDARIO menu esquerda*/

#calendario {
	text-align: center;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; margin: 0 auto;
}

#extcal_minical {
    overflow:hidden; border: 1px solid #a6c9e2; background: #fcfcfc url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    width: 15em; padding: .3em;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#extcal_minical table {
	background-color: #F0F3F2;
    width: 100%; font-size: .99em; border-collapse: collapse; margin: 0 .1em 0 .1em;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#extcal_minical .extcal_navbar {
    background-image: url(../img/bg_calendar1.gif);
	background-repeat: repeat-x;
    height: 2em;

}

#extcal_minical .extcal_month_label {
     font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.2em;
     color: #222222;
     background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
     font-weight: bold;
}

#extcal_minical tr.extcal_weekdays  {
    height: 2.5em;
    margin: 10px 2px 0 1px;
    background: #fcfcfc url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;

}

#extcal_minical tr.extcal_weekdays td {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em;
    font-weight: bold;
    color: #222222; border: none;
}

#extcal_minical tr.extcal_daycell td{
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em;
    border: 1px solid #c5dbec; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; outline: none;
   	padding: 4px 1px 5px 2px;
    
}

#extcal_minical tr.extcal_daycell td.today {
    border: 1px solid #79b7e7;
    color: #cccccc;
    background: #FBEC88 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    outline: none;
	
}

#extcal_minical tr.extcal_daycell td.extcal_eventcell {
	background: #3c75c4 url("../img/bg_event.gif") top left repeat;
	font-weight: bold;
}

#extcal_minical tr.extcal_daycell td.extcal_eventcell a{
    color: #ffffff;
}

#extcal_minical tr.extcal_daycell td.extcal_eventallcell {
	background: #3c75c4 url("../img/bg_event_all.gif") top left repeat;
	font-weight: bold;
	color: #ffffff;
}

#extcal_minical tr.extcal_daycell td.extcal_eventschoolcell {
	background: #3c75c4 url("../img/bg_event_centro.gif") top left repeat;
	font-weight: bold;
	color: #ffffff;
}



