hr {

float: left;
width: 100%;
height: 0px;
color: grey;
background-color: grey;
border: 1px solid grey;
border-bottom: 0px;
padding:0;

}



.selected-nav { 
  color: orange; 
  font-weight: plain; 
  outline: none;
}


.accordeon-header { 
  margin:0px; 
  padding: 0px
}

legend {    
  color: #ddd; 
  font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
}



  .selectedFocusTheme {
     color: orange;
  }


  body  {
    font-size:10px;
    font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
    color: #ddd;
    background-image:url(./imgs/gradient.png);
    background-repeat:repeat;
  }

  h3  {
    font-size:10px;
    font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
  }

  h1  {
    font-size:18px;
    /* font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif; */
    font-family: "Trebuchet MS", Verdana, sans-serif;
    /* color: #ddd; */
    padding: 0px; 
    margin-top:5px;
    margin-bottom:5px;
  }

  select  {
    font-size:10px;
  }


.lever-table{
  padding: 0;
  margin: 0;
}
.lever-td{
  padding: 0;
  margin: 0;
}



ul { margin:1em; padding-left:2px; }

.dataCell { padding-left:5px; padding-right:5px }

#borderedTable{
  border-width:1px;
  border-style:solid;
  border-color:gray;
}

#fullBorder {
  border-width:1px;
  border-style:solid;
  border-color:red;
  padding: 0em;
  margin:0px;
  text-align:justify;
}

#lowerRightBorder {
  border-right-width:1px;
  border-right-style:solid;

  border-bottom-width:1px;
  border-bottom-style:solid;

  border-color:red;
  padding: 0em;
  margin:0px;
  text-align:justify;
}

#rightBorder {
  border-right-width:1px;
  border-right-style:solid;
  border-color:gray;
  text-align:justify;
}
#leftBorder {
  border-left-width:1px;
  border-left-style:solid;
  border-color:gray;
  text-align:justify;
}

#topBorder{
  border-top-width:1px;
  border-top-style:solid;
  border-color:gray;
  padding-left:2.5em;
  text-align:justify;
}


  a  {
    color: #ddd;
    text-decoration: none;
    font-size:10px;
  }
  a:focus {
    outline: none;
  }
  a:hover {
    text-decoration: underline;
    color: orange;
  }

.selectedNavItem { color: orange; font-weight: plain; }
.unselectedNavItem { color: #ddd; font-weight: plain; }

}

 .headline  {
    font-size:16px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold; 
    padding: 0px; 
    margin:0px;
  }



ul#subnav  a  { color: #ddd; text-decoration: none; font-size:10px; }
ul#subnav  a:focus { outline: none; }
ul#subnav  a:hover { text-decoration: underline;  color: orange; }
ul#subnav  a.selected { color: orange; font-weight: plain; }



 ul#tabs  { padding-left: 0px; padding: 0px; margin:0px}
 ul#tabs li { display: inline; padding-left: 0px; margin-left:0px}
 ul#tabs li a { color: #ccc; text-decoration: none; font-weight: plain; font-size:11px; }
 ul#tabs li a:hover { color: orange; text-decoration: underline}
 ul#tabs li a.selected { color: orange; font-weight: plain; }

 div.tabContent.hide { display: none; }


