﻿body {
    background-size: cover;
    margin: 5px auto 0 auto;
    font-family: "Arial",Tahoma,Geneva,sans-serif;
    /*font-family: arial, sans-serif;*/
    font-size: 13px;
    /*min-height: 100%;*/
    background-color: #C6AEC7;
    background: url("Images/bg.jpg") repeat;
}

div, ul, li, input
{
    margin: 0;
    padding: 0;
}

.clear
{
    clear: both;
}

/* CSS for Textbox */
input[type="text"], input[type='password'], textarea
{
    height: auto;
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 4px;
    resize: none;
}

    input[type='text']:hover, input[type='password']:hover, textarea:hover, select:hover
    {
        border: 1px solid gray;
    }

/* CSS for dropdown box */
select
{
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 3px;
}


h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: bold;
    color: #333333;
    text-rendering: optimizelegibility;
}

h1
{
    font-size: 30px;
    line-height: 42px;
}

h2
{
    font-size: 24px;
    line-height: 36px;
}

h3
{
    font-size: 18px;
    line-height: 30px;
}

h4, h5, h6
{
    line-height: 21px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 12px;
}

h6
{
    font-size: 11px;
    color: #999999;
}
/*text-transform:uppercase;*/

.headerTop
{
    width: 100%;
    background: url('Images/bg.jpg') repeat;
}

#Content
{
    padding-top: 10px;
    min-height: 600px;
}

