﻿body {
    background-color: rgb(176,189,221);
}




A {
    color: #F59100;
    text-decoration: none;
}





    A:hover {
        text-decoration: underline;
    }

h1 {
    color: #F59100;
}


h2 {
    color: #F59100;
}



.header {
    background-color: white;
    background-image: url('Images/header.svg');
}

.footer {
    background-color: #F59100;
}



.rightCol {
    width: 300px;
    background-color: White;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 10px;
    padding-bottom: 30px;
}



.loginStatus {
    background-color: #F59100;
    background-image: url('Images/loginstatus_left.png');
    background-repeat: no-repeat;
    width: 400px;
    color: White;
}



    .loginStatus A {
        color: White;
    }

        .loginStatus A:hover {
            color: White;
            text-decoration: underline;
        }

.languageStatus {
    background-color: #F59100;
    /*width:50px;*/
    color: White;
    height: 16px;
    text-align: right;
    padding-right: 2px;
}

    .languageStatus A {
        color: White;
        text-decoration: none;
    }

        .languageStatus A:hover {
            color: White;
            text-decoration: underline;
        }

li {
    list-style-type: disc;
}

.title {
    background-color: #F59100;
    height: 28px;
    width: 1000px;
    border-top: solid 1px white;
}

    .title h1 {
        padding-left: 10px;
        padding-right: 40px;
        padding-top: 4px;
        color: White;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0px;
    }


.boxContainer {
    width: 100%;
}

.rightBoxTop {
    clear: none;
    width: 200px;
}

.rightBoxMid {
    width: 200px;
}

.rightBoxBot {
    width: 200px;
}

    .rightBoxBot a:hover {
        text-decoration: none;
    }

.error {
    background-color: #f6dcdc;
    border: 1px solid #e8abab;
    height: 22px;
    padding-left: 35px;
    padding-top: 5px;
    background-image: url(images/ico_warning.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 0.92em;
}


.warning {
    background-color: #f6dcdc;
    border: 1px solid #e8abab;
    height: 22px;
    padding-left: 35px;
    padding-top: 5px;
    background-image: url(images/ico_warning.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 0.92em;
}


/* TEXTBOXES */


html body .RadInput_Wxpt .riTextBox,
html body .RadInputMgr_Wxpt {
    border-color: #F59100;
    background: #e9e9e9;
}



html body .RadInput_Wxpt .riRead,
html body .RadInput_Read_Wxpt {
    border-color: #F59100;
}

fieldset {
    margin-top: 10px;
    padding: 0;
    border: 0;
}
