/* Printable {{{ */
@media screen {
  #main_panorama img.pan {
    display: none;
  }
}
@media print {
  #main_panorama img.space {
    display: none;
  }
}
/* }}} */

/* Administration {{{ */
span.admin_message {
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

span.admin_error {
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

div.admin_message {
  padding: 4px;
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

div.admin_error {
  padding: 4px;
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

table.admin_index {
  font-size: 0.8em;
}

th.admin_index {
  font-weight: bold;
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

tr.admin_index_th {
  background-color: #666666;
  color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
  background-color: #dddddd;
  font-size: 1.0em;
}

tr.admin_index_odd {
  background-color: #eeeeee;
  font-size: 1.0em;
}

tr.admin_index_context {
  background-color: #aaaadd;
  font-size: 1.0em;
}

td.admin_index {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

td#tour_checkbox label {
    padding-right: 1em;
}
/* }}} */

/* Universal stuff, global layout {{{ */
html { overflow: -moz-scrollbars-vertical; }

html, body {
    font-family: "Arial", "Helvetica", sans-serif;
    background: #0e6fa0 url(/images/page_bg.gif);
}

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

img {
    border: 0px;
}

a, a:active, a:visited { color: #0e6fa0; }
a:hover                { color: #00355b; }
a.nameonly:hover { color: #00355b; }
a.nameonly       { color: #00355b; }

table {
    font-size: 100%;
}

#container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
    width: 703px;
    font-size: 90%;
    background: transparent url(/images/side_text.gif) left 4px no-repeat;
    padding-left: 22px;
    text-align: left;
}

#main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 681px;
    border: 4px solid #ffc20e;
    border-width: 0 4px;
    background-color: white;
}

form {
    margin: 0;
    padding: 0;
}

/* }}} */

/* footer {{{ */
#footer {
    text-align: center;
    font-size: 90%;
    background: #9ec5dc url(/images/footer_bg.gif);
    padding-bottom: 0.6em;
    /*
    border:  3px solid #ffe187;
    border-width: 3px 0px;
    */
}

#footer a, #footer a:visited, #footer a:active { color: #00355b; }
#footer a:hover { color: #0e6fa0; }

#footer_textlinks {
    padding: 0.6em 0;
}
/* }}} */

/* main page {{{ */
#main_panorama {
    border-bottom: 3px solid white;
    background: #ffc20e url(/images/top_panorama_wide.jpg) repeat-x;
}
#main_bar {
    background: #ffc20e url(/images/bar_bg.gif) bottom right no-repeat;
    height: 41px;
}

#main_logo {
    border-left: 33px solid #00355b;
    border-right: 33px solid #ffc20e;
}

#main_menubar {
    width: 576px;
}

a#learn_more {
    background: white url(/images/hex_bullet.gif) top left no-repeat;
    padding-left: 53px;
    font-size: 120%;
    line-height: 52px;
    display: block;
    height: 52px;
    text-decoration: none;
    margin: 10px 0 0 60px;
}
/* }}} */

/* shared {{{ */
sup {
    font-size: 80%;
    vertical-align: top;
}

#main_container, #sub_container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: white url(/images/content_bg.gif) top right no-repeat;
    width: 673px;
}

#main_menubar, #sub_menubar {
    line-height: 28px;
    border-bottom: 3px solid #ffe187;
}

#main_menubar a, #sub_menubar a {
    text-decoration: none;
    font-weight: bold;
    padding: 0 32px;
    border-left: 2px solid #00355b;
    color: #00355b;
}

#main_menubar a:hover, #sub_menubar a:hover {
    color: #0e6fa0;
}

#main_menubar a.navi_first, #sub_menubar a.navi_first {
    border-left: 0px;
}

.dummy_stretch {
    width: 1px;
    float: right;
    display: inline;
    font-size: 5%;
    height: 370px;
}

.dummy_clear {
    clear: both;
    height: 1px;
    font-size: 5%;
}
/* }}} */

/* subpages {{{ */
#sub_menubar {
    /* this balances for a weird gecko rendering problem below */
    border-bottom-width: 2px;
}

#sub_menubar a {
    padding: 0 40px;
}

#sub_container {
    /* Weird gecko rendering problem, without this, it drops this div down for no reason */
    border-top: 1px solid #ffe187;
}

#sub_panorama {
    background-color: #ffc20e;
    height: 78px;
}

#sub_logo {
    float: left;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: 15px;
    overflow: hidden;
}

#sub_pan {
    float: left;
}

#sub_logo img {
    border-left: 27px solid #00355b;
    border-right: 26px solid #ffc20e;
}
/* }}} */

/* content {{{ */
#main_container #content {
    margin: 55px 230px 0 75px;
}

#sub_container #content {
    margin: 15px 200px 15px 20px;
    font-size: 90%;
}

.contentitem_default div {
    margin-bottom: 1em;
}

.contentitem_default {
    margin-bottom: 1.1em;
}

#main_container #content {
    font-weight: bold;
}

#main_container h2.c_default {
    font-weight: normal;
    font-variant: small-caps;
    font-size: 180%;
    margin: 0 0 0.5em 0;
}

#sub_container h2.c_default {
    font-size: 130%;
    margin: 0 0 0.3em 0;
}

h1.contentopen {
    font-weight: normal;
    font-size: 200%;
    color: #00355b;
    border-bottom: 2px solid black;
    margin-right: 70px;
}

.c_default_standin {
    height: 0;
    line-height: 0;
    display: none;
}

.tourlist_image {
    display: inline;
    float: left;
    padding-right: 4px;
    margin: 4px 4px 4px 0px;
    border-right: 1px solid #00355b;
    width: 120px;
}

.tourlist_info {
    margin: 4px 0 0 129px;;
}

.tourlist_item {
    clear: left;
    border-top: 1px solid #00355b;
}

.item_inside {
    font-size: 90%;
}

/* }}} */

/* forms {{{ */
form#search {
    margin-bottom: 1em;
    margin-top: 0;
}

form#search label {
    display: inline;
    float: left;
    width: 100px;
    line-height: 1.5em;
    text-align: right;
    padding-right: 5px;
}

form#search input.text, form#search select, form#search textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 110px;
    margin-bottom: 3px;
    height: 1.5em;
    border: 1px solid #00355b;
    border-right-color: #9ec5dc;
    border-bottom-color: #9ec5dc;
}

form#search br {
    clear: left;
}

form#search fieldset {
    float: left;
    width: 220px;
    border: 0px;
    margin: 1px;
    padding: 1px;
}

form#search fieldset legend {
    display: none;
}

form#search fieldset.wide {
    width: 444px;
    float: none;
    clear: left;
}

form#search fieldset.fancy {
    border-top: 1px solid #00355b;
    padding-left: 6px;
}

form#search fieldset.fancy legend {
    display: inline;
    color: black;
}

form#search label.checkbox {
    text-align: left;
    display: block;
    float: left;
    white-space: nowrap;
    padding-right: 0;
    width: 106px;
}

form#search div.actions {
    width: 410px;
    text-align: center;
    clear: left;
}

/* }}} */

