/* aplace2park.co.uk
   Author:     Jason Paige
   ----------------------------------------------------*/
/* COLORS
   Body Background:       #fff
*/
/* GLOBAL
   HEADER
   CONTENT
   HOMEPAGE
   FOOTER
   FORMS
   SEARCH
*/
    


/* =GLOBAL
   ----------------------------------------------------*/
    body {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 100.1%;
        line-height: 1.1em;
        font-family: arial;
        height: 100%;
    }

    div#wrapper {
        width: 985px;
        min-width: 985px;
        height: 100%;
        margin: 0 auto;
        background-color: #fff;
        background: url(../img/blue-fade.gif) 0px 40px repeat-x #fff;
    }

    .map div#wrapper {
        width: 95%;
    }

    div,
    a,
    button,
    img {
        outline: none;
    }

    input[type="checkbox"] {
        border: 0;
    }

    button {
        width: 110px;
    }
    button .leftSide {
        background:url(../img/button-left-trans.png) no-repeat;
        width: 7px;
        float: left;
        height:39px;
    }

    button .rightSide {
        background:url(../img/button-right-trans.png) no-repeat right;
        height:39px;
        float: left;
        padding: 0 7px 0 0;
        line-height: 39px;
        width: 90px;
    }
    
    .clear {
        clear: both;
    }

    .right {
        float: right;
    }

    .left {
        float: left;
    }

    button {
        background: transparent;
        padding: 0;
        margin: 0;
        display: inline;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        font-family: verdana;
    }

    .scroller {
        overflow : auto;
    }

    a img {
        border: 0;
    }

    .hidden {
        display: none;
    }

    input, textarea, select, checkbox {
        border: 1px solid #83BFFD;
        font-family: arial;
        padding: 3px;
        font-size: 1em;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.3em;
    }

    h1,h2,h3,h4 {
        line-height: 1.2em;
    }

    hr {
        border: 0;
        background: transparent;
        border-top: 1px dashed #ccc;
        height: 1px;
    }

    label {        
        font-family: verdana;
    }

    label.error {
        color: #f00 !important;
    }

    input.error,
    textarea.error,
    select.error,
    checkbox.error {
        border: 1px dashed #f00 !important;
    }
    
    div#blackout {
        min-height: 100%;
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1001;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    div#lightboxLoader {
        z-index:1003;
        background: #fff;
        -moz-border-radius:5px;
        -webkit-border-radius: 5px;
        border: 5px solid #8BC2F8;
        padding: 50px;
        width: 150px;
        text-align: center;
        font-weight: bold;
        font-family: verdana;
    }

    div#msgBox {
        width: 550px;
        padding: 10px 0 50px 0;
        z-index:600002;
        background: #fff;
        -moz-border-radius:5px;
        -webkit-border-radius: 5px;
        border: 5px solid #8BC2F8;
        text-align: left;
    }
    div#msgBox img.right {
        margin-right: 10px
    }
    div#msgBox h2 {
        margin: 0 0 20px 10px;
        padding: 0;
        width: 450px;
    }
    div#msgBox p {
        color: #115FAA;
        font-weight: bold;
        line-height:170%;
        margin: 0 0 30px 50px;
        width: 450px;
    }
    div#msgBox .buttons {
        text-align: center;
    }

    div#msgBox button {
        margin:0 10px;
    }

    .selectedValue {
        float: left;
        padding: 4px;
        color: #ff6600;
        font-style: italic;
    }

    #goBack {
        margin-left: 160px;
        display: block;
    }

    #totalPrice {
        font-size: 2.5em;
        color: #BF2E00;
        float: right;
        margin-top: 10px;
    }

/* =HEADER
   ----------------------------------------------------*/

    div#header {
        text-align: left;
        margin-bottom: 10px;
    }

    #logo {
        position: absolute;
        top: -10px;
        left: -80px;
    }

    #homelogo {
        position: absolute;
        margin-left: -100px;
        margin-top: -40px;
        width: 293px;
        height: 279px;
        background: url(../img/logo-trans.png) no-repeat;
    }
    .airportSearch #homelogo{
        margin-left: -68px;
        margin-top: -38px;
        width: 179px;
        height: 160px;
        background: url(../img/logo-small.png) no-repeat;
    }

    #homelogo a {
        display: block;
        height: 170px;
        width: 100%;
    }
    .airportSearch #homelogo a {
        height: 86px;
    }

    ul#topNav {
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0.9em;
    }

    ul#topNav li {
        display: inline;
        border-right: 1px solid #757575;
        padding: 0 5px;
        font-size: 0.8em;
    }

    ul#topNav li.last {
        border-right: 0;
        padding-right: 2px;
    }

    ul#topNav li a {
        color: #757575;
        text-decoration: none;
    }

    ul#topNav li a:hover {
        text-decoration: underline;
    }

