/* WebEvents CSS Document */

/* default text style and background of the page */
body {background: #bbe3b6; font-family: Arial Black, Arial, sans-serif; font-size: medium; text-align:left; color: #000000;}

/* text styles for the links */
a {font-size: xx-small;}

/* MODIFIED BY JSH 11:36 PM 12/30/2006 */
a:link 
	{
	display: block;
	text-decoration: none;	
	background: #3c0;
	color: #000000;
	}

a:visited 
	{
	display: block;
	text-decoration: none;	
	background: #3c0;
	color: #000000;
	}

a:hover 
	{
	background: #000080;
	color: #ffffff;
	text-decoration: none;
	}

/* text and background style for the title */
.title {background: #bbe3b6; 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: Arial Black, Arial, 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;}
