/* WebEvents CSS Document */

/* default text style and background of the page */
/* body {background: #FFFFFF; font-family: Georgia, Times New Roman, Times, Serif; font-size: medium; text-align:left; color: #000000;} */

/* text styles for the links */
/* a {font-size: xx-small;} */

/* text and background style for the title */
.title {background: #FFFFFF; font-size: large; color: #000000;}

/* text and background styles for the calendar */
.calendar {background: #808080;}
.weekendheader {background: #800000; color: #FFFFFF;}
.weekdayheader {background: #000080; color: #FFFFFF;}
.datecell {background: #FFFFFF; font-family: Verdana, Arial, Helvetica, Sans Serif; font-color: #000080;}
.nondatecell {background: #BFBFBF;}
.todaydatecell {background: #FFFF99;}
.weekend {font-size: x-small; font-weight: bold; color: #800000;}
.weekday {font-size: x-small; font-weight: bold; color: #000080;}
.menu {background: #FFFFFF; font-family: Verdana, Arial, Helvetica, Sans Serif; font-size: small;}


