.bodyclass {
    margin: 0;
    text-align: center;
    font-size: 62.5%;
    background-color: #E3E3E3;
	border-top: 10px solid #7b0606;
}

#skipto {
    margin: 0 0 -10px 0;
	display: none;
}

    #skipto a {
        color: #46627A;
    }

#wrapper {
    width: 780px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.35em;
	padding-top:25px;
}

#head a img {
    border: 0;
}

#content {
    font-family: tahoma, verdana, sans-serif;
    color: #4a4a4a;
    line-height: 1.5em;
    width: 726px;
    min-height: 400px;
    padding: 30px 30px 8px 24px;
    margin: 0;
    background: #fff url(../Images/bg-body.png) repeat-y top center;
	margin-bottom: -10px;
	
}

    /*
.secondary #content
{
    background-image: url(../Images/bg-body-secondary.png);
}
*/

    /* Overall #content division
   (contains #nav and, on secondary pages, #content-main */

    #content a {
        color: #1D2F44;
    }

        #content a:link, #content a:visited {
            text-decoration: underline;
        }

        #content a:hover, #content a:active {
            text-decoration: none;
        }

    #content h1 {
        font-family: "gill sans", arial, verdana, sans-serif;
        font-weight: normal;
        color: #018cba;
        font-size: 1.7em;
        margin-top: 3px;
    }

        #content h1 a:link, #content h1 a:visited {
            font-weight: normal;
            color: #990000;
            text-decoration: none;
        }

        #content h1 a:hover, #content h1 a:active {
            text-decoration: none;
        }

    #content h2 {
        font-family: "gill sans", arial, verdana, sans-serif;
        font-weight: normal;
        color: #1D2F44;
        font-size: 1.35em;
    }

/* #navigation-secondary div for secondary pages */

#nav-secondary {
    float: left;
    width: 196px;
    margin: 0;
    padding: 0;
}

    #nav-secondary ul, #nav-secondary li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #nav-secondary li {
        border-top: 1px solid #aaa;
    }

    #nav-secondary a:hover {
        background-color: #fff;
    }

    #nav-secondary li a {
        display: block;
        padding: 5px 0 5px 15px;
    }

        #nav-secondary li a:link, #nav-secondary li a:visited {
            text-decoration: none;
            font-weight: bold;
        }

    #nav-secondary li li a:link, #nav-secondary li li a:visited {
        padding-left: 30px;
        font-weight: normal;
    }

/* #content-main div for area that contains the majority of content */

#content-main {
    float: right;
    width: 510px;
    margin: 0;
    padding-left: 20px;
}

.no-nav #content-main {
    float: none;
    width: 700px;
    padding-left: 13px;
    padding-right: 12px;
    margin: 0;
}

#footer {
    font-family: tahoma, verdana, sans-serif;
    font-size: 10pt;
    text-align: left;
    height: 106px;
    background: transparent url(../Images/footer.png) no-repeat bottom center;
	
	
}

#homepage #footer {
    height: 164px;
    background: transparent url(../Images/footerHome.png) no-repeat bottom center;
	 
}

    #homepage #footer p {
        margin: 0;
        padding: 30px 370px 20px 50px;
    }

#footer a {
    color: #1D2F44;
}

    #footer a:link, #footer a:visited {
        text-decoration: underline;
    }

    #footer a:hover, #footer a:active {
        text-decoration: none;
    }

.secondary #footer {
    background-image: url(../Images/footer-secondary.png);
}

#footer p {
    margin: 0;
    padding: 18px 250px 20px 30px;
}

#more-info {
    text-align: center;
    color: #018cba;
    font-family: tahoma, arial, sans-serif;
    font-size: 10pt;
    margin-bottom: 20px;
}

    #more-info a:link, #more-info a:visited {
        text-decoration: underline;
        color: #018cba;
    }

    #more-info a:hover, #more-info a:active {
        text-decoration: none;
    }

    #more-info p {
        margin: 5px 0;
    }

.both {
    clear: both;
}

