﻿.FooterLogo {
	text-align: right;
}
div.ContentBox 
{
    /*background-color:rgba(255, 255, 255, 0.65);*/
    padding: 10px;
}
 .round-corner {
      -webkit-border-radius: 10px; 
      -moz-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
   }
.txttext
{
    background-color: #1F0103;
    font-size: 12px;
    color: #000;
    line-height: 19px;
    padding: .5em;
    width: 750px;
}
.txttext h1, .txttext h2, .txttext h3, .txttext h4, .txttext h5, .txttext h6, #navigation a, #titlepage, .txttitle
{
    color: #E6D29F;
}

.Content
{
}

div.Home
{
    position: absolute;
    top: 26px;
    left: 20px;
}

body, td, input, select
{
    font-size: small;
    font-family: Verdana, Geneva, sans-serif;
}
a, a:visited, #Header a, #Header span
{
    color: #004488;
}
Body
{
    background-color: #FFF;
    background-image: url(pics/BG.jpg);
    background-position: bottom bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 10px 0 0 100px;
    padding: 0;
    color: #000;
}
.JsRequired
{
    width: 40em;
    color: Red;
    font-weight: bold;
    padding: .4em;
    border: dotted 3px #000;
    background-color: #e8e8e8;
    margin: .5em 0 .5em 0;
    font-size: 130%;
}

.Footer
{
    display: none;
    background-color: #f8f8f8;
    padding: .4em 0 .4em 1em;
    border-top: solid 1px #CCC;
    color: #777;
    font-size: 90%;
}

.Footer a, .Footer a:visited
{
    color: #777;
}
.BreadCrumb
{
    display: block;
}
.BreadCrumb, .BreadCrumb a
{
    text-align: left;
}

#UserPanel, #UserPanel a, .BreadCrumb, .BreadCrumb a
{
    color: #004488;
}
#UserPanel
{
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
}

.pnlUser input
{
    vertical-align: top;
}

.msg
{
    color: blue;
    font-weight: bold;
    font-size: large;
}

.error
{
    color: Red;
    font-weight: bold;
    font-size: large;
}

.Content
{
    margin: .5em 0;
    padding: 0 1em 0 .5em;
}

div.col1
{
    float: left;
    width: 13em;
    margin-bottom: .6em;
    font-weight: bold;
    font-family: Arial;
    font-size: 90%;
    border-top: dotted 1px #d8d8d8;
    padding: 1px 0 1px 0;
}
div.col2
{
    float: left;
    padding: 1px 0 1px 0;
    border-top: dotted 1px #d8d8d8;
}
div.col2 hr
{
    width: 20em;
    text-align: left;
}
.req
{
    float: left;
    color: red;
    margin-left: .5em;
    font-size: large;
    font-weight: bold;
}
.reqInline
{
    color: red;
    font-size: large;
    font-weight: bold;
}
br.sep
{
    clear: both;
}

.AutoComplete
{
    width: auto !important;
    overflow: visible !important;
    color: blue !important;
    font-size: 95% !important;
    font-family: Arial, Sans-Serif;
}
.AutoComplete div
{
}


/* tooltip styles */
a.info
{
    text-decoration: none;
    border-bottom: dashed 1px #ccc;
    font-style: italic;
}

a.info:hover
{
    font-size: 100%;
}

a.info span
{
    display: none;
    font-size: small;
    text-transform: none;
    font-style: normal;
}

a.info:hover span
{
    display: block;
    position: absolute;
    width: 20em;
    margin: 0 0 0 1em;
    padding: .5em .5em .5em .5em;
    border: 2px solid #555;
    background-color: #E8FFBE;
    color: #000;
    z-index: 1;
}
a.wide:hover span
{
    width: 30em;
}

form
{
    margin: 0;
    padding: 0;
}




.MessageDiv
{
    margin: 0;
    padding: .8em 0 0 1em;
}

.error
{
    color: Red;
    font-weight: bold;
}

H1
{
    font-size: 1.5em;
    margin: .3em 0 .5em 0;
}
H2
{
    font-size: 1.4em;
    margin: .3em 0 .4em 0;
}
H3
{
    font-size: 1.3em;
    margin: .3em 0 .3em 0;
}
H4
{
    font-size: 1.2em;
    margin: .2em 0 .2em 0;
}
H5
{
    font-size: 1.1em;
    margin: .2em 0 .2em 0;
}
H6
{
    font-size: 1.0em;
    margin: .1em 0 .1em 0;
}

.RightAlign
{
    text-align: right;
}
.SideNote, note
{
    display: block;
    padding: .3em .5em .3em 0;
    font-weight: normal;
    font-style: italic;
    font-size: small;
    color: #444;
}
.SmallNote
{
    font-weight: normal;
    font-style: italic;
    font-size: small;
    color: #000;
}


/* data grid styles */
table, table.grid, tbody
{
    position: relative;
    border: solid 1px #fff;
}

