/*=== General formatting ===*/

html, body
{
  margin: 0px;
  padding: 0px;
  text-align: center;
}

body, div, table, th, td, p, a, ul, ol, li
{
  font-family: "Trebuchet MS", Arial;
  font-size: 10pt;
  color: #292929;
}

form
{
  margin: 0px;
  padding: 0px;
}

p
{
  margin: 0px;
  padding: 0px;
}

img
{
  border: 0px;
  behavior: url(iepngfix.htc);
}

a:link, a:visited
{
  text-decoration: underline;
}

a:hover
{
  color: #000000;
  text-decoration: none;
}

/*=== Colors ===*/


/*=== Layout ===*/

body
{
  background-image: url(../images/background.png);
  background-repeat: repeat-x;
}

body.inline
{
  background: none;
}

div.header
{
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 103px;
  padding-left: 0px;
  text-align: left;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
}

div.menu
{
  width: 100%;
  height: 50px;
}

div.main
{
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: left;
  font-weight: normal;
  padding-bottom: 40px;
}

/*=== Menu ===*/

div.menu table
{
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

div.menu table td
{
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

div.menu a:link, div.menu a:visited
{
  display: block;
  font-size: 9pt;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

div.menu a:hover
{
  color: #ff9c00;
  border: 1px solid #ff9c00;
}


/*=== Content ===*/

div.main h1
{
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px;
  font-family: "Trebuchet MS", Arial;
  font-size: 18pt;
  color: #484848;
  text-transform: uppercase;
  font-weight: bold;
}

div.main h2
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 11pt;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase;
}

div.main h3
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Arial;
  font-size: 16pt;
  color: #484848;
  text-transform: uppercase;
  font-weight: bold;
}

td.step_2_search_crit
{
  width: 300px;
  height: 22px;
  background-image: url(../images/booking/step_2_search_crit_bg.png);
  background-repeat: no-repeat;
  border-bottom: 4px solid #ffffff;
}

td.step_2_search_crit span.desc
{
  float: left;
  padding-left: 3px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 8pt;
}

td.step_2_search_crit span.content
{
  float: right;
  padding-right: 3px;
  color: #c6ff00;
  font-size: 8pt;
}


/*=== Tables ===*/

table.nospacing
{
  border-collapse: collapse;
  border-spacing: 0px;
}

div.main table.list_item
{
  width: 100%;
  height: 91px;
  margin: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  background-image: url(../images/booking/list_bg.png);
  background-repeat: repeat-x;
}

div.main table.list_item td.image
{
  width: 90px;
}

div.main table.list_item td.buttons
{
  width: 210px;
  text-align: center;
}


div.main table.list_item span.desc
{
  color: #a41c22;
  text-transform: uppercase;
  font-weight: bold;
}


div.main table.list_item span.content
{
  color: #515151;
}

div.main table.list
{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  border-top: 4px solid #94af00;
  border-bottom: 2px solid #94af00;
}

div.main table.list th
{
  height: 32px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #464646;
  background-color: #bee000;
}

div.main table.list th.last
{
  border-right: 0px;
}

div.main table.list td
{
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: left;
  color: #464646;
}

div.main table.list td.last
{
  border-right: 0px;
}

div.main table.list tr.color_0
{
  background-color: #e0e0e0;
}

div.main table.list tr.color_1
{
  background-color: #f0f0f0;
}

div.main table.list tr:hover
{
  background-color: #d0d0d0;
}

a.facility_info_button:link, a.facility_info_button:visited
{
  display: block;
  padding: 0px;
  margin: 0px;
  width: 229px;
  height: 33px;
  line-height: 33px;
  background-image: url(../images/facility/submenu_bg.png);
  background-repeat: no-repeat;
  color: #505050;
  text-decoration: none;
  font-weight: bold;
}

a.facility_info_button:hover
{
  color: #000000;
}


a.admin_menu_button:link, a.admin_menu_button:visited
{
  display: block;
  padding: 0px;
  margin: 0px;
  width: 170px;
  height: 33px;
  line-height: 33px;
  background-image: url(../images/facility/submenu_bg.png);
  background-repeat: no-repeat;
  color: #505050;
  text-decoration: none;
  font-weight: bold;
}

a.admin_menu_button:hover
{
  color: #000000;
}

td.facility_info_desc
{
  width: 150px;
  height: 22px;
  padding-left: 3px;
  background-image: url(../images/booking/step_2_search_crit_bg.png);
  background-repeat: no-repeat;
  border-bottom: 2px solid #ffffff;
  color: #c6ff00;
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
}

td.facility_info_desc_2
{
  width: 150px;
  height: 22px;
  padding-left: 3px;
  background-image: url(../images/booking/step_2_search_crit_bg.png);
  background-repeat: no-repeat;
  border-bottom: 2px solid #ffffff;
  color: #ff9c00;
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
}

td.facility_info_content
{
  padding-left: 5px;
}


table.news
{
  width: 100%;
  height: 119px;
  margin-bottom: 10px;
  background-image: url(../images/news/news_bg.png);
  background-repeat: no-repeat;
  border-collapse: collapse;
  border-spacing: 0px;
}

#pscroller
{
  height: 30px;
  margin-top: 22px;
  padding-left: 100px;
  font-size: 15pt;
}

.scroller
{
  font-size: 14pt;
  color: #292929;
}



div.login_box
{
  position: absolute;
  left: 50%;
  margin-left: 80px;
  top: 156px;
  width: 280px;
  height: 73px;
  background-color: #3f3f3f;

  background-image: url(../images/login/login_box_bg.png);
  background-repeat: repeat-x;
}


a.logout_panel:link, a.logout_panel:visited
{
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

a.logout_panel:hover
{
  color: #a0a0a0;
  text-decoration: underline;
}


