
/*  Club Officials Ballot Menu  */
#officialsBallotMenu #navigationSite {
	border-right: 0.5em double black;
  margin-top: -0.2em;
}

#officialsBallotMenu #content {
	border-left: none;
}

#officialsBallotMenu #content h2 {
	margin-bottom: 2.0em;
}

#officialsBallotMenu #menuChoices p {
	font-size: 2.0em;
  text-align: center;
}

#officialsBallotMenu .onlineBallot {
  padding-bottom: 2.0em;
}

#officialsBallotMenu .candidateBio {
	margin-top: 2.0em;
}
/*  End of Club Officials Ballot Menu  */

/* Club Officials Ballot Form  */
#officialsBallotForm #navigationSite {
	border-right: 0.5em double black;
  margin-top: -0.2em;
}

#officialsBallotForm #content {
	border-left: none;
  font-family: Arial, Helvetica, sans-serif;
}

#officialsBallotForm .ballotMenu {
	font-size: 1.0em;
  margin-top: -0.5em;
  margin-bottom: 1.0em;
	font-size: 1.75em;
  text-align: center;
}

#officialsBallotForm h2 {
	font-size: 1.em;
/*  font-weight: bold; */
  text-align: center;
  margin-bottom: 1.5em;
}

#officialsBallotForm #deadline {
	font-size: 2.0em;
  color: green;
  font-weight: bolder;
  text-align: center;
  margin-top: -0.7em;
}


#officialsBallotForm #canidateSlate {
	font-size: 1.2em;
  margin-left: 1.0em;
  margin-bottom: 1.5em;
  text-align: center;
}

#officialsBallotForm .canidateFieldset {
  margin-left: 0.1em;
	font-size: 2.0em;
  margin-bottom: 1.0em;
}

#officialsBallotForm .canidateFieldset .canidates {
  text-align: center;
  margin-bottom: 1.0em;
}

#officialsBallotForm .canidateFieldset legend {
  font-size: 1.0em;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}

#officialsBallotForm #canidateSlate {
	font-size: 1.5em;
  margin-top: 0.8em;
  margin-bottom: 1.0em;
  text-align: center;
}
/*
#officialsBallotForm #secretary1 {
  margin-right: 0.8em;
  margin-bottom: 2.0em;
}
*/
#officialsBallotForm #memberFieldset {
  margin-left: 0.1em;
	font-size: 2.0em;
  margin-bottom: 2.0em;
}

#officialsBallotForm #memberFieldset legend {
  font-size: 1.0em;
  margin-bottom: 1.0em;
}

#officialsBallotForm #memberInfo {
  margin-left: 3.5em;
  margin-bottom: 1.0em;
}

#officialsBallotForm #memberInfo #memberName, #officialsBallotForm #memberInfo #memberNumber {
  margin-bottom: 1.0em;
}

#officialsBallotForm #content #appSubmit {
	text-align: center;
  font-size: 2.0em;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}


input[type="submit"], input[type="button"] {
  font-size: 1.0em;
  background:lime
}

#officialsBallotForm #submitMessage,
#officialsBallotForm #submitMessageOfficialsBallot {
	font-size: 2.0em;
  color: red;
  font-weight: bolder;
  text-align: center;
}
/*  End o Club Officials Ballot Form */

/* Club Officials Ballot Confirmation  */
#officialsBallotConfirmation #navigationSite {
	border-right: 0.5em double black;
  margin-top: -0.2em;
}

#officialsBallotConfirmation #content {
	border-left: none;
}

#officialsBallotConfirmation #confirmationMessage p {
  font-size: 2.5em;
  margin-top: 1.5em;
  color: green;
}
/*  End of Club Officials Ballot Confirmation  */