@charset "utf-8";

body, #top_header, #main_column, .sf-menu li, .sf-menu li li, .sf-menu li li li {
background-color: #000;
}

#home_title {
background-image: url(../images/titles/argyll_tariff.png);
}

#main_column {
background-image: url(../images/backgrounds/enquiry.jpg);
}

#left_box a {
color: #fff;
}

#main_textbox {
height: auto;
text-align: left;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
color: #fff;
}

.sf-menu li li {
opacity: 0.9;
filter: alpha(opacity=90);
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: #3d3d3d;
outline: 0;
color: #dc9203;
}

/***** Tariff Table *****/

#tariff_table {
position: relative;
float: left;
width: 670px;
}

.black_back {
position: absolute;
top: 0; /* These positions makes sure that the overlay */
bottom: 0;  /* will cover the entire parent */
left: 0;
width: 100%;
background-color: #000;
opacity: 0.6;
filter:alpha(opacity=60);
}

.table_content {
position: relative;
width: 650px;
padding: 10px;
color: #fff;
}

table {
table-layout:fixed;
}

td {
font-size: 13px;
vertical-align:middle;
/*
padding-left: 2px;
padding-right: 2px;
*/

}

.table_borders {
border: 1px #fff solid;
padding-left: 4px;
}

.table_h_borders {
border-top: 1px #fff solid;
border-bottom: 1px #fff solid;
border-right: 1px #fff solid;
}

.table_v_borders {
border-left: 1px #fff solid;
border-right: 1px #fff solid;
}

.ah_row {
height: 60px;
}

.ah_header_row {
height: 150px;
}

.ah_header_row td {

}

.ah_season_row {
height: 90px;
}

.ah_nights_row {
height: 30px;
}

.ah_rates_row {
height: 30px;
}

.rates_text {
font-size: 0.9em;
}

.colour_highlight {
color: #fff28c;
}

.form_content {
position: relative;
width:680px;
padding: 0;
color: #fff;
background-color:#000;
}

#left_col {
position:relative;
float:left;
width:330px;
}

#right_col {
position:relative;
float:right;
width:330px;
}

#single_col {
float:left;
position:relative;
clear: both;
}

label {
display: block;
float:left;
/*
width: 300px;
*/
padding: 0;
margin: 12px 5px 0 0;
text-align:right;
font-size: 0.9em;
}

input {
float:right;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 0.8em;
color: #000;
margin: 8px 0 0 0;
background-color: #eee;
padding-left: 4px;
}

.text_highlight {
font-size: 1.3em;
font-weight:600;
}

.numeric_input {
text-align: right;
}

.required {
background-color: #760f20;
}

.ah_button {
float:left;
margin-left: 300px;
background-color: #000;
color: #fff;
}

select {
float:right;
width: 40px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 0.8em;
color: #000;
margin: 8px 0 0 0;
background-color: #eee;
padding-left: 4px;
}

/* jqModal */

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -350px;
    width: 700px;
    
    background-color: #000;
    color: #333;
    border: 1px solid #fff;
    padding: 10px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
	
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


