﻿.darkBG {
    background: #999;
}

.darkerBG {
    background: #666;
}

.darkestBG {
    background: #333;
}

.smallText {
    font-size: 10pt;
}

.progress .progress-bar.half-sec-ease-in-out {
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}

.progress .progress-bar.one-sec-ease-in-out {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.progress .progress-bar.onehalf-sec-ease-in-out {
    -webkit-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -ms-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

.progress .progress-bar.two-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -ms-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.bulletCSs {
    padding: 6px;
    /*line-height: 250%;*/
    font-weight: normal;
    width: 100%;
}

    .bulletCSs a {
        text-decoration: none;
        font-family: Verdana;
        font-size: 9pt;
        color: #374047;
    }

        .bulletCSs a:hover {
            text-decoration: none;
            font-family: Verdana;
            font-size: 9pt;
            color: #374047;
        }

    .bulletCSs li {
        border-bottom: solid 1px #E9E4D8;
        text-decoration: none;
        padding: 6px;
        list-style-type: none;
    }

.bullestCSs ul {
    list-style-type: none;
}

.bulletCSs li:hover {
    background-color: #E9E4D8;
    text-decoration: none;
}

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid px #336699;
    border-collapse: collapse;
    font-size: 8pt;
    font-family: Verdana;
}
    /*mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    background-color: #000;
    color: #717171;
}*/


    .mGrid th {
        padding: 6px 2px;
        padding-left: 6px;
        padding-right: 6px;
        color: #fff;
        background: #336699;
        border-left: solid 1px #FFF;
        font-size: 0.9em;
    }

    .mGrid .row {
        /*background: #fcfcfc url(images/grd_alt.png) repeat-x top;*/
        background-color: #F7F6F3;
        color: #284775;
    }

    .mGrid .alt {
        /*background: #fcfcfc url(images/grd_alt.png) repeat-x top;*/
        background-color: #FFF;
        color: #333;
    }

    .mGrid .pgr {
        background: #336699;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #FFF;
            font-weight: bold;
            color: #efa000;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #FFF;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #FFF;
                text-decoration: none;
            }

.GridHeadBlue {
    background: #f5f5f5;
    color: #336699;
    text-align: center;
}

    .GridHeadBlue td:hover {
        background-color: #336699;
        /*color: #CCC;*/
    }

.GridBorder {
    border-color: #CCC;
}

.ItemTableLink tbody tr td:hover {
    cursor: pointer;
}

.rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
}

.uppercaseText {
    text-transform: uppercase;
}

.CapitalizeText {
    text-transform: capitalize;
}

.tablerightborder {
    border-right: solid 1px #d4d3d3;
    padding: 0 20px;
    text-align: center;
}

.tablerightborderhide {
    border-right: solid 0px #d4d3d3;
    padding: 0 0 0 20px;
    text-align: left;
}

.tablerightborderleftalign {
    border-right: solid 1px #d4d3d3;
    padding: 0 20px;
    text-align: left;
}

.tabletdvaligntop {
    vertical-align: top;
}

.tabletdvalignmiddle {
    vertical-align: middle;
}

.tab-content {
    padding-top:20px;
}