 * {
    padding: 0;
    margin: 0;
}

body {
    background-color: white;
    font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
    color: white;
	font-size: 1.1em;
} #container {
    width: 934px;
    margin-left: auto;
    margin-right: auto;
    background-color: #00477f
} #header {
    background-image: url('images/header.gif');
    height: 115px;
    color: black;
} #nav {
    background-color: white;
    padding: 7px;
    text-align: right;
    color: #034880;
    font-weight: bold;
} #main {
    padding: 36px;
} #footer {
    background-image: url('images/footer.gif');
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: white;
    font-size: 0.8em;
    padding: 7px;
    color: black;
}

#contact_form{
	background-color: #017dc3;
	padding: 5px;
}

/* --------------------------------------------------------
 * navigation magic
 * --------------------------------------------------------
 */ #nav a {
    color: #034880;
    text-decoration: none;
	font-size: 0.9em;
} #nav a:hover {
    color: #017dc3;
    text-decoration: underline;
}

/* --------------------------------------------------------
 * tabs magic
 * --------------------------------------------------------
 */ #tabs {
    background-color: #00477f;
    padding: 15px 15px 0px 15px;
	font-size: 0.9em;
} #tab_content {
    background-color: #017dc3;
    padding: 10px 15px 10px 15px;
	font-size: 0.9em;
} #tabs ul {
    margin-bottom: 15px;
    width: 100%;
} #tabs li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    padding: 10px;
} #tabs a {
    color: white;
    font-weight: bold;
    text-decoration: none;
} #tabs li:hover {
    background-color: #017dc3;
}

/* --------------------------------------------------------
 Classes
 */
a {
    color: #6dccf2;
    border: 0px;
	text-decoration:none;
	border-bottom:1px dotted #6dccf2; 
}

a:hover {
    border: 0px;
}

ul {
    padding-left: 16px;
}

img {
    border: 0px;
} .tr_dark {
    background-color: #0070af;
} .footer_blue {
    color: #00477f;
    font-weight: bold;
} .p_account {
    float: right;
    font-size: 0.8em;
    background-color: #00477f;
    padding: 10px;
    color: white;
    margin: 1px;
} .footer_td {
    padding: 0px 5px 0px 5px;
}

h1 {
    font-size: 3em;
    margin-top: 5px;
    margin-bottom: 5px;
}

h2 {
    font-size: 1.8em;
    color: #6dccf2;
    margin-top: 5px;
    margin-bottom: 5px;
}

h3 {
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
}

td {
    padding: 7px;
    vertical-align: top;
} .td_right {
    text-align: right;
}

p {
    margin-top: 5px;
    margin-bottom: 8px;
    line-height: 20px;
	font-size: 0.90em;
} .p_booking {
    font-style: italic;
    color: #6dccf2;
} .p_status {
    font-weight: bold;
    color: #6dccf2;
} .p_footer_terms a {
    color: #00477f;
    text-decoration: none;
} .p_footer_terms a:hover {
    text-decoration: underline;
}

label.error {
    margin: 3px;
    float: none;
    color: #ffff71;
    vertical-align: top;
    display: list-item;
    width: 15em;
    text-align: left;
    list-style: none;
    padding-left: 10px;
} .red {
    color: red;
} .error {
    color: #ffff71;
} #rating_stars {
    background-color: white;
}

.button_link{
	padding: 5px;
	background-color: #00477f;
}

.register_now {
	background-color: #ffff71;
	padding: 0px 4px 0px 4px;
}

.greybox {
	background-color: blue;
	color: black;
	padding: 10px;
}

.greybox table{
	color: black;
}

/* ------------------------------------------------------
 * Forms Magic
 * ------------------------------------------------------
 *
 */
label {
    width: 10em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
    font-weight: bold;
    font-size: 0.8em;
} .submit input {
    margin-left: 4.5em;
} .p_form {
    margin-bottom: 10px;
	font-size: 1.1em;
} .p_confirm {
    margin-bottom: 10px;
    font-style: italic;
} .p_note {
    font-size: 0.9em;
} .p_strike {
    text-decoration: line-through;
} .td_account_confirm_title {
    font-weight: bold;
    text-align: right;
} .readonly {
    background-color: #017dc3;
}

input, textarea, select {
    border: 0px;
    background-color: #00477f;
    color: white;
    padding: 7px;
    font-weight: bold;
} .submit {
    border: 1px solid white;
}
.form_alt{
	background-color: white;
	color: black;
}
