/* webmars.css */

    /*
    font-style: normal italic
    font-variant: normal small-caps
    font-weight: normal bold lighter 100-900
    font-size: 12pt small medium large larger smaller
    line-height:
    color: #380074;
    font-family: Verdana Arial Helvetica Sans-Serif;
    font-family: Arial Helvetica Helvetica sans-serif;
    font-family: Verdana Arial Helvetica Sans-Serif;
    font-family: "Century Schoolbook" Times Serif;
    font-family: "Comic Sans MS" Verdana Arial Helvetica Sans-Serif;
    */

BODY {
        /* margin: 1em; */ /* affect distance from top of body start */
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        background: white;
}

.siteinfo {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11pt;
  color: blue;
  text-transform: uppercase;
}

.tbsollogininfo {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #036;
}


.ssadminbody {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11pt;
  color: black;
}


.tbstitle {
  font-weight: bold;
  font-size: 12pt;
}

.ssadmintitle {
  font-weight: bold;
  font-size: 12pt;
  color: #036;
}

.ssadminsubtitle {
  font-weight: bold;
  font-size: 10pt;
}

.sserror {
  font-weight: bold;
  color: red;
}

.sswarning {
  font-weight: normal;
  color: #f67c04
}

.ssinfo {
  color: blue;
}


#ssadminmenu div {
  color: black;
  border-style: solid;
  width: 90%;
  font-size: 12pt;
}

#ssadminmenulist li {
  list-style-type: none;
  margin-bottom: 5px;
}

#ssadminmenuspacer li {
  list-style-type: none;
  margin-bottom: 5px;
}

/* This should be the same as ssadminformtable with the exception of the width */
.ssadminpopformtable {
  color: black;
  border-style: solid;
  width: 99%;
}

.ssadminformtable {
  color: black;
  border-style: solid;
  width: 800px;
}


.ssadminformtext {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: black;
  background-color: #EFEFEF;
}

th.ssadminformtext {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: black;
  background-color: #EFEFEF;
}


/* This should be the same as ssadminformtable with the exception of the width */
.ssadminpoplisttable {
  color: black;
  border-style: solid;
  width: 99%;
}

.ssadminlisttable {
  color: black;
  border-style: solid;
  width: 800px;
}


.ssadminlisttext {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: black;
  background-color: #EFEFEF;
}

th.ssadminlisttext {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  color: black;
  background-color: #EFEFEF;
}

.ssadminlisttextspecial {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  color: black;
  background-color: #EFEFEF;
}


.ssadminlisttextinfo {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  color: black;
  background-color: yellow;
}

.ssadminlisttextattention {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  color: white;
  background-color: red;
}

/* Option Menus */

ul#ssadminoptionlist
{
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}

#ssadminoptionlist li
{
  display: inline;
  list-style-type: none;
  margin: 3px;
}

#ssadminoptionlist a { padding: 3px 10px; }

#ssadminoptionlist a:link, #ssadminoptionlist a:visited
{
  color: #fff;
  background-color: #036;
  text-decoration: none;
}

#ssadminoptionlist a:hover
{
  color: #fff;
  background-color: #369;
  text-decoration: none;
}


/* Return Menus */


ul#ssadminreturnlist
{
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}

#ssadminreturnlist li
{
  display: inline;
  list-style-type: none;
  margin: 3px;
}

#ssadminreturnlist a { padding: 3px 10px; }

#ssadminreturnlist a:link, #ssadminreturnlist a:visited
{
  color: #fff;
  background-color: #036;
  text-decoration: none;
}

#ssadminreturnlist a:hover
{
  color: #fff;
  background-color: #369;
  text-decoration: none;
}

