/* 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;}
a:link {color:#0000FF; text-decoration:underline;}
a:visited {color:#800080; text-decoration:underline;}
a:hover {color:#FF0000; text-decoration:underline;}

/* 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;}
.nondatecell {background: #BFBFBF;}
.weekend {font-size: x-small; font-weight: bold; color: #800000;}
.weekday {font-size: x-small; font-weight: bold; color: #000080;}

/* text and background style for the copyright */
.copyright {background: #FFFFFF; font-family: Verdana, Arial, Helvetica, Sans Serif; font-size: xx-small; color:#000000;}

/* text and background styles for the popup */
.popup {background: #FFFFCC; font-family: Georgia, Times New Roman, Times, Serif; font-size: medium; text-align:left; color: #000000;}
.date {font-size: large; color:#000000;}
.event {font-weight: bold;}
.details {font-size: small;}

