﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a img {
    border: none;
}


a:link, a:visited {
    color: #034af3;
    text-align: center;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: left;
    width: 854px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* 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: 1020px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    /* background: #1068b2;*/
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.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;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* 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   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    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;
}

input.textEntry {
    /*width: 320px;
    border: 1px solid #ccc;*/
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.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;
}


.WatermarkCSSClass {
    color: #000000;
    font-style: italic;
    background-color: #FFFF99;
    /*position:static;
    border-width:1px;
    border-style:groove;
    margin:0;
    padding:0;*/
}


.TextBoxWatermarkExtender {
    color: #000000;
    font-style: italic;
    background-color: #FFFF99;
    /*position:static;
    border-width:1px;
    border-style:groove;
    margin:0;
    padding:0;*/
}



.txt_class {
    text-align: left;
    /*position:static;
    border-width:1px;
    border-style:groove;
    margin:0;
    padding:0;*/
}

.dll_class {
    /*position:static;
    border-width:1px;
    border-style:groove;
    margin:0;
    padding:0;*/
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

/*
.submit
{
    background: white;
    border: solid 1px grey;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #001563;
    height: 25px;
}

.submit:hover
{
    background: white;
    border: solid 1px grey;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: Red;
    height: 25px;
}
*/
.myButtonStep1 {
    background: url("../img/btn_menu/1_b.jpg") no-repeat scroll 0 0 transparent;
}

    .myButtonStep1:hover {
        background: url("../img/btn_menu/1_r.jpg") no-repeat scroll 0 0 transparent;
    }


.button_red:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8E0000), color-stop(1, #CC0000) );
    background: -moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color: #8E0000;
    color: #ffffff;
}


.head_row {
    border-top-style: dotted;
    border-top-width: 2px;
    border-top-color: #808080;
    background-color: #E5E5E5;
}

.border_shadow_round {
    /*margin: 7px;*/
    box-shadow: 0px 2px 20px #ccc;
    border-radius: 15px;
    background-color: #FFFFEA;
}



.button_red {
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #E27171;
    box-shadow: inset 0px 1px 0px 0px #E27171;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C40303), color-stop(1, #A80909) );
    background: -moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color: #C40303;
    border: 1px solid #B80707;
    color: #ffffff;
    text-shadow: 1px 1px 0px #800909;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    font-family: arial;
    font-size: 108%;
    font-weight: normal;
    padding: 6px 24px;
    text-decoration: none;
    cursor: pointer;
    font: 99% arial,helvetica,clean,sans-serif;
    font-size: 12px;
}


.button_green:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #008E00), color-stop(1, #10CC00) );
    background: -moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color: #178E00;
    color: #ffffff;
}





.button_green {
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #71E276;
    box-shadow: inset 0px 1px 0px 0px #76E271;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #03C422), color-stop(1, #16A809) );
    background: -moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color: #03C412;
    border: 1px solid #07B80E;
    color: #ffffff;
    text-shadow: 1px 1px 0px #098009;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    font-family: arial;
    font-size: 108%;
    font-weight: normal;
    padding: 6px 24px;
    text-decoration: none;
    cursor: pointer;
    font: 99% arial,helvetica,clean,sans-serif;
    font-size: 12px;
}


.button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00678e), color-stop(1, #0095cc) );
    background: -moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color: #00678e;
    color: #ffffff;
}





.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #7195E2;
    box-shadow: inset 0px 1px 0px 0px #718CE2;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #036FC4), color-stop(1, #0962A8) );
    background: -moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color: #037FC4;
    border: 1px solid #0778B8;
    color: #ffffff;
    text-shadow: 1px 1px 0px #0E0980;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    font-family: arial;
    font-size: 108%;
    font-weight: normal;
    padding: 6px 24px;
    text-decoration: none;
    cursor: pointer;
    font: 99% arial,helvetica,clean,sans-serif;
    font-size: 12px;
}



/*
.button
{
    border-top: 1px solid #96d1f8;
    background: #0078a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    background: -ms-linear-gradient(top, #00adee, #0078a5);
    background: -o-linear-gradient(top, #00adee, #0078a5);
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #d9eef7;
    font-size: 22px;
    font-family: Arial;
    vertical-align: middle;
    font-weight: normal;
}
.button:hover
{
    color: #dbdbdb;
    background: #00678e;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    background: -ms-linear-gradient(top, #0095cc, #00678e);
    background: -o-linear-gradient(top, #0095cc, #00678e);
}
.button:active
{
    border-top-color: #00adee;
    background: #00adee;
}
*/
.panel {
    border: 1px dashed #808080;
    background-color: #E2E2E2;
    float: left;
    text-align: left;
    vertical-align: middle;
    text-indent: 15px;
    margin-top: 5px;
}

/*select
{
    background-color: #FFFF99;
}

select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;}
*/


.Grid {
    font-family: Arial;
    color: #474747;
}

    .Grid th {
        background-color: #5D7B9D;
        color: White;
    }

    .Grid .pgr {
        background-color: #fff;
    }

        .Grid .pgr table {
        }

        .Grid .pgr td {
            color: #fff;
        }

        .Grid .pgr a {
            color: Gray;
        }

            .Grid .pgr a:hover {
                color: #000;
            }

.Grid_Row {
    background-color: #F7F6F3;
}

.Grid_AltRow {
    background-color: White;
}



.Grid_grey {
    font-family: Arial;
    color: #474747;
}

    .Grid_grey th {
        background-color: #E5E5E5;
        color: #666666;
    }

    .Grid_grey .pgr {
        background-color: #E5E5E5;
        color: #666666;
        font-weight: bold;
    }

        .Grid_grey .pgr table {
        }

        .Grid_grey .pgr td {
            color: #666666;
        }

        .Grid_grey .pgr a {
            color: #666666;
        }

            .Grid_grey .pgr a:hover {
                color: #666666;
                text-decoration: none;
            }

.Grid_grey_Row {
    background-color: #EFF3FB;
}

.Grid_grey_AltRow {
    background-color: White;
}

.TableHead1 {
    border-top-style: dotted;
    border-top-width: 2px;
    border-top-color: #808080;
    background-color: #E5E5E5;
}


.div_r {
    display: inline-block;
    vertical-align: top;
}

.div_head_r {
    float: left;
}

.div_head_rr {
    float: right;
}



.watermarked {
    background-color: #FFFF99;
}


input.watermarked:focus {
    border-color: #4892B8;
}


.WaterMarkedTextBox {
    height: 16px;
    width: 168px;
    border: 1px solid #BEBEBE;
    background-color: #FFFF99;
}

.water {
    font-family: Tahoma, Arial, sans-serif;
    color: gray;
    background-color: #FFFF99;
}


.water_clear {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
    background-color: white;
}


.div1 {
    width: 69%;
    min-height: 150px;
    float: left;
}

.div2 {
    width: 29%;
    min-height: 150px;
    margin-left: 70%;
    padding-left: 20px;
    text-align: center;
}


.SliderHandle
{
    position: absolute;
    height: 22px;
    width: 10px;
}
.SliderRail
{
    position: relative;
    /*background: url('../../Images/slider_h_rail.gif') repeat-x;*/
    height: 22px;
    width: 125px;
}