/* =CONTENT
   ----------------------------------------------------*/

    div#content {
        text-align: left;
        margin: 0 10px;
    }    

    .airportSearch div#content {
        background: url(../img/airport-bg.gif) 0px 40px repeat-y #fff;
        margin: 0;
    }

    .functions {
        color: #fff;
        font-size: 0.8em;
        padding-top: 60px;
    }

    .functions h2 {
        margin: 0;
        padding: 0;
        display: block;
    }

    .functions ul {
        margin: 0;
        margin-left: 20px;
        padding: 0;
    }
    

/* =HOMEPAGE
   ----------------------------------------------------*/
    div#leftCol {
        float: left;
        width: 233px;
        height: 435px;
        background: url(../img/home-search.png) bottom no-repeat;
    }

    .map div#leftCol {
        background: transparent;
    }

    div#leftCol form {
        margin: 230px 10px 0 10px;
    }

    div#leftCol form .filter {
        clear: both;
        padding-top: 50px;
        color: #fff;
        font-size: 0.8em;
    }

    div#middleCol {
        float: left;
        width: 470px;
        margin-left: 8px;
        font-size: 0.8em;
    }
    #threeColContainerWide div#middleCol {
        width: 700px;
    }
    
    div#rightCol {
        width: 235px;
        float: right;
    }
    
    div#rightCol #airportParking {
        background: url(../img/airport-parking.png) no-repeat bottom;
        width: 233px;
        min-height: 435px;
        margin: 0 0 8px 2px;
    }

    #airportParking .save {
        margin: 15px 22px 0 22px;
    }
    
    div#rightCol #airportParking form {
        margin: 0 10px;
    }
    
    div#rightCol #airportParking form select {
        color: #BF2E00;
        font-size: 0.8em;
        padding: 0;
        margin-bottom: 5px;
        float: left;
        margin-right: 2px;
    }

    div#rightCol #airportSelect {
        width: 213px;
    }

    div#rightCol #airportParking form label {
        color:#FFF;
        font-size:0.7em;
        font-weight:bold;
        display: block;
        margin-top: 5px;
    }  

    div#rightCol #airportParking form label.passengers {
        float: left;
        margin-top: 0px;
        margin-right: 5px;
    }
    
    div#rightCol #airportParking .dow {
        float: left;
        color:#FFF;
        font-size:0.8em;
        padding: 2px;
        width: 80px;
    }

    #getAQuoteNow {
        width: 100%;
    }
    #getAQuoteNow .rightSide {
        padding: 0 7px 0 0;
        width: 193px;
    }

    #threeColContainer {
        clear: both;
        float: left;
        width: 715px;
    }

    #threeColContainerWide {
        width: 100%;
    }

    .thirdCol {
        width: 33%;
        float: left;
    }

    .thirdCol .content,
    .fourthCol .content {
        margin: 10px;
        font-size: 0.8em;
    }

    #restOfTheForm {
        display: none;
    }

    a.rss {
        display: block;
        color: #fff;
        font-size: 0.9em;
        font-weight: bold;
        text-decoration: none;
        padding: 0.5em;
        background: #2A4399;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        border: 1px solid #ccc;
    }

    a.rss:hover {
        border: 1px solid #fc0;
    }

/* =FOOTER
   ----------------------------------------------------*/
    div#footer {
        clear: both;
        padding-top: 40px;
        background: url(../img/footer-right.jpg) no-repeat bottom right;
    }

    div#innerFooter {
        background: url(../img/footer-left.jpg) no-repeat bottom left;
        padding: 0 10px;
        text-align: left;
    }

    div#innerFooter ul {
        font-size: 0.75em;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        padding: 10px;
    }

    div#innerFooter ul li {
        display: inline;
        line-height: 1.5em;
    }

    div#innerFooter ul li a {
        margin: 5px 0;
        color: #0A63B2;
        padding: 0 10px;
        display: inline;
    }

    div#innerFooter ul li a.last {
        border-right: 0;
        padding-right: 1px;
    }

    div#innerFooter ul li a:hover {
        text-decoration: none;
    }

    div#lowerFooter {
        color: #999999;
        font-size: 0.8em;
        margin-top: 10px;
        text-align: left;
    }

    ul#footerNav {
        list-style: none;
        float: left;
        margin: 0;
        margin-right: 19px;
        padding: 0;
    }

    ul#footerNav li {
        display: inline;
    }

    ul#footerNav li a {
        color: #999;
        text-decoration: none;
    }

    ul#footerNav li a:hover {
        text-decoration: underline;
    }