.gH
{
    border-collapse: collapse;
    font-weight: bold;
    font-size: 110%;
    color: #000;
}
.gH a
{
    color: #000;
    display: block;
}
.SortAsc
{
    padding-right: 18px !important;
    background: #999 url(/pics/sort_asc.gif) no-repeat scroll right center;
}
.SortDesc
{
    padding-right: 18px !important;
    background: #999 url(/pics/sort_desc.gif) no-repeat scroll right center;
}
.gA
{
}
.gS
{
    color: #CCC;
}
.gI
{
}
table.grid tr.gP td
{
    padding: 0;
}
/*.gH
{
	white-space: nowrap;
}*/
.gP a
{
    padding: .1em .6em .1em .6em;
    background-color: #e8e8e8;
    border: solid 1px #ddd;
    color: Blue;
}
.gP a:hover
{
    background-color: #000;
    color: #FFF;
    border: solid 1px #000;
}
.gP span
{
    display: block;
    padding: 0em .6em .1em .6em;
    color: #000;
    background-color: #e8e8e8;
    border: solid 1px #ddd;
    font-weight: bold;
}
.grFade
{
    color: #ccc;
}
.grid tr td, .grid th
{
    vertical-align: top;
    padding: .4em .4em .4em .4em;
    text-align: left;
}
.gP a.btnExcel, a.btnExcel
{
    width: 14em;
    background-color: #e8e8e8;
    border: outset 2px;
    margin: 1em .3em .3em 0;
    padding: .3em .5em .3em 1.6em;
    color: #004488;
    text-decoration: none;
    display: block;
    background-image: url(/pics/excel.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.gHide
{
    display: none;
}
.btnExcel:hover, .btnExcelNoRecordCount:hover
{
    text-decoration: underline;
}
.btnExcel img, .btnExcelNoRecordCount img
{
    border: none;
}
.gP a.btnExcelNoRecordCount, a.btnExcelNoRecordCount
{
    width: 7em;
    background-color: #e8e8e8;
    border: outset 2px;
    margin: 1em .3em .3em 0;
    padding: .3em .5em .3em 1.6em;
    color: #004488;
    text-decoration: none;
    display: block;
    background-image: url(/pics/excel.png);
    background-position: left center;
    background-repeat: no-repeat;
}


.gvMaxWidth input
{
    width: 100%;
    background-color: #f0e68c;
}







.BorderDisabledShortBox
{
    border: solid 1px #ccc;
    background-color: #e8e8e8;
    width: 24px;
    color: #555;
}


.ScrollBox
{
    width: 50em;
    height: 11em;
    padding: .3em;
    border: solid 1px #000;
    overflow: auto;
}

.NumRecords, caption, .caption
{
    text-align: left;
    font-weight: bold;
    border: none;
}

.LinkButton
{
    background-color: #e8e8e8;
    border: solid 1px #ccc;
    padding: .1em .3em .1em .3em;
    color: #000 !important;
    margin: 0 0 0 .5em;
}



.Menu hr
{
    margin: .4em .6em .2em .3em;
    padding: 0;
    border: dotted 1px #ccc;
    height: 1px;
    color: Blue;
    width: 8em;
}
.FrontPagePanel
{
    float: left;
    padding: .3em 3em .3em .3em;
}
.FrontPagePanel H4
{
    font-size: 110%;
}
.FrontPagePanel A, .FrontPagePanel A:visited
{
    color: #004488;
    padding: .3em 0 .3em 0;
}


.FrontPagePanel UL, .FrontPagePanel OL
{
    margin: .5em 0 0 0;
    padding-left: 0em;
}
.FrontPagePanel UL LI
{
    padding-bottom: .5em;
    list-style-type: none;
    color: #006600;
    padding-left: 0;
    margin: 0;
}

#nav div.FrontPagePanel
{
    padding-bottom: 0;
}


#nav, #nav ul
{
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 10em;
}

#nav li
{
    /* all list items */
    position: relative;
    float: left;
    line-height: 1.25em;
    margin-bottom: -1px;
    width: 10em;
}

#nav li ul
{
    /* second-level lists */
    position: absolute;
    left: -999em;
    margin-left: 10.09em;
    margin-top: -1.85em;
}

#nav li ul ul
{
    /* third-and-above-level lists */
    left: -999em;
}

#nav li a
{
    /* all hyperlinks */
    width: 10em;
    display: block;
    color: #004488;
    padding: .3em .5em .2em .5em;
}

#nav ul li ul li a
{
    /* second level hyperlinks */
    background-color: #fff;
    width: 21em;
}



.PaddedCell
{
    padding: 0 0 0 1em;
}

.ProgressBarWrap
{
    display: block;
    border: solid 1px #000;
    margin: .5em 0 .5em 0;
    width: 300px;
}
#ProgressBar
{
    background-color: #32cd32;
    height: 12px;
    width: 1%;
    display: block;
}
.spacer
{
    display: inline-block;
    padding: 0 0 0 2em;
}
.scroll
{
    height: 9em;
    overflow: auto;
    border: 1px solid #666;
    background-color: #e8e8e8;
}
.NiceBox
{
    padding: .4em;
    background-color: #e8e8e8;
    border: solid 1px #000;
    margin: .5em 0 .5em 0;
}
.FloatLeft
{
    float: left;
    margin: 0 1em 1em 0;
}
.FloatRight
{
    float: right;
    margin: 0 0 1em 1em;
}
.AbsRight
{
    position: absolute;
    right: 10px;
    top: 200px;
    padding: 1em;
}


input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
    background-color: #dcdcdc;
    border: dotted 1px #333;
    color: #000000;
    cursor: default;
}

.Normal
{
    color: inherit !important;
    background-color: inherit !important;
    border: inherit !important;
    width: auto;
}

.ScrollBox
{
    width: 50em;
    height: 11em;
    padding: .3em;
    border: solid 1px #000;
    overflow: auto;
}
table tr td
{
    text-align: left;
    vertical-align: top;
}
.ProgrammeApplicantPeople, .PeopleList
{
    background-color: #CCFF99;
    border: solid 2px #CCC;
    padding: 1em;
}
.ProgrammeExtraFields
{
    background-color: #FAD1D1;
    border: solid 2px #CCC;
    padding: 1em;
}
.FilesList
{
    background-color: #CDF3F1;
    border: solid 2px #CCC;
    padding: 1em;
}
span.MaxChars
{
    font-size: 80%;
    color: #333;
    font-style: italic;
}
span.MaxCharsRed
{
    font-size: 80%;
    color: red;
    font-style: italic;
}
.LocationFilter
{
    background-color: #CDF3F1;
    border: solid 2px #CCC;
    padding: .2em;
}

input#ctl00_ContentPlaceHolder1_dateStartDate, input#ctl00_ContentPlaceHolder1_dateEndDate
{
    width: 5em;
}
div.CityFilter
{
    position: absolute;
    top: 30px;
    right: 5px;
    padding: 5px;
    background-color: #FF3300;
    color: White;
    font-weight: bold;
}

.GridPageSize
{
    float: right;
}
.CouponForm
{
    background-color: #99CCFF;
    padding: 1em;
}
.Quicklodge
{
    background-color: #99FF99;
    padding: 1em;
    width: 25em;
}
div.BusinessPicker
{
    background-color: #e8e8e8;
    padding: .3em;
    height: 2.5em;
    width: 100% !important;
}

.wzCtrl button
{
    margin: 0 -4px 0 -4px !important;
}

PublicField:after, .PublicField
{
    float: right;
    text-align: center;
    vertical-align: middle;
    padding: 3px 7px 0 5px;
    content: url(/pics/icon_warning.gif);
}




/*::-webkit-scrollbar
{
    color:grey;
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,1);
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.4);
}
::-webkit-scrollbar-thumb:window-inactive
{
}*/







/* client files list */
div.documents
{
    margin: 2em 0;
    padding: 0;
}
div.documents ul
{
    list-style: none;
    float: left;
    border: solid 1px #999;
    margin: 0 2em 0 0;
    padding: 0 0 .2em 0;
}
div.documents ul li
{
    margin: .4em;
    padding: 0;
    min-width: 10em;
}
div.documents ul li.folder
{
    background-color: #999;
    color: #fff;
    padding: .25em 0 .25em 27px;
    margin: 0 0 .5em 0;
    font-weight: bold;
    font-size: small;
    border-bottom: dotted 1px #ccc;
    text-transform: uppercase;
}
div.documents ul li a
{
    display: block;
    width: auto;
    padding-left: 22px;
    text-decoration: none;
}
div.documents ul li a:hover
{
    text-decoration: underline;
}

/* icons for file types (icons by famfamfam) */
/* images */
div.documents a[href$=".jpg"], div.documents a[href$=".png"], div.documents a[href$=".gif"], div.documents a[href$=".tiff"], div.documents a[href$=".svg"], div.documents a[href$=".jpeg"]
{
    background: url(/pics/image.png) no-repeat;
}

/* zips */
div.documents a[href$=".zip"]
{
    background: url(/pics/compress.png) no-repeat;
}

/* docs */
div.documents a[href$=".doc"], div.documents a[href$=".docx"]
{
    background: url(/pics/word.jpg) no-repeat;
}

div.documents a[href$=".ppt"], div.documents a[href$=".pptx"], div.documents a[href$=".pps"], div.documents a[href$=".ppsx"]
{
    background: url(/pics/office.png) no-repeat;
}

/* docs */
div.documents a[href$=".xls"], div.documents a[href$=".xlsx"]
{
    background: url(/pics/excel.png) no-repeat;
}


/* videos */
div.documents a[href$=".avi"], div.documents a[href$=".wmv"], div.documents a[href$=".mp4"], div.documents a[href$=".mov"], div.documents a[href$=".m4a"]
{
    background: url(/pics/video.png) no-repeat;
}

/* audio */
div.documents a[href$=".mp3"], div.documents a[href$=".ogg"], div.documents a[href$=".aac"], div.documents a[href$=".wma"]
{
    background: url(/pics/music.png) no-repeat;
}

/* web pages */
div.documents a[href$=".pdf"]
{
    background: url(/pics/pdf.gif) no-repeat;
}



div.thumbnails img {
    max-width: 150px;
    margin: 0.5em;
    border: solid 1px #000;
}