@charset "utf-8";
/* CSS Document */

/*//////////////// LIST VIEW STYLES////////////////////////////////


#calendar h1, #calendar h2, #calendar h3, #calendar p, #calendar li {margin:0 0 5px 0;}
#calendar a {text-decoration:underline;}



#calendar .prev, #calendar .next, #calendar .month {height:40px; text-align:center;}
#calendar .prev p a, #calendar .next p a {color:#9a9a9a; text-decoration:none;}
#calendar .prev p a:hover, #calendar .next p a:hover {color:#3a3a3a; text-decoration:none;}
#calendar .month p {font-weight:bold; font-size:14px;}
#calendar .dayNames {padding:5px; background:#e5ebf0;}
#calendar .dayNames p {font-weight:bold;}

#calendar .date {font-size:14px; height:15px;}

#calendar .day, #calendar .currentDay {padding:5px; }
#calendar .day a , #calendar .currentDay a  {}
#calendar .day a:visited , #calendar .currentDay a:visited  {}

#calendar .day {background:#f7f7f7; border:1px solid #aeaeae;}
#calendar .day .date {color:#000;}

#calendar .currentDay {background:#e5ebf0; border:1px solid #67999a;}
#calendar .currentDay .date {color:#67999a;}

#calendar .eventLink a {text-decoration:underline;}
*/


/*/////////////////////// CALENDAR VIEW STYLES //////////////////////////*/

#calendar h1, #calendar h2, #calendar h3, #calendar p, #calendar li {margin:0 0 5px 0;}
#calendar a {text-decoration:underline;}
#calendar td {vertical-align:top;}


.prev, .next, .month {height:40px; text-align:center;}
.prev p a, .next p a {color:#9a9a9a; text-decoration:none;}
.prev p a:hover, .next p a:hover {color:#3a3a3a; text-decoration:none;}
.month p {font-weight:bold; font-size:14px;}
.dayNames {padding:5px; background:#e5ebf0;}
.dayNames p {font-weight:bold;}

.date {font-size:14px; height:15px;}

.day, .currentDay {padding:5px; width:14%; height:100px;}
.day a , .currentDay a  {color:#3c5a87;}

.day {background:#f7f7f7; border:1px solid #aeaeae;}
.day .date {color:#3c5a87;}

.currentDay {background:#e5ebf0; border:1px solid #003469;}
.currentDay .date {color:#003469;}

.eventLink a {text-decoration:underline;}


.listcell {margin-left:0; margin-right:0; padding-left:0; padding-right:0; text-align:left;}
