/* General */

body {
  margin:0;
  padding:0;
  height:100%;
  background: #ffffff;
}

#header-container {
  height: 214px;
  width: 960px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

#body-container {
  min-height: 550px;
  width: 960px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#body-container .content_wide {
  top: 0px !important;
  background-color: white;
}

#footer {
  width: 100%;
  height: 263px;
  background-color: #3C5264;
  margin: 0px 0px;
  text-align: center;
  font-style: italic;
  color: #BBB;
}

#footer-container {
  width: 960px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-top:0px;
}

.content {
  width: 960px;
  background-color: #FFFFFF;
}

/*header*/

#user-info {
  color: #ffffff;
  position: relative;
  top: 0px;
  height: 30px;
  width: 100%;
}

#user-info a {
  margin-right: 10px;
  text-decoration: none;
  margin-top:5px;
  color: #ffffff;
}

#user-info span {
  font-weight: bold;
  font-size: larger;
}

#user-info img {
  vertical-align: bottom;
  display: inline-block;
}

#menu {
  position: absolute;
  display: block;
  background: none;
  border: none;
  top: -37px;
  font-family: "Times New Roman",Georgia,Serif;
  font-style: italic;
  font-weight: 100;
  font-size: 11pt;
  color: #ccc; 
  padding: 3px 0px 0px;
  text-align: right;
}

#menu ul {
  text-align: right;
  float: right;
}

#menu li {
  float: right;
  padding: 5px 7px 5px 7px;
  font-style: italic;
  font-weight: 100;
  color: #ccc; 
}

#menu li a {
  color: #413918;
  padding: 5px 7px 5px 7px;
}

#menu li a:hover {
  background-color: #F9F5E7;
  font-style: italic;
  color: #EB6473;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 7px;
}

#menu li.selected {
  background: none;
  font-weight: bold;
}

/*body*/

#navwrap {
  background-color: #818386;
  height: 50px;
  padding-left: 0px;
}

#navwrap li {
  float: right !important;
  display: block;
  vertical-align: baseline;
  text-align: center;
  font-family: Helvetica, sans-serif;
  margin-top:0px;
}

#navwrap li:hover {
  background: none repeat scroll 0 0 #3791B3;
}

#navwrap li a {
  font-size: 11px;
  padding: 8px 15px;
  color: white;
  font-weight:bold;
  line-height:50px;
  text-transform:uppercase;
}

p.intro {
  color:  #0a99be;
  font-size: 16px;
  padding-top: 7px;
}

/*footer*/

p.copyright {
  background: none repeat scroll 0 0 transparent;
  font: 12px Helvetica;
}

p.address {
  background: none repeat scroll 0 0 transparent;
  font: 12px Helvetica;
  padding: 10px 25px 20px;
}


/*tables*/
table.schedule {
  border: solid 1px #818386;
  width: 100%;
}

table.schedule thead {
  color: #FFFFFF;
  background-color: #609ab4;

}

table.schedule thead th {
  background-color: #609ab4;
  /*background-color: #818386;*/
  padding: 5px;
}

table.schedule td.bed {
  min-width: 100px;
  text-align: center;
  padding: 5px;
}

table.schedule td.time {
  font-weight: bold;
  padding:  5px;
  padding-left:  10px;
  text-align: center;
}

table.schedule tr.odd {
  background-color: #C4E7EB;
}

table.schedule tr.even {
  background-color: #ffffff;
}

table.schedule a.available {
  /*color: #609ab4;*/
  color: #609ab4;
  font-weight: bold;
}

table.schedule a.available:hover {
  /*color: #609ab4;*/
  color: #818386;
  font-weight: bold;
}


div.sidebar_header {
  /*background: #8e1e1a;*/
  background: #8e8e8e;
  width: 195px;
}

div.sidebar_header h2 {
  border-bottom: none;
}


div.sidebar_header {
  background: #ffffff url('../images/sidebar_header.png') no-repeat;
  width: 195px;
}

div.sidebar_wrapper {
  background: #858585;
  border: 3px solid white;
  width: 195px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

div.sidebar_body {
  border-top: 2px solid white;
  border-bottom: none;
  background: #f0f0f0 url('../images/sidebar_body.png') no-repeat left top;
}
