
/* [no container] */

.tabs {
  display:inline;
list-style:none;
margin:0px 5px;
padding-left:5px;
}

.half_width {
  display:inline;
width:47%;
}


/* #content */

#content {
  position:relative;
left:0;
border: #DDD 1px solid;
padding: 0px 3px 3px 3px;
margin:4px 0px;
/* min-width:76%; */
background-color: #EEE;
-moz-border-radius:10px;
}


/* #footer */

#footer {
  border:1px solid black;
background-color:white;
text-align:center;
width:100%;
}

#footer UL, #footer LI {
  display:inline;
padding-right:2em;
}


/* [no container] */

#menu {
  position:absolute;
padding:0px;
margin:4px 0px;
width: 20%;
max-width:21%;
left:1%;
}

#header {
  text-align:center;
font-size:20pt;
font-weight:bolder;
padding: 0.5em 0em;
margin:0px;
background-color: white;/*#AAF;*/
-moz-border-radius:15px;
}

#global_search_results {
  position:absolute;
background-color:white;
opacity:0.8;
margin-left:73%;
margin-top:1%;
z-index:2;
width:25%;
/*display:none;*/
font-size:small;
}

#global_search {
  float:right;
font-size:small;
margin: 3px;
}

.inline_content {
  
}

#content .inline_content LABEL, #content LABEL.inline_content {
  display:inline;
margin-right:2em;
}

.classic_form {
  
}

#content .classic_form LABEL, #content LABEL.classic_form {
  clear: left;
display: block;
/*float: left;
width: 80px;*/
text-align: right;
padding-right: 3px;
margin-right:50%;
}

.tabs LI {
  display:inline;
font-size:large;
font-weight:bold;
padding:5px;
padding-bottom:0px;
margin-top:8px;margin-left:5px;
opacity:0.8;
border-top:1px solid #CCC;
border-right:1px solid #CCC;
border-left:1px solid #CCC;
background-color:#DDD;
}


/* .menubar */

.menubar UL {
  list-style-type:none;
margin:0pt;
padding:0pt;
z-index:1001;
}

.menubar UL LI {
  background-color:#F3F3F3;
display:inline;
float:left;
opacity:0.95;
position:relative;
z-index:1001;
}

.menubar UL LI A {
  display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
z-index:1001;
}

.menubar UL LI UL {
  left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

.menubar UL LI UL LI {
  display: list-item;
float: none;
z-index:1001;
}

.menubar UL LI UL LI UL {
  left: 159px;
top: 0;
}

.menubar UL LI UL LI A {
  display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
z-index:1001;
}