#Footer
{
    width: 1300px;
    background-color: #2E3639;
    margin-top: 20px;
    height: 20px;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.subCategory
{
    width: 15%;
    /*border: 1px solid #DDDDDD;*/
    overflow: hidden;
    height: auto;
    color: #666666;
    line-height: 1.5em;
    float: left;
}

    .subCategory ul
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .subCategory ul li
        {
            border-bottom: 1px solid #DDDDDD;
            list-style-image: url("Images/arrow-grey.gif");
            margin: 0 0 5px;
            padding-left: 2px;
        }

            .subCategory ul li:hover
            {
                text-decoration: underline;
                text-decoration-color: gray;
            }

            .subCategory ul li a
            {
                color: #505050;
                text-decoration: none;
                text-decoration-style: none;
            }

.Background {
    background-color: white;
    border-radius: 4px;
}

.toggleContainer
{
    border: 1px solid #DDDDDD;
    overflow: hidden;
    width: 110px;
    height: auto;
    color: #666666;
    line-height: 1.5em;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    z-index: 9999;
}

    .toggleContainer ul
    {
        list-style-type: none;
        margin: 0;
        padding: 10px;
    }

        .toggleContainer ul li
        {
            border-bottom: 1px solid #DDDDDD;
            margin: 0 0 5px;
        }

            .toggleContainer ul li:hover
            {
                background-color: #F0F0F0;
                color: black;
            }

.cursorHand
{
    cursor: pointer;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

.tableStyle td
{
    padding-left: 10px;
    padding-top: 5px;
}

.divSubDivision
{
    background-color: #E8E8E8;
    font-weight: bold;
    padding: 3px 7px 3px 8px;
    margin: 10px;
    color: black;
}

.alignLeft
{
    text-align: left;
}

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}

.fieldsetStyle1
{
    width: auto;
    border-color: #B8B8B8;
    border-width: 1px;
    border-style: solid;
}

.paddingTop
{
    padding-top: 10px;
}

.paddingBottom
{
    padding-bottom: 10px;
}

.paddingLeft
{
    padding-left: 5%;
}

table.gridviewStyle2
{
    margin: 0 auto;
    /* clear: both;*/
    width: 100%;
}


    table.gridviewStyle2 tr.headerStyle2 > th
    {
        padding: 5px 20px 5px 5px;
        /*padding: 5px;*/
        border: 1px solid #DDDDDD;
        font-weight: bold;
        cursor: pointer;
        * cursor: hand;
    }

    table.gridviewStyle2 tr:last-child
    {
        padding-bottom: 10px;
    }

    table.gridviewStyle2 tr.odd
    {
        background-color: #F9F9F9;
    }

    table.gridviewStyle2 tr.rowStyle2 > td
    {
        padding: 3px 10px;
        border: 1px solid #DDDDDD;
        /*max-width: 150px;*/
        /*overflow: hidden;*/
        overflow: auto;
        word-wrap: break-word;
    }

    table.gridviewStyle2 tr.even
    {
        background-color: white;
    }

    table.gridviewStyle2 tr.alternateRowStyle2 > td
    {
        padding: 3px 10px;
        border: 1px solid #DDDDDD;
        max-width: 150px;
        overflow: hidden;
        word-wrap: break-word;
    }

    table.gridviewStyle2 tr.rowStyle2:hover
    {
        background-color: #E5E5FF;
    }

    table.gridviewStyle2 tr.alternateRowStyle2:hover
    {
        background-color: #E5E5FF;
    }

    table.gridviewStyle2 tr.emptyRowStyle2 > td
    {
        border: 1px solid #DDDDDD;
        color: red;
        text-align: center;
    }

    table.gridviewStyle2 tfoot td
    {
        padding: 3px 18px 3px 10px;
        border-top: 1px solid #DDDDDD;
        font-weight: bold;
    }

.sorting_asc
{
    background: url('../Script/DatatablePlugins/Images/sort_asc.png') no-repeat center right;
}

.sorting_desc
{
    background: url('../Script/DatatablePlugins/Images/sort_desc.png') no-repeat center right;
}
/*table.gridviewStyle2 tr:hover
    {
        background-color:#E5E5FF;
    }*/
/*.gridviewStyle2 .rowStyle2 td
{

    background-color:white;
    border:1px solid #DDDDDD;
}*/
/*.gridviewStyle2 .headerStyle2
    {
        background: whitesmoke;
        color: black;
        text-align: center;
        line-height: 2em;
    }

    .gridviewStyle2 .headerStyle2
    {
        padding-left: 20px;
        font-size: 13px;
    }

        
    .gridviewStyle2 .rowStyle2
    {
        border-collapse: collapse;
        background-color: white;
        border-top-color: #DDDDDD;
        border-top-style: solid;
        border-top-width: 1px;
        color: #336633;
        text-align: center;
    }

        .gridviewStyle2 .rowStyle2:hover
        {
            background: #EAECEE;
            color: black;
        }

    .gridviewStyle2 .alternateRowStyle2:hover
    {
        background: #EAECEE;
        color: black;
    }

    .gridviewStyle2 .emptyRowStyle2
    {
        color: red;
        text-align: center;
    }

    .gridviewStyle2 .alternateRowStyle2
    {
        border-collapse: collapse;
        background-color: whitesmoke;
        border-top-color: #DDDDDD;
        border-top-style: solid;
        border-top-width: 1px;
        color: #336633;
        text-align: center;
    }*/


.gridviewStyle1
{
    margin: 0 auto;
    clear: both;
    width: 100%;
}

    .gridviewStyle1 .headerStyle1 th
    {
        padding: 5px;
        border: 1px solid #DDDDDD;
        font-weight: bold;
        cursor: pointer;
        * cursor: hand;
    }

    .gridviewStyle1 tr.rowStyle1 td
    {
        background-color: #F9F9F9;
        border: 1px solid #DDDDDD;
        text-align: center;
    }

    .gridviewStyle1 tr.alternateRowStyle1 td
    {
        background-color: white;
        border: 1px solid #DDDDDD;
        text-align: center;
    }

    .gridviewStyle1 .rowStyle1:hover
    {
        /*background-color: #E5E5FF;*/
        background-color: red;
    }

    .gridviewStyle1 .alternateRowStyle1:hover
    {
        /*background-color: #E5E5FF;*/
        background-color: red;
    }

    .gridviewStyle1 tr.footerStyle1
    {
        padding: 3px 18px 3px 10px;
        border-top: 1px solid #DDDDDD;
        font-weight: bold;
    }

    .gridviewStyle1 tr.alternateRowStyle1 td
    {
        border-right: 1px solid #DDDDDD;
    }

    .gridviewStyle1 tr.rowStyle1 td
    {
        border-right: 1px solid #DDDDDD;
    }

.addnewdir
{
    direction: ltr;
}

/* POPUP */
.imgClose
{
    position: absolute;
    right: -34px;
    top: -30px;
    z-index: 1002;
    cursor: pointer;
}

.divAddDetails
{
    position: relative;
    background: #f9f9f9;
    color: #444;
    float: right;
    border: 1px solid gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px 0px 10px 0px;
    position: absolute;
    width: 100%;
    z-index: 1002;
    overflow: auto;
    border-radius: 10px 10px 10px 10px;
    white-space: nowrap;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.popupHeader
{
    /*background-color:#82B6DB;*/
    background-color: #F79F81;
    color: White;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0;
    border-radius: 8px 8px 1px 1px;
    margin: 0!important;
}

.popupFooter
{
    padding: 1px 10px 12px 1px;
}

.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50) !important;
}

