﻿/*@charset "utf-8";*/
/* CSS Document */

/*css Reset */
/** {
    margin: 0;
    padding: 0;
}


body {
    line-height: 18px;
    background-color: #efefef;
    min-height: 95%;
}

#container {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #FFFFFF;
    min-height: 95%;
}*/


/*#header {
    height: 40px;
    width: 100%;
    position: relative;
}

    #header h1 {
        padding: 10px 0 10px 0;
    }

        #header h1 a {
            position: relative;
            display: block;
            text-decoration: none;
            color: #006633;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 24px;
        }

            #header h1 a span {
                color: #FED852;
            }*/

/*#features {
    margin: 19px 0 0 0;
    width: 100%;
}

    #features ul {
        width: 100%;
        list-style: none;
        height: 260px;
    }

        #features ul li {
            float: left;
            position: relative;
        }

.col {
    position: relative;
    width: 95%;
    background: url(../images/featues_bg.png) repeat-x;
    margin-right: 30px;
    border: 1px solid #EDEDED;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif, helvetica;
}

.colsectionA {
    position: relative;
    width: 95%;
    background: url(../images/featues_bg.png) repeat-x;
    margin-right: 30px;
    border: 1px solid #EDEDED;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif, helvetica;
}


#features .col .colsectionB {
    margin: 0;
}

#features .col.colsectionC {
    margin: 0;
}

#features .col.colsectionD {
    margin: 0;
}

#features .col.colsectionE {
    margin: 0;
}

#features .col.submit {
    margin: 0;
}

.col p {
    padding-top: 10px;
    color: #333333;
    font-size: 13px;
}*/

/*#footer {
    clear: both;
    width: 100%;
    height: 70px;
    margin-top: 30px;
    background: url(../images/footer_bg.jpg) repeat-x;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

    #footer p {
        padding-top: 7px;
        width: 55%;
        float: left;
    }

    #footer h5 {
        padding-top: 7px;
        display: block;
        font-size: 13px;
        font-weight: normal;
        float: right;
    }

    #footer a {
        text-decoration: underline;
        color: #666666;
    }*/

/*.validationsummary {
    background: transparent url(../Images/WarningHeader.gif) no-repeat 12px 30px;
    padding: 0 0 13px 0;
    font-size: 12px;
    width: 150%;
    max-width: 400px;
}

.validationheader {
    left: 0;
    position: relative;
    font-size: 11px;
    color: #56300a;
    height: 13px;
    font-weight: bold;
    border-bottom: 2px solid #b08b34;
    padding-top: 3px;
}

.validationsummary ul {
    padding-top: 5px;
    padding-left: 45px;
    list-style: none;
    font-size: 13px;
    color: #982b12;
    font-style: italic;
}

    .validationsummary ul li {
        padding: 2px 0 0 15px;
        background-image: url(../Images/Warning.gif);
        background-position: 0 3px;
        background-repeat: no-repeat;
    }*/

/*.table {
    border-collapse: collapse;
}

    .table tr {
        border: none;
    }

    .table td {
        border-right: solid 1px black;
        border-left: solid 1px black;
    }*/

/*.fontstyle {
    font-family: Tahoma, Verdana, Arial, sans-serif, helvetica;
    font-size: 14px;
}*/

/*.genInfoHeaderStyle {
    color: #982b12;
    font-size: medium;
}

.genInfoStyle {
    color: #982b12;
    font-size: smaller;
}*/

/* Light Container-----------------------------*/
table.Light {
    background-color: #F7F7F7;
}

/* ErrorContainer -----------------------------*/
table.ErrorContainer {
    background-color: #FFAE8E;
    border: 1px solid #601300;
    clear: both;
    color: #601300;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 85%;
}

    table.ErrorContainer td {
        padding: 2px;
    }

    table.ErrorContainer tr.Head td {
        font-size: 13pt;
        font-weight: bold;
    }
/*---------------------------------------------*/

/* InfoContainer ------------------------------*/
table.InfoContainer {
    background-color: #A8E0FF;
    border: 1px solid #0A1F62;
    clear: both;
    color: #0A1F62;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 85%;
}

    table.InfoContainer td {
        padding: 2px;
    }

    table.InfoContainer tr.Head td {
        font-size: 13pt;
        font-weight: bold;
    }
/*---------------------------------------------*/

/* Notifications (news, events, etc.)----------*/
div.Notify {
    margin-top: 36px;
    overflow: hidden;
    width: 230px;
}

    div.Notify div.Banner {
        background-color: #6BC8F7;
        background-image: url(images/banner.gif);
        background-repeat: repeat-y;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid #FFFFFF;
        color: White;
        font-size: 11pt;
        font-weight: bold;
        padding-left: 25px;
        padding-bottom: 4px;
        padding-top: 4px;
        width: 100%;
    }

    div.Notify div.Content {
        color: #525051;
        font-size: smaller;
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 10px;
    }
/*---------------------------------------------*/

/* WarningContainer ---------------------------*/
table.WarningContainer {
    background-color: #FFFCC4;
    border: 1px solid #5E5D25;
    clear: both;
    color: #5E5D25;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 85%;
}

    table.WarningContainer td {
        padding: 2px;
    }

    table.WarningContainer tr.Head td {
        font-size: 11pt;
        font-weight: bold;
    }
/*---------------------------------------------*/






