﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #FFFFFF;
    font-size: 1.5em;
    line-height:30px;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #888888;

}

input, textarea, select
{
    color: #3E3E3E;
    border: 0px #D3D3D3 solid;
    background: #ffffff;
    font-size: 1.1em;
    font-family: 'Lato', sans-serif;
    padding:15px 20px 15px 20px;
   outline:none;
           border-radius:25px;

} 

input:focus, textarea:focus, select:focus
{
    color: #3E3E3E;
    border: 0px #64CA53 solid;
}

a:link, a:visited
{
    color: #64CA53;
    text-align: center;
    padding:5px;
    text-decoration:none;
    font-size:large;
    outline:none;
}

a:hover
{
    color: #64CA53;
    text-decoration:underline;
}

a:active
{
    color: #64CA53;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #696969;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    text-align: left;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.fullpage
{
    margin: 0px auto 0px auto;
    border: 0px solid #555555;
}

.page
{
    margin: 0px auto 0px auto;
    border: 0px solid #555555;
}

.header
{
    position: relative;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
    width: 100%;
    z-index: 9999;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}


.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#ffffff;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    text-align:left;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #333333;
    border: 1px solid #444444;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    text-align:left;
}

div.menu ul li a:hover
{
    background-color: #FFE512;
    color: #444444;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #FFE512;
    color: #444444;
    text-decoration: none;
}

div.menu > ul > li
{ 
    display: inline-block;
    list-style: none; 
} 

div.menu ul li ul 
{ 
    display: none; 
}


div.menux
{
    padding: 0px 0px 4px 0px;
}

div.menux ul li a td, div.menux ul li a:visited
{
    background-color: #333333;
    font-size:14px;
    font-weight:normal; 
    color:#ffffff;
    display: block;
    line-height: 1em;
    padding: 6px 20px;
    text-decoration: none;
    white-space: nowrap;
    background-image:none;
    list-style: none;
    margin: 0px;
}

div.menux ul li a:hover
{
    background-color: #FFE512;
    color: #333333;
    text-decoration: none;
    background-image:none;
    font-size:14px;
    font-weight:normal; 

}

