﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background: url(../images/main-bg.gif) repeat-x #d4d3d3;
    font-size: .80em;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
}

a:link {
    color: #ffffff;
    font-weight: bold;
}

a:visited {
    color: #ffffff;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #ffffff;
}

a.blue:link {
    color: #0062A6;
    font-weight: bold;
}

a.blue:visited {
    color: #0062A6;
}

a.blue:hover {
    text-decoration: underline;
    color: #0062A6 !important;
}

a.blue:active {
    color: #0062A6;
}

a.black:link {
    color: #000000;
    font-weight: bold;
}

a.black:visited {
    color: #000000;
}

a.black:hover {
    text-decoration: underline;
    color: #000000 !important;
}

a.black:active {
    color: #000000;
}

a.green:link {
    color: #57A42F;
    font-weight: bold;
}

a.green:visited {
    color: #57A42F;
}

a.green:hover {
    text-decoration: underline;
    color: #57A42F;
}

a.green:active {
    color: #57A42F;
}

.red {
    color: #ff0000;
}

a.red:link {
    color: #ff0000;
    font-weight: bold;
}

a.red:visited {
    color: #ff0000;
}

a.red:hover {
    text-decoration: underline;
    color: #ff0000;
}

a.red:active {
    color: #ff0000;
}

a.white:link {
    color: #ffffff;
    font-weight: bold;
}

a.white:visited {
    color: #ffffff;
}

a.white:hover {
    text-decoration: underline;
}

a.blue:active {
    color: #ffffff;
}

.bold {
    font-weight: bold;
}

.bold-inline {
    font-weight: bold;
    display: inline;
}

p.light-blue {
    color: #4A8BD3;
    font-weight: bold;
}

p.normal-bold {
    color: #333333;
    font-weight: bold;
}

p span.normal {
    color: #333333;
}

p, ul {
    line-height: 1.6em;
}

li.new {
    list-style: disc outside none;
    margin: 0px 0px 0px 15px;
}

p a:link {
    color: #0769A6;
}

.bold {
    font-weight: bold;
}

.inline {
    display: inline;
}

header,
footer,
nav,
section {
    display: block;
}