.iconsWithinGrid
{
    width: 20px;
    height: 20px;
}

.btn
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    padding: 2px 8px 2px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    margin-left: .3em;
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
}

    .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled]
    {
        background-color: #e6e6e6;
    }

    .btn:active, .btn.active
    {
        background-color: #cccccc;
    }

    .btn:first-child
    {
        *margin-left: 0;
    }

    .btn:hover
    {
        color: #333333;
        text-decoration: none;
        background-color: #e6e6e6;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn:focus
    {
        outline: thin dotted #333;
        outline: 5px -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active, .btn:active
    {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        background-color: #e6e6e6;
        background-color: #d9d9d9;
        outline: 0;
    }

    .btn.disabled, .btn[disabled]
    {
        cursor: default;
        background-image: none;
        background-color: #e6e6e6;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn-large
{
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .btn-large [class^="icon-"]
    {
        margin-top: 1px;
    }

.btn-small
{
    padding: 5px 9px;
    font-size: 12px;
    line-height: 19px;
}

    .btn-small [class^="icon-"]
    {
        margin-top: -1px;
    }

.btn-mini
{
    padding: 2px 6px;
    font-size: 12px;
    line-height: 17px;
}

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover
{
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

    .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-dark.active
    {
        color: rgba(255, 255, 255, 0.75);
    }

.btn-primary
{
    background-color: #006dcc;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #0088cc, #0044cc);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]
    {
        background-color: #0044cc;
    }

    .btn-primary:active, .btn-primary.active
    {
        background-color: #003399;
    }

.btn-warning
{
    background-color: #faa732;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled]
    {
        background-color: #f89406;
    }

    .btn-warning:active, .btn-warning.active
    {
        background-color: #c67605;
    }

.btn-danger
{
    background-color: #da4f49;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled]
    {
        background-color: #bd362f;
    }

    .btn-danger:active, .btn-danger.active
    {
        background-color: #942a25;
    }

.btn-success
{
    background-color: #5bb75b;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}

    .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled]
    {
        background-color: #51a351;
    }

    .btn-success:active, .btn-success.active
    {
        background-color: #408140;
    }

.btn-info
{
    background-color: #49afcd;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled]
    {
        background-color: #2f96b4;
    }

    .btn-info:active, .btn-info.active
    {
        background-color: #24748c;
    }

.btn-inverse
{
    background-color: #393939;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #454545, #262626);
    border-left-color: #262626;
    border-right-color: #262626;
    border-top-color: #262626;
    border-bottom-color: #000000;
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled]
    {
        background-color: #262626;
    }

    .btn-inverse:active, .btn-inverse.active
    {
        background-color: #0c0c0c;
    }

button.btn, input[type="submit"].btn
{
    *padding-top: 2px;
    *padding-bottom: 2px;
    cursor: pointer;
}

    button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner
    {
        padding: 0;
        border: 0;
    }

    button.btn.large, input[type="submit"].btn.large
    {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.btn.small, input[type="submit"].btn.small
    {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

.btn-group
{
    position: relative;
    *zoom: 1;
    *margin-left: .3em;
}

    .btn-group:before, .btn-group:after
    {
        display: table;
        content: "";
    }

    .btn-group:after
    {
        clear: both;
    }

    .btn-group:first-child
    {
        *margin-left: 0;
    }

    .btn-group + .btn-group
    {
        margin-left: 5px;
    }

.btn-toolbar
{
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

    .btn-toolbar .btn-group
    {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

.btn-group .btn
{
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-group .btn:first-child
    {
        margin-left: 0;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group .btn:last-child, .btn-group .dropdown-toggle
    {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
    }

    .btn-group .btn.large:first-child
    {
        margin-left: 0;
        -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-left-radius: 6px;
    }

    .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle
    {
        -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;
    }

    .btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active
    {
        z-index: 2;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle
{
    outline: 0;
}

.btn-group .dropdown-toggle
{
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px;
}

.btn-group.open
{
    *z-index: 1000;
}

    .btn-group.open .dropdown-menu
    {
        display: block;
        margin-top: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .btn-group.open .dropdown-toggle
    {
        background-image: none;
        -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
    }

.btn .caret
{
    margin-top: 7px;
    margin-left: 0;
}

.btn:hover .caret, .open.btn-group .caret
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-primary .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret
{
    border-top-color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.btn-small .caret
{
    margin-top: 4px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-valid
{
    display: none;
}

.validation-summary-errors
{
    padding: 0 0 0 24px;
    margin-bottom: 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid;
}

.validation-summary-valid
{
    display: none;
}

.error
{
    color: Red;
}

/*--------------------------------------------*/
.popupContent
{
    display: none;
    background-color: white;
    position: fixed;
    top: 10%;
    left: 33%;
    z-index: 1002;
}

.alert-box
{
    color: #555;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 10px 40px;
    /*margin: 10px;*/
    display: inline-block;
    position: relative;
    /*float: right;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 40px;*/
}

    .alert-box span
    {
        font-weight: bold;
        text-transform: uppercase;
    }

.errorMessage
{
    background: #ffecec url('/Images/Alerts/error.png') no-repeat 10px 50%;
    border: 1px solid #f5aca6;
}

.successMessage
{
    background: #e9ffd9 url('/Images/Alerts/success.png') no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}


.warningMessage
{
    background: #fff8c4 url('/Images/Alerts/warning.png') no-repeat 10px 50%;
    border: 1px solid #f2c779;
}

.btnfbStyle
{
    /*-webkit-box-shadow: rgba(0,0,0,0.0.1) 0 1px 0 0
    -moz-box-shadow: rgba(0,0,0,0.0.1) 0 1px 0 0;
    box-shadow: rgba(0,0,0,0.0.1) 0 1px 0 0;*/
    background-color: #5B74A8;
    border: 1px solid #29447E;
    font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px;
    height: 28px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

.cursorHand
{
    cursor: pointer;
}


.chkbox input[type="checkbox"]
{
    /* margin-left:5px;*/
    min-width: 20px;
    text-align: right;
}

.emptyDatatext
{
    text-align: center;
    color: red;
}

.table_GrayStyle
{
    border: solid 1px gray;
    border-collapse: collapse;
}

    .table_GrayStyle span
    {
        font-weight: 600;
        color: red;
    }

    .table_GrayStyle tr td
    {
        padding: 0px 5px 5px 5px;
        text-align: right;
    }

    .table_GrayStyle tr th
    {
        background-color: #666666;
        color: white;
    }

#loading
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('loadimg.gif');
    background-color: white;
    opacity: 0.60;
    z-index: 9999;
}

.red
{
    color: red;
}

.hr-gray-subcategory
{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

table.firstColumn_Bold
{
    border-collapse: collapse;
    text-align: right;
}

    table.firstColumn_Bold tr td:first-child
    {
        font-weight: 600;
    }

.bordertop
{
    border-top: 1px solid black;
}
.red
{
    color:red;
}
.italic
{
    font-style:italic;
}
.updateProgress
{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
}
/*Modal Popup*/
.modalBackground {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: silver;
    padding: 3px;
    height: 500px;
    width: 900px;
}

.popup_background {
    background-color: #4E6662;
    filter: alpha(opacity=70);
    opacity: 0.7;
}