div.menu1 ul li a:active
{
    background-color: #F1F1F1;
    color: #333333;
    text-decoration: none;
    background-image:none;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 0px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.tableheader
{
    border: 0px #FFFFFF solid;
    background: #E7ECED;
    font-weight:bold;
}

.tablecellupdate
{
    border: 1px #FFFFFF solid;
    background: #EDEFF1;
}

.tableformat
{
    border: 1px #FFFFFF solid;
    background-color:#FFFFFF;
    padding:10px 10px 10px 10px;
}

.tableformat tr td
{
    border-top: 1px solid #EDEFF1;
    border-bottom: 1px solid #EDEFF1;
}

.paddedimage
{
    padding:10px 10px 10px 10px;
    border-width:0;
}

.tableformatprobability
{
    background-color:#FFFFFF;
    border: 1px #C8C8C8 solid;
    padding:0px 0px 0px 0px;
    height:20px;

}

.tableformatformbackground
{
    border: 1px #C8C8C8 solid;
    padding:10px 10px 10px 10px;
}

.tablecell
{
    background-color:#FFFFFF;
    border: 1px #FFFFFF solid;
    padding: 3px;

}

.submenu li a, .submenu ul li a:visited
{
    background-color: #333333;
    font-size:14px;
    font-weight:normal; 

    color:#ffffff;
    display: block;
    line-height: 1em;
    padding: 6px 20px;
    text-decoration: none;
    white-space: nowrap;
    background-image:none;
}

.submenu ul li a:hover
{
    background-color: #FFE512;
    color: #111111;
    text-decoration: none;
    background-image:none;
}

.menulevel1
{
    background-color: #555555;
    border: 1px #ffffff solid;
    font-size:12px;
    font-weight:normal; 
    color:#777777;
    display: block;
    line-height: 1em;
    padding: 6px 20px;
    text-decoration: none;
    white-space: nowrap;
    background-image:url(../images/navbar-bg.jpg);
}

.menulevel2
{
    color: Blue;
    font-family: Gill Sans MT !important;
    font-size: medium;
    background-color: Gray;
    background-image:none
}

.menulevel3
{
    color: black;
    background-color: Silver;
    font-family: Gill Sans MT !important;
    font-size: small;
    background-image:none
}

.labelwithborder
{
    border: 1px #DDDDDD solid;
    padding:2px;
    background-color:#FFFFFF;
}

.labelwithoutbordercoloured
{
    border: 0px #ADAAAD solid;
    padding:4px 4px 4px 4px;
    background-color:#DCE7F4;
}

.labelwithoutbordernotcoloured
{
    border: 0px #ADAAAD solid;
    padding:4px 4px 4px 4px;
}

.labelwithbordercentred
{
    border: 1px #ADAAAD solid;
    padding:2px;
    background-color:#F5F5F5;
    text-align:center;
}

.formformat
{
    border: 1px solid #D3D3D3;
    padding:10px 10px 10px 10px;
}

.errorformformat
{
    border: 1px #C8C8C8 solid;
    padding:15px;
    background-color:#FFFFFF;
    box-shadow: 1px 1px 1px 0px #444444;
        border-radius:15px;

}
.formformatnopaddingorbackground
{
    border: 1px #C8C8C8 solid;
    padding:0px 0px 0px 0px;
    box-shadow: 1px 1px 1px 0px #444444;
}

.formformatwhite
{
    border: 1px #C8C8C8 solid;
    padding:10px 10px 10px 10px;
    background-color:#FFFFFF;
    box-shadow: 1px 1px 1px 0px #444444;
}

.coolbutton
{
    border: 1px #ADAAAD solid;
    padding:10px 10px 10px 10px;
    background-color:#FFFFFF;
}

.centertextbox
{
    text-align:center;
}

.button, .button:active, .button:focus {
    border: 0px solid #64CA53;
    background: #252525;
    color: #ffffff;
    text-decoration:none;
    font-size: 2em;
    border-radius:40px;
    padding: 10px 50px 10px 50px;
       -moz-appearance: none;
    -webkit-appearance:none;
}

.button:hover {
    border: 0px solid #B1EC5C;
    color: #64CA53;
    text-decoration:none;
   cursor:pointer;
}

.plainbutton {
    border: 1px solid #DDDDDD;
    text-decoration:none;
    padding: 3px 10px 3px 10px;
       -moz-appearance: none;
    -webkit-appearance:none;
}

.plainbutton:hover {
    border: 1px solid #DDDDDD;
    text-decoration:underline;
    background-color: #94BBF9;
}

.loginbutton {
    background-color: #5A7085;
    border: 0px #5A7085 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    text-decoration: none;
    white-space: nowrap;
    text-align:left;
      -moz-appearance: none;
    -webkit-appearance:none;
}

.loginbutton:hover {
    background-color: #bfcbd6;
    color: #444444;
    text-decoration: none;
}

.titleheadings 
{
    font-size:large;
}

.nothing
{
}

.ajax_slider_h_handle {
    height: 20px;
    position: absolute;
    top:-7px; 
    width: 5px;
}

.ajax_slider_h_rail {
    border: 1px solid;
    height: 4px;
    position: relative;
    width:100px;
}

.HeaderFont
{
    font-variant: small-caps;
     font-size: 1.2em;
     text-align:left;
}

.LabellikeTextbox
{
    outline:none;
    border: 1px #D3D3D3 solid;
    background: #ffffff;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 2px;
    color: #696969;
 }
.LabellikeTextboxCentred
{
    outline:none;
    border: 1px #D3D3D3 solid;
    background: #ffffff;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 2px;
    color: #696969;
    text-align:center;
 }
 
 .gridviewrowstyle
 {
    background-color:White;
 }
 
 .gridviewaltrowstyle
 {
    background-color:#F5F5F5;
 }
 
 .nopadding
 {
     padding:0px 0px 0px 0px;
 }
 
 .gridviewmouseoverrow
 {
     background-color:#C1D7FF;
 }
 
 .gridviewmouseoutrow
 {
     background-color:#FFFFFF;
 }
 

 .sectionheader
 {
    background-color:#EFF5FF;
    background-color:#FFFFFF;
    padding: 6px 6px 6px 6px;
    border-bottom: 2px #C8C8C8 solid;
     }
 .sectionborder
 {
    border: 1px solid #DCE7F4;
 }
 
 .headerpadding
 {
     padding:2px 6px 2px 6px;
 }
 
th
{
    font-weight:normal;
}


    .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        width: 340px;
        border: 3px solid #5688D2;
    }
    .modalPopup .header
    {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
    }
    .modalPopup .body
    {
        padding:10px 10px 0px 10px;
        min-height: 50px;
        line-height: 30px;
        text-align: center;
    }
    .modalPopup .footer
    {
        padding: 8px;
        height:30px;
    }
    
    .jobdescription
    {
        position: absolute;  
        margin: auto; 
        top: 0; 
        right: 0; 
        bottom: 0; 
        left: 0; 
    border: 1px #C8C8C8 solid;
    padding:10px 10px 10px 10px;
    background-color:#F2F2F2;
        width: 800px; 
        height: 600px;
        box-shadow: 1px 1px 1px 0px #444444;

    }
    
    .bookingtype
    {
        position: absolute;  
        margin: auto; 
        top: 0; 
        right: 0; 
        bottom: 0; 
        left: 0; 
    border: 1px #C8C8C8 solid;
    padding:10px 10px 10px 10px;
    background-color:#F2F2F2;
        width: 500px; 
        height: 340px;
    box-shadow: 1px 1px 1px 0px #444444;

    }
    
    .booking
    {
        position:absolute;
        margin:auto;
        top: -150px; 
        right: 0; 
        bottom: 0; 
        left: 0; 
    border: 1px #C8C8C8 solid;
    padding:10px 10px 10px 10px;
    background-color:#F2F2F2;
        width: 620px; 
        height: 370px;
    box-shadow: 1px 1px 1px 0px #444444;

    }
    
     .centereddiv {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);    /* Older Gecko browser */
  -ms-transform: translate(-50%, -50%);     /* IE9+ */
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.calendartoday
{
    border: 1px red solid;
}

