/* Division bars used to divide content cells */
.bar {
  background-color: #cc9933;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px;
}
.bar a {
  color: #545454;
  font-size: 8pt;
  font-weight: bold;
}
.contentLink a {
  color: #e55411;
  font-size : 12px;
  font-weight: bold;
  text-decoration : none;
}
.contentLink a:hover {
  text-decoration : underline;
}
.editPanelButton {
  background-color: #7C848E;
  border-bottom: 2px outset #6E7E8E;
  border-left: 2px outset #4F5C68;
  border-right: 2px outset #4F5C68;
  border-top: 2px outset #6E7E8E;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.error {
  border: 2px solid #85c70e;
  padding-top: 15px;
}
.errorBack {
  color: #e55411;
  font-size : 16px;
  text-decoration : none;
}
.formField {
  color: #545454;
  font-size : 10px;
}
/* Labels for form entry */
.formLabel {
  color: #545454;
  font-size : 11px;
  font-weight: bold;
}
.frameAcceptButton {
  background-color: green;
  border-bottom: 2px outset #6E7E8E;
  border-left: 2px outset #4F5C68;
  border-right: 2px outset #4F5C68;
  border-top: 2px outset #6E7E8E;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.frameBlock {
  border: 1px dashed red;
  font-size: 8pt;
  z-index: 0;
}
.frameDiscardButton {
  background-color: red;
  border-bottom: 2px outset #6E7E8E;
  border-left: 2px outset #4F5C68;
  border-right: 2px outset #4F5C68;
  border-top: 2px outset #6E7E8E;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.frameExitButton {
  background-color: blue;
  border-bottom: 2px outset #6E7E8E;
  border-left: 2px outset #4F5C68;
  border-right: 2px outset #4F5C68;
  border-top: 2px outset #6E7E8E;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.framePreviewButton {
  background-color: yellow;
  border-bottom: 2px outset #6E7E8E;
  border-left: 2px outset #4F5C68;
  border-right: 2px outset #4F5C68;
  border-top: 2px outset #6E7E8E;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.framePreviewCancelButton {
  background-color: orange;
  border-bottom: 2px outset #6E7E8E;
  border-left: 2px outset #4F5C68;
  border-right: 2px outset #4F5C68;
  border-top: 2px outset #6E7E8E;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.listItem {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.listItemBox {
  border-bottom: 1px dotted #85c70e;
  border-top: 1px dotted #85c70e;
  color: #e55411;
  font-size : 12px;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration : none;
}
/* Controls "My Profile" and "Login/Logout" links in top right corner */
.loginLinks {
  color: #7c7c7c;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}
.loginLinks a {
  color: #7c7c7c;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}
.loginLinks a:hover {
  color: #85c70e;
  font-weight: bold;
  text-decoration: underline;
}
/* Top horizontal menu text */
.mainMenuText {
  border-right: 1px dotted #fff;
  color: #ffffff;
  font-size: 10pt;
  padding-left: 10px;
  padding-right: 10px;
}
.mainMenuText a {
  color: #ffffff;
  font-size: 10pt;
  text-decoration: none;
}
.mainMenuTextLast {
  color: #ffffff;
  font-size: 10pt;
  padding-left: 10px;
  padding-right: 10px;
}
.mainMenuTextLast a {
  color: #ffffff;
  font-size: 10pt;
  text-decoration: none;
}
.myMenuText {
  color: #545454;
  font-size: 9pt;
  padding-left: 10px;
}
.myMenuText a {
  color: #545454;
  font-size: 9pt;
  padding-left: 10px;
}
/* Primary header colors for the site */
.primaryColor {
  background-color: #85c70e;
}
.primaryColorStripe {
  background-color: #6da311;
  height: 6px;
}
.primaryDiv {
  background: #f5f5f5;
  border: 8px groove#c0c0c0;
  font: 1em Georgia, Palatino, Serif;
  margin: 2.5em 3%;
}
.primaryHeaderText {
  color: #ffffff;
  font-size: 18pt;
  padding-left: 20px;
  padding-top: 15px;
}
/* Left vertical side navigation */
.primarySideNav {
  color: #545454;
  font-size: 10pt;
  padding: 4px;
}
.primarySideNav a {
  color: #545454;
  font-size: 10pt;
  padding: 4px;
}
/* Left vertical side navigation */
.primarySideNavPanel {
  background-color: #ffffff;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  color: #545454;
  font-size: 10pt;
  padding: 15px;
  width: 200px;
}
/* ============= *//* The top level div and table that wraps the whole page */
.primaryTable {
}
.repeatedFrameBlock {
  border: 1px dashed #cccccc;
  z-index: 0;
}
/* ============= *//* Global search field */
.searchBox {
  border: 1px solid #ccc;
  color: #545454;
  font-size: 8pt;
  height: 18px;
  padding-bottom: 2px;
}
.searchButton {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-left: 0;
  color: #b9b9b9;
  font-size: 8pt;
  height: 18px;
  padding-bottom: 2px;
}
.secondaryColor {
  background-color: #e55411;
}
.secondaryHeaderText {
  color: #bff563;
  font-size: 16pt;
  padding-left: 20px;
  padding-top: 1px;
}
.ssiFrameBlock {
  border: 1px dashed blue;
  z-index: 0;
}
.standout {
  background-color: yellow;
}
.star {
  background-repeat: no-repeat;
  display: inline;
  height: 15px;
  padding-left: 13px;
  width: 20px;
}
.tab {
  /* add a 1px white border around each list item */text-decoration: none;
  background: #d4d4d4;
  border: 1px solid #fff;
  color: #000;
  padding: 2px 8px;
}
BODY {
  background-color: #FFFFFF;
  font-family: Trebuchet MS, Arial, Verdana;
  margin: 0px 0px 0px 0px;
}
a {
  color: #597755;
  font-size : 12px;
  text-decoration : none;
}
a:hover {
  text-decoration : underline;
}
/*These are heading tags, 1 being the most dominant, 3 being the least.*/
h1  {
  color: #999771;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px;
}
h2 {
  color: #7c7c7c;
  font-size: 16pt;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px;
}
h3 {
  color: #85c70e;
  font-size: 12pt;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px;
}
h4 {
  color: #7c7c7c;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 0px;
}
hr {
  margin: 0px;
  padding: 0px;
}
p {
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 5px;
}
td {
  color: #7c7c7c;
  font-size: 11pt;
}

