/* basic styles */
body
   {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      background: #CFD4D5;
      color: #555555;
      margin-top: 0;
   }
   
table.maincontent
   {
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      font-size: 10pt;
      border-collapse: collapse;
   }
   
table.maincontent td
   {
      border-bottom: solid 1px #7FCCE0;
      border-left: solid 1px #7FCCE0;
      border-right: solid 1px #7FCCE0;
      margin: 0;
      padding: 8px 8px 0 8px;
      background: white;
   }
   
table.maincontent td.mainmenu
   {
      padding-top: 17px;
      vertical-align: bottom; 
   }

table.maincontent td.content
   {
      padding-left: 40px;
      color: #555555;
      font-size: 10pt;
      font-weight: normal;
   }

td.content a
   {
      color: #FF6600;
      text-decoration: none;
   }

td.content a:hover
   {
      color: #00B3EB;
   }
   
td.nospace
   {
      border: none !important;
      margin: 0 !important;
      padding: 0 !important;
   }

#mainmenudiv
   {
      position: relative;
      height: 1%;
   }

#mainlogo
   {
      padding: 4px 4px 8px 4px;
   }
      
#mainmenufloat
   {
      float: right;
      position: absolute;
      right: 0px;
      bottom: 0px;
      text-align: right;
      color: #00B3EB; 
   }
   
#mainmenu
   {
      padding-top: 2px; /* was 6 */
      padding-bottom: 4px; /* was 7 */
   }

/*#mainmenu a
   {
      color: #00B3EB; 
      text-decoration: none;
      font-size: 10px;
      font-weight: bold;
   }
*/
#mainmenu a:hover
   {
      color: #FF6600;
   }

a.mainmenu
   {
      color: #00B3EB; 
      text-decoration: none;
      font-size: 10px;
      font-weight: bold;
   }

a.mainmenuon /* NOT USED YET */
   {
      color: #00B3EB;
      background-color: #EFEFEF;
      text-decoration: none;
      font-size: 10px;
      font-weight: bold;
   }

#footmenu
   {
      padding-top: 6px;
      padding-bottom: 7px;
   }

#footmenu a
   {
      color: #555555;
      text-decoration: none;
      font-size: 10px;
      font-weight: bold;
   }

#footmenu a:hover
   {
      color: #FF6600;
   }

a.buttonwhite
   {
      background: transparent url('/pix/but_right_whoff.gif') no-repeat scroll top right;
      display:inline-block;
      font-size: 15px;
      font-weight: bold;
      height: 39px;
      margin-right: 6px;
      padding-right: 14px;
      text-decoration: none;
      white-space: nowrap;
      color: #00B3EB !important;
   }

a.buttonwhite span
   {
      background: transparent url('/pix/but_left_whoff.gif') no-repeat;
      display: block;
      line-height: 17px;
      padding: 11px 4px 11px 18px;
   } 
   
a.buttonwhite:hover
   {
      background: transparent url('/pix/but_right_whon.gif') no-repeat scroll top right;
   }

a.buttonwhite:hover span
   {
      background: transparent url('/pix/but_left_whon.gif') no-repeat;
   } 

a.buttongray
   {
      background: transparent url('/pix/but_right_groff.gif') no-repeat scroll top right;
      display:inline-block;
      font-size: 15px;
      font-weight: bold;
      height: 39px;
      margin-right: 6px;
      padding-right: 14px;
      text-decoration: none;
      white-space: nowrap;
      color: #00B3EB !important;
   }

a.buttongray span
   {
      background: transparent url('/pix/but_left_groff.gif') no-repeat;
      display: block;
      line-height: 17px;
      padding: 11px 4px 11px 18px;
   } 
   
a.buttongray:hover
   {
      background: transparent url('/pix/but_right_gron.gif') no-repeat scroll top right;
   }

a.buttongray:hover span
   {
      background: transparent url('/pix/but_left_gron.gif') no-repeat;
   } 

a.whitebutton
   {
      display: inline-block;
      border: solid 4px #666666;
      padding: 2px 10px;
      background-color: white;
      text-align: center;
      vertical-align: middle;
      font-size: 15px;
      font-weight: bold;
      color: #00B3EB !important;
      white-space: nowrap;
   }
   
a.whitebutton:hover
   {
      background-color: #333333;
      cursor: pointer;
      color: #00B3EB;
   }
   
div.maincontentspacer
   {
      height: 15px;
      width: 100%;
      clear: both;
   }

div.widgetright
   {
      float: right;
      width: 220px;
      border: solid 1px #7FCCE0;
      padding: 10px;
      margin: 0px 20px 6px 6px; /* was 0 36 6 6 */
      background-color: #B3DBE5;
      color: #006481; /*#00B3EB;*/
      font-size: 9pt;
      font-weight: normal;
   }

div.chart
   {
      float: right;
      width: 200px;
      height: 250px;
      overflow: hidden;
      border: solid 1px #0282A7; /*#7FCCE0;*/
      padding: 5px;
      margin: 0px 8px 0px 0px;
      background-color: white;
   }
   
div.formbox
   {
      padding: 15px;
      background-color: #D7D7D7;
      color: #717171;
      font-size: 10pt;
      font-weight: bold;
      text-align: center;
   }
   
table.clearform
   {
      border-style: none;
      font-size: 10pt;
      font-weight: normal;
      margin-left: auto;
      margin-right: auto;
   }
   
table.clearform td
   {
      border: none;
      background-color: inherit;
      vertical-align: top ;
      text-align: left;
      padding: 1px;
      margin: 3px;
      /* border: solid 1px black; */
   }

div.formbox td
   {
      background-color: #D7D7D7;
   }

.bigtext
   {
      font-size: 18pt;
      font-weight: bold;
   }

.medtext
   {
      font-size: 12pt;
      font-weight: bold;
   }
.smalltext
  {
    font-size: 8pt;
    font-weight: normal;
  }
  
.hvytext
   {
      font-size: 14pt;
      font-weight: bold;
   }

.outtext
   {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10pt;
      font-weight: normal;
   }
a.outtext
   {
      font-family: Verdana, Arial, Helvetica, sans-serif;
   }

a.newstitle
   {
      color: #555555 !important;
      font-weight: bold;   
   }  
a.newstitle:hover
   {
      color: #00B3EB !important;
   }   
           
.orangetext
   {
      color: #FF6600;
   }

.bluetext
   {
      color: #006481;
   }
   
.footnote
   {
      font-size: 8pt;
      font-weight: normal;
   }
   
table.footnote td
   {
      border: 0;
      padding: 2px;
      margin: 0;
      vertical-align: top;
   }
   
table.reporttable
   {
      font-size: 8pt;
      font-weight: normal;
      border-collapse: collapse;
      margin: 0;
   }

table.reporttable th
   {
      color: white;
      background-color: #0282A7;
      border: solid 1px #0282A7;
      padding: 3px 4px;
   }

table.reporttable tr.shade td
   {
      background-color: #E3F2F6;
   }

table.reporttable td
   {
      border-right: solid 1px #0282A7;
      border-left: solid 1px #0282A7;
      border-bottom: solid 1px #0282A7;
      padding: 3px 4px;
      vertical-align: middle;
   }
   
table.footer
   {
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      font-size: 8pt;
      border: none;
   }

table.footer a
   {
      color: #555555;
      text-decoration: none;
   }
   
table.footer a:hover
   {
      color: #FF6600;
   }
   
span#searchterms
   {
      color: #CFD4D5;
   }
   