﻿@charset "utf-8";

body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}
/*YC WO#51878*/
input.hidden {
    border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
/*END WO#51878*/
.mainBody #container {
    width: 100%; /* this will create a container 100% of the browser width */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    /*border: 1px solid #000000;*/
    text-align: left; /* this overrides the text-align: center on the body element. */
}

.mainBody #header {
    background: #ffffff;
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    /*color: #FFFFFF;*/
}

    .mainBody #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    }
    /* YC WO#46206 */
    .mainBody #header th {
        font-size: 12px;
        color: #4f91cd;
    }

    .mainBody #header td {
        font-size: 12px;
        color: #666666;
        font-weight: bold;
    }

    .mainBody #header #greeting {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
    }
/* END WO#46206*/
.mainBody #mainContent {
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #FFFFFF;
}

    .mainBody #mainContent h3 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    }

    .mainBody #mainContent th {
        font-size: 14px;
        color: #666666;
    }

    .mainBody #mainContent td {
        font-size: 12px;
        /*text-align: left;*/
    }

    .mainBody #mainContent a {
        color: #4f91cd;
        font-weight: bold;
        text-decoration: none;
    }
/*.mainBody #mainContent a.active  { color: #4f91cd; text-decoration: none; font-weight: bold }*/

.list {
    line-height: 20px;
    /*border-bottom-style:solid;
	border-bottom-color:#CCCCCC;*/
    border-bottom: solid #D4D4D4;
    color: black;
}

.mainBody #mainContent .lineItem {
    line-height: 20px;
    text-align: left;
    valign: center;
}

.mainBody #footer {
    padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: #333333;
    color: #ffffff;
    /*border: 1px solid #000000;*/
}
    /* below does not work in firefox
.mainBody  #footer tr {line-height: 30px;}

.mainBody  #footer td {
	font-weight: bold;
	font-size: 10px;
}
*/
    .mainBody #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    }

/* Custom buttons */
button {
    border: 0 none;
    cursor: pointer;
    font-weight: bold;
    padding: 0 15px 0 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: auto;
    overflow: visible;
}

    button.black {
        background: transparent url( images/btnBlack_right.png ) no-repeat scroll right top;
        clear: left;
        font-size: 0.8em;
    }

    button.gray {
        background: transparent url( images/btnGray_right.png ) no-repeat scroll right top;
        clear: left;
        font-size: 0.8em;
    }

    /* YC WO#46260*/
    button.btnBlue {
        background: transparent url( images/btnBlue_right.png ) no-repeat scroll right top;
        clear: left;
        font-size: 0.8em;
    }
    /* END WO#46260 */
    /* YC WO#47050*/
    button.btnICM {
        background: transparent url( images/btnICM_right.png ) no-repeat scroll right top;
        clear: left;
        font-size: 0.8em;
    }

    button.btnICH {
        background: transparent url( images/btnICH_right.png ) no-repeat scroll right top;
        clear: left;
        font-size: 0.8em;
    }

    button.btnVICM {
        background: transparent url( images/btnVICM_right.png ) no-repeat scroll right top;
        clear: left;
        font-size: 0.8em;
    }

    button.btnVICH {
        background: transparent url( images/btnVICH_right.png ) no-repeat scroll right top;
        clear: left;
        font-size: 0.8em;
    }

    button.btnIOL {
        background: transparent url( images/btnIOL_right.png ) no-repeat scroll right top;
        clear: left;
        font-size: 0.8em;
    }
    /* END WO#47050 */

    button span {
        display: block;
        padding: 0 0 0 15px;
        position: relative;
        white-space: nowrap;
        height: 30px;
        line-height: 30px;
    }

    button.black span {
        background: transparent url( images/btnBlack_left.png ) no-repeat scroll left top;
        color: #FFFFFF;
    }

    button.black:hover {
        background-position: 100% -30px;
    }

        button.black:hover span {
            background-position: 0% -30px;
        }

    button.gray span {
        background: transparent url( images/btnGray_left.png ) no-repeat scroll left top;
        color: #000000;
    }

    button.gray:hover {
        background-position: 100% -30px;
    }

        button.gray:hover span {
            background-position: 0% -30px;
        }

    /* YC WO#46260 */
    button.btnBlue span {
        background: transparent url( images/btnBlue_left.png ) no-repeat scroll left top;
        color: #FFFFFF;
    }

    button.btnBlue:hover {
        background-position: 100% -30px;
    }

        button.btnBlue:hover span {
            background-position: 0% -30px;
        }
    /* END WO#46260 */

    /* YC WO#47050 */
    button.btnICM span {
        background: transparent url( images/btnICM_left.png ) no-repeat scroll left top;
        color: #000000;
    }

    button.btnICM:hover {
        background-position: 100% -30px;
    }

        button.btnICM:hover span {
            background-position: 0% -30px;
        }

    button.btnICH span {
        background: transparent url( images/btnICH_left.png ) no-repeat scroll left top;
        color: #000000;
    }

    button.btnICH:hover {
        background-position: 100% -30px;
    }

        button.btnICH:hover span {
            background-position: 0% -30px;
        }

    button.btnVICM span {
        background: transparent url( images/btnVICM_left.png ) no-repeat scroll left top;
        color: #000000;
    }

    button.btnVICM:hover {
        background-position: 100% -30px;
    }

        button.btnVICM:hover span {
            background-position: 0% -30px;
        }

    button.btnVICH span {
        background: transparent url( images/btnVICH_left.png ) no-repeat scroll left top;
        color: #000000;
    }

    button.btnVICH:hover {
        background-position: 100% -30px;
    }

        button.btnVICH:hover span {
            background-position: 0% -30px;
        }

    button.btnIOL span {
        background: transparent url( images/btnIOL_left.png ) no-repeat scroll left top;
        color: #000000;
    }

    button.btnIOL:hover {
        background-position: 100% -30px;
    }

        button.btnIOL:hover span {
            background-position: 0% -30px;
        }

    /* END WO#47050 */

    button::-moz-focus-inner {
        border: none;
    }