/* =FORMS
   ----------------------------------------------------*/

    button.go {
        width: auto;
    }

    button.go {
        position: absolute;
        margin: -12px 0 0 -10px;
        width: 55px;
    }

    button.goRight {
        float: right;
        width: 55px;
        height: 49px;
        position: relative;
        margin: -15px 30px 0 0;
    }
    
    div.input {
        background: url(../img/input-trans.png) no-repeat;
        width: 163px;
        height: 28px;
        float: left;
        margin-right: 8px;
    }
    div.input input {
        border: 0;
        margin: 6px 0 0 5px;
        width: 153px;
        font-size: 13px;
        color: #2F3F92;
        padding: 0;
    }

    img.helper {
        cursor: pointer;
        position: absolute;
        margin-top: 2px;
        margin-left: 5px;
    }

    div.input img.helper {
        margin-top: 9px;
        margin-left: 2px;
    }

    #helperToolTip {
        position: absolute;
        background-color: #fff;
        padding: 10px;
        font-size: 0.8em;
        width: 250px;
        border: 1px solid #83BFFD;
        text-align: left;
        min-height: 32px;
    }

    img.helperArrow {
        position: absolute;  
        margin-left:202px;
        margin-top:-27px;
    }

    fieldset {
        border: 0;
        padding: 0;
        margin: 0;
    }

    form#contactForm label,
    form#loginForm label,
    form#forgottenLoginForm label,
    form#registerForm label,
    form#profileForm label,
    form#addNewSpace label,
    form.editSpaceForm label{
        font-weight: bold;
        font-size: 0.9em;
        line-height: 2em;
        width: 80px;
        display: block;
        float: left;
        text-align: right;
        margin-right: 10px;
    }

    form#registerForm label,
    form#profileForm label {
        width: 150px;        
    }

    form#addNewSpace label,
    form.editSpaceForm label {
        width: 120px;
    }
    form.editSpaceForm input,
    form.editSpaceForm select,
    form.editSpaceForm textarea,
    form.editSpaceForm checkbox {
        border: 1px solid #fc0;
    }

    form#contactForm button,
    form#loginForm button,
    form#forgottenLoginForm button,
    form#registerForm button,
    form#profileForm button  {
        margin-left: 85px;
        margin-top: 10px;
    }

    form#loginForm #forgottenButton,
    form#forgottenLoginForm #loginButton{
        margin-left: 10px;
    }

    form#registerForm button,
    form#profileForm button {
        margin-left: 155px;
    }

    form#addNewSpace button,
    form.editSpaceForm button {
        margin-left: 125px;        
    }

    div.yourMap {
        width: 500px;
        height: 500px;
        float: right;
    }

    .priceInput {
        width: 50px;
    }
    
    #secureBookingForm fieldset {
        width: 49.5%;
        float: left;
    }

    #secureBookingForm legend {
        color: #f60;
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    #secureBookingForm label {
        display: block;
        width: 150px;
        margin-right: 5px;
        float: left;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: right;
        padding: 3px 0;
    }

    #privateSpaceEnquiryForm {
        font-size: 0.9em;
        margin: 0 20px;
    }

    #privateSpaceEnquiryForm label {
        font-size: 0.9em;
        font-weight: bold;
        display: block;
        float: left;
        margin-right: 5px;
        margin-bottom: 10px;
        text-align: right;
        width: 100px;
        line-height: 1.8em;
    }

