body
{
  background: rgb(169,186,195) url('../img/bg.gif') repeat-x;
  text-align: center;
}

#wrap
{
  width: 990px;
  height: 100%;
  margin : 0px auto;
  text-align: left;
}

#header
{
  position: relative;
  height: 75px;
}

#gsdmobile_header
{
  color: #6296BC;
  letter-spacing: -2px;
}

#gsdmobile_header span#gray
{
  color: #C9C9C9;
}
#gsdmobile_header span#green
{
  color: #9EC603;
}

#header h2#slogan
{
  position: absolute;
  top: 37px;
  left: 8px;
  color: #666666;
  text-indent: 0px;
  font: bold 11px Tahoma, 'trebuchet MS', Sans-serif;
  text-transform: none;
}

#header form.userLoginInfo
{
  position: absolute;
  top: 0px;
  right: -12px;
  font-size: 0.8em;
}

form.userLoginInfo
{
  background: none repeat scroll 0% 0% transparent;
  border: medium none;
  margin: 0px;
  padding: 0px;
}

form.userLoginInfo p
{
  margin: 10px 15px;
}

#header ul
{
  z-index: 1000;
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style: none outside none;
  right: 0px;
  bottom: 6px !important;
  font: bold 13px Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif; 
}

#header li
{
  display: inline;
  margin: 0px;
  padding: 3px;
  border-radius: 3px 3px 0px 0px;
  background-color: #9EC603;
  color: white;
  letter-spacing: 1px;
  z-index: 1;
}

#header li:hover
{
  background-color: #6296BC;
}

#header li a
{
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%;
}

#header li a:hover
{
  color: white;
}

#header li a:active
{
  color: white;
}

div#content-wrap
{
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-bottom: 13px;
  background: none repeat scroll 0% 0% #FFF;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

#headerphoto
{
  background: url("../img/headerphoto.jpg");
  background-size: 1020px 120px;
}

#content-wrap img
{
  border: 0px solid #000;
  vertical-align: top;
  height: 120px;
  max-width: 1020px;
}

footer#footer
{
  font-size: 0.8em;
  font-weight: bold;
  color: white;
}

div.sidebar h5
{
  color: #6296BC;
}

div.sidebar h6
{
  color: #41759B;
  font-size: 0.8em;
}

div.sidebar ul#sidemenu
{
  list-style: none outside none;
  margin: 10px 12px 10px 3px;
  padding: 0px;
}

div.sidebar ul#sidemenu a li
{
  margin-bottom: 2px;
  padding-left: 3px;
  border-left: 3px solid gray;
  background-color: #CDCDCD;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.sidebar ul#sidemenu a li:hover
{
  background-color: #BBB;
}

div.sidebar ul#sidemenu a#link, a#link:hover, a#link:active
{
  font-size: 0.65em;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}

div#main
{
  position: relative;
  width: 75%;
  padding: 0px;
  margin-left: 25%;
  min-height: 475px;
}

table.table tbody#gsdmobile_table th
{
  font-size: 80%;
}

table.table tbody#gsdmobile_table tr.error
{
  background-color: #f2dede;
}