/* END Custom buttons */

#navcontainer ul {
    padding-left: 0;
    margin-left: 0;
    background-color: #E6E6E6;
    color: white;
    float: left;
    width: 100%;
    /*font-family: arial, helvetica, sans-serif;*/
    font: bold 12px;
}

    #navcontainer ul li {
        display: inline;
    }

        #navcontainer ul li a {
            padding: 0.2em 1em;
            background-color: #E6E6E6;
            color: black;
            text-decoration: none;
            float: left;
            border-right: 1px solid #fff;
        }

            #navcontainer ul li a:hover {
                background-color: #D1D1D1;
                color: black;
            }

        #navcontainer ul li #current a {
            background-color: white; /*Brown color theme*/
            border-color: white; /*Brown color theme*/
        }

/**/
#modernbricksmenu ul {
    font: bold 11px Arial;
    margin: 0;
    margin-left: 40px; /*margin between first menu item and left browser edge*/
    padding: 0;
    list-style: none;
    background-color: #E6E6E6E;
    float: left;
    width: 100%;
}

#modernbricksmenu li {
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
    text-transform: uppercase;
}

#modernbricksmenu a {
    float: left;
    display: block;
    color: black;
    margin: 0 1px 0 0; /*Margin between each menu item*/
    padding: 5px 10px;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: #E6E6E6; /*Default menu color*/
    border-bottom: 1px solid white;
}

    #modernbricksmenu a:hover {
        background-color: #D1D1D1; /*Menu hover bgcolor*/
    }

#modernbricksmenu #current a { /*currently selected tab*/
    background-color: white; /*Brown color theme*/
    border-color: white; /*Brown color theme*/
}

#modernbricksmenuline {
    clear: both;
    padding: 0;
    width: 100%;
    height: 5px;
    line-height: 5px;
    background: white; /*Brown color theme*/
}

.GridPager a, .GridPager span {
    display: block;
    height: 15px;
    width: 35px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.WaterMark {
    color: #D4D4D4;
}

.watermarked_psw {
    border: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    margin-top: 8px;
    height: 30px;
    color: #f2f2f2;
    padding: 4px 9px;
    font-size: 11px;
    width: 282px;
    text-align: right;
    background-image: url(img/password.png);
    background-repeat: no-repeat;
}


.ModalPopupBG {
    background-color: #000000;
    filter: alpha(opacity=30);
    opacity: 0.7;
}

.ModelPnl {
    background: white;
    border: 2px solid gray;
}

    .ModelPnl h1 {
        font-size: 34px;
        line-height: 1em;
        font-weight: normal;
        color: #025486;
        font-weight: bold;
        text-align: center;
    }

    .ModelPnl h2 {
        font-size: 18px;
        line-height: 1em;
        font-weight: normal;
        margin-bottom: .2em;
        color: #025486;
        font-weight: bold;
        text-align: center;
    }

    .ModelPnl td {
        padding: 5px 5px 5px 5px;
    }

.BulkItems {
    display: block;
    line-height: 40px;
    color: black !important;
}

div .InactiveTabs :hover{
    background-color: #D1D1D1;  /* WO#87397 changed color */
}
