/*
 Default styles for ezAgenda
 include this in one of your last css files
*/

/* StGeorge (almost) Complete Makover  */

table#ezagenda {
width: 98%;
}

div.class-ezagenda_calendar table {
margin:0;
padding:0;
}

/* CALENDAR  */

div#ezagenda_calendar_left {
width: 200px;
float: left;
}

#ezagenda_calendar_left table td {
padding: 4px 0;
}

#ezagenda_calendar_left table {
font-size: 0.78em;
text-align: center;
}

#ezagenda_calendar_left table th {
font-size: 1em;
font-weight: normal;
padding: 2px;
background-color: #0a2d4a;
color: white;
}

#ezagenda_calendar_left table span {}
#ezagenda_calendar_left table a {
font-weight: bold;
color: #e82f0d;
text-decoration: none;
}

.ezagenda_selected {
border: 1px solid #e82f0d;
}

.ezagenda_current {
background-color: #eef3f9;
}

/* MONTH */

div#ezagenda_calendar_right {
margin-left: 212px;
}

div#ezagenda_calendar_right table {
width: 98%;
}


td.ezagenda_month_head {vertical-align: bottom;}
td.ezagenda_month_head h2 {overflow:hidden; margin:0; padding:0;}
td.ezagenda_month_info {vertical-align: bottom;}
td.ezagenda_month_info p {text-align: right; font-size: 0.68em; color:#666; overflow:hidden; margin:0; padding:0;}
td.ezagenda_month_body {vertical-align: top;}
td.ezagenda_month_body p {}

.ezagenda_event_old, .ezagenda_event_old * {color:#aaa;}
a#ezagenda_month_hidden_show {display:block; padding-left: 5px; text-align:right; font-size: 85%; cursor: pointer; font-weight:bold; color: #FF0000;}

/* DAY */

#ezagenda_calendar_today { margin-top: 1em;}
div.ezagenda_day_event {margin: 0px; color:#666666;}
div.ezagenda_day_event h2 {padding:0px;}

/* PROGRAM VIEW */

div.class-ezagenda-program tr:hover td.ezagenda_month_label { background-color: #eee;}
div.class-ezagenda-program td.ezagenda_month table:hover{ background-color: #eee;}
td.ezagenda_month_label { vertical-align:top; border-bottom: 1px solid #ccc;}
td.ezagenda_month_label h2 {margin-top:21px; padding-top: 0;}
div.class-ezagenda-program td.ezagenda_month {vertical-align:top; border-bottom: 1px solid #ccc;}