/* WebEvents CSS Document */

/* background of the page and default text style */
body {
	margin-top:0px;
	padding:0px;
	background: #A8D4DD url("bg.jpg") repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	color:#000;
}

/* links */
a {font-size: 10pt;}
a:link { color:#4B757C; text-decoration:none;}
a:visited { color:#9D9282; text-decoration:none;}
a:hover { color:#8E001C; text-decoration:underline;}
a:active { color:#4B757C; text-decoration:none;}

/* text and background style for the title */
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #870019;
	background:#fff;
	}

/* text and background styles for the calendar */
.calendar {background: #A8D4DD;}
.weekendheader {
	background: #A09283;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.weekdayheader {
	background: #A09283;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.datecell {
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	}
.nondatecell {background:#D3D0CE;}
.weekend {
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 800;
	color: #870019;
	border-right:1px dotted #4B757C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4B757C;
}
.weekday {
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 800;
	color: #666;
	border-right:1px dotted #4B757C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4B757C;
}

/* text and background style for the copyright */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4B757C;
}

/* text and background style for the popup */
.popup {background: #FFFFCC; font-family: Georgia, Times New Roman, Times, Serif; font-size: medium; color: #000000; text-align:left;}
.date {font-size: large; color:#4B757C;}
.event {color:#8E001C;}
.details {font-size: small;}

