body, td, th, select, input, div {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 11px;
  color: #113f0b;
}
td, th {
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
img {
  border-width: 0px;
}
h2 {
  font-family: Times New Roman, Times, Arial, Helvetica, Verdana, Tahoma;
  color: #ffffff;
  padding: 4px;
  text-align: left;
  font-size: 17px;
  font-weight: normal;
  background-color: #ADC285;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Arial, Verdana, Tahoma, Sans-Serif;
}
.actionBar {
  width: 100%;
  border-top: solid 1px #ADC285;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
}
.RedBodyText {
  color: #FF0000;
}

.calendarImageAlign img {
  position: relative;
  top: 4px;
  left: 2px;
  z-index: 0;
}

.Button {
  background-color: #FFFFFF;
  border: 2 outset #ADC285;
}

.LargeHeading {
  font-size: 20px;
  font-weight: bold;
  color: #358613;
}

.PageHeader {
  font-weight: bold;
  font-size: 12px;
  color: black;
}

.paddedContent {
  padding: 6px;
}

.ErrorMessage {
  color: red;
}

.StatusMessage {
  font-weight: bold;
  font-size: 12px;
  color: green;
}

.BodyTextSmall {
  color: #333333;
}

.BodyTextBig {
  font-size: 16px;
  color: #333333;
}

A:link {
  color: #118A00;
  text-decoration: none;
}

A:visited {
  color: #118A00;
  text-decoration: none;
}

A:hover {
  color: #16B300;
  text-decoration: underline;
}

img A:hover {
  color: #0b5e00;
  text-decoration: none;
  border: none;
}

A:active {
  color: #0b5e00;
  text-decoration: underline;
}

.RequiredField {
  background-color: White;
  color: #333333;
  border: 1px solid;
  border-color: #92c871;
  text-align: left;
}

.FieldLabel {
  font-weight: bold;
}
.Field {
  text-align: left;
  background-color: White;
  color: #333333;
  border: solid 1px #659647;
}
.Menu {
  background-color: #1C4B0D;
}

.CourseListing {
  background-color: #358613;
  font-weight: bold;
  color: #D2DEBC;
}


a.CourseListing {
  background-color: #358613;
  font-weight: bold;
  color: #D2DEBC;
}
a:visited.CourseListing {
  background-color: #358613;
  font-weight: bold;
  color: #D2DEBC;
  text-decoration: none;
}

a:hover.CourseListing {
  color: #99FF66;
}

.centerColumnContentDiv {
  padding: 8px;
  padding-right: 12px;
}

.subPanel {
  background-color: #ADC285;
  color: #1C4B0D;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  letter-spacing: 3pt;
}

.subPanelStandOut {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  letter-spacing: 3pt;
  border: solid 1px #baad6f;
  background-color: #f7e58e;
  background-image: url(../images/divStandout-Background.png);
  background-repeat: no-repeat;
  background-position: left top;
  color: #3c2408;
}

.MemberName {
  color: #FFFFFF;
  font-weight: bold;
}

.SearchResultDate {
  color: #358613;
  font-size: 12px;
  font-weight: bold;
}
.SearchResultTime {
  color: #358613;
  font-size: 12px;
  text-decoration: underline;
}
.SearchResultCourseName {
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.SearchResultAmountPerPlayer {
  color: #000;
}
.SearchResultPlayerCount {
  color: #000;
}
.SearchResultSavings {
  color: #358613;
  font-size: 13px;
  font-weight: bold;
}
.SearchResultReward {
  border: dashed 1px #9bb075;
  padding: 2px;
  color: #000;
  background-color: #ecf1e3;
  margin-left: 14px;
  margin-right: 24px;
  margin-top: 4px;
}
.FooterText {
  color: #D2DEBC;
}
.FooterTextBold {
  color: #D2DEBC;
  font-weight: bold;
}

.FooterSpacer {
  height: 19px;
}

.shadowBox {
  background-color: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.waitBox {
  width: 400px;
  height: 240px;
  left: 35%;
  top: 40%;
  position: absolute;
  background-color: #fff;
}

.teeTime {
  float: left;
  width: 139px;
  height: 160px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-image: url(../images/TeeTimeBg.jpg);
  background-repeat: no-repeat;
  padding-top: 14px;
  padding-right: 0px;
  padding-left: 4px;
  line-height: 16px;
  cursor: pointer;
}

.teeTime a:hover {
  text-decoration: none;
}

.slimButton {
  text-align: center;
  padding: 3px; /*padding-left: 10px;   padding-right: 10px;*/
  border: solid 1px #659647;
  background-color: #ecf1e3; /*cursor: pointer;*/
  text-decoration: none;
  color: #000;
}

.divStandout {
  border: solid 1px #baad6f;
  padding: 2px;
  background-color: #f7e58e;
  background-image: url(../images/divStandout-Background.png);
  background-repeat: no-repeat;
  background-position: left top;
  color: #3c2408;
}

.divStandout td, .divStandout div {
  color: #3c2408;
}

.divStandout .slimButton {
  background-color: #e9b666;
  border-color: #aa7521;
}

.divStandout a {
  color: #734700;
}


.slimButton:link {
  color: #000;
}
.slimButton:visited {
  color: #000;
}
.slimButton:hover {
  color: #000;
  text-decoration: underline;
}
.slimButton a:link {
  display: block;
  width: 100%;
  height: 100%;
}

.fauxLink {
  color: #0b5e00;
  cursor: pointer;
}
.fauxLink:hover {
  text-decoration: underline;
}

table.dataTable {
  border-spacing: 0px;
}

table.dataTable td {
  padding: 3px;
  padding-right: 6px;
  border-bottom: solid 1px #ADC285; /**/
}

table.dataTable th {
  padding: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  color: #0b5e00;
  cursor: pointer;
  background-color: #ADC285;
}

table.dataTable tr {
  background-color: #eef4e2;
}

table.dataTable tr.odd {
  background-color: #d8e3c3;
}

.memberMenu {
  line-height: 2em;
}

.memberMenu a {
  font-family: Times New Roman, Times, Arial, Helvetica, Verdana, Tahoma;
  font-weight: normal;
  font-size: 13.5px;
  letter-spacing: .05em;
}

.memberMenu a:link {
  color: #fff;
}
.memberMenu a:visited {
  color: #fff;
}
.memberMenu a:hover {
  color: #FFFF66;
  text-decoration: underline;
  letter-spacing: .1em;
}

.pageDescription {
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding-bottom: 20px;
}

table.formTable td {
  margin: 1px;
  vertical-align: middle;
}
table.formTable td:first-child {
  background-color: #eef4e2;
  font-weight: bold;
  padding: 3px;
  padding-right: 8px;
}
.lineUp ul {
  padding: 0px;
  margin: 0px;
  list-style:none;
}
.lineUp li {
  padding: 0px;
  margin: 0px;
}
@media print {
  .noprint {
    display: none;
  }
}
.HelpSection{
  margin-bottom:30px;
}
.HelpTitle{
  font-size:12px;font-weight:bold;margin-bottom:4px;
}