/* =SEARCH
   ----------------------------------------------------*/
    img#searchResultsTop {
        position: absolute;  
        margin-top: 93px; 
        margin-left: 5px;
    }
    div#searchResults {
        background: url(../img/results-bg-trans.png) bottom no-repeat;
        width: 232px;
        height: 434px;
        padding: 5px;
        margin-top: 100px;
        position: absolute;
    }

    div#searchResults div.scroller {
        width: 228px;
        height: 425px;
        margin-left: 1px;
    }

    ul#resultList {
        width: auto;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0.7em;
    }

    #resultList li {
        cursor: pointer;
    }

    #resultList li a {
        color: #0A63B2;
        padding: 0.5em;
        display: block;
        text-decoration: none;
        border-bottom: 1px dotted #ccc;
    }

    #resultList li a:hover {
        background-color: #fc0;
        color: #007ac2;
        text-decoration: none;
    }

    #resultList li div.carpark strong {
        font-size: 1.1em;
    }

    div#searchBar {
        background: url(../img/search-bar-right.gif) top right no-repeat;
    }

    div.searchBarLeft {
        background: url(../img/search-bar-left.gif) no-repeat;
    }

    div#searchBar h2 {
        float: left;
        margin: 0;
        padding: 0;
        line-height: 37px;
        color: #000;
        font-size: 1.1em;
    }

    div#searchBar div.input {
        margin-top: 5px;
    }
    div#searchBar button {
        margin-top: -6px;
        margin-left: -10px;
        width: 55px;
    }

    div#searchBar label {
        cursor: pointer;
    }

    ul#key {
        margin: 8px 0 0 0;
        padding: 0;
        list-style: none;
        font-size: 0.8em;
        float: right;
    }

    ul#key li {
        float: left;
        margin-right: 10px;
    }

    #main {
        float: right;
    }

    div#map {
        height: 500px;
    }

    div#map div.bubble {
        font-size: 90%;
    }    

    div#toolTip {
        background-color: #007ac2;
        border: 1px solid #000;
        padding: 0.5em;
        position: absolute;
        color: #fff;
        font-size: 0.8em;
    }

    #window {
        font-size: 0.8em;
    }
    #window h3 {
        margin: 0;
        padding: 0;
    }

    #window .spaces {        
        color: #007ac2;
        font-weight: bold;
    }

    #window .flot {
        width: 250px;
        height: 150px;
        font-size: 0.8em;
    }

    #window #tabs {
        border-bottom: 1px solid #ccc;
    }

    #window #tabs a {
        color: #fff;
        background: #007ac2;
        text-decoration: none;
        padding: 0 2px;
    }
    #window #tabs a:hover,
    #window #tabs a.selected  {
        background: #fff;
        color: #007ac2;
        text-decoration: none;
    }
   

/* =AIRPORT SEARCH
   ----------------------------------------------------*/

    #airportTop {
        background: url(../img/airport-bg-top.jpg) no-repeat;
        font-size: 0.75em;
    }

    #airportResultsContainer {
        text-align: center;
    }

    #listViewResults {
        margin: 14px;
        text-align: left;
    }
    #listViewResults a {
        color: #fd8231;
        display: block;
        font-weight: bold;
    }
    #listViewResults a:hover {
        text-decoration: none;
    }

    #listViewResults th {
        padding: 5px 15px;
        color: #fff;
    }
    #listViewResults thead .logo {
        width: 115px;
    }
    #listViewResults thead .transfer {
        width: 135px;
    }
    #listViewResults thead .onairport {
        width: 60px;
        text-align: center;
    }
    #listViewResults thead .moreInfo {
        width: 225px;
    }
    #listViewResults tbody td.transfer div.left {
        width: 110px;
        margin-left: 5px;
    }
    #listViewResults tbody td.transfer img.left {
        margin-top: 15px;
    }
    #listViewResults tbody td.onairport {
        color: #666;
        font-weight: bold;
        text-align: center;
    }
    #listViewResults tbody td.onairport div {
        line-height: 19px;
    }
    #listViewResults tbody td.onairport img {
        position: relative;
        top: 4px;
    }
    #listViewResults tbody td.moreInfo {
        color: #666;
    }

    #listViewResults td {
        padding: 15px;
        color: #333;
    }

    #listViewResults tbody tr:hover {
        background: #f2efe9;
    }
    #listViewResults tbody tr.selected td {
        border-bottom: 0;
        background: #F2EFE9;
    }

    #listViewResults tbody td {
        border-bottom: 1px solid #ccc;
    }
    
    tr.moreInfo td {
        border-top: 4px solid #fff; 
        padding: 0 !important;
    }

    #listViewResults tbody tr.moreInfo:hover {
        background: transparent;
    }
    #listViewResults tbody tr.moreInfo td .content {
        padding: 15px;
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff;
        background: #F2EFE9;
        color: #fd8231;
    }
    #listViewResults tbody tr.moreInfo td .map {
        border-bottom: 4px solid #fff;
        background: #F2EFE9;
        height: 500px;
    }

    #listViewResults tbody .price {
        color: #fd8231;
        font-size: 1.85em;
        font-weight: bold;
    }

    #listViewResults tbody .price small {
        font-size: 0.55em;
        line-height: 0;
    }

    #listViewResults thead tr {
        background: url(../img/airport-table-header.gif) repeat-x;
        height: 42px;
    }

    #listViewResults thead tr th {
        height: 42px;
    }

    #listViewResults thead tr th.logo {
        background: url(../img/airport-table-header-left.gif) no-repeat;
    }

    #listViewResults thead tr th.buy {
        background: url(../img/airport-table-header-right.gif) right no-repeat;
    }

    #airportResultsContainer {
        background: #fff;
        margin: 6px;
        border: 2px solid #c8c8c8;
    }

    #airportResultsContainer .textBlock {
        margin: 14px;
        text-align: left;
    }

    #airportParkingForm {
        margin-left: 105px;
        padding-top: 10px;
    }

    #airportParkingForm fieldset {
        float: left;
        width: 200px;
    }

    #airportParkingForm fieldset.airport {
        text-align: right;
        width: 152px;
    }    
    #airportParkingForm fieldset.airport select {
        margin-right: 28px;
    }
    #airportParkingForm fieldset.airport label {
        float: none;
        width: auto;
        margin-right: 5px;
        width: 105px;
    }
    #airportParkingForm fieldset.date {
        width: 219px;
    }
    #airportParkingForm fieldset.date select {
        float: left;
        margin-right: 2px;
    }
    #airportParkingForm fieldset.date #arrivalHour {
        margin-left: 76px;
    }
    #airportParkingForm fieldset.date #departHour {
        margin-left: 101px;
    }
    #airportParkingForm button {
        margin-top: 7px;
    }

    #airportParkingForm .dowShort {
        float: left;
        color: #fff;
        width: 30px;
        text-align: right;
        margin-right: 2px;
        line-height: 1.5em;
    }

    #airportParkingForm label {
        color: #fff;
        float: left;
    }

    #airportParkingForm select {
        padding: 0;
        color: #bf2e00;
        margin-bottom: 5px;
    }

    .airportFooter {
        display: block;
        margin-top: -6px;
    }

    .termsAndConditions{ 
        display: none;
    }

    #loadingMessage {
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
        height: 300px;
        padding-top: 100px;
    }