.calendarhover
{
     background-color:#C1D7FF;
         border: 1px red solid;

     
}

.calendarheader
{
    background-color:#F2F2F2;
}
.calendardayheader
{
    background-color:#F5F5F5;
}
 
 .calendarothermonth
 {
     forecolor:#FF0000;
 }   
 
 .calendarselectedday
 {
     background-color:#FEFDB2;
 }
 
 .backgroundhighlight
 {
     background-color:#FEFDB2;
 }
.greyborder
{
        border: 1px #C8C8C8 solid;
}

.TextWarning
{
     color:#DF5959;
     font-size:0.8em;
}

.paddedtable{padding:30px 30px 30px 30px; padding-top:30px;}
.unpaddedblacktable{padding:0px 0px 0px 0px; background-color:#000000;}

#myreel2 .descpanelfg
{
font-size:small;
}

#myreel2
{
    color:White;
        border-radius: 5px 5px 5px 5px;
}

#myreel2 .gallerylayer img{ /* make all images inside fadeshow4 scale to 100% of slideshow width */
width: 100%;
height: auto;
        border-radius: 5px 5px 5px 5px;
    border: 1px #C8C8C8 solid;
}

#myreel2 .fadeslidedescdiv
{
}

#myreel3 .descpanelfg
{
font-size:small;
}

#myreel3
{
    color:White;
        border-radius: 5px 5px 5px 5px;
}

#myreel3 .gallerylayer img{ /* make all images inside fadeshow4 scale to 100% of slideshow width */
width: 100%;
height: auto;
        border-radius: 5px 5px 5px 5px;
    border: 1px #C8C8C8 solid;
}

#myreel3 .fadeslidedescdiv
{
}

