﻿/* New Design Early 2022
    White           #ffffff
    KIM light blue  #00aeef
    KIM medium blue #007aaf
    KIM dark blue   #104674
    KIM dark grey   #58595b
    KIM orange      #e16344
    KIM green       #00b0a0
    KIM yellow      #eb962e
    KIM light grey  #e2dfdd
    KIM medium grey #665852
*/

@font-face {
    font-family: 'bariolregular';
    src: url('/fonts/bariol_regular-webfont.eot');
    src: url('/fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bariol_regular-webfont.woff2') format('woff2'), url('/fonts/bariol_regular-webfont.woff') format('woff'), url('/fonts/bariol_regular-webfont.ttf') format('truetype'), url('/fonts/bariol_regular-webfont.svg#bariolregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bariolitalic';
    src: url('/fonts/bariol_regular_italic-webfont.eot');
    src: url('/fonts/bariol_regular_italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bariol_regular_italic-webfont.woff2') format('woff2'), url('/fonts/bariol_regular_italic-webfont.woff') format('woff'), url('/fonts/bariol_regular_italic-webfont.ttf') format('truetype'), url('/fonts/bariol_regular_italic-webfont.svg#bariolitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: bariolregular !important;
    box-sizing: border-box;
}

body {
    font-size: 1em;
    color: #58595b;
    background: white url(/Images/KIM-background.jpg) center/cover no-repeat fixed
}

h3 {
    margin: 0;
    font-size: 1.9rem
}

p {
    margin: 15px 0
}

.center{
    margin: 0 auto;
}

a:link {
    /* unvisited link */
    color: #58595b;
    font-style: normal;
    font-weight: normal
}

a:visited {
    /* visited link */
    color: #58595b;
    font-style: normal;
    font-weight: normal
}

a:hover {
    color: #58595b;
    /*font-weight:bolder;*/
    /*font-size:small;*/
}

a:active {
    color: #333;
    font-style: normal;
    font-weight: normal
}

.material-icons {
    font-family: 'Material Icons' !important;
}

.IframeHtml {
    padding: 10px 15px
}

    .IframeHtml body {
        background: white
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background: white !important;
    -webkit-box-shadow: 0 0 0 100px white inset
}

    input:-webkit-autofill.MandatoryTextBox,
    input:-webkit-autofill:hover.MandatoryTextBox,
    input:-webkit-autofill:focus.MandatoryTextBox,
    input:-webkit-autofill:active.MandatoryTextBox {
        background: #FFF8DC !important;
        -webkit-box-shadow: 0 0 0 100px #FFF8DC inset
    }

/* -------- Header -------- */

.LogonMenuApplicationTitle {
    font-size: 40px;
    font-weight: bold;
    color: #104674
}

.LogoImage {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

nav > ul {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
    background-color: white;
}

    nav > ul > li {
        display: inline
    }

header {
    margin: 0 auto;
    display: table
}

    header ul {
        padding: 15px 0;
        float: left;
        text-align: center
    }

        header ul li {
            display: inline-block;
            vertical-align: middle;
        }

.LogonMenuHeader {
    font-size: 18px
}

.MenuLogout {
    padding: 0 4px !important;
    margin-left: 10px;
    background-color: #e16344 !important;
    border-radius: 15px
}

    .MenuLogout .rmText {
        padding: 0 10px !important;
        font-size: 11px !important;
        color: white !important
    }

/* ---------------- */

/* ------------------- Layout ------------------- */

.main-outer-div {
    width: 100%;
    /*text-align: center;*/
}

.main-inner-div {
    /*display: inline-block;*/
    margin: 0 auto;
    padding: 0 10px;
    width: 100%
}

.column {
    min-height: 10px;
}

.left, .right {
    width: 380px;
}

.middle {
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

/* -------------------------------------- */

.vl {
    margin: 0 14px;
    border-left: 1px solid #58595b
}

/* ------------------- Labels, Messages ------------------- */

.WarningMessage {
    color: red;
    font-size: 14px;
    font-weight: bold
}

.SuccessMessage {
    color: green;
    font-size: 14px;
    font-weight: bold
}

.Labels {
    width: 150px
}

.LabelPageTitle {
    display: block;
    margin-top: 10px;
    width: 100%;
    color: #007aaf;
    font-size: 1.6rem;
    font-weight: bold
}

.LabelMainHeading {
    color: #007aaf;
    font-size: 1.9rem;
    font-weight: bold
}

.LabelSubHeading {
    display: block;
    color: #104674;
    font-size: 15px;
    font-weight: bold
}

.LabelSubHeadingBig {
    display: block;
    color: #104674;
    font-size: 22px;
    font-weight: bold
}

.LabelInput {
}

.LabelsTotals {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #4788BA;
    padding-left: 15px;
}

.LabelswithWhiteText, .LabelswithWhiteText a {
    font-size: 11px;
    color: white;
}

.LargeLabelsGetPageHeading {
    display: block;
    font-weight: bold
}

.LabelsImportantRed {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: red;
}


/* -------------------------------------- */
.DivInput {
    margin: 15px 0 0 0
}

    .DivInput span {
        display: block;
        margin: 0 0 4px 0
    }

/* ------------------- Card ------------------- */

.CardContainer {
    padding: 24px;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    border-radius: 15px;
    transition: 0.3s;
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px -7px rgb(60, 60, 60);
    -moz-box-shadow: 0px 0px 15px -7px rgb(60, 60, 60);
    box-shadow: 0px 0px 15px -7px rgb(60, 60, 60);
}

    .CardContainer:hover {
        -webkit-box-shadow: 0px 0px 15px -5px rgb(60, 60, 60);
        -moz-box-shadow: 0px 0px 15px -5px rgb(60, 60, 60);
        box-shadow: 0px 0px 15px -5px rgb(60, 60, 60);
    }

    .CardContainer select, .CardContainer input[type=text], .CardContainer input[type=password] {
        width: 100%
    }

.CardCenter {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    /*min-height: 250px;*/
    padding: 0px;
    border-radius: 15px;
}

.CardTitle {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.CardBody {
    margin: 10px 0;
    min-height: 40px
}

/* -------------------------------------- */


/* ------------------- badge ------------------- */

.badge {
    display: inline-block;
    margin-right: 5px;
    color: #000;
    font-weight: bold;
}

/* Style */
.badge--info {
    color: #3498db;
}

.badge--warning {
    color: #f1c40f;
}

.badge--danger {
    color: #e74c3c;
}

.badge--success {
    color: #2ecc71;
}

.badge--small {
    font-size: 1.2rem;
    padding: .1rem .65rem .2rem;
}

/* -------------------------------------- */


/* ------------------- notification items ------------------- */

.NotContDiv {
    padding: 5px 0;
    text-align: left;
}

.NotContLbl {
}

.NotContDiv a {
    text-decoration: none;
}

.LogonVersionNo {
    float: right;
    color: #999 !important
}

/* -------------------------------------- */

/* ------------------- Library ------------------- */

.librarysearch {
    margin-bottom: 15px;
}

    .librarysearch td {
        vertical-align: middle
    }

.librarylistdiv {
    text-align: left;
}

#ImageFileSearch {
    padding-top: 0px;
    margin-top: 0px;
}

/* -------------------------------------- */


/* ------------------- Buttons ------------------- */

.MoreInfo {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.ButtonClassSmall {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    /*color: #000099; 
  background-color:#99CCFF;*/
    color: white;
    /*background-color:#CC0000;*/
    /*background-color:#0099CC; -- Light Blue*/
    background-color: #333333;
    cursor: hand;
    padding: 2px 0px 3px 0px;
    margin-top: 3px;
}

.ButtonClassCircle {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    /*color: #000099; 
  background-color:#99CCFF;*/
    color: white;
    /*background-color:#CC0000;*/
    /*background-color:#0099CC; -- Light Blue*/
    background-color: #333333;
    cursor: hand;
    padding: 2px 0px 3px 0px;
    margin-top: 3px;
}

.ButtonClassCircleRed {
    padding: 5px 15px;
    background-color: #e16344;
    border-radius: 15px;
    border-style: none;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

.ButtonClassCircleBlue {
    padding: 7px 17px;
    background-color: #104674;
    border-radius: 15px;
    border-style: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

.ButtonClassSmallCircle {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: white;
    background-color: #333333;
    cursor: hand;
    padding: 2px 0px 3px 0px;
    margin-top: 3px;
}

.ButtonClassLinkBlue {
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold !important;
    font-size: 16px;
    color: #0066ef !important;
    border: none;
    background: none;
    cursor: pointer;
}

.buttonsDiv {
    padding: 15px 0;
    text-align: center;
}

.ButtonClassRemove {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    /*color: #000099; 
  background-color:#99CCFF;*/
    color: white;
    /*background-color:#CC0000;*/
    /*background-color:#0099CC; -- Light Blue*/
    background-color: #333333;
    cursor: hand;
    padding: 2px 0px 3px 0px;
    margin-top: 3px;
    width: 60px;
}

.ButtonClassMarkAsRead {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    /*color: #000099; 
  background-color:#99CCFF;*/
    color: white;
    /*background-color:#CC0000;*/
    /*background-color:#0099CC; -- Light Blue*/
    background-color: #333333;
    cursor: hand;
    padding: 2px 0px 3px 0px;
    margin-top: 3px;
    width: 100px;
}

.LinkButtonClass {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    cursor: hand;
    padding: 2px 0px 3px 0px;
    margin-top: 6px;
    text-decoration: underline;
}

.RadSpellFloat {
    display: inline-block
}

    .RadSpellFloat input[type=button] {
        width: 130px;
        border-radius: 5px;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        /*color: #000099; 
        background-color:#99CCFF;*/
        color: white;
        /*background-color:#CC0000;*/
        /*background-color:#0099CC; -- Light Blue*/
        background-color: #333333;
        cursor: pointer;
        padding: 2px 0px 3px 0px;
        margin-top: 3px;
    }

.displaycalenderbutton {
    position: absolute;
    top: 0;
    right: 0;
    font-family: Arial;
    font-size: 10px;
    color: black;
    cursor: pointer;
    height: 17px;
    width: 18px;
    background-image: url(../images/ico-calendar.png);
    background-repeat: no-repeat;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.displaypersonbutton {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: black;
    cursor: pointer;
    width: 17px;
    height: 22px;
    background-image: url(../images/PersonInfo.PNG);
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.associatepersonbutton {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: black;
    cursor: pointer;
    width: 18px;
    height: 23px;
    background-image: url(../images/assignstaff.PNG);
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

/* -------------------------------------- */

.TableCellFit {
    width: 1%;
    white-space: nowrap
}


/* ------------------- Inputs ------------------- */

.EditableTextBox, .ReadOnlyTextBox, .ReadOnlyTextBoxBold, .ReadOnlyRedTextBoxBold, .MandatoryTextBox, .MandatoryTextBoxMultiline, select {
    padding: 3px;
    border: 1px solid #ddd
}

.ReadOnlyTextBox {
    background: lightblue
}

.MandatoryTextBox {
    background: #FFF8DC
}

.MandatoryTextBoxMultiline {
    background: #FFF8DC;
    padding: 2px 3px 2px 3px;
    resize: none;
}

    .EditableTextBox:focus, .ReadOnlyTextBox:focus, .ReadOnlyTextBoxBold:focus, .ReadOnlyRedTextBoxBold:focus, .MandatoryTextBox:focus, .MandatoryTextBoxMultiline:focus, select:focus {
        border: 1px solid #bbb;
    }

input, textarea, select {
    outline: none
}

/* -------------------------------------- */


/* ------------------- Tiles ------------------- */

.TilesContainer {
    margin: 20px 13px 0 13px;
    display: inline-block
}

.TileContainer {
    float: left;
    margin: 0 6px 12px 6px;
    cursor: pointer
}

    .TileContainer:hover > .IconTile > .TileImage {
        margin: 0;
        height: 60px;
        transition: height 0.1s;
    }

    .TilesRow {
        width: 100%;
        float: left
    }

.IconTile {
    position: relative;
    padding: 18px 4px 0 4px;
    background-color: white;
    height: 125px;
    width: 125px;
}

    .IconTile img {
        height: 100%
    }

    .IconTile span {
        display: block;
        line-height: .9
    }

.TileImage {
    margin: 4px 0;
    height: 50px
}

/* -------------------------------------- */

.DivInputs {
    display: table;
    margin: 0 auto;
    /*width: 100%;*/
    /*text-align: center*/
}

    .DivInputs .LabelInput {
        display: block
    }

    .DivInputs .LabelCheckBox {
    }

    .DivInputs select, .DivInputs input[type=text], .DivInputs input[type=password], .DivInputs input[type=file], .DivInputs textarea {
        width: 100%
    }

    .DivInputs ul {
        /*display: inline-block;
        width: 100%;*/
    }

        .DivInputs ul li {
            display: inline-block;
            padding: 3px 6px;
            vertical-align: bottom
        }

            .DivInputs ul li.Wide, .DivInputs ul li.Wide div {
                width: 100%
            }

            .DivInputs ul li > div {
                width: 200px;
                text-align: left
            }

    .DivInputs input[type=checkbox] {
        margin: 6px 0;
    }

    .DivInputs.Col2 {
        margin: 0 auto;
        max-width: 430px
    }

    .DivInputs.Col3 {
        margin: 0 auto;
        max-width: 645px
    }

    .DivInputs.Col4 {
        margin: 0 auto;
        max-width: 860px
    }

    .DivInputs.Col5 {
        margin: 0 auto;
        max-width: 1080px
    }

    .DivInputs table tr td {
        text-align: left
    }

.DivInputsV {
    display: table;
    margin: 0 auto;
    /* width: 100%*/
}
    .DivInputsV.Wide {
        width: 90%
    }
    .DivInputsV .LabelInput {
        display: block
    }

    .DivInputsV select, .DivInputsV input[type=text], .DivInputsV input[type=password], .DivInputsV input[type=file], .DivInputsV textarea, .DivInputsV input[type=time] {
        width: 100%
    }

    .DivInputsV ul li {
        display: block;
        padding: 3px 6px;
        vertical-align: bottom
    }

        .DivInputsV ul li > div {
            margin: 0 auto;
            width: 300px;
            text-align: left
        }

        .DivInputsV ul li.Wide > div {
            width: 100%
        }

        .DivInputsV ul li.Double > div {
            width: 430px
        }

    .DivInputsV > div {
        margin: 3px 0;
        /*text-align: left;*/
        width: 100%;
        /*width: 196px;*/
    }

    .DivInputsV input[type=checkbox] {
        margin: 6px 0;
        display: block;
    }




.BadgeCircleNumberRed {
    position: absolute;
    z-index: 999;
    left: 59%;
    top: 14%;
    border-radius: 50%;
    width: 2.3em;
    height: 2.3em;
    padding: 6px 1px 1px 1px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold
}

.BadgeCircleNew {
    position: absolute;
    z-index: 999;
    left: 24%;
    top: 47%;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background: #00b0a0 url('/Images/KIM-icons-plus20.png') center/12px no-repeat;
    border: 1px solid #58595b
}

.BadgeCircleSearch {
    position: absolute;
    z-index: 999;
    left: 24%;
    top: 47%;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background: #eb962e url('/Images/KIM-icons-search14.png') center/12px no-repeat;
    border: 1px solid #58595b
}


.BorderGreen {
    border: 5px solid #00b0a0;
    border-radius: 20px
}

.BorderOrange {
    border: 5px solid #e16344;
    border-radius: 20px;
    background-color: white;
}

.BorderYellow {
    border: 5px solid #eb962e;
    border-radius: 20px
}

.BorderBlack {
    border: 5px solid #665852;
    border-radius: 20px
}

.BorderBlue {
    margin: 10px auto;
    padding: 10px 25px;
    background-color: white;
    border: 5px solid #007aaf;
    border-radius: 20px
}






/* ------------------- Telerik fix ------------------- */

.RadMenu_Default *, .RadGrid_Default * {
}

.RadMenu_Default .rmRootGroup, .RadMenu_Default a.rmLink, .RadMenu_Default .rmRoundedCorners .rmGroup .rmItem {
    border: none;
    background-repeat: unset;
    background-position: unset;
    background-color: white;
    background-image: none
}

.RadMenu .rmHorizontal .rmText {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #104674
}

.RadMenu .rmVertical .rmText {
    text-transform: none;
    font-weight: unset
}

.RadMenu .rmHorizontal .rmLink {
    padding: 0 0 0 12px
}

    .RadMenu .rmHorizontal .rmLink.rmRootLink > .rmText {
        padding-right: 12px
    }

.RadGrid.RadGrid_Default {
    width: 100% !important;
    overflow-x: auto !important
}

.RadGrid, .rgMasterTable, .RadGrid tr, .RadGrid td {
    background-color: none !important;
    background-image: none !important;
    border: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.RadGrid_Default .rgMasterTable {
    font-size: 15px !important;
    line-height: normal !important;
}

.RadGrid_Default .rgHeader {
    background: #007aaf !important;
    color: white !important
}

.RadGrid_Default .rgHoveredRow {
    background: #eee !important
}

.RadGrid th, .RadGrid th a {
    font-weight: bold !important;
    text-transform: uppercase;
    color: white !important
}

.RadGrid td {
    color: #58595b !important;
    background: white;
    word-break: break-word
}

.RadGrid th, .RadGrid td {
    padding: 4px !important;
}

.RadGrid, .RadGrid tr.rgRow td, .RadGrid tr.rgAltRow td, .RadGrid tr.rgEditRow td, .BorderTop {
    border-top: 1px solid #ddd !important
}

.rgMasterTable.rgClipCells {
    /*table-layout: auto !important*/
}

.RadPicker.RadPicker_Default.EditableTextBox {
    width: 100% !important;
}

.RadPicker.RadPicker_Default td, .RadPicker.RadPicker_Default.EditableTextBox {
    padding: 0 !important
}

.RadInput_Default .riTextBox {
    border-color: #ddd !important;
    font-size: 13px !important
}

.RadGrid_Default .rgMultiHeaderRow .rgHeader {
    border-left: 1px solid #bbb !important
}

.RadGrid_Default .rgHeader {
    border-bottom: 1px solid #bbb !important;
    border-right: 1px solid rgba(250,250,250,.5) !important;
}

.RadGrid_Default .rgCommandTable {
    border: 0 !important
}

    .RadGrid_Default .rgCommandTable td {
        padding: 0 !important
    }

.RadGrid_Default .rgGroupHeader {
    background: #007aaf !important;
}

    .RadGrid_Default .rgGroupHeader td {
        background-color: transparent !important;
        color: white !important;
    }

.RadComboBox .RadComboBox_Default, .RadDropDownTree .RadDropDownTree_Default {
    padding: 0;
    border: none
}

.RadComboBox_Default .rcbInnerP, .RadComboBox_Default .rcbReadOnly, .RadDropDownTree_Default .rddtInner, .RadDropDownTree_Default .rddReadOnly {
    border-color: #ddd !important
}

.RadComboBox .rcbInner, .RadDropDownTree .rddtInner {
    padding: 1px 2em 1px 10px !important;
    background: none !important;
    border-radius: 0px !important
}

.RadDropDownTree .rddtIcon, .RadDropDownTree .rddtClearIcon {
    font-family: "WebComponentsIcons" !important
}


/* -------------------------------------- */
.IframeDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 9003
}

.IFrameDivBig {
    margin: 0 auto;
    padding: 0;
    width: 96vw;
    height: 91vh
}

.IFrameDivSmall {
    margin: 0 auto;
    padding: 0;
    width: 50vw;
    height: 380px
}


iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: none
}

.CellSpacing5 td {
    padding: 5px
}




.EntryNotes {
    font-family: Arial;
    font-size: 10px;
    color: black;
    cursor: pointer;
    width: 40px;
    height: 45px;
    background-image: url(../images/picklist.png);
    background-repeat: no-repeat;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

#imgExportToExcel {
    margin-left: 5px;
    float: right
}

.DivGridDetails {
    /* margin-top: 20px*/
}




.StudentPortalHeadings {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.StudentPortalLabels {
    width: 200px;
    height: 50px;
    padding-left: 10px;
    background-color: #3198a1;
}

.StudentPortalValues {
    height: 50px;
    padding-left: 10px;
    background-color: gainsboro;
}

.StudentPortalReadOnlyValues {
    height: 50px;
    padding-left: 10px;
    background-color: #3198a1;
}

.ReadOnlyRedTextBoxBold {
    color: red;
    background: lightblue;
    font-style: normal;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

.ReadOnlyTextBoxBold {
    color: black;
    background: lightblue;
    font-style: normal;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

.OverdueJob {
    color: red;
    font-family: Arial;
    font-size: 24px;
    border-width: 1px;
    border-style: none;
    border-color: #C0C0C0;
    font-style: normal;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

.CheckListIncomplete {
    color: red;
    font-family: Arial;
    font-size: 24px;
    border-width: 1px;
    border-style: none;
    border-color: #C0C0C0;
    font-style: normal;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}



fieldset {
    display: inline;
    margin: 0 auto;
    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;
}

#signatureCanvas {
    background-color: #fff;
}


.p-icon, .t-icon, .t-font-icon, .t-efi {
    font: 16px/1 "WebComponentsIcons" !important
}




@media only screen and (max-width: 1134px) {
}

@media only screen and (min-width: 1500px) {

    .main-inner-div {
        width: 1500px;
    }
}

@media (max-width: 966px) {

    nav > ul > li, .column, .IFrameDivSmall {
        width: 100%
    }

    nav > ul > li {
        display: inline-block;
        float: none
    }

    .column {
        display: block
    }

    #section-cookies .content, #section-cookies .content button {
        width: 100% !important
    }
}

@media (max-width: 768px) {
    .DivInputsV, .DivInputsV ul, .DivInputsV ul li, .DivInputsV ul li > div {
        width: 100%
    }
}



#section-cookies {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 9000
}

    #section-cookies .content {
        padding: 60px 30px 30px 30px;
        width: 500px;
        height: 100%;
        background-color: #104674;
        color: white;
        overflow: auto
    }

        #section-cookies .content p, .div-buttons {
            margin-top: 20px
        }

        #section-cookies .content hr {
            margin: 30px 0;
            border: 0;
            height: 1px;
            background-color: rgba(255,255,255,.3);
        }

        #section-cookies .content button {
            padding: 10px 20px;
            margin: 5px;
            font-size: 18px;
            font-weight: bold;
            color: #104674;
            width: 46%;
            border-radius: 5px;
            border-style: none;
            cursor: pointer
        }

        #section-cookies .content a {
            color: white
        }

    #section-cookies .analitycs-cookies {
        position: relative
    }

        #section-cookies .analitycs-cookies input[type=checkbox] {
            position: absolute;
            top: 10px;
            right: 0
        }

.ButtonToggleCookies {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    background: none;
    z-index: 9009;
    border-top: 0px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid #333;
}

    .ButtonToggleCookies span {
        position: fixed;
        top: 10px;
        left: 10px;
        padding: 4px 8px;
        border: 2px solid white;
        border-radius: 50%;
        line-height: 16px;
        background-color: #333;
    }


.hidden {
    display: none
}

.contacts-container {
    padding: 20px;
    /*position: relative*/
    position: fixed;
    top: 152px;
    right: 80px;
    display: none;
    background-color: white;
    border: 2px solid #007aaf;
    border-radius: 8px;
}

.contacts-list {
    text-align: left
}

    .contacts-list:before, .contacts-list:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 78px;
        width: 16px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .contacts-list:before {
        border-bottom: 18px solid rgba(0, 0, 0, 0);
        border-left: 18px solid #007aaf;
        border-top: 18px solid rgba(0, 0, 0, 0);
        right: -34px;
    }

    .contacts-list:after {
        border-bottom: 16px solid rgba(0, 0, 0, 0);
        border-left: 16px solid #fff;
        border-top: 16px solid rgba(0, 0, 0, 0);
        right: -32px;
    }

    .contacts-list ul {
        list-style: none;
        height: 300px;
        width: 250px;
        overflow-y: auto;
    }

    .contacts-list li {
        padding: 10px 0;
        border-top: 1px solid #eee;
    }

    .contacts-list span.control-desk {
        float: right;
        font-weight: bold;
        border-radius: 50%;
        padding: 2px;
    }

        .contacts-list span.control-desk.busy {
            background-color: red;
        }

    .contacts-list div.header-title {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

.overlay-icons-div {
    position: fixed;
    right: 0;
    z-index: 9090;
    text-align: center;
}

    .overlay-icons-div.exit {
        top: 22px
    }

    .overlay-icons-div.contacts {
        top: 200px
    }

.overlay-icon {
    margin: 5px 0;
    padding: 5px 10px;
    width: 64px;
    cursor: pointer;
    background: white;
    border-bottom: 2px solid #007aaf;
    border-left: 2px solid #007aaf;
    border-top: 2px solid #007aaf;
    border-radius: 8px 0 0 8px;
}

    .overlay-icon img, .overlay-icon input {
        display: block
    }

.refresh-users {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.close-calls {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer
}
















.MenuBackground
{
  /*#3366CC Blue
  #003366 Dark Blue
  #336699 Medium Blue
  #990033 Red 
  #333333 - Dark Blue - Previous Used this Colour
  #4788BA - Light Blue
  #333333 - Charcoal - Now decided to use this Colour
      */
  background-color:#003366;
}
.MenuFontColour
{
 color:White;
}

.SubMenu {
    background-color:#333333;
    height:35px;
}

.MainScreen {
    padding-left:0px;
}

.section_header_text {
  font-family:Arial;
  font-size:14px;
  color:#4788BA;
}
.button_custom_small {
  height:auto;
  width:auto;
  text-align:center; 
  font-family:Arial;
  font-size:11px;
  color:white;
  padding:1px 6px 3px 6px;
  border:3px solid #4788BA;
  background:#79BAEC;
  cursor:pointer;
}

.button_custom_large {
  height:auto;
  width:auto;
  text-align:center; 
  font-family:Arial;
  font-size:12px;
  color:white;
  padding:1px 6px 3px 6px;
  border:3px solid #4788BA;
  background:#79BAEC;
  cursor:pointer;
}

.button_custom_large_selected {
  height:auto;
  width:auto;
  text-align:center; 
  font-family:Arial;
  font-size:12px;
  color:white;
  padding:1px 6px 3px 6px;
  border:3px solid gray;
  background:#79BAEC;
  cursor:pointer;
}

.outer_box {
  margin-left:auto;
  margin-right:auto;
  white-space:nowrap;
  background:#E8E8E8; 
  margin-top:10px;
  margin-bottom:15px;
  padding:20px 20px 20px 20px;
  border:1px solid #A8A8A8;
  border-radius:18px; 
  -moz-border-radius:18px; 
  -webkit-border-radius:18px; 
  overflow:hidden;
}

.content_box {
  text-align:left;
  white-space:nowrap;
  background:white; 
  padding:10px 10px 12px 10px;
  border:5px solid #4788BA;
  width:auto;
  border-radius:18px; 
  -moz-border-radius:18px; 
  -webkit-border-radius:18px; 
}

.footerfont {
	color: white;
	font-size:8pt;
	font-family:Arial;
	background-color: #357ec7;
}


.ButtonClass 
{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
   border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: Arial; 
  font-size: 15px; 
  font-weight:bold;
  /*color: #000099; 
  background-color:#99CCFF;*/
  color: white; 
  /*background-color:#CC0000;*/
  /*background-color:#0099CC; -- Light Blue*/
  background-color:#333333;
  cursor:hand; 
  padding:2px 0px 3px 0px; 
  margin-top:6px;
}


.ButtonClassBlue
{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
   border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Arial; 
  font-size: 13px; 
  font-weight:bold;
  background-color:#25a0da;
  color: white; 
  cursor:hand; 
  padding:2px 0px 3px 0px; 
  margin-top:6px;
  width:200px;
  height:50px;
}


.HyperlinkLabelAdminMenu 
{
  font-family: Arial; 
  font-size: 15px; 
  font-weight:normal;
  cursor:hand; 
  text-decoration:none; 
}


/* 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   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.BulletPoint
{
  text-align: center; 
  list-style-position: inside;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/



input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}



/* GRIDS
----------------------------------------------------------*/
.GridActiveItem {
  background-color: White;
}
.GridSelectedItem {
    background-color: aliceblue;
}

/* MISC  
----------------------------------------------------------*/


.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

div.pageTitle {
  width:100%; 
  text-align:left;
  background-color: #dcdcdc; 
  padding-left: 0.2ex;
  padding-top: 0.2ex;
  padding-bottom: 0.2ex;
	font-family:Arial; 
	font-style:normal; 
  font-weight:bold; 
	font-size:12px; 
	color:#333333;

}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.MainBackground {
  font-family: Arial; 
  background-color:transparent;
}

.Header {
  font-family: Arial; 
  font-size: 36px; 
  font-weight: bold;
}

.SubHeader {
  font-family: Arial; 
  font-size: 16px; 
  font-weight: bold;
}

.ContactUs {
  font-family: Arial;
  font-size:10px;
  color:black;
}

.HyperlinkSmall {
  font-family: Arial;
  font-size:10px;
  color:#0000FF;
}

.HyperlinkMedium {
  font-family: Arial;
  font-size:14px;
  color:#0000FF;
}


.HyperlinkNoBorders {
  border-top:none;
  border-bottom:none;
  border-left:none;
  border-right:none;
}

.BackHyperlink{
	font-family:Arial; 
	font-style:normal; 
	font-weight:bold; 
	font-size:12px; 
	color: black
}

.Hyperlinks {
	font-family:Arial; 
	font-style:normal; 
	font-weight:normal; 
	font-size:11px; 
	color:#FFFFFF; 
}

.HyperlinkLabel {
  font-family: Arial;
  font-size:15px;
  color:white;
  font-weight:normal;
}

.HyperlinkSmallLabel {
  font-family: Arial;
  font-size:11px;
  color:white;
  font-weight:normal;
  
}


.DataListHeading {
    font-family:Arial; 
	font-size:11px;   
    font-weight:bold;
    color:white;
    background-color:#357EC7;
}
.DataListRow {
    font-family:Arial; 
	font-size:10px;     
}

.LogonLabelHeader {
	font-family:Arial; 
	font-style:normal; 
	font-weight:normal; 
	font-size:12px; 
	color:white;
}

.FooterWhiteLabel {
	font-family:Arial; 
	font-style:normal; 
	font-weight:normal; 
	font-size:11px; 
	color:white;
}




.LogInButton 
{
    font-family: Arial; 
    font-size: 12px; 
    color: white; 
    background-color:#333333;
    cursor:hand; 
    padding:2px 0px 3px 0px; 
    margin-top:6px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.ForgotPasswordButton {
    font-family: Arial; 
    font-size: 12px; 
    color: white; 
    background-color:#333333;
    cursor:hand; 
    padding:2px 0px 3px 0px; 
    margin-top:6px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.HelpMessage
{
    color:black;
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:11px;
    background-color:Yellow;
}
.SubHeadings {
	font-family:Arial; 
	font-style:normal; 
	font-weight:bold; 
	font-size:12px; 
	color:Navy;
}


.LogonLabel {
	font-family:Arial; 
	font-style:normal; 
	font-weight:normal; 
	font-size:12px; 
	color:gray;
}


.LargeLabels {
    font-family:Arial; 
	font-style:normal; 
	font-weight:bold; 
	font-size:20px; 
	color:#333333;
    padding-left:40px;
}



.LargeLabelsWhite {
    font-family:Arial; 
	font-style:normal; 
	font-weight:bold; 
	font-size:20px; 
	color:white;
    padding-left:40px;
}

.LabelsMedium {
	font-family:Arial; 
	font-style:normal; 
	font-weight:normal; 
	font-size:14px; 
	color:#333333;
}


.LabelsNotification {
	font-family:Arial; 
	font-style:normal; 
	font-weight:normal; 
	font-size:15px; 
	color:#333333;
    padding-left:20px;
   
}

.LabelsImportant {
	font-family:Arial; 
	font-style:normal; 
	font-weight:bold; 
	font-size:15px; 
	color:#333333;
}
.LabelsGrey {
	font-family:Arial; 
	font-style:normal; 
	font-weight:normal; 
	font-size:15px; 
	color:grey;
}

.LabelsLightBlue {
	font-family:Arial; 
	font-style:normal; 
	font-weight:normal; 
	font-size:15px; 
	color:#4788BA;
}

.LabelsLightBlueImportant {
	font-family:Arial; 
	font-style:normal; 
	font-weight:bold; 
	font-size:15px; 
	color:#4788BA;
}

.LogonTextBox {
	width:237px; 
	margin-top:3px; 
	font-family:Arial; 
	font-size:12px; 
	background:#FFF8DC; 
	border-width:1px; 
	border-style:solid; 
	border-color:#C0C0C0; 
	padding:2px 3px 2px 3px;
}

.text_blue {
	font-family:Arial; 
	font-size:11px; 
	color:blue;
	
}
.headertext_blue {
	font-family:Arial; 
	font-size:12px; 
	color:blue;
	
}
.EditableSysAdminTextBox{
	font-family:Arial; 
	font-size:11px; 
	padding:2px 3px 2px 3px;
	background:#FFF8DC; 
}
.lblHelpGuide{
	font-family:Arial; 
	font-size:11px; 
	background:#dcdcdc; 
}
.passwordchangeheader
{
    height:20px;
    color: black;
	font-size:8pt;
	font-family:Arial;
	background-color: #b0e0e6;
}
.text_white {
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:10px;
    color:white;
}
.createaccountfooter 
{
    color: white;
    height:6px; 
    width:102%; 
    background:#151B8D; 
    display:block;
    z-index: 2; 
    position: absolute; 
    left: 0px; 
    bottom: 10px;   
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:10px;
    color:white; 
}

.text_black {
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:10px;
    color:black;
}

.text_blue {
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:10px;
    color:blue;
}

.text_green {
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:10px;
    color:green;
}

.text_red {
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:10px;
    color:red;
}

.text_gray {
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:10px;
    color:gray;
}

.text_white {
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:10px;
    color:white;
}

.text_address_notes {
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:9px;
    color:gray;
}

.text_note {
	font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:9px;
    color:black;
    line-height:200%;
}

.notification_viewed {
    padding:3px 5px 5px 5px;
    background:#F0F0F0;
}

.notification_unviewed {
    padding:3px 5px 5px 5px;
    background:#D8D8D8;
}
.GreyBackground {
   background-color:#dcdcdc;
}
.BlueBorders 
{
background-color:white;
border-bottom-color:#003366;
border-bottom-style:solid;
border-top-color:#003366;
border-top-style:solid  
}

.buttonbg 
{
    font-family: Arial; 
    font-size: 10px; 
    color: black; 
    cursor:hand; 
    
}

.searchLabel
{
    FONT-SIZE: 12px;
    COLOR: #803530;
    FONT-FAMILY: Arial;
    text-decoration:none;
}


.mainWrap {
     background: url(Img/btnBgr.gif) no-repeat;
     padding: 30px 0 0;
     width: 602px;
     height: 273px;
}

.btnWrap {
     width: 366px;
     margin: auto;
     padding: 6px;
     /*background-color: #000;*/
     border-radius: 4px;
}

span.rbLinkButton.RadButton.lost, 
span.rbLinkButton.RadButton.found, 
span.rbLinkButton.RadButton.existing, 
span.rbLinkButton.RadButton.ExternalNewEntry, 
span.rbLinkButton.RadButton.ExternalStats, 
span.rbLinkButton.RadButton.ExternalSearch, 
span.rbLinkButton.RadButton.help {
     position: relative;
     padding: 0;
     margin: 6px;
     border: 0;
     border: 6px solid;
}

span.rbLinkButton.RadButton.RadButton.lost:hover, 
span.rbLinkButton.RadButton.found:hover, 
span.rbLinkButton.RadButton.existing:hover, 
span.rbLinkButton.RadButton.ExternalNewEntry:hover, 
span.rbLinkButton.RadButton.ExternalStats, 
span.rbLinkButton.RadButton.ExternalSearch:hover, 
span.rbLinkButton.RadButton.help:hover {
     border-color: #fff;
}

span.rbLinkButton.RadButton.lost, 
span.rbLinkButton.RadButton.found {
     margin-bottom: 6px;
}

.btnText {
     display: block;
     height: 14px;
     line-height: 14px;
     position: absolute;
     left: 5px;
     bottom: 5px;
     font-weight:bold;
     color: #fff;
     font-size:12px;
}

.btnTextMedium {
     display: block;
     height: 14px;
     line-height: 14px;
     position: absolute;
     left: 5px;
     bottom: 15px;
     font-weight:bold;
     color: white;
     font-size:13px;
}
.btnTextLarge {
     display: block;
     height: 14px;
     line-height: 14px;
     position: absolute;
     left: 5px;
     bottom: 15px;
     font-weight:bold;
     color: white;
     font-size:22px;
}
 
span.rbLinkButton.RadButton.lost {
     background-color: #8ebc00;
     text-align: center;
     vertical-align: middle;
     border-color: #8ebc00;
}

span.rbLinkButton.RadButton.lost:hover {
     background-color: #8ebc00;   
}

span.rbLinkButton.RadButton.lost img {
  vertical-align: middle;
  margin-top: -10px;
}

span.rbLinkButton.RadButton.found {
     background-color: #ff6900;
     border-color: #ff6900;
}

span.rbLinkButton.RadButton.hertsreunited {
    background-color: red;
    border-color: red;
    text-align: center;
    vertical-align:top;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-radius-topleft: 20px;
    -webkit-border-radius-topright: 20px;
    -webkit-border-radius-bottomleft: 20px;
    -webkit-border-radius-bottomright: 20px;
    }

span.rbLinkButton.RadButton.hertsreunited:hover {
     background-color: red;
}

span.rbLinkButton.RadButton.found:hover {
     background-color: #ff6900;
}

span.rbLinkButton.RadButton.existing {
     background-color: #25a0da;
     text-align: right;
     border-color: #25a0da;
}

span.rbLinkButton.RadButton.ExternalNewEntry {
     background-color: #69b5f1;
     text-align: right;
     border-color:  #69b5f1;
}

span.rbLinkButton.RadButton.ExternalNewEntry:hover {
     background-color:  #69b5f1;
}

span.rbLinkButton.RadButton.ExternalStats {
     background-color: #e54837;
     text-align: right;
     border-color:  #e54837;
}

span.rbLinkButton.RadButton.ExternalStats:hover {
     background-color:  #e54837;
}

span.rbLinkButton.RadButton.ExternalSearch {
     background-color: 	#54bd50;
     text-align: right;
     border-color: #54bd50;
}

span.rbLinkButton.RadButton.ExternalSearch:hover {
     background-color: 	#54bd50;
}


span.rbLinkButton.RadButton.existing:hover {
     background-color: #25a0da;
}





span.rbLinkButton.RadButton.help {
     background-color: #ed1691;
     text-align: center;
     border-color: #ed1691;
}

span.rbLinkButton.RadButton.help:hover {
     background-color: #ed1691;
}

span.rbLinkButton.RadButton.help img {
     vertical-align: middle;
     margin-top: -10px;
}
 

* + html span.rbLinkButton.RadButton.lost img, 
* + html span.rbLinkButton.RadButton.found img {
     margin-top: -28px;
}

* + html span.rbLinkButton.RadButton.existing img {
     margin-top: -15px;
}
* + html span.rbLinkButton.RadButton.ExternalNewEntry img {
     margin-top: -15px;
}
* + html span.rbLinkButton.RadButton.ExternalStats img {
     margin-top: -15px;
}
* + html span.rbLinkButton.RadButton.ExternalSearch img {
     margin-top: -15px;
}

* + html span.rbLinkButton.RadButton.help img {
     margin-top: 8px;
}


.iframenoborders {
  border-bottom-style:none; 
  border-bottom-width:0px;
  border-left-style:none;
  border-left-width:0px;
  border-right-style:none;
  border-right-width:0px;
  border-top-style:none;
  border-top-width:0px;
}

.curvediframe {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-radius-topleft: 20px;
  -webkit-border-radius-topright: 20px;
  -webkit-border-radius-bottomleft: 20px;
  -webkit-border-radius-bottomright: 20px;
}

.curved 
{
  /*background:biege;*/
  /*background:#CCFFFF;*/
  /*background:#357ec7;*/
  
  border-radius: 15px;
  border-bottom-color:#333333;
  border-bottom-style:solid; 
  border-bottom-width:5px;
  border-left-color:#333333;
  border-left-style:solid;
  border-left-width:5px;
  border-right-color:#333333;
  border-right-style:solid;
  border-right-width:5px;
  border-top-color:#333333;
  border-top-style:solid;
  border-top-width:5px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-radius-topleft: 20px;
  -webkit-border-radius-topright: 20px;
  -webkit-border-radius-bottomleft: 20px;
  -webkit-border-radius-bottomright: 20px;
}

.curvedsmall
{
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    width:50%;
    padding-left:100px;
    border-radius: 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-radius-topleft: 20px;
    -webkit-border-radius-topright: 20px;
    -webkit-border-radius-bottomleft: 20px;
    -webkit-border-radius-bottomright: 20px;
}

.lesscurvedsmall
{
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    width:50%;
    padding-left:100px;
    border-radius: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
    scrollbar-track-color:white;
    
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
}



.leftmargin
{
    padding-left:10px;    
}

.DivTopPaddng {
    padding-top:20px;
}
.squarebox 
{
  border-style: solid;
    border-color: silver;
    border-width: 1px;
}
.squareboxmedium
{
  border-style: solid;
    border-color: silver;
    border-width: 2px;
}
.curvedbottombox 
{
  border-bottom-color:#333333;
  border-bottom-style:solid; 
  border-bottom-width:2px;
  border-left-color:#333333;
  border-left-style:solid;
  border-left-width:2px;
  border-right-color:#333333;
  border-right-style:solid;
  border-right-width:2px;
   border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width:90%;
}


.outer_box {
    margin-left:auto;
    margin-right:auto;
    white-space:nowrap;
    background:#E8E8E8; 
    margin-top:10px;
    margin-bottom:15px;
    padding:20px 20px 20px 20px;
    border:1px solid #A8A8A8;
    border-radius:18px; 
    -moz-border-radius:18px; 
    -webkit-border-radius:18px; 
    overflow:hidden;
}

.content_box {
    text-align:left;
    white-space:nowrap;
    background:white; 
    padding:10px 10px 12px 10px;
    border:5px solid #4788BA;
    width:auto;
    border-radius:18px; 
    -moz-border-radius:18px; 
    -webkit-border-radius:18px; 
}

.DivBorderHeader
{
  background:#333333;
  border-left-color:#333333; 
  border-left-style:solid;
  border-left-width:2px; 
  border-right-color:#333333;  
  border-right-style:solid;  
  border-right-width:2px;  
}
.DivCurvedTopBorderHeader
{
  background:#333333;
  border-left-color:#333333; 
  border-left-style:solid;
  border-left-width:2px; 
  border-right-color:#333333;  
  border-right-style:solid;  
  border-right-width:2px;  
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width:90%;
}

.DivTopBorderHeaderBlack
{
  background:#333333;
  border-left-color:#333333; 
  border-left-style:solid;
  border-left-width:2px; 
  border-right-color:#333333;  
  border-right-style:solid;  
  border-right-width:2px;  
  
}



.DivCurvedBottomBorderHeader
{
  background:#333333;
  border-left-color:#333333; 
  border-left-style:solid;
  border-left-width:5px; 
  border-right-color:#333333;  
  border-right-style:solid;  
  border-right-width:2px;  
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.HeaderStyle
{
  color:White;
  font-family:Arial;
  font-style:normal;
  font-weight:bold;
  font-size:18px;
  height:50px;
}
.HeaderStyleBox
{
  color:#333333;
  background-color:ThreeDLightShadow;
  /*background-color:beige;*/
  /*background-color:burlywood;*/
  font-family:Arial;
  font-style:normal;
  font-weight:bold;
  font-size:18px;
  height:50px;
}


div.overall-wrapper { /* a new wrapper div added to  help the help content look good*/
margin: 0px;
padding: 0px;
}

* html .clearfix {
height:1%;
}

.clearfix {
display:block;
}

.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
line-height:1px;
visibility:hidden;
width:0;
}


.shell-outer {
background-color: white;
width: 100%;
margin: 0px;
padding: 0px;
background-image: url("../Images/bgnd-corner-top-left.gif");
background-position: top left;
background-repeat: no-repeat;
float: left;
}

.shell-inner {
background-image: url("../Images/bgnd-corner-top-right.gif");
background-position: top right;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
float: left;

border-right:25% solid #8a8989; /* The width and color of the border/rail */
margin-right:-25%; /* setting equal width columns */
	float:left;
width: 100%;
}

/* bgnd-left*/
.bgnd-left {
width: 100%;
background-image: url("../Images/bgnd-left.jpg");
background-position: top left;
background-repeat: repeat-y;
float: left;
margin: -27px;
padding: 0px;
}

.subnav ul li a {
margin-top:4px;
tex
background-image: url("../Images/bgnd-left.jpg");
background-position: left;
background-repeat: repeat-y;
float: left;
padding: 0px;
}

.bgnd-right {
width: 100%;
background-image: url("../Images/bgnd-right.jpg");
background-position: top right;
background-repeat: repeat-y;
float: left;
margin: 0;
padding: 0px;
}

.shell-content {
margin: 0 14px;
background-image: none;
display: block;
width: auto;
}

.content {
padding: 1em;
}

.content h1, .content h2 {
font-size:100%;
}

.content p, li {
}

.content-wrapper {
background-color:#FFF;
clear:both;
width:100%;
}

div.content p, div.content li, div.content h1, div.content h2 {
padding-right:12px;
}

div.content-row {
background-position:bottom center;
border-bottom:2px solid #FFF;
border-left:4px solid #FFF;
border-right:4px solid #FFF;
border-top:1px solid #FFF;
margin:0;
overflow:hidden;
}

div.footer {
clear:both;
float:right;
width:99%;
}

div.footer p {
margin:0 25px;
}


div.footer {
float: left;
width: 100%;
padding: 0px;
background-image: url("../Images/bgnd-corner-bottom-left.gif");
background-position: bottom left;
background-repeat: no-repeat;
text-align: center;
margin: 0px;
}


div.form-placeholder table {
/*margin:10px;
width:98%;*/
}



div.footer-inner {
float: right;
width: 100%;
padding: 0 0 28px 0;
background-image: url("../Images/bgnd-corner-bottom-right.gif");
background-position: bottom right;
background-repeat: no-repeat;
text-align: center;
margin: 0px;
}
	
div.outer-shell-footer {
text-align: center;
}
div.outer-shell-footer div.footer-text {
	font-size: 0.95em;
	margin-top: 0.5em;
	padding: 1em 6em;
}


.DetailsDivCss 
{
    width: 100%;
    background-color: silver ;
}



.validatorMsg {
  color: red;
  padding-left: 0.7ex;
}

td.CategoryCode input {
  width: 4em;
}
td.CategoryName input {
  min-width: 28ex;
  font-family:Arial; 
	font-size:12px; 
	background:white; 
	border-width:1px; 
	border-style:solid; 
	border-color:#C0C0C0; 
	padding:2px 3px 2px 3px;
}


.LabelStats {
	font-family:Arial; 
	font-style:normal; 
	font-weight:bold; 
	font-size:13px; 
	color:white;
    background-color:#e54837;
    
}

.loading img {
    margin: 0 auto;
    display: block;
}

@media only screen and (min-width: 1500px) {

    .main-inner-div {
        width: 1500px;
    }
}