img.main-logo {
    margin: 0px auto;
    padding: 20px;
    display: block;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2, legend.h2 {
    color: #0062A6;
    font-size: 16px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #0062a6;
    font-weight: bold;
    margin: 15px 0px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        margin: 0;
        color: #fff;
        border: none;
        font-size: 27px !important;
        display: inline-block;
        position: relative;
        top: -5px;
    }

#login-style {
    background: rgb(254,254,254); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTlhOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(154,154,154,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(154,154,154,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(154,154,154,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(154,154,154,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(154,154,154,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(154,154,154,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#9a9a9a',GradientType=0 ); /* IE6-8 */
    width: 450px;
    margin: 0px auto;
}

#main-menu {
    background: rgb(80,140,181); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwOGNiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjVmN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(80,140,181,1) 0%, rgba(47,95,127,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,140,181,1)), color-stop(100%,rgba(47,95,127,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(80,140,181,1) 0%,rgba(47,95,127,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(80,140,181,1) 0%,rgba(47,95,127,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(80,140,181,1) 0%,rgba(47,95,127,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(80,140,181,1) 0%,rgba(47,95,127,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508cb5', endColorstr='#2f5f7f',GradientType=0 ); /* IE6-8 */
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#main {
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#main-content {
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}



/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
}

input.logon {
    border: 1px solid #CCCCCC;
    color: #444444;
    margin: 6px 2px;
    padding: 6px 2px;
    width: 245px;
    display: block;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #CCCCCC;
    color: #444444;
    margin: 6px 0px;
    padding: 6px 1px;
    width: 210px;
}

input.bigger-field {
    border: 1px solid #CCCCCC;
    color: #444444;
    margin: 6px 0px;
    padding: 6px 1px;
    width: 400px;
}

/*input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 5px 2px;
    font-size: 1.2em;
    color: #444;
    width: 24.5%;
    margin: 6px 0px;
}*/

.checkbox {
    margin-right: 5px;
}

select {
    border: 1px solid #CCCCCC;
    color: #444444;
    padding: 6px 2px;
    margin: 6px 0px;
    width: 100%;
}

    select.none {
        border: 1px solid #CCCCCC;
        color: #444444;
        padding: 6px 2px;
        margin: 6px 2px;
        width: 53%;
    }

    select.tenper {
        border: 1px solid #CCCCCC;
        color: #444444;
        padding: 6px 2px;
        margin: 6px 2px;
        width: 10%;
    }

    select.five {
        border: 1px solid #CCCCCC;
        color: #444444;
        padding: 6px 2px;
        margin: 6px 2px;
        width: 5%;
    }

    select.width45 {
        border: 1px solid #CCCCCC;
        color: #444444;
        padding: 6px 2px;
        margin: 6px 2px;
        width: 45%;
    }


    select.twofifty {
        border: 1px solid #CCCCCC;
        color: #444444;
        padding: 6px 2px;
        margin: 6px 2px;
        width: 250px;
    }

    select.100 {
        border: 1px solid #ccc;
        padding: 6px 2px;
        color: #444;
        width: 100%;
    }

    select.quater25 {
        border: 1px solid #ccc;
        padding: 6px 2px;
        color: #444;
        width: 25%;
    }

    select.ninety {
        border: 1px solid #ccc;
        padding: 6px 2px;
        color: #444;
        width: 90%;
    }

    select.ten {
        border: 1px solid #ccc;
        padding: 6px 2px;
        color: #444;
        width: 10%;
        margin-bottom: 10px;
    }

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
    float: right;
}

.green {
    color: #e31313;
}

.item-area-menu {
    background: none repeat scroll 0 0 #518db6;
    border: 1px solid #A1C3DA;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 15px 5px;
    width: 99%;
    color: #ffffff;
}

.item-area-red {
    border: 1px solid #F1B7B7;
    background-color: #FAE5E5;
    color: #CC0000;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    width: 99%;
}

.item-area {
    background: none repeat scroll 0 0 #D9EBFE;
    border: 1px solid #A1C3DA;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    width: 99%;
}

.clear {
    clear: both;
}

.left {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.right {
    display: inline-block;
}

.item-area-fifty {
    background: none repeat scroll 0 0 #D9EBFE;
    border: 1px solid #A1C3DA;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 5px;
    width: 48.5%;
}

.item-area-green {
    background: none repeat scroll 0 0 #91C058;
    border: 1px solid #A1C3DA;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    width: 99%;
}


.section-space {
    display: inline-block;
    margin-right: 40px;
    color: #000000;
    font-size: 13px;
    margin-top: 5px;
}

.inline-block-styled {
    display: inline-block;
    margin-right: 5px;
}

.inline-block-styled-half {
    display: inline-block;
    margin-right: 5px;
    width: 50%;
}

.inline-block-styled-full {
    display: inline-block;
    margin-right: 5px;
    width: 100%;
}

.inline-block-styled-twentyfive {
    display: inline-block;
    margin-right: 25px;
}

/* BUTTONS
----------------------------------------------------------*/
a.back-button, input.back-button {
    font-size: 14px !important;
    font-weight: bold;
    padding: 8px;
    background: #4A8BD3;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
}

a.grey-button, input.grey-button {
    font-size: 14px !important;
    font-weight: bold;
    border: 1px solid #707070;
    padding: 8px;
    background: rgb(226,226,226); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
    margin-bottom: 10px;
    border-radius: 5px;
    color: #333;
    display: inline-block;
}

a.grey-button-smaller, input.grey-button-smaller {
    font-size: 12px !important;
    font-weight: bold;
    border: 1px solid #707070;
    padding: 3px;
    background: rgb(226,226,226); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
    margin-bottom: 5px;
    border-radius: 5px;
    color: #333;
    display: inline-block;
}

input.grey-button-top {
    font-size: 14px !important;
    font-weight: bold;
    border: 1px solid #707070;
    padding: 4px;
    background: rgb(226,226,226); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
    margin-bottom: 10px;
    border-radius: 5px;
    color: #333;
    display: inline-block;
}

a.blue-button, input.blue-button {
    font-size: 14px !important;
    font-weight: bold;
    border: 1px solid #1F5B9E;
    padding: 8px;
    background: #1e5799; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#2989d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#2989d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 ); /* IE6-8 */
    margin-bottom: 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}


/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

    table td {
        color: #000;
    }

    table.manual td {
        display: inline;
    }

    table tr.row {
        background: #ffffff;
    }

    table th {
        padding: 6px 30px 6px 3px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

    table.manual th {
        text-align: left;
        background-color: transparent;
        border: none;
        padding: 0px;
    }


td.title {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.single-main {
    width: 100%
}

td.single-0, td.single-3 {
    background: #99cccc;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #669999;
    font-size: 11px;
}

td.single-1, td.single-4 {
    background: #669999;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #99CCCC;
    font-size: 11px;
}

td.single-2, td.single-5 {
    background: #336666;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #669999;
    font-size: 11px;
}


td.single-essential-title {
    border: 1px solid #99cccc;
    color: #336666;
    font-weight: bold;
    padding: 3px 6px;
}

td.single-premier-title {
    border: 1px solid #669999;
    color: #336666;
    font-weight: bold;
    padding: 3px 6px;
}



td.single-premierplus-title {
    border: 1px solid #336666;
    color: #336666;
    font-weight: bold;
    padding: 3px 6px;
}

td.single-essential {
    border: 1px solid #99cccc;
    padding: 3px 6px;
}

td.single-premier {
    border: 1px solid #669999;
    padding: 3px 6px;
}

td.single-premierplus {
    border: 1px solid #336666;
    padding: 3px 6px;
}

td.backpacker-0 {
    background: #ec732a;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #fa833b;
    font-size: 11px;
}

td.annual-0, td.annual-3 {
    background: #6699cc;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #6ca2d8;
    font-size: 11px;
}

td.annual-1, td.annual-4 {
    background: #336699;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #6699CC;
    font-size: 11px;
}

td.annual-2, td.annual-5 {
    background: #003366;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #336699;
    font-size: 11px;
}

td.annual-essential-title {
    border: 1px solid #6699cc;
    color: #003366;
    font-weight: bold;
    padding: 3px 6px;
}

td.annual-premier-title {
    border: 2px solid #336699;
    color: #003366;
    font-weight: bold;
    margin-right: 10px;
}

td.annual-premierplus-title {
    border: 2px solid #003366;
    color: #003366;
    font-weight: bold;
    margin-right: 10px;
}

td.annual-essential {
    border: 1px solid #6699cc;
    padding: 3px;
}

td.annual-premier {
    border: 1px solid #336699;
    padding: 3px;
}

td.annual-premierplus {
    border: 1px solid #003366;
    padding: 3px;
}

td.radio-title {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 0px 8px;
    width: 145px;
}

/* MAIN BOOKING AREA 
----------------------------------------------------------*/
.main-booking {
    background: #676767;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px;
    float: left;
    width: 75%;
}

.error-container {
    margin: 10px 0;
    clear: both;
    padding: 5px;
    margin-bottom: 2px;
    background-color: #cc0000;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
}

label.booking-item {
    width: 25%;
    display: inline-block;
}

.underwriter {
    background: #e6e5e4;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    padding: 10px;
}

span.underwriter {
    background: #e6e5e4;
    border-radius: 5px;
    color: #0062a6;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.promotions, .discount {
    background: #b67e51;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin-right: 5px;
}

.template-property-floatprice {
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
}

.template-property-floatprice-1 {
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
}

.template-property {
    color: #0062A6;
    font-size: 13px;
    font-weight: bold;
}

.template-propertyL1 {
    color: #0062A6;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px !important;
}

.template-property-addcover {
    color: #0062A6;
    font-size: 9px;
    font-weight: bold;
}

.template-property-25 {
    color: #0062A6;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    width: 25%;
}

.template-property-40 {
    color: #0062A6;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    width: 30%;
}

.template-property-white {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    width: 30%;
    vertical-align: top;
}

.template-property-whitedis {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    width: 30%;
}

.template-value {
}

.template-value-0 {
    display: inline;
}

.template-value-1 {
    display: inline-block;
    width: 69%;
}

.template-value-2 {
    display: inline-block;
    width: 74%
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}


.script-container {
    background-color: #FAD493;
    border: 1px solid #C5AA7B;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #000000;
    display: block;
    margin: 10px 0 2px;
    padding: 5px;
}

nav,
#menucontainer {
    margin-bottom: 10px;
}

#left-menucontainer {
    margin-top: 40px;
    float: left;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 0.9em;
    display: block;
    text-align: right;
    margin: 10px 0px;
    color: #ffffff;
    font-weight: bold;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #f8b1b1;
    color: #000000 !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}
/*tooltip*/
.toolTip {
    color: #ffffff;
    cursor: help;
    position: relative;
}

.toolTipWrapper {
    width: 175px;
    position: absolute;
    top: 20px;
    display: none;
    color: #FFF;
    font-weight: bold;
    font-size: 9pt;
}

.toolTipTop {
    width: 175px;
    height: 30px;
    background: url(../images/bubbleTop.gif) no-repeat;
}

.toolTipMid {
    padding: 8px 15px;
    background: #A1D40A url(../images/bubbleMid.gif) repeat-x top;
}

.toolTipBtm {
    height: 13px;
    background: url(../images/bubbleBtm.gif) no-repeat;
}

#error {
    color: red;
    font-size: 10px;
    display: none;
}

.needsfilled {
    background: red;
    color: white;
}

.textfieldCC-1 {
    border: 0 none !important;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: none;
    color: #000000 !important;
    margin: 0px !important;
    padding: 0px !important;
}

input.textfieldCCTotal-1, .textfieldCCTotal-1 {
    background: none !important;
    border: 0 none;
    color: #000000 !important;
    font-size: 1.2em;
    font-weight: bold;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.textfieldCC {
    border: 0 none !important;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: none;
    color: #ffffff !important;
    margin: 0px !important;
    padding: 0px !important;
}

.textfieldCCTotal {
    background: none !important;
    border: 0 none;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    border: 0px !important;
    color: #ffffff !important;
}

.details {
    float: left;
}

.price-float-left {
    background: #cccccc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #cccccc 0%, #999999 50%, #999999 51%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#999999), color-stop(51%,#999999), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccccc 0%,#999999 50%,#999999 51%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccccc 0%,#999999 50%,#999999 51%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccccc 0%,#999999 50%,#999999 51%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cccccc 0%,#999999 50%,#999999 51%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
    padding: 10px 10px 0px 10px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px !important;
    position: relative;
    left: 60px;
}

.price-float-right {
    background: #cccccc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #cccccc 0%, #999999 50%, #999999 51%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#999999), color-stop(51%,#999999), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccccc 0%,#999999 50%,#999999 51%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccccc 0%,#999999 50%,#999999 51%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccccc 0%,#999999 50%,#999999 51%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cccccc 0%,#999999 50%,#999999 51%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
    padding: 20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 181px;
    padding: 10px 10px 10px 0;
}

textarea.styled {
    width: 600px;
    height: 70px;
    border: 1px solid #cccccc;
    padding: 5px;
}

table.person-highlight {
    background: none repeat scroll 0 0 #FEE7D3;
    padding: 10px;
    margin: 0px 5px 5px;
    width: 99%;
}

table.person-data {
    width: 100%;
}

    table.person-data td {
        margin: 0;
        padding: 0 5px;
        vertical-align: middle;
        color: #48290E;
    }

    table.person-data tr.main {
        border-bottom: 1px solid #d4833c;
        border-top: 1px solid #d4833c;
        background: #faab64;
    }

.template-new {
    font-size: 10px;
}


/* Styles for 2 years quote */

.twoYears-header td:not(:first-child) {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #003366;
}

/*.twoYears-header td:nth-child(2) {
    border-right:1px solid #003366;
}*/
