html {
       overflow-y: scroll;
}
a img{
  border:0;
}
/*scrollbar fix*/
html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

/* basis html shit */
legend{
  font-weight: bold;
}
body{
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: url(bgex.png);
  background-repeat: repeat-x;
  margin: 0px;
  color: rgb(48,48,48);
}
#content a{
  text-decoration: none;
  color: #005ab4;
  font-weight: bold;
}
#content a:hover{
  color: #007bcd;
  text-decoration: underline;
}
#header a{
  color: #093f66;
  text-decoration: none;
}
#header a:hover{
   color: #005ab4;
   text-decoration: underline;
}
ul{
margin: 1px;
}
#content img{
  border: 0;
  margin: 10px;
}
/* layout */
#logo{
  margin: 25px;
  float: left;
}
#shadow{
  margin: 0 auto;
  width: 900px;
  background: url(shadow_900.png);
}
#innercontainer{
  /*background: url(bg2.png);*/
  background-repeat: repeat-x;
  background-color: white;
  margin-left: 10px;
  width: 880px;
}
#header{
   height: 120px;
   width: 880px;
   background: url(header_bg.png);
}


#menu{
   width: 847px;
   height: 25px;
   margin-bottom: 10px;
   padding-left: 33px;
   background: #0e4568;
   float: left;
}

#content{
   padding: 15px;
}

#footer{
 height: 30px;
 /*font-size: 10px;*/
 text-align: center;
 background: #a3c6df;
 line-height: 30px;
}                  
#headertable{
  margin: 10px;
  float: left;
  font-size: 17px;
}

.footer{
  text-decoration: none;
  color: #3a3a3a;
  height: 100%;
  text-transform:lowercase;
}
.footer:hover{
  color: black;
  text-decoration: none;
}
/* menu */
.navbtn, .navbtn_on{
  display: block;
  float: left;
  padding: 5px;
  
  width: 140px;
  height: 15px;
  text-align: center;
  color: white;
  text-decoration: none;
  /*font-weight: bold;   */
   
}
.navbtn:hover{
  text-decoration: none;
  background: #307aa9;
  color: white;
}

.navbtn_on{
  background-color: white;
  color: black;
}
.navbtn_on:hover{
  cursor: default;
  text-decoration: none;
  color: black;
}
p{

margin: 0;

}

/*admin shit */
/*/ Database outputting /*/
.pagbar{
  margin-top: 5px;
  font-weight: bold;
  width: 830px;
  padding: 5px;
  height: 15px;
  background: silver;
}
.caption{
  width: 715px;
  float: left;
}
/*/--------/*/

.input{
  width: 450px;
}

textarea{
  width: 845px;
  height: 700px;

}

label{
  margin-right: 27px;
}
/* menu */
.adminnavbtn, .adminnavbtn_on{
  display: block;
  float: left;
  padding: 5px;

  height: 15px;
  text-align: center;
  color: white;
  text-decoration: none;
  margin-right: 10px;
  /*font-weight: bold;   */
   
}
.adminnavbtn:hover{
  text-decoration: none;
  background: grey;
  color: white;
}

.adminnavbtn_on{
  background-color: white;
  color: black;
}
.adminnavbtn_on:hover{
  cursor: default;
  text-decoration: none;
  color: black;
}
.buttonpagbar{
  margin-right: 10px;
}
#loginbox{
  margin-left: 350px;
  margin-top: 150px;
  margin-bottom: 150px;
  
}
hr{
  margin: 0;
  border: 0px;
  border-bottom: 1px solid silver;
}
#headertable{
  margin-left: 26px;
  margin-top:  23px;
}