*{
  margin: 0;
  padding: 0;  
}

::selection{ /* Safari */
	background: #00B5C4;
  color: #FFFFFF;
}
::-moz-selection{  /* Firefox */
	background: #00B5C4;
  color: #FFFFFF;
}

body{
  background-color: #F5F5F5;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
}


img{
  border: 0;
}

a{
  text-decoration: none;
  cursor: pointer;
  color: #4E4E4E;
}
a:focus{
  outline: none;
}


a:hover{
  color: #00B5C4;
}


h2{
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: normal;
  text-shadow: 1px 1px 2px #CCCCCC;
}

h3{
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  text-shadow: 1px 1px 2px #CCCCCC;
  margin-top: 20px;
  margin-bottom:10px;
}

h4{
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}

p{
  margin-bottom: 15px;
}




#container{
  width: 980px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 10px solid #FFFFFF;
  border-top: none;
  box-shadow: 0 0 5px #CCCCCC;
}

#header{
  background-color: #000000;
  padding: 20px 30px 20px 30px;
  position: relative;
}

#header #loggedin{
  position: absolute;
  right: 30px;
  top: 10px;
  color: #666666;
}

.navbar{
  background-color: #333333;
  padding: 8px 30px 8px 30px;
}

.navbar p{
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  font-size: 11px;
}

.navbar ul{
  list-style-type: none;
} 

.navbar li{
  display: inline;
  margin-right: 40px;
}

.navbar a{
  color: #FFFFFF;
  font-size: 13px;
  text-shadow: 1px 1px 3px #000000;
}

.navbar a:hover{
  text-decoration: underline;
}

.navbar .current{
  color: #00B5C4;
}



#content{
  padding: 20px 30px 20px 30px;
  color: #4D4D4D;
  min-height: 400px;
}

#footer{
  border-top: 10px solid #333333;
  background-color: #000000;
  text-align: right;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 13px;
  padding: 10px 30px 10px 30px;
}




.model{
  background-color: #EBEBEB;
  padding: 10px;
  overflow: auto;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 2px 2px 5px #cccccc;
}

.model h3{
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 12px;
}

.model h4{
  margin-top: 0;
  margin-bottom: 10px;
}

.model .installdate{
  position: absolute;
  right: 10px;
  top: 10px;
  color: #888888;
}

.model .column{
  width: 20%;
  padding-right: 5%;
  float: left;
}

.model ul{
  list-style-position: inside;
  list-style-type: none;
}

.model li{
  margin-bottom: 5px;
}


.model .faded{
  color: #999999;
  font-style: italic;
}





.modelsquare{
  float: right;
  background-color: #EBEBEB;
  padding: 10px;
  overflow: auto;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  box-shadow: 2px 2px 5px #cccccc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.modelsquare h4{
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
  margin-bottom: 10px;
}





.note{
	padding:10px;
  color: #FFFFFF;
  background-image: url(/images/button.png);
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px 1px 5px #999999;
}



#accessdenied{
  background-color: #000000;
  text-align: center;
  color: #CCCCCC;
  font-size: 15px;
  line-height: 22px;
  background-image: none;
  width: 400px;
  margin: 0 auto;
  margin-top: 250px;
}







.form td{
  padding: 0 10px 5px 0;
}






.input{
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  width: 250px;
  padding: 3px;
  font-family: arial;
  font-size: 13px;
  color: #333333;
}

.textarea{
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  width: 250px;
  height: 150px;
  padding: 3px;
  font-family: arial;
  font-size: 13px;
  color: #333333;
}




.button{
  width: 201px;
  height: 35px;
  text-align: center;
  font-family: Georgia;
  font-size: 14px;
  color: #FFFFFF;
  background-image: url(/images/button.png);
  border-radius: 5px;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.button:hover{
  color: #FFFFFF;
  box-shadow: inset 0 0 15px #005F66;
}


.smallbutton{
  width: 100px;
  height: 25px;
  text-align: center;
  font-family: Georgia;
  font-size: 14px;
  color: #FFFFFF;
  background-image: url(/images/button.png);
  border-radius: 5px;  
  padding: 0;
  border: 0;
  cursor: pointer;
}

.smallbutton:hover{
  color: #FFFFFF;
  box-shadow: inset 0 0 15px #005F66;

}


.error{
  color: #FF0000;
  font-style: italic;
  padding-left: 10px;
}




.question{
  border: 1px solid #CCCCCC;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 15px;
  overflow: auto;
  margin-bottom: 20px;
}

.question .q{
  width: 150px;
  float: left;
}

.question .a{
  margin-left: 180px;
}


.answered{
  opacity: .7;
}




.gone{ display: none; }
.here{ display: block; }