.wholePage {
  align: left;
  padding: 0px;
  width:800px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.wholeCalendarPage {
  align: left;
  padding: 0px;
  width:1200px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.wholePage ul li {
  list-style-image:  url(../images/bsa_black_xsmall.gif);
}
.wholePage th {
  background-color: #0a9011;
  color: #ffffff;
  text-align: left;
}
.topBanner {
  background-color: #0a9011;
}
.topNavBanner {
  background-color: #0a9011;
}
.topQuote {
  font-size: small;
  color: #cccccc;
}
.internalLink{
  font-size: x-small;
}
.pageHeader {
  font-size: x-large;
  font-weight: bolder;
}
.sectionHeader {
  font-size: large;
  font-weight: bolder;
}
.subSectionHeader {
  font-size: medium;
  font-weight: bolder;
}
.bottomBanner {
  background-color: #ffffff;
  font-size: medium;
  text-align: center;
  font-weight: bolder;
}
.topBannerTitle {
  font-size: xx-large;
  font-weight: bolder;
  font-style: italic;
}
.imageCenterDisplay {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}
.imageCenterHide {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}
.mainBody {
  align: left;
  width: 800px;
  padding: 8px;
  vertical-align:top;
  font-weight: bold;
  font-size: small;
}
.mainCalendarBody {
  align: left;
  width: 1500px;
  padding: 8px;
  vertical-align:top;
  font-weight: bold;
  font-size: small;
}
.monthTitle {
  background-color: #0a9011;
  color: #ffffff;
  font-size: large;
  text-align: center;
}
.weekdayTitle {
  background-color: #0a9011;
  color: #ffffff;
  text-align: center;
  width: 160px;
}
.weekdayCell {
  height: 120px;
  vertical-align:top;
  border-style: solid;
  border-width: thin;
  border-color: #0a9011;
}
.calendarDOM {
  background-color: #0a9011;
  color: #ffffff;
}
.scoutEventHeader {
  font-weight: bold;
  text-align: center;
}
.otherEventHeader {
  font-weight: lighter;
  text-align: center;
}
.scoutEventDetail {
  font-size: smaller;
  text-align: center;
}
.otherEventDetail {
  font-size: smaller;
  font-weight: lighter;
  text-align: center;
}
.prevNextLink {
  color: #cccccc;
  font-size: smaller;
}
.futureReq {
  color:#22ff22;
  text-decoration:underline;
}
.currentReq {
  color:#ff0000;
}
#sddm {
    margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li {
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	background: #0a9011;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {
	background: #0ac040;
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000000;
	border: 1px solid #0ac011;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #eeeeee;
	color: #0a9011;
	font: 11px arial;
	font-weight: bold;
}

#sddm div a:hover {
	background: #bbbbbb;
	color: #0a9011;
	font-weight:bold;
}



