html {
    /* always show the vertical scrollbar! */
    overflow-y: scroll;
}

img {
    border: none;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #006c66;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FF0000;
    line-height: 30px;
    letter-spacing: 0.2em;
}

h2 {
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px;
}

h3 {
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

table.container {
    table-layout: fixed;
    width: 778px;
    margin-left: auto;
    margin-right: auto;
    background-color:#ffffff;
    margin-top: 10px;
    margin-bottom: 50px;

    padding: 0px;
    border-spacing: 0px;
    border: thin solid #000000;
}

td.containerTd {
    border: none;
    padding: 0px;
}

tr.containerTr {
    border: none;
    padding: 0px;
}

td.leftColTd {
    vertical-align: top;
    text-align: center;
    padding: 0px;
}

td.contentsTd {
    vertical-align: top;
    padding: 10px 10px 50px;
}

table.data_table {
    width: 100%;
    border-spacing: 0px;
}


table.data_table tr.colour1 {
    background-color: #f9f9f9;
}

table.data_table tr.colour2 {
    background-color: white;
}

table.data_table th {
    text-align: left;
    text-transform: capitalize;
}

table.rooms_table td.header {
    text-decoration: underline;
}

#leftCol {

    background-color: #d4e6e6;
}

#content {
    width: 550px;
    padding: 10px;
}


/* box table */
table.boxStyle {
    width: 600px;
    border: none;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

table.boxStyle img {
    float: right;
    margin-right: 100px;
}

table.boxStyle td {
    border: none;
    background-image: url("../images/box_middle.gif");
    background-repeat: repeat-y;
    padding: 10px;
    padding-left: 20px;
    font-size: 12px;
    text-align: center;
}

table.boxStyle p {

}

table.boxStyle td.top {
    background-image: url("../images/box_top.gif");

}

table.boxStyle td.bottom {
    background-image: url("../images/box_bottom.gif");
    height: 10px;
    
}

/* quick links table */
table.quickLinks {
    background-image: url("../images/quick_links_panel.gif");
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 0px;
    width: 100%;
    font-size: 12px;
    padding-top: 60px;
    line-height: 15px;
    height: 250px;
}

table.quickLinks td {
    padding-right: 20px;
}

table.quickLinks td.bottomItem {
    height: 45px;
}

table.quickLinks td.linkArrow {
    padding-left: 25px;
    padding-right: 5px;
}


/* top navigation code */
table.navigation {
    width: 100%;
    background-color: #006c68;
    color: #acacac;
    padding: 0px;
    margin: 0px;
    border: none;
    border-spacing: 0px;
}

table.navigation td {
    text-align: center;
    border-right: thin dashed #cce2e1;
    height: 23px;
}

table.navigation td.lastItem {
    border: none;
}



table.navigation td.navTop {
    height: 6px;
    background-image: url('../images/navshadtop.jpg');
    background-repeat: repeat-x;
    border: none;
}

table.navigation td.navBottom {
    height: 4px;
    background-image: url('../images/navshadbottom.jpg');
    background-repeat: repeat-x;
    border: none;
}

table.navigation a:link {
    color: #cce2e1;
    text-decoration: none;
}
table.navigation a:visited {
    color: #cce2e1;
    text-decoration: none;
}
table.navigation a:hover {
    color: #ffffff;
    text-decoration: none;
    text-shadow: #232323 1px 1px 2px;
}
table.navigation a:active {
    color: #333333;
}

/* /top navigation code */

.form_text {
    width: 350px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0px;
    height: 20px;
}

label {
    float: left;
    width: 150px;
    text-decoration: underline;
    text-transform: capitalize;
}

textarea {
    width: 350px;
    height: 150px;
    margin-bottom: 5px;
}

input, select {
    font-family: Arial, Helvetica, sans-serif; 
    margin-bottom: 5px;
    margin-right: 5px;
}

.paymate_button {
    text-align: right;
}

.page_numbers {
    text-align: center;
}

.red_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #FF0000;
    line-height: 30px;
    letter-spacing: 0.2em;
}

.error_msg {
    text-transform: uppercase;
    color: red;
    letter-spacing: 0.06em;
}

p.admin_buttons {
    text-align: right;
}

p.admin_buttons a {
    margin-right: 5px;
}

.admin_link {
    margin-bottom: 0px;
}

.desc {
    margin-top: 0px;
    font-style: italic;
    font-size: 85%;
}

table.ptariffs_table {
    width: 100%;
}




table.rooms_table td {
    width: 33.33%;
    height: 21px;
    vertical-align: top;
    padding-bottom: 1px;
}

