@charset "utf-8";
/* CSS Document */

div.title {
  font-family: arial;
  font-size: 24pt;
  color: #000000;
  text-align: center;
}
.meetingFont {
	color: #003300;
	padding-left: 5px;
	display: block;
}
#container {
	background-color: #FFFFFF;
	width: 950px;
	padding: 10px;
}

.eventFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
a:link {
	color: #990000;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #000066;
}


table.month {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 10px;
	width: 98%;
	margin: 10px;
}
td.weekday {
  font-family: Arial;
  font-size: 10pt;
  color: #ffffff;
  text-align: center;
  background-color: #004080;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}
td.filler {
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 4px;
}
td.day {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  background-color: #dfdfdf;
  vertical-align: top;
  width: 14%;
  height: 100px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 4px;
}
div.daynum {
  font-family: Arial;
  text-align: right;
  line-height: 1;
  padding-bottom: 5px;
}
div.event {
  text-align: left;
  line-height: 1.2;
}
body {
	background-color: #ffffff;
	padding: 15px;
	width: 1000px;
	margin: 0 auto;
	background-image: url(../Images/Images_global/bg_gradient.gif);
	background-repeat: repeat-x;
}
#footer {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000000;
	text-align: center;
	height: 100px;
	padding: 5px;
	margin-top: 10px;
} 
