﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #ffffff;
    font-size: .7em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Verdana, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-bottom: 20px;
    color: #000;
    padding: 0;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 32px !important;
    }

#main {
    padding: 0px 0px 0px 0px;
    /*background-color: #e8eef4;*/
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 0px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #d3d3d3;
            color: #22378d;
        }

            ul#menu li a.redbox {
                background-color: #e7603d;
                color: #ffffff;
            }

            ul#menu li a:hover {
                border: 1px solid #79b7e7;
                background: #d0e5f5 url(../../images/Redmond/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
                font-weight: bold;
                color: #1d5987;
                outline: none;
            }

            ul#menu li a:active {
                background-color: #e7603d;
                text-decoration: none;
                color: #ffffff;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* TAB SUB MENU   
----------------------------------------------------------*/
ul#submenu {
    border-bottom: 0px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

    ul#submenu li {
        display: inline;
        list-style: none;
    }

        ul#submenu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#submenu li a {
            padding: 5px 50px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #d3d3d3;
            color: #22378d;
        }

            ul#submenu li a:hover {
                background-color: #e7603d;
                text-decoration: none;
                color: #ffffff;
            }

            ul#submenu li a:active {
                background-color: #e7603d;
                text-decoration: none;
                color: #ffffff;
            }

        ul#submenu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* TAB SAVE MENU   
----------------------------------------------------------*/

input[type="submit"].savebutton {
    /*
    position: relative;
    text-align: left;
    text-decoration: none;
    display: inline;
    
    background-color: #d3d3d3;
    color: #22378d;
    border: 0;
    
    font-weight: bold;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 1.0em;
    */
    padding: 0px 20px;
}

ul#savemenu input[type="submit"]:onmouseover {
    background-color: #e7603d;
    text-decoration: none;
    color: #ffffff;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 3px;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 3px 1px 3px 1px;
        text-align: right;
    }

    fieldset label {
        display: inline;
    }

        fieldset label.block {
            display: block;
        }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #22378d;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input.halftext {
    width: 96px;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

textarea.smallinput {
    width: 220px;
    border: 1px solid #CCC;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 1.1em;
}

/*input[type="checkbox"] 
{
    padding-right: 188px;
}*/

select {
    width: 204px;
    border: 1px solid #CCC;
}

/*textarea
{
    width: 550px;
    height: 70px;    
}*/

/* TABLE
----------------------------------------------------------*/

table.reports {
    padding: 5px;
}

    table.reports td {
        padding: 5px 0px 5px 0px; /*15*/
    }

    table.reports img {
        border: none;
    }


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

div.left {
    margin-left: 10px;
    margin-right: 20px;
    float: left;
}

div.leftSpanWithPadding {
    margin-left: 10px;
    margin-right: 20px;
    float: left;
    padding-top: 20px;
}

div.farleft {
    margin-top: -3px;
    margin-left: 0px;
    margin-right: 20px;
    float: left;
}

div.outerLogin {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}

div.innerLogin {
    width: 380px;
    height: 250px;
    margin-left: -190px; /***  width / 2   ***/
    position: absolute;
    top: -125px; /***  height / 2   ***/
    left: 50%;
}

div.outerChangePassword {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}

div.innerChangePassword {
    width: 440px;
    height: 250px;
    margin-left: -220px; /***  width / 2   ***/
    position: absolute;
    top: -125px; /***  height / 2   ***/
    left: 50%;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #E17009;
}

    #logindisplay a:link {
        color: #E17009;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: #505ABC;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: #1d60ff;
        text-decoration: none;
    }

.field-validation-error {
    color: #ff0000;
    position: absolute;
    padding-left: 2px;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

/* Buttons */
.nextstep {
    padding: 4px 10px 3px 25px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( '../../images/Buttons/bkg.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    height: 16px;
    text-decoration: none;
    color: #40740D;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

    .nextstep img {
        position: absolute;
        top: -4px;
        left: -12px;
        border: none;
    }

    .nextstep:hover {
        color: #8AB134;
    }

.nextstep2 {
    padding: 4px 10px 3px 25px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( '../../images/Buttons/bkg.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    height: 16px;
    text-decoration: none;
    color: #40740D;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

    .nextstep2 img {
        position: absolute;
        top: -4px;
        left: -12px;
        border: none;
    }

    .nextstep2:hover {
        color: #8AB134;
    }

.savebutton, a.savebutton:link, a.savebutton:active, a.savebutton:hover, a.savebutton:visited {
    height: 25px;
    position: relative;
    text-align: left;
    text-decoration: none;
    display: inline;
    background-color: #d3d3d3;
    color: #22378d;
    border: 0;
    font-weight: bold;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 1.0em;
    padding: 5px 20px;
    border: 1px solid #79b7e7;
    background: #d0e5f5 url(../../images/Redmond/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
}



/* Images */
.noborder img {
    border: none;
}

/* Tasks */
table.tasks {
    border: 1px solid #CCCCCC;
    padding: 10px 50px 10px 50px;
}

    table.tasks td {
        padding: 10px 10px 10px 10px;
    }

a.overduetask {
    background: transparent url('../../images/Buttons/button_red_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    /*font: normal 12px arial, sans-serif;*/
    height: 32px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    /*border-bottom: 0px #5C87B2 solid;
    position: relative;
    margin: 0;
    text-align: right;
    display: inline;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e7603d;
    color: #ffffff;*/
    width: 163px;
}

    a.overduetask span /*:hover*/ {
        background: transparent url('../../images/Buttons/button_red_left.gif') no-repeat;
        display: block;
        line-height: 22px;
        padding: 5px 0 5px 18px;
        /*
    border: 1px solid #79b7e7; 
    background: #d0e5f5 url(../../images/Redmond/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; 
    font-weight: bold; 
    color: #1d5987; 
    outline: none;*/
    }



a.othertask {
    background: transparent url('../../images/Buttons/button_blue_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    /*font: normal 12px arial, sans-serif;*/
    height: 32px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
    color: #22378d;
    /*border-bottom: 0px #5C87B2 solid;
    position: relative;
    margin: 0;
    text-align: right;
    display: inline;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #d3d3d3;
    color: #22378d;*/
    width: 163px;
}

    a.othertask span /*:hover*/ {
        background: transparent url('../../images/Buttons/button_blue_left.gif') no-repeat;
        display: block;
        line-height: 22px;
        padding: 5px 0 5px 18px;
        /*border: 1px solid #79b7e7; 
    background: #d0e5f5 url(../../images/Redmond/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; 
    font-weight: bold; 
    color: #1d5987; 
    outline: none;*/
    }

a.csvlink {
    background: transparent url('../../images/Flexigrid/csv.gif') no-repeat scroll top right;
    height: 32px;
    display: inline;
}

.hide {
    display: none;
}

table.pq-grid-header-table div.pq-td-div {
    font-size: 12px !important;
}

.pq-grid .pq-search-txt, .pq-search-hd-field.ui-corner-all {
    font-size: 11px !important;
}

.pq-grid-table .pq-td-div {
    font-size: 11px !important;
}