.info, .success, .warning, .error {
    border: 1px solid;
    margin-top: 10px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 12px;
    display: block;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Images/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../Images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../Images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/error.png');
}

.required {
    border: 1px solid;
    margin-top: 2px;
    padding: 2px 2px 2px 20px;
    background-repeat: no-repeat;
    background-position: 2px center;
    font-size: 11px;
    display: block;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/required.png');
}

#content-main th {
    padding: 5px;
    font-size: 1rem;
    line-height: 1.2em;
    vertical-align: top;
    background-image: url(../Images/th_back_big.gif);
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
}

#content-main td {
    padding: 5px;
}

.k-state-selected {
    background-color: #46627A !important;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-left: 0px !important;
}

.modalPopup {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
}

.RowAlt {
    background-color: #efefef;
}

input[type=submit] {
    font-size: 15px;
    font-family: tahoma, verdana, sans-serif;
}

input[type=button] {
    font-size: 15px;
    font-family: tahoma, verdana, sans-serif;
}

.aspNetDisabled {
    color: #ccc !important;
}

.RadEditorStyle td a {
    border-bottom: none !important;
}

.RadEditorStyle td {
    padding: 0px !important;
    font-size: 12px !important;
    line-height: 1.1em !important;
    vertical-align: top !important;
}

.RadEditorStyle table {
    margin-left: 0px;
}

.center {
    margin: 0px auto;
    text-align: center !important;
}

.tipQuestion {
    text-decoration: none !important;
}

.tipHeader {
    text-align: left;
    color: White !important;
    text-decoration: none !important;
}

.kToolTip {
    list-style-type: none;
    margin: 15px 0 15px 10px;
    padding: 0;
}
    .kToolTip .tipHeader .k-callout .k-callout-s {
        background-image:none !important;
    }

    .kToolTip th {
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.3rem;
        text-transform: uppercase;
    }

    .kToolTip li {
        display: inline-block;
        margin: 5px;
        padding: 0;
        vertical-align: top;
    }

    .kToolTip a {
        display: block;
        padding: 0 0 0 10px;
        font-size: 1rem;
        line-height: 1.2rem;
        text-transform: uppercase;
    }

        .kToolTip a:hover {
            color: #000;
            background-image:none !important;
            /*color: #fff;*/
            /*background-color: #000;*/
        }

.k-tooltip-content {
    vertical-align: middle;
}

    .k-tooltip-content p {
        font-size: 1.4em;
        padding: 20px;
        width: 400px;
        text-align: left;
        font-family: tahoma, verdana, sans-serif;
        color: #4a4a4a;
        line-height: 1.5em;
    }

.kToolTip .k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-callout, .k-column-menu .k-sprite {
    background-image: none !important;
}

#head {
    margin-bottom: -10px;
}

.form-control {
    margin: 10px 0 0 0;
}


/* Z-index of #mask must lower than #boxes .window */
#modal-mask {
    position:absolute;
    z-index:9000;
    background-color:#000;
    display:none;
}
  
#modal-wrapper .modal-window {
    position:fixed;
    width:440px;
    height:150px;
    display:none;
    z-index:9999;
    padding:20px;
    background-color: white;
    border: #46627A 5px solid;
}


/* Customize your modal window here, you can add background image too */
#modal-dialog {
    width:375px; 
    height:203px;
}

.button {
    background-color: #46627A;
    border: none;
    color: white !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


/* style the message-to-user div */
.user-message{
    border: 1pt solid black;
    background-color: lightpink;
    color: black;
    font-weight: bold;
    font-size: 1.15rem;
    padding: 2rem;
}

.vignette-text{
    font-size: 1rem;
}

.vignette-text p{
    font-size: 1rem;
}

.rpRootGroup .rpItem .rpText {
    background-image: url('../Images/th_back_big.gif');
    color: white;
}

.RadPanelBar_Default .rpExpandable span.rpExpandHandle {
    color: white;
    background-image: none!important;
}

.kToolTip {
    font-size: 1rem;
}

.tipHeader{
    font-size: 1rem;
}