/* ------------------------------------ *
EVENTS CSS
 * ------------------------------------ */

/*CALENDAR*/
.event_label_cell{
	background-color: #000000;
	color: #CCCCCC;
	text-align: left;
     font-size: 20;
     font-weight: bold;
}

.date_head{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #CCCCCC;
     font-weight: bold;
     font-size: 12;
     text-decoration: none;
}

.date_head a{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #CCCCCC;
     font-weight: bold;
     font-size: 12;
     text-decoration: none;
}

.day_names{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #cccccc;
     font-weight: normal;
     font-size: 14;
     text-decoration: none;
}
.normal_days{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #333333;
     font-weight: bold;
     font-size: 16;
}
a.event_days{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #999999;
     font-weight: bold;
     font-size: 16;
     text-decoration: none;
}
.today{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #FFCC00;
     font-weight: bold;
     font-size: 16;
     text-decoration: underline;
}
.button{
        border: none;
        background: #000000;
        color: #99CC00;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
}
/*a.event_calendar_list_title{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #000000;
     font-weight: bold;
     font-size: 14;
     text-decoration:none;
}*/

.event_calendar_list_data{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #000000;
     font-weight: bold;
     font-size: 10;
}
/*CALENDAR*/
/*EVENT LIST*/
/*a.event_list_title{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #000000;
     font-weight: bold;
     font-size: 14;
     text-decoration:none;
}

.event_list_data{
     font-family: arial, verdana, helvetica, sans-serif;
     color: #000000;
     font-weight: bold;
     font-size: 14;
}*/
/*EVENT LIST*/
/*EVENTS LIST CLASSES*/
table.events_table{
	background-color: #000000;
	color: #666633;
}

.events_cell_title{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14;
	text-decoration: underline;
}

td.events_cell_label{
	background-color: #000000;
	color: #CCCCCC;
	text-align: left;
	font-weight: bold;
	font-size: 20;
}

td.events_cell{
	background-color: #000000;
	color: #FFFFCC;
}
