html {
  background: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}


h1 {font-size: 1.5em; }  
h2 {font-size: 1.25em; }
h3 {font-size: 1em; }

img { display: none; } 

a:link     { color:#3333ff; text-decoration: none; }
a:visited  { color:#3333ff; text-decoration: none; }
a:hover    { color:#00a000; text-decoration: underline; }

.center {
        text-align: center;
}

.pdflink {
   padding-bottom: 2px;
   padding-right: 20px;
   background: transparent url("/vol/images/mini_pdf.gif") no-repeat center right;
}

.external {
  padding-right: 14px;
  background: url("/vol/images/external.png") no-repeat center right;
}


#mobile_header {
  /* background-color: #036; */
  background: rgb(35%, 0%, 0%);

  color: #fff;
  margin: 0;
  padding: 0;
  padding-left: .3em;
  padding-bottom: .5em;
}

#mobile_header h1 { margin-top: 0; }

#mobile_nav_container: { margin: 0; padding: 0; }

#mobile_nav_container ul {
  padding: .2em 0;
  margin: 0;
  list-style-type: none;
  /* background-color: #036; */
  background: rgb(35%, 0%, 0%);
  color: #FFF;
  width: 100%;
  font: normal 90% arial, helvetica, sans-serif;
  text-align: center;
}

#mobile_nav_container li { 
  display: inline;
}

#mobile_nav_container li a {
  text-decoration: none;
  /* background-color: #036; */
  background: rgb(35%, 0%, 0%);

  color: #FFF;
  padding: .2em 1em;
  border-right: 1px solid #fff;
}

#mobile_nav_container .mobile_nav_last a {
  border-right: none;
}


#mobile_doc { 
  /* border: 1px solid green; */
  margin: .2em;
}



#navcontainer_top .navlist .right { display: none; }
#navcontainer_bottom .navlist .left { display: none; }
.navlist li { margin-bottom: .4em; }


td { margin: 0; padding: 0; }

#mobile_menu_button { display: none; }

#menu_mobile li { margin-bottom: .4em; }

.simple_browser a {
  text-decoration: none;
  color: #ffffff;

}

.menu li { margin-bottom: .4em; }

.reminders li { 
  margin-bottom: .4em; 
}


.hd_standard { display: none; }

.ft_standard { display: none; }

/* clearfix: www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height:1px;
}

/* End hide from IE-mac */

/* end clearfix -------------------------------------------------- */

table {
        border-collapse:collapse;
}

table, th, td {
               border: 1px solid black;
}

th, td { 
         padding: .2em;
}