/* =CONTROL PANEL
   ----------------------------------------------------*/

    .privSpace h3 {
        background: #2C3D8C;
        padding: 10px;
        color: #fff;
        cursor: pointer;
    }

    #addSpaceButton {
        width: 150px;
    }
    #addSpaceButton .rightSide {
        width: 130px;
    }

/* =DATE PICKER
   ----------------------------------------------------*/
    
    #outDatePick {
        display: block;
        float: left;
    }
    table.jCalendar {
        border: 1px solid #000;
        background: #aaa;
        border-collapse: separate;
        border-spacing: 2px;
    }
    table.jCalendar th {
        background: #333;
        color: #fff;
        font-weight: bold;
        padding: 3px 5px;
    }
    table.jCalendar td {
        background: #ccc;
        color: #000;
        padding: 3px 5px;
        text-align: center;
    }
    table.jCalendar td.other-month {
        background: #ddd;
        color: #aaa;
    }
    table.jCalendar td.today {
        background: #666;
        color: #fff;
    }
    table.jCalendar td.selected {
        background: #f66;
        color: #fff;
    }
    table.jCalendar td.selected:hover {
        background: #f33;
        color: #fff;
    }
    table.jCalendar td:hover, table.jCalendar td.dp-hover {
        background: #fff;
        color: #000;
    }
    table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
        background: #bbb;
        color: #888;
    }

    /* For the popup */

    /* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

    div.dp-popup {
        position: relative;
        background: #ccc;
        font-size: 10px;
        font-family: arial, sans-serif;
        padding: 2px;
        width: 171px;
        line-height: 1.2em;
    }
    div#dp-popup {
        position: absolute;
        z-index: 199;
    }
    div.dp-popup h2 {
        font-size: 12px;
        text-align: center;
        margin: 2px 0;
        padding: 0;
    }
    a#dp-close {
        font-size: 11px;
        padding: 4px 0;
        text-align: center;
        display: block;
    }
    a#dp-close:hover {
        text-decoration: underline;
    }
    div.dp-popup a {
        color: #000;
        text-decoration: none;
        padding: 3px 2px 0;
    }
    div.dp-popup div.dp-nav-prev {
        position: absolute;
        top: 2px;
        left: 4px;
        width: 100px;
    }
    div.dp-popup div.dp-nav-prev a {
        float: left;
    }
    /* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
    div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
        cursor: pointer;
    }
    div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
        cursor: default;
    }
    div.dp-popup div.dp-nav-next {
        position: absolute;
        top: 2px;
        right: 4px;
        width: 100px;
    }
    div.dp-popup div.dp-nav-next a {
        float: right;
    }
    div.dp-popup a.disabled {
        cursor: default;
        color: #aaa;
    }
    div.dp-popup td {
        cursor: pointer;
    }
    div.dp-popup td.disabled {
        cursor: default;
    }