/* ######### CSS for top level tabs ######### */

.tabsmenuclass_header ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass_header li{
float: left;
}

.tabsmenuclass_header a{
display: block;
padding: 5px 7px;
background: #E8E8E8;
color: black;
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
}

.tabsmenuclass_header a:hover, .tabsmenuclass_header a.selected{
background: black;
color: white;
}
/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: #E8E8E8;
color: black;
margin-right: 1px;
text-decoration: none;
font: bold 10px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: black;
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
width: 500px;
height: 5px;
padding: 5px;
border: 0px solid silver;
font: 10px Arial;
}
/*#FFFFFF #E8E8E8; background: #7ED1E1; 
*/

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}

/* ===== main body =======*/
body {
  padding-left: 1pt;
  font-family: 10pt Georgia, "Times New Roman",
        Times, serif;
  background-image: "./menu_backgrd.jpg"; 
  }
/*  background-color: #7ED1E1; */
/*#FFFFFF*/

body.menu {
  padding-left: 1em;
  font-family: 10pt Georgia, "Times New Roman",
        Times, serif;
  }
/*  background-image: "./menu_backgrd.jpg";*/
/*  color: purple;*/


P {
  margin-top: 6px;
  text-align: left;
  }
  
P.title {
  margin-top: -5px;
  text-align: right;
  font-family: arial;
  font-size: 12pt; 
  font-weight: bold; 
  color: #000000;   
  border: 1px; 
  }
/*   background-color: #7ED1E1; */
P.footnote {
  margin-top: 1px;
  text-align: left;
  font-family: arial;
  font-size: 8pt; 
  font-weight: normal; 
  font-style: italic;
  color: #000000;   
  border: 1px; 
  background-color: #FFFFFF; 
  }
P.center {
	text-align: center;}  

ul.navbar {
  font-family: 8pt Arial, sans-serif, "Times New Roman";
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1em;
  left: 1em;
  width: 15em }

h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: 18pt;
  text-align: left;
  }

h2 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: 15pt;
  text-align: left;
  }

h1.title {
	text-align: center;}

h2.title {
	text-align: center;}

h3.title {
	text-align: center;}
	
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black }

ul.navbar a {
  text-decoration: none }

a:link {
  color: blue }

a:visited {
  color: purple }

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

caption { 
  padding: 0px; 
  text-align: left;
  border: 1px solid #789DB3;}

table.results { 
  width: 80%; 
  padding: 0px; 
  border: 1px solid #789DB3;}
  
table.results td { 
  font-family: arial;
  font-size: 8pt; 
  font-weight: bold; 
  color: #000000;   
  border: 1px solid; 
  background-color: #FFFFFF; 
  vertical-align: middle; 
  padding: 7px; 
  }
  /*black    */

table.results TH { 
  font-family: arial;
  font-size: 8pt; 
  font-weight: bold; 
  color: #000000;   
  border: 1px solid; 
  background-color: #D3CBCB; 
  vertical-align: middle; 
  padding: 7px; 
  border: 1px solid; 
  }
  /*black    */

table.results td.header { 
  font-family: arial;
  font-size: 8pt; 
  font-weight: bold; 
  color: #000000;   
  border: 1px solid; 
  background-color: #D3CBCB; 
  vertical-align: middle; 
  padding: 7px; 
  }
  /*black    */
table.results td.norm { 
  font-family: arial;
  font-size: 8pt; 
  font-weight: normal; 
  color: #000000;   
  border: 1px; 
  background-color: #FFFFFF; 
  vertical-align: middle; 
  padding: 7px; 
  }

table.results td.exceed { 
  font-family: arial;
  font-size: 8pt; 
  font-weight: bold; 
  color: #FF0000;   
  border: 1px; 
  background-color: #FFFB00; 
  vertical-align: middle; 
  padding: 7px; 
  }
  /*red    */

DT {
  font-family: arial;
  font-size: 11pt; 
  font-weight: bold; 
  color: #000000;   
}
DT.frontpage {
}

img.borderimage{
border:1px solid white;
}