﻿/*Font*/
body
{
    color: #3e4b54;
    font-family: Arial;
    font-size: 12px;
}

.title
{
    color: #3e4b54;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
}

h1
{
    color: #3e4b54;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

h2
{
    color: #0b6fb7;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}

h3
{
    color: #0b6fb7;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}

h4
{
    color: #3e4b54;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

h5
{
    color: #0b6fb7;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
}

.Bold
{
    font-weight: bold;
}

.Normal
{
    font-weight: normal;
}

.Caps
{
    text-transform: uppercase;
}

.NARed
{
    color: #FF3333;
}

.NABlue
{
    color: #006699;
}

.AVLOrange
{
    color: #FF9933;
}

.AVLYellow
{
    color: #FFD911;
}

.Red
{
    color: #FF0000;
}

.Blue
{
    color: #006699;
}

.Teal
{
    color: #339999;
}

.Green
{
    color: #009966;
}

.Purple
{
    color: #993399;
}

.Black
{
    color: #000000;
}

.DkGray
{
    color: #666666;
}

.LtGray
{
    color: #999999;
}
/*End Font*/

/*Layout*/
.hide
{
    display: none;
}

.show
{
    display: block;
}

.invisible
{
    visibility: hidden;
}

.center
{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.headpanel
{
    color: #666666;
    background-color: #CCCCCC;
    padding: 5px;
    text-indent: 5px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.subpanel
{
    color: #666666;
    background-color: #e0e0e0;
    padding: 5px;
    text-indent: 5px;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.infopanel
{
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    border: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    padding: 5px;
}

.outline
{
    border: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    padding: 5px;
}

.full
{
    width: 100%;
}

.half
{
    width: 50%;
}

.top
{
    vertical-align: top;
}

.modalconfirm
{
    width: 400px;
    background-color: #E2E2E2;
    border-width: 1px;
    border-color: Black;
    border-style: dotted;
    padding: 20px;
}

/*End Layout*/

/*Gridview*/
.gv
{
    table-layout: auto;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #999999;
}

    .gv td
    {
        vertical-align: middle;
        border: 1px solid #999999;
        border-width: 0px 1px 1px 0px;
        padding: 7px;
        font-size: 12px;
        font-weight: normal;
        color: #3e4b54;
    }

.ps table
{
    margin: 0 auto;
    border-collapse: collapse;
    border: 0px;
    background-color: #E8E8E8;
}

tr.ps
{
    background-color: #cccccc;
}

.ps table td
{
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid #999999;
    background-color: #E8E8E8;
    margin: 0px;
}

.ps span
{
    background-color: #67CDCD;
    padding: 5px;
}

.ps a
{
    text-decoration: none;
    color: #3e4b54;
    font-weight: bold;
}

.ars
{
    background-color: #E8E8E8;
}

.sel 
{
    background-color: #67CDCD;
}

.rs
{
    background-color: #ffffff;
}

.hs th
{
    padding: 7px;
    background-color: #cccccc;
}

.emptydata
{
    font-weight: bold;
    color: #FF3333;
}

th.sortasc a
{
    margin-right: 5px;
    background: url('../../Images/sort-arrows-up.png') no-repeat right center;
}

th.sortdesc a
{
    margin-right: 5px;
    background: url('../../Images/sort-arrows-down.png') no-repeat right center;
}

th.sortasc
{
    background-color: #67CDCD;
}

th.sortdesc
{
    background-color: #80D5D5;
}

th a
{
    padding-right: 15px;
    text-decoration: none;
    color: #3e4b54;
}
/*End Gridview*/

/*Treeview*/
.treeview img
{
    margin-right: 10px;
}

.treeview
{
    font-size: 14px;
    color: black;
}

/*End Treeview*/

/*Menu*/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a
{
    margin: 0;
    padding: 0;
    position: relative;
}

    #cssmenu:after,
    #cssmenu ul:after
    {
        content: '';
        display: block;
        clear: both;
    }

#cssmenu a
{
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: linear-gradient(top, #fefefe 0%, #ececec 100%);
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 49px;
    padding: 0 20px;
    text-decoration: none;
}

#cssmenu ul
{
    list-style: none;
}

#cssmenu > ul
{
    float: left;
}

    #cssmenu > ul > li
    {
        float: left;
    }

        #cssmenu > ul > li > a
        {
            color: #000;
            font-size: 12px;
        }

        #cssmenu > ul > li:hover:after
        {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 50%;
            bottom: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #666666;
            margin-left: -10px;
        }

        #cssmenu > ul > li:first-child > a
        {
            border-radius: 5px 0 0 0;
            -moz-border-radius: 5px 0 0 0;
            -webkit-border-radius: 5px 0 0 0;
        }

        #cssmenu > ul > li.active:after
        {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 50%;
            bottom: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #666666;
            margin-left: -10px;
        }

        #cssmenu > ul > li.active > a
        {
            -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            background: #ececec;
            background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
            background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
        }

        #cssmenu > ul > li:hover > a
        {
            background: #ececec;
            background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
            background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
        }

#cssmenu .has-sub
{
    z-index: 1;
}

    #cssmenu .has-sub:hover > ul
    {
        display: block;
    }

    #cssmenu .has-sub ul
    {
        display: none;
        position: absolute;
        width: 200px;
        top: 100%;
        left: 0;
    }

        #cssmenu .has-sub ul li
        {
            *margin-bottom: -1px;
        }

            #cssmenu .has-sub ul li a
            {
                background: #666666;
                border-bottom: 1px dotted #808080;
                filter: none;
                font-size: 12px;
                display: block;
                line-height: 120%;
                padding: 10px;
                color: #ffffff;
            }

            #cssmenu .has-sub ul li:hover a
            {
                background: #4d4d4d;
            }

    #cssmenu .has-sub .has-sub:hover > ul
    {
        display: block;
    }

    #cssmenu .has-sub .has-sub ul
    {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }

        #cssmenu .has-sub .has-sub ul li a
        {
            background: #4d4d4d;
            border-bottom: 1px dotted #808080;
        }

            #cssmenu .has-sub .has-sub ul li a:hover
            {
                background: #404040;
            }

/*End Menu*/

/*Control CSS*/

.button
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    min-width: 80px;
    text-decoration: none;
    text-align: center;
}

    .button:hover
    {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .button:active
    {
        position: relative;
        top: 1px;
    }

.ddl
{
    border: 1px solid #ccc;
    width: auto;
    border-radius: 6px;
    overflow: hidden;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    padding: 7px;
    margin: 3px 0px 3px 0px;
}

    .ddl select
    {
        padding: 8px;
        width: 130%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        font-size: 12px;
        font-weight: bold;
        color: #666666;
    }

        .ddl select:focus
        {
            outline: none;
        }

.textbox
{
    border: 1px solid #CCC;
    border-radius: 6px;
    font-family: Arial;
    font-size: 12px;
    text-indent: 5px;
    color: #666666;
    margin: 3px 0px 3px 0px;
    min-height: 22px;
}

.normaltext
{
    min-width: 180px;
}

.doubletext
{
    min-width: 360px;
}

textarea
{
    color: #666666;
    font-family: Arial;
    font-size: 12px;
}

/*End Control*/

/*Tooltip*/
.tooltip
{
    position: relative;
}

    .tooltip:before, .tooltip:after
    {
        position: absolute;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        margin-left: -100px;
        left: 50%;
        bottom: 300%;
        display: block;
        color: #000;
        opacity: 0;
    }

    .tooltip:before
    {
        content: attr(title);
        border: solid 1px #0088cc;
        background: #FFF;
        width: 200px;
        text-align: center;
        z-index: 2;
        font-size: 13px;
        line-height: 18px;
        padding: 5px;
    }

    .tooltip:after
    {
        content: '\25c6';
        margin-left: 0;
        margin-top: 10px;
        width: 15px;
        height: 15px;
        z-index: 1;
        line-height: 28px;
        color: #0088cc;
        font-size: 20px;
    }

    .tooltip:hover:before, .tooltip:hover:after
    {
        bottom: 150%;
        opacity: 1;
    }
/*End Tooltip*/

fieldset
{
    border: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    padding: 5px;
}

legend
{
    color: #3e4b54;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}