#wrapper {

  width: 583px;
  font-family:"Gill Sans", Verdana, sans-serif;
  color:#444;
  font-size:12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #f4f0e9;
  text-align: left;
  border: 1px solid #4a7ca0;
}

h2 {
  font-family:"Gill Sans", Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #444;
  margin-top: 18px;
  text-align: left;
}

#footer {
	text-align:center;
}

#Calendar {
	margin-left:auto;
	margin-right:auto;
}
.Row {
	margin-bottom: 15px;
}
.Col1 {
	float:left;
	margin-right: 15px;
}
.Col2 {
	float:left;
	margin-right: 15px;
}
.Col3 {
}
/*#Inst {
	display: none;
	width: 100px;
	float: right;
	border: 1px solid #CCCCFF;
	background: #FFFEDF;
}
#Inst p {
	margin: 4px;
	color: #333348;
	font-size: 11px;
	line-height: 1.4;
}*/
#Legend {
	display: block;
	width: 100px;
	float: right;
}

#Define {
    display:block;
    width:100px;
}
#Legend span {
	border: 1px solid #9797D5;
	padding: 2px;
}
#Legend p {
	margin: 4px 0px 20px;
	font-size: 11px;
	line-height: 1.7;
	font-weight: bold;
}
.Month {
	font-size: 10px;
	color: #666680;
	border: 1px solid #CCCCFF;
	width: 150px;
	height: 125px;
	cursor: default;
}
.MonthTitle {
	font-size: 11px;
	font-weight: bold;
	color: #484866;
	background:#F8F8FF;
	border-bottom: 1px solid #CCCCFF;
}
.DayHdg {
	font-size: 10px;
	color: #333348;
	background:#F8F8FF;
	width: 14%;
}
.DateRow {
	cursor: pointer;
}
#DateToday {
	color: #000000;
	border: 1px solid #FF0000;
}
.DateBlank {
	background:#F8F8FF;
}
.Date {
	background:#FFFFFF;
}
.DateDue {
	background:#03487c;
	color:#FFFFFF;
}
.DateDevelopment {
	background:#00CCFF;
}
.DateFeatures {
	background:#CCFFCC;
}
.DateCrowded {
	background:#FFCCFF;
}
.Date:hover {
	background:#03487c;
	color:#FFFFFF;
}
.DateDevelopment:hover {
	background:#00CCFF;
}
.DateFeatures:hover {
	background:#CCFFCC;
}
.DateCrowded:hover {
	background:#FFCCFF;
}
