/* main.css */

/*
div { border: 1pt solid black; }
*/

#container-block { 
  float: left;
  width: 100%;
  height: 97%;
  bottom: 100%;
}

#padding-bar {
  float:left;
  height:60px;
  color: white;
}

#middle-bar {
/*  position: absolute; */
/*  left: 25% */
/*  right: 25% */
/*  top: 25%; */
/*  top: 25%; */
  float: left;
  width: 100%;
  height: 90%;
/*  border: 5pt solid #a00000; */
}

#search-box {

  width: 25%;
}

#top-bar-text {
  text-align: right;
  color: #ffffff;
  padding: 3px;
}

#top-bar {
    float: left;
    width: 100%;
    height: 24px;
    background-color: #000000;
}


#bottom-bar {
  position: absolute;
  bottom: 1%;
/*  width: 100% */
  width: 100%;
/*  float: left; */
  height: 24px;
  background-color: #a0a0a0;
}

#bottom-bar-text {
  padding: 3px;
}

.bottom-bar-style {
}

.top-bar-style {
}

div.bottom-bar-style a:link, div.bottom-bar-style a:visited {
  color: black;
}

div.top-bar-style a:link, div.top-bar-style a:visited {
  color: white;
}

div.bottom-bar-style a:hover {
  color: white;
}

div.top-bar-style a:hover {
  color: gray;
}

a:link, a:visited {
  text-decoration: none;
}


.flow-end {
  clear: both;
}

.horizontal-space {
  width: 100%;
  height: 12px;
}

.horizontal-space-small {
  width: 100%;
  height: 2px;
}



.centered { text-align: center; }

