html,
body {
   margin:0;
   padding:0;
/*   background:#22c2f2;*/
/*   color:#ffffff;*/
   font-family:Arial,Helvetica,sans-serif,"Times New Roman";
}

.submit_button {
  width:100px;
  padding:10px; 
  background:orange;
}


#container {
   max-width:100%;
   max-height:100%;
   position:relative;
   height:100%;
}

#headerDiv {
   padding:0px;
/*   max-height:40%; */
}

#headerFrame {
   display:block;
   width:100%;
   height:100%;
}

/*
#headerImg {
   max-width:100%;
   max-height:100%;
}
*/

#contentFrame {
   display:block;
   width:100%;
   height:100%;
}

#contentDiv {
   max-height:55%;
   padding:10px;
/*   padding-bottom:30px; */  /* Height of the footer */
}

.content {
   padding:10px;
}

#navigation {
   align: right;
}

#navigationlinks {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

#navigation {
  background-color: #333333;
  text-color: white;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
//  background-color: #333333;
}

#navigation li {
  float: left;
  color: white;
}

#navigation li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

#navigation li a:hover {
  background-color: #111111;
}

#navigation .span6 {
    float: left;
    width: 50%;
}
#navigation .user {
  float: right;
  text-align: right;
  //color: white;
}

#facebooklink {
  display: inline-block;
}

#footerDiv {
/*   position:absolute;*/
   padding-left:10px;
   bottom:0;
   width:99%;
   max-height:5%;
   height:20px;   /* Height of the footer */
}

#copyright {
   /* float:right; */
   /* padding-right:10px; */
   color: #999999;
   height:20px;   /* Height of the footer */
}

.content {
   padding-left:10%;
   padding-right:10%;
}

input[type = button] {
  border: 1px solid #f44336;
  background: red;
/*  color: white;*/
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  -khtml-border-radius: 5px; /
}

input[type = button]:hover {
  border: 1px solid red;
  background-color: #3e8e41;
/*  background: white;*/
  color: red;
  font-weight: bold;
}

input[type = button]:active {
  border: 1px solid red;
  background-color: #3e8e41;
/*  background: white;*/
  color: red;
  font-weight: bold;
}

a {
/* color: white;*/
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: orange;
  text-decoration: bold;
  font-weight: bold;
}

.error-red {
   color: red;
   font-weight: bold;
}
