html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
}


    div.panel {
        width: 96%;
        height: 250px;
        display: none;
    }

    div.panel2 {
        width: 96%;
        height: auto;
        display: none;
    }

    div.panel3 {
        width: 96%;
        height: 250px;
        display: none;
    }

    div.panel4 {
        width: 96%;
        height: 250px;
        display: none;
    }

    div.panel5 {
        width: 96%;
        height: 200px;
        display: none;
    }

    div.panel6 {
        display: none;
    }

.tmp {
    color: Black;
}

    .tmp a {
        color: black !important;
    }

body {
    line-height: 1;
}

#header {
    border-top: 2px solid black;
}

.home {
    width: 50px;
    float: left;
    background-color: #193356;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
    border-color: #ADDFFF;
}

.ajax__combobox_textboxcontainer:focus {
    border-color: #ADDFFF;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.me_table {
    width: 100%;
    padding: 5px;
    border: 1px;
    border-color: lightgrey;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

    .clearfix a {
        display: inline-block;
    }
/* for IE/Mac */
p.flip:hover {
    background-color: #193356; /* 193356*/
    color: white;
    cursor: pointer;
}

p.flip2:hover {
    background-color: #193356;
    color: white;
    cursor: pointer;
}

p.flip3:hover {
    background-color: #193356;
    color: white;
    cursor: pointer;
}

p.flip4 {
    padding: 5px;
    text-align: center;
    background: #EEE;
    border: solid 1px #C3C3C3;
}

    p.flip4:hover {
        background-color: #193356;
        color: white;
        cursor: pointer;
    }

p.flip5:hover {
    background-color: #193356;
    color: white;
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------
--- BASICS
---------------------------------------------------------------------------------------*/
body {
    font-size: 11px !important;
    font-family: Arial, Helvetica, sans-serif !important; /*	background: url(../img/bg.jpg) repeat-x #4780ae; */
    line-height: 16px;
}

a {
    color: #162635;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:active {
    }

    a:visited {
    }

.left {
}

.right {
    float: right;
}

.clear {
    clear: both;
}

img.left {
    margin: 0 1em 1em 0;
}

img.right {
    margin: 0 0 1em 1em;
}

.padding {
    padding: 10px;
}

/* ------------------------------------------------------------------------------------
ELEMENTS			 */
h1 {
    color: #2d2d2d;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    padding: 10px;
}

h2 {
    color: #2d2d2d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px;
    margin: 0px;
}

h3 {
    color: #2d2d2d;
    padding: 0px;
    margin: 0px;
    padding: 5px;
}

h4 {
    color: #2d2d2d;
    padding: 0px;
    margin: 0px;
    padding: 5px;
}

h5 {
    color: #2d2d2d;
    padding: 0px;
    margin: 0px;
    padding: 5px;
}

p {
    padding: 10px; /*	background: #fff;*/
}

input {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #a8a8a8;
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px;
    font-size: 11px;
}

.int {
    width: 127px;
}
/*
input:hover
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid ##E6E6FA !important;
	border-top: 1px solid ##E6E6FA !important;
	border-right: 1px solid ##E6E6FA !important;
	border-bottom: 1px solid ##E6E6FA !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 3px;
}
*/
ul {
    list-style: circle;
    margin: 10px;
    margin-left: 20px;
}

ol {
    list-style: decimal;
    margin: 10px;
    margin-left: 20px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    margin: 10px 0px;
}

legend {
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}

label {
    display: block;
    text-indent: 5px;
}

    label input {
        margin-left: 30px;
    }

hr {
    border: 1px #ddd solid;
    width: 80%;
}

button {
    text-transform: uppercase;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #4780ae;
    border-left: 1px solid #084577;
    border-top: 1px solid #084577;
    border-right: 1px solid #7ab7e8;
    border-bottom: 1px solid #7ab7e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px;
    margin-top: 5px;
}
/* ------------------------------------------------------------------------------------
Login					 */
#login {
    padding-left: 10px;
    text-align: left;
}

#login_container {
    overflow: hidden;
    width: 360px;
    margin: 0 auto;
    background: url(../img/overlay.jpg) no-repeat;
}

#login label span {
    display: block;
    width: 100px;
    float: left;
}

div#login {
    width: 320px;
    margin: 10px auto;
}

a#passwordrecoverylink {
    font-size: 10px;
    text-decoration: underline;
    display: block;
    text-align: right;
    color: #999;
}

a:hover#passwordrecoverylink {
    color: #000;
}

.loginbutton {
    margin-left: 160px;
}

    .loginbutton:hover {
        margin-left: 160px;
    }

#login input#remember {
    margin: 10px 5px 0px 10px;
}
/* ------------------------------------------------------------------------------------
 MENUS			 */
#navigation, #navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    float: left;
}

    #navigation a {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
    }

        #navigation a:hover {
            text-decoration: underline;
            padding: 6px 10px;
        }

    #navigation li {
        float: left;
        width: auto;
    }

    #navigation li {
        padding: 0;
        margin: 0;
    }

        #navigation li ul li {
            padding: 1px 0px;
        }

            #navigation li ul li a {
                padding: 6px 10px;
                width: 110px;
            }

        #navigation li ul {
            position: absolute;
            padding-top: 1px;
            width: 130px;
            left: -999em;
        }

            #navigation li ul ul {
                margin: -1.5em 0 0 130px;
            }

        #navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
            left: -999em;
        }

        #navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
            left: auto;
        }

#top_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 11px;
}

    #top_menu ul li {
        float: left;
        display: block;
    }

        #top_menu ul li a {
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 12px 15px 10px 15px;
            font-size: 12px;
        }

            #top_menu ul li a:hover {
                background-color: gray;
                color: White; /*background: url(../img/menutop_hover.jpg) bottom center no-repeat;*/
            }

#ctl00_menu {
    background: url(../img/menutop.jpg) no-repeat top;
    width: 1024px;
    margin-top: 30px;
    height: 35px;
    text-decoration: none;
    color: white !important;
    display: block;
}


/* my Style */
.staticMenuItemStyle {
    text-align: center;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 0;
}

.staticMenuItemSelectedStyle {
    border: solid 1px #000;
}

.staticHoverStyle {
    background-image: url(../Images1/bg-black.gif);
}

.menuItem {
    display: block;
}

.dynamicMenuItemStyle {
    border: solid 1px #000;
    background-color: Silver;
    color: Red;
    z-index: 200;
    position: relative;
}

.background {
    border: solid 1px #000;
    background-image: url(../Images1/bg-black.gif);
}

.NavigationMenu {
    font-family: Verdana;
    font-size: 10pt;
    color: #FFF;
    font-weight: 600;
    z-index: 101;
    background-image: url(../Images1/bg-black.gif);
}

#h {
    background: #CCCFFF;
    padding: 5px 0 6px 10px;
}

#e {
    border: solid 1px #919191;
    background-image: url(../Images1/sub.gif);
    padding: 0 0 1px;
}

.menuItemMouseOver, .menuItemSelected {
    border: solid 1px Navy;
    background-image: url(../Images1/bg-black.gif);
}

.NavigationMenu A:link, .NavigationMenu A:visited, .NavigationMenu A:active {
    text-decoration: none;
    color: #FFF;
    display: block;
}

.currentNodeStyle, .nodeStyle, .rootNodeStyle, a.siteMapPath {
    text-decoration: none;
    font-family: Verdana;
    font-size: 10pt;
}

/* My style Complete */
.menuItem {
    font-size: 12px !important;
    color: White !important;
    padding: 18px 11px 6px 11px !important;
    margin: 15 !important;
}

    .menuItem a:hover {
        font-style: normal;
        text-decoration: none !important;
    }

.level1 {
    font-size: 12px !important;
    color: White !important;
    padding: 18px 11px 6px 11px !important;
    margin: 15 !important;
}


.level2 {
    text-decoration: none;
    color: white;
    display: block;
    padding: 8px 11px 6px 11px;
}

.level3 {
    text-decoration: none;
    color: white;
    display: block;
    padding: 8px 11px 6px 11px;
}



.level4 {
    text-decoration: none;
    color: white;
    display: block;
    padding: 8px 11px 6px 11px;
}



/* ------------------------------------------------------------------------------------
STRUCTURE					 */
#container {
    width: 1024px;
    margin: 0 auto; /* background: url(../img/overlay.jpg) no-repeat; */
}

#header {
}

#footer {
    clear: both;
}

.body {
    background-color: #98AFC7;
    height: 100%;
    ;
    height: 100%;
}

#content_main {
    /*	background: #ADDFFF; */
    background-color: #38567e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#668ec3), to(#091d37)) !important;
    background-image: -webkit-linear-gradient(top, #668ec3, #091d37);
    background-image: -moz-linear-gradient(top, #668ec3, #091d37) !important;
    background-image: -ms-linear-gradient(top, #668ec3, #091d37) !important;
    background-image: -o-linear-gradient(top, #668ec3, #091d37) !important;
    width: 1004px;
    height: 100%;
    padding: 10px;
    margin-bottom: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #content_main a {
        /*color:*/
    }

    #content_main .table2 a {
        color: Black;
    }

#top_menu {
    background: url(../img/menutop.jpg) no-repeat top center;
    background-color: #224474;
    width: 1024px;
    height: 35px;
    float: left;
}

#profile_info {
    background-color: #8691A0;
    box-shadow: 0 2px 2px white, 0 4px 4px rgba(0,0,0,0.6);
    width: 210px;
    height: 49px;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 10px;
    float: right;
    margin-top: 10px;
    margin-right: 40px;
    font-size: 11px;
    color: #fff;
    line-height: 10px;
}

    #profile_info p {
        background: none;
    }

#avatar {
    float: left;
    margin: 0px 10px;
}

#postedit {
    background: #f1f1f1;
    width: 940px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#dashboard {
    width: 640px;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#sidebar {
    width: 250px;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#footer {
    background: #f1f1f1;
    -moz-box-shadow: inset 0 1px 10px #000000;
    -webkit-box-shadow: inset 0 1px 10px #000000;
    box-shadow: inset 0 1px 10px #000000;
    width: 100%;
    padding-right: 20px;
    margin-top: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 2000000;
    left: -1px;
    height: 3px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    #footer p {
        background: none;
        padding: 0px;
        margin-right: 20px;
        width: 941px;
    }

.panel {
    /*	min-height: 285px;  */
}

.section, .panel, #shortcuts, #chart, .quickview {
    color: Black;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .section a {
        color: Black !important;
    }

#ctl00_ContentPlaceHolder1_table b {
    color: Black;
}

#ctl00_ContentPlaceHolder1_table th {
    color: Black;
}

#postedit, #panels, #shortcuts {
    margin-top: 10px;
}

.section {
    margin-left: 0px;
    min-height: 440px;
    overflow-y: auto;
    -moz-box-shadow: inset 0 0 10px #736F6E;
    -webkit-box-shadow: inset 0 0 10px #736F6E;
    box-shadow: inset 0 0 10px #736F6E;
    color: Black; /*	background-image: url( '../img/back.png' ); 	background-repeat: no-repeat; 	background-position: right bottom; */
}


.head_section {
    text-align: left;
    background: #fff;
    width: 98.85%;
    margin-left: 10px;
    background: #eee;
    font-size: 12px;
    -moz-box-shadow: inset 0 0 10px #736F6E;
    -webkit-box-shadow: inset 0 0 10px #736F6E;
    box-shadow: inset 0 0 10px #736F6E;
    color: Black;
}

.panel {
    width: 290px;
    margin: 5px;
}

.calendar {
    margin-right: 0px;
}

.photo {
    width: 375px;
    margin-left: 0px;
    margin-right: 10px;
}

.form_sidebar {
    width: 220px;
    margin-left: 10px;
    margin-top: 5px;
    padding: 4px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#form_middle_cont {
    width: 940px;
}
/* ------------------------------------------------------------------------------------
ICONS				 */
.ico_mug {
    background: url(../img/ico_mug.jpg) no-repeat 5px center #f1f1f1;
    padding-left: 40px;
    margin-bottom: 20px;
}

.ico_posts {
    background: url(../img/ico_posts.jpg) no-repeat 5px center #f1f1f1;
    padding-left: 30px;
}

.ico_page {
    background: url(../img/ico_page.jpg) no-repeat 5px center #f1f1f1;
    padding-left: 30px;
}

.ico_settings {
    background: url(../img/ico_settings.jpg) no-repeat 5px center #f1f1f1;
    padding-left: 30px;
}

.ico_user {
    background: url(../img/ico_user.jpg) no-repeat 5px center #f1f1f1;
    padding-left: 30px;
}

.ico_success {
    padding-left: 20px;
    background: url(../img/success.jpg) no-repeat left center;
}

.ico_cancel {
    padding-left: 20px;
    background: url(../img/error.jpg) no-repeat left center;
}

.ico_error {
    padding-left: 20px;
    background: url(../img/ico_error.jpg) no-repeat left center;
}

.ico_mailMessage {
    padding-left: 20px;
    background: url(../img/MessageboxInfo.png) no-repeat left center;
}

.ico_pending {
    padding-left: 20px;
    background: url(../img/ico_hourglass.jpg) no-repeat left center;
}

.ico_chart {
    padding-left: 20px;
    background: url(../img/ico_chart_bar.jpg) no-repeat left center;
}
/* ------------------------------------------------------------------------------------
LOGO				 */
div#logo h1 {
    padding: 0px;
    margin: 0px;
}

    div#logo h1 a {
        display: block;
        text-indent: -9999px;
        width: 300px;
        height: 100px; /*	background: url(../img/logo.png) no-repeat; */
    }

/* ------------------------------------------------------------------------------------
CUSTOM				 */

#placeholder {
    width: 180px;
    height: 95px;
    padding: 10px;
    padding-bottom: 14px;
}

.more {
    font-size: 12px;
}

.approved {
    font-weight: bold;
    color: #25a21f;
}

#success {
    margin: -px 0px;
    border: 1px solid #b2dc4d;
    color: #40550d;
    font-family: "Arial", Arial, sans-serif;
    font-size: 11px;
    background: #cce297;
    font-weight: 700;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#fail {
    margin: 5px 0px;
    color: #c82820;
    font-family: "Arial", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#pw_fail {
    margin: 5px 0px;
    color: #c82820;
    font-family: "Arial", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#warning {
    margin: 5px 0px;
    border: 1px solid #efdc90;
    color: #a9a014;
    font-family: "Arial", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    background: #fffecc;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form_sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .form_sidebar ul li ul {
        margin: 0px 10px;
        padding: 0px;
        list-style: none;
    }

span.date {
    display: block;
    padding-left: 20px;
    font-style: italic;
    font-family: 10px;
}

.odd {
    background: #eee;
    border-top: 1px solid #DDDDDD;
    padding: 3px;
}

.even {
    border-top: 1px solid #DDDDDD;
    padding: 3px;
}

a#visit {
    display: block;
    color: #fff;
    background: #4780ae;
    border-left: 1px solid #084577;
    border: 1px solid #7ab7e8;
    padding: 4px;
    margin: 5px 15px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.add {
    display: block;
    width: 80px;
    text-align: center;
    color: #fff;
    background: #4780ae;
    border: 1px solid #4780ae;
    padding: 4px;
    margin: 10px 15px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

#profile_info p {
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 4px;
}

    #profile_info p a {
        font-size: 11px;
        color: #f9d71c;
    }

        #profile_info p a:hover {
            font-size: 11px;
            color: #f7d202;
            text-decoration: underline;
        }

    #profile_info p.last_login {
        font-size: 10px;
        padding-top: 5px;
        color: #dfdfdf;
    }

#table_options ul li a {
    color: #000;
    display: block;
    padding-top: 5px;
}

.quickview ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .quickview ul li {
        padding: 3px;
        font-size: 11px;
    }

        .quickview ul li span.number {
            font-family: Georgia;
            font-size: 12px;
            color: #629fa8;
        }

#shortcuts {
    width: 640px;
}

    #shortcuts ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-top: 20px;
    }

        #shortcuts ul li {
            float: left;
        }

            #shortcuts ul li.first_li a {
                margin-left: 0px;
            }

            #shortcuts ul li a {
                border: 1px solid #999;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                display: block;
                padding: 5px;
                margin: 5px;
                width: 70px;
                text-align: center;
            }

                #shortcuts ul li a span {
                    font-size: 10px;
                    margin-top: 5px;
                    display: block;
                    background: #eee;
                    padding: 2px;
                }

                #shortcuts ul li a:hover {
                    border: 1px solid #ececec;
                    text-decoration: none;
                }

.photo ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .photo ul li {
        float: left;
        border: 1px solid #999;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 3px;
        margin: 3px 1px;
        position: relative;
    }

        .photo ul li span {
            font-size: 10px;
            margin-top: 5px;
            display: block;
            padding: 4px 1px;
            width: 83px;
            position: absolute;
            bottom: 0px;
            left: 0px;
        }

.todo ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .todo ul li {
        margin-left: 0px;
        padding-left: 0px;
        list-style: none;
    }

.todo p {
    margin: 0px;
    padding: 0px;
}

ul#menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}

    ul#menu, ul#menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        ul#menu a {
            display: block;
            text-decoration: none;
        }

        ul#menu li {
            margin-top: 1px;
        }

            ul#menu li a {
                color: #000;
                padding: 10px;
                padding-left: 25px;
                border-bottom: 1px solid #ddd;
            }

                ul#menu li a:hover {
                }

            ul#menu li ul li a {
                background: #fff;
                color: #000;
                padding-left: 15px;
                border-bottom: none;
            }

                ul#menu li ul li a:hover {
                    background: #eee;
                    border-left: 5px #4780ae solid;
                    padding-left: 10px;
                }

input#post_title {
    width: 925px;
    margin: 0px;
    border-left: 1px solid #a8a8a8;
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 28px;
    padding: 5px;
}

.form_sidebar span {
    display: block;
    padding: 5px 5px;
    background: #eee;
    margin-bottom: 10px;
}

#save {
    width: 100px;
    color: #fff;
    background: #4780ae;
    border-left: 1px solid #084577;
    border-top: 1px solid #084577;
    border-right: 1px solid #7ab7e8;
    border-bottom: 1px solid #7ab7e8;
}



.alter_col {
    width: 100%;
    border: 1px solid #c3c3c3;
}

    .alter_col td {
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle; /*	text-align: left;*/
    }

    .alter_col td {
        border-bottom: 1px solid #e4e4e4;
    }

    #table .table_date, .alter_col .table_date {
        color: #5e5e5e;
        width: 100px;
        font-weight: bold;
    }

    .alter_col .table_check {
        width: 20px;
        background: #eee;
    }

    .alter_col .table_title a {
        color: #26608e;
        text-decoration: underline;
        font-weight: bold;
    }

    .alter_col td:nth-child(odd) {
        color: #000000 !important;
    }

    .alter_col td:nth-child(even) {
        background: #f5f5f5;
        font-size: 10px !important;
    }

    .alter_col td:nth-child(even) {
        background: #f5f5f5;
    }

    .alter_col td:nth-child(odd) {
        background: #e7e7e7;
    }

    .alter_col td:nth-child(odd) {
        width: 15% !important;
    }

    .alter_col td:nth-child(even) {
        width: 35% !important;
    }


        .alter_col td:nth-child(even):hover {
            background: #ffffff;
        }

    .alter_col td:nth-child(odd):hover {
        background: #ffffff;
    }


    .alter_col th {
        background: #e7e7e7;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        color: Black;
        font-size: 11px;
        border-bottom: 1px solid #e4e4e4;
    }

    /************* FOR IE ***************/
    .alter_col td {
        background-color: #f5f5f5;
    }


        /************************************/
        .alter_col td.spl {
            background-color: #f5f5f5 !important;
            color: Black !important;
        }

.alter_grid tr {
    background-color: #e1eeff !important;
    color: Black !important;
}

.alter_col tr.spl {
    background-color: #e1eeff !important;
    color: Black !important;
}

.alter_col .table2 td:nth-child(odd) {
    color: #000000 !important;
}

.alter_col .table2 td:nth-child(even) {
    color: #000000 !important;
}

.alter_col .table2 td:nth-child(even) {
    background: #f5f5f5;
}

.alter_col .table2 td:nth-child(odd) {
    background: #f5f5f5;
}

.alter_col .table2 th {
    background: #e7e7e7;
    font-size: 11px;
    color: #000000 !important;
}



#referenceForm {
    width: 100%;
    border: 1px solid #c3c3c3;
}

#table, .table2, .table1, .table3 {
    width: 100% !important;
    border: 1px solid #c3c3c3;
}

    .table2 tr:hover {
        background-color: #f5f5f5 !important;
    }

    #table th, .table2 th, .table1 th, .table3 th {
        background: #e7e7e7;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
    }

    #table td, .table2 td, table1 td, .table3 th {
        padding-left: 5px;
        padding-right: 5px; /*	text-align: left;*/
    }

.table2 {
    table-layout: fixed;
}

    .table2 td {
        border-bottom: 1px solid #e4e4e4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.table3 input {
    height: 15px;
}

.table3 td {
    line-height: 12px;
    vertical-align: baseline;
}

#table .table_date, .table2 .table_date {
    color: #5e5e5e;
    width: 100px;
    font-weight: bold;
}

#table .table_check, .table2 .table_check {
    width: 20px;
    background: #eee;
}

#table .table_title a, .table2 .table_title a {
    color: #26608e;
    text-decoration: underline;
    font-weight: bold;
}

#table_options {
    background: #fff;
    border: solid #c3c3c3;
    border-width: 0px 1px 1px 1px;
    padding: 5px;
}

    #table_options label {
        margin: 0px;
        padding-top: 2px;
    }

    #table_options ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        #table_options ul li {
            float: left;
            padding: 5px;
            margin-right: 10px;
        }

#tablegrd {
    width: 100%;
    border: 1px solid black;
    border-style: solid;
}

.pagination {
    margin-top: 20px;
}

    .pagination a, .pagination span {
        background: url( "../img/borderbottom.jpg" ) bottom repeat-x #fff;
        padding: 5px;
        margin: 2px;
        border: 1px solid #d9d9d9;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.btncrm {
    display: inline-block;
    position: relative;
    padding: 2px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font: 12px/1.4 "myriad-pro-1", "myriad-pro-2", "Lucida Grande", Sans-Serif;
    background-color: #395f98;
    background-image: url( '../img/btn_back.jpg' );
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6d3f4), to(#153E7E));
    background-image: -webkit-linear-gradient(top, #b6d3f4, #153E7E) !important;
    background-image: -moz-linear-gradient(top, #b6d3f4, #153E7E) !important;
    background-image: -ms-linear-gradient(top, #b6d3f4, #153E7E) !important;
    background-image: -o-linear-gradient(top, #b6d3f4, #153E7E) !important;
    color: white !important;
    box-shadow: inset 0 1px 1px white, 0 2px 2px rgba(0,0,0,0.6);
    border: 1px solid #9AC9FF !important;
    font-weight: bold;
}

.btncrm_cancel {
    display: inline-block;
    position: relative;
    padding: 2px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font: 12px/1.4 "myriad-pro-1", "myriad-pro-2", "Lucida Grande", Sans-Serif;
    background-color: #395f98;
    background-image: url( '../img/btn_back.jpg' );
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7d7a), to(#153E7E)) !important;
    background-image: -webkit-linear-gradient(top, #ff7d7a, #153E7E) !important;
    background-image: -moz-linear-gradient(top, #ff7d7a, #153E7E) !important;
    background-image: -ms-linear-gradient(top, #ff7d7a, #153E7E) !important;
    background-image: -o-linear-gradient(top, #ff7d7a, #153E7E) !important;
    color: white !important;
    box-shadow: inset 0 1px 1px white, 0 2px 2px rgba(0,0,0,0.6);
    border: 1px solid #7c3b39 !important;
    font-weight: bold;
}

.btncrm:hover {
    box-shadow: inset 0 2px 15px white, 0 2px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 2px 15px white, 0 2px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 2px 15px white, 0 2px 2px rgba(0,0,0,0.6);
    cursor: pointer;
}

.btncrm:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#153E7E), to(#b6d3f4)) !important;
    background-image: -webkit-linear-gradient(top, #153E7E, #b6d3f4) !important;
    background-image: -moz-linear-gradient(top, #153E7E, #b6d3f4) !important;
    background-image: -ms-linear-gradient(top, #153E7E, #b6d3f4) !important;
    background-image: -o-linear-gradient(top, #153E7E, #b6d3f4) !important;
}


.btncrmDisable {
    box-shadow: inset 0 2px 8px white, 0 2px 2px rgba(0,0,0,0.6);
    position: relative;
    padding: 2px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font: 12px/1.4 "myriad-pro-1", "myriad-pro-2", "Lucida Grande", Sans-Serif;
    background-color: #395f98;
    background-image: url( '../img/btn_back.jpg' );
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6d3f4), to(#7696b4)) !important;
    background-image: -webkit-linear-gradient(top, #b6d3f4, #7696b4) !important;
    background-image: -moz-linear-gradient(top, #b6d3f4, #7696b4) !important;
    background-image: -ms-linear-gradient(top, #b6d3f4, #7696b4) !important;
    background-image: -o-linear-gradient(top, #b6d3f4, #7696b4) !important;
    color: white !important;
    box-shadow: inset 0 1px 1px white, 0 2px 2px rgba(0,0,0,0.6);
    border: 1px solid #9AC9FF !important;
    font-weight: bold;
}
/*                    
.btncrm:hover
{
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	background: #003366 !important;
	border-left: 1px solid #084577;
	border-top: 1px solid #084577;
	border-right: 1px solid #7ab7e8;
	border-bottom: 1px solid #7ab7e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 3px;
	margin-top: 5px;
	cursor: pointer;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: justify;
}

.btncrmDisable
{
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	background: #B0B0B0 !important;
	border-left: 1px solid #084577;
	border-top: 1px solid #084577;
	border-right: 1px solid #7ab7e8;
	border-bottom: 1px solid #7ab7e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 3px;
	margin-top: 5px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: justify;
}

.btncrm:active
{
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	background: #A9C5EB !important;
	border-left: 1px solid #084577;
	border-top: 1px solid #084577;
	border-right: 1px solid #7ab7e8;
	border-bottom: 1px solid #7ab7e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 3px;
	margin-top: 5px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: justify;
}

*/
.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: Black;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.file {
    border: 1px solid #eee;
}

/* Style For Combobox */

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 11px;
    height: 21px;
    position: relative;
    width: 112px;
    margin-bottom: 0px !important; /*	border: solid 1px #7F9DB9; */
    margin-left: 3px !important;
}

    .WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input:focus {
        outline: 0;
        border-color: #ADDFFF;
    }

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    background-image: url(./../img/windows-arrow.png);
    background-position: top left;
    border: 0px none;
    height: 24px !important;
    width: 21px !important;
}

/*
.WindowsStyle ol, ul
{
    display: block;
}

.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9 !important;
    width: 203px !important;
    height: 64px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 1000 !important;
    display: block !important;
    position: absolute !important;
    visibility: visible !important;
}
*/






.WindowsStyle .ajax__combobox_itemlist {
    height: 200px !important;
    width: 127px !important;
    overflow: scroll !important; /* direction: rtl;*/
    z-index: 1000;
    display: block;
    position: absolute;
    left: 344px;
    top: 297px;
    padding-left: 10px;
}

.WindowsStyle td {
    margin: 0px;
    padding: 0px !important;
    vertical-align: top;
}


.ListStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    background-image: url(./../img/windows-arrow.png);
    background-position: top left;
    visibility: hidden !important;
    border: 0px none;
    height: 5px;
    width: 0px;
}

.ListStyle .ajax__combobox_itemlist {
    border-color: #7F9DB9;
}

.ListStyle td {
    margin: 0px;
    padding: 3px !important;
    vertical-align: top;
}

.ListStyle .ajax__combobox_textboxcontainer input {
    width: 115px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-left: 1px solid #a8a8a8;
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px;
    font-size: 11px;
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    background-image: url(../images/view.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.ajax__combobox_textboxcontainer input:focus {
    border-color: #ADDFFF !important;
}

.ajax__calendar_container td {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 11px !important;
}

/* For Paging */
.pager td {
    border-bottom: 0px !important;
}

.pager span {
    font-size: small;
    font-weight: bold;
}

.pager td a {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.accordionHeader {
    /*  background-color: #4780AE !important;*/
    background-color: #EAEAEA !important;
    font-weight: bold;
    text-align: left;
    border: 1px solid White;
    height: 25px;
    padding-top: 5px;
    padding-left: 10px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 100%;
    border-radius: 2px;
    cursor: pointer;
}

.accordionHeaderSelected {
    /* background-color: #4780AE !important;*/
    background-repeat: repeat;
    background-color: #193356 !important;
    color: White;
    font-weight: bold;
    height: 25px;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    border: 1px solid White;
    height: 22px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 100%;
    border-radius: 2px;
    cursor: pointer;
}

.accordionContent {
}


/* Model Popup */

.modalBackground {
    background-color: #336699;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.ModalWindow {
    background-color: White !important;
    border: solid 10px #005588;
    padding: 5px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 0;
    text-align: justify; /* line-height: 23px;*/
    color: #191970;
    font-size: 18px background:#FFFFFF;
    padding: 0px10px10px10px;
    position: absolute;
    top: -1000px;
    box-shadow: inset 0 0 25px #736F6E;
}


/* Remark */
.remItem td {
    padding: 0px !important;
}

.remItem b {
    color: #3B5998;
}

.remItem {
    color: Black !important;
}

    .remItem li {
        list-style-type: none;
        font-size: 8pt;
        background-color: #EDEFF4;
        border-bottom: 1px solid #E5EAF1;
        margin-top: 2px !important;
        padding: 5px 5px 2px !important;
        color: Black;
    }

.nopadding {
    padding: 0 !important;
}

/* TabWindowsStyle */

.TabWindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 12px;
    height: 18px !important;
    position: relative;
}

.TabWindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    padding: 0;
    background-image: url(./../img/windows-arrow.png);
    background-position: top left;
    border: 0px none;
    height: 21px !important;
    width: 21px !important;
}

.TabWindowsStyle .ajax__combobox_itemlist {
    border-color: #7F9DB9;
    height: 30px !important;
    width: 175px !important;
}

.TabWindowsStyle td {
    margin: 0px;
    padding: 0px !important;
    vertical-align: top;
}

.ajax__tab_xp .ajax__tab_body {
    font-size: 11px !important; /*	font-family: Arial, Helvetica, sans-serif !important; */
}

select {
    width: 138px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-left: 1px solid #a8a8a8;
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px;
    font-size: 11px;
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
}

    /*
select
{
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.16);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.16);
	box-shadow: inset 0 1px 4px rgba(0,0,0,.16);
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../img/arrow.png), -webkit-linear-gradient(#FAFAFA, #FFFFFF 40%, #FAFAFA);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
    select[disabled] {
        background: #EBE7E6;
        -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.16);
        -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.16);
        box-shadow: inset 0 1px 4px rgba(0,0,0,.16);
    }

.rdblst label {
    display: inline;
}

.rdblst td {
    vertical-align: middle;
}

.autoWidth {
    width: auto !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-left: 1px solid #A8A8A8;
    border-top: 1px solid #A8A8A8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px;
    font-size: 11px;
}

    .autoWidth:focus {
        outline: 0;
        border-color: #ADDFFF;
    }

.box {
    width: 29%;
    height: 100px;
    float: left;
    border: 1px;
    border-color: LightGrey;
    background-color: #4c94cf;
    border-style: solid;
    margin: 9px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.page_head {
    background: #EEE;
    padding: 5px;
    font-weight: bold;
}

    .page_head a {
        margin-top: 5px;
    }

.new_table td {
    padding-left: 5px;
    padding-right: 5px;
}

.side_text {
    color: White;
    border-bottom: solid 1px white;
    padding-bottom: 15px;
    padding-top: 10px;
}

    .side_text a {
        color: White;
        font-weight: normal;
    }

    .side_text th {
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: solid 1px #E7E7E7;
        border-top: solid 1px #E7E7E7;
        text-align: center;
        color: White;
    }


/* -----------------Tab CSS---------  */

.MyTabStyle .ajax__tab_header .ajax__tab_outer {
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
    border: solid 1px #d7d7d7;
    background: #f5f5f5;
}

.MyTabStyle .ajax__tab_header .ajax__tab_inner {
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #fff;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    cursor: pointer;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    color: #222;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}



/* -----------------Tab CSS---------  */

textarea {
    -moz-box-shadow: inset 0 0 3px #EAEAEA;
    -webkit-box-shadow: inset 0 0 3px #EAEAEA;
    box-shadow: inset 0 0 3px #EAEAEA;
    width: 98%;
    margin: 3px;
    border: 1px solid #BBB;
    border-radius: 3px;
}


.special {
    text-align: left;
    background: #fff;
    width: 100%;
    height: 40px;
    background: #eee;
    font-size: 12px;
    -moz-box-shadow: inset 0 0 10px #736F6E;
    -webkit-box-shadow: inset 0 0 10px #736F6E;
    box-shadow: inset 0 0 10px #736F6E;
    color: Black;
}
/*
.custom-scroll-bar::-webkit-scrollbar
{
	width: 15px;
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(202, 202, 202, 0.07)),color-stop(100%,rgba(229, 229, 229, 0.07)));
	background: -webkit-linear-gradient(left,rgba(202, 202, 202, 0.07) 0%,rgba(229, 229, 229, 0.07) 100%);
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.15) inset,0 1px 0 0 #fff;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.15) inset,0 1px 0 0 #fff;
	background: rgba(0, 0, 0, 0.4);
}

.custom-scroll-bar::-webkit-scrollbar, .custom-scroll-bar::-webkit-scrollbar-thumb
{
	overflow: visible;
	border-radius: 4px;
	border: solid 1px #A6A6A6;
	border-image: initial;
}


.custom-scroll-bar::-webkit-scrollbar-thumb
{
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(233, 233, 233, 0.05)),color-stop(100%,rgba(221, 221, 221, 0.05)));
	background: -webkit-linear-gradient(left,rgba(233, 233, 233, 0.05) 0%,rgba(221, 221, 221, 0.05) 100%);
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.05);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,.05); 
	background-color: #E9E9E9;
}


.custom-scroll-bar::-webkit-scrollbar-thumb:hover
{
	background: rgba(0, 0, 0, 0.4);
}

.custom-scroll-bar::-webkit-scrollbar, .custom-scroll-bar::-webkit-scrollbar-thumb
{
	overflow: visible;
	border-radius: 4px;
	border: solid 1px #A6A6A6;
	border-image: initial;
}


.custom-scroll-bar::-webkit-scrollbar-button
{
	height: 0;
	display: block;
	background-color: transparent;
}
******** TOOLTIP  **********/
#tooltip {
    position: absolute;
    z-index: 9999;
    color: #000;
    font-size: 10px; /*width: 180px;*/
    font-family: Arial;
    font-size: 11px;
    letter-spacing: 1px;
    word-spacing: 2.5px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

    #tooltip .tipHeader {
    }

    #tooltip .tipBody {
        background-color: #e3e3e3;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ffffff)) !important;
        background-image: -webkit-linear-gradient(top, #e3e3e3, #ffffff) !important;
        background-image: -moz-linear-gradient(top, #e3e3e3, #ffffff) !important;
        background-image: -ms-linear-gradient(top, #e3e3e3, #ffffff) !important;
        background-image: -o-linear-gradient(top, #e3e3e3, #ffffff) !important;
        border: 1px #dadada solid;
        padding: 5px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #tooltip .tipFooter {
    }
/******** TOOLTIP ENDS  **********/

.update_btn {
    padding-top: 15;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    font-weight: bold;
    font: 15px/1.4 "myriad-pro-1", "myriad-pro-2", "Lucida Grande", Sans-Serif;
    background-color: #395f98;
    background-image: url( '../img/btn_back.jpg' );
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6d3f4), to(#153E7E)) !important;
    background-image: -webkit-linear-gradient(top, #b6d3f4, #153E7E) !important;
    background-image: -moz-linear-gradient(top, #b6d3f4, #153E7E) !important;
    background-image: -ms-linear-gradient(top, #b6d3f4, #153E7E) !important;
    background-image: -o-linear-gradient(top, #b6d3f4, #153E7E) !important;
    color: white !important;
    box-shadow: inset 0 1px 1px white, 0 2px 2px rgba(0,0,0,0.6);
    border: 1px solid #9AC9FF !important;
    font-weight: bold;
}


    .update_btn:hover {
        box-shadow: inset 0 2px 15px white, 0 2px 2px rgba(0,0,0,0.6);
        -moz-box-shadow: inset 0 2px 15px white, 0 2px 2px rgba(0,0,0,0.6);
        -webkit-box-shadow: inset 0 2px 15px white, 0 2px 2px rgba(0,0,0,0.6);
        cursor: pointer;
    }

.update_btn_blink {
    margin-top: 275px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    font-weight: bold;
    font: 15px/1.4 "myriad-pro-1", "myriad-pro-2", "Lucida Grande", Sans-Serif;
    background-color: #395f98;
    background-image: url( '../img/btn_back.jpg' );
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6d3f4), to(#153E7E)) !important;
    background-image: -webkit-linear-gradient(top, #b6d3f4, #153E7E) !important;
    background-image: -moz-linear-gradient(top, #b6d3f4, #153E7E) !important;
    background-image: -ms-linear-gradient(top, #b6d3f4, #153E7E) !important;
    background-image: -o-linear-gradient(top, #b6d3f4, #153E7E) !important;
    color: white !important;
    box-shadow: inset 0 1px 1px white, 0 2px 2px rgba(0,0,0,0.6);
    border: 1px solid #9AC9FF !important;
    font-weight: bold;
}

    .update_btn_blink a {
        color: white !important;
        font-weight: bold;
    }

.up {
    padding: 5px;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 5px;
}

    .up p {
        padding-top: 5;
        padding-left: 20px;
        padding-right: 10px;
        padding-bottom: 5px;
    }

.table1 li {
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 4px;
}

/* For Autocomplite list in Activity user controll 

.CompletionListCssClass
{
    font-size: 11px;
    color: #000;
    padding: 3px 5px;
    border: 1px solid #999;
    background: #fff;
    width: 300px;
    float: left;
    z-index: 10000001 !important;
    position:absolute;
    margin-left:0px;
}

.CompletionListItemCssClass
{
    font-size: 11px;
    color: #000;
    padding: 3px 5px;
    border: 1px solid #999;
    background: #fff;
    width: 300px;
    float: left;
    z-index: 10000001 !important;
    position:absolute;
    margin-left:0px;
}*/

.chatboxsenton {
    font-size: xx-small;
    color: #060644;
}

.chatboxhead {
    background-color: #153E7E; /*193356*/
    padding: 7px;
    color: #ffffff;
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border: 1px solid #c3c3c3;
}

input:-moz-placeholder {
    color: #aaa;
    text-shadow: 0 0 2px #fff;
}

input::-webkit-input-placeholder {
    color: #aaa;
    text-shadow: 0 0 2px #fff;
}


.div_box {
    position: relative;
    background-color: #abc;
    width: 100%;
}

.next_btn {
    position: relative;
    z-index: 1;
    height: 35px;
    background-color: #4c963b;
    cursor: pointer;
    width: 2%;
    float: left;
    text-align: center;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.pre_btn {
    position: relative;
    z-index: 1;
    height: 35px;
    background-color: #4c963b;
    cursor: pointer;
    width: 2%;
    float: right;
    text-align: center;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.allMnuTablediv {
    float: left;
    padding-left: 40px;
}

.allMnuTable {
    width: 100%;
    background-color: white;
    height: 200px;
}

.allMnuHdr {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: Bold;
    font-size: 11px;
    text-decoration: none;
    display: block;
    background-color: white;
    color: #193356;
    padding-top: 5px;
    padding-bottom: 5px;
}

.allMnuHdrsub {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: Bold;
    font-size: 11px;
    text-decoration: none;
    display: block;
    background-color: white;
    color: gray;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.allMnuHdrlastsub {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding-left: 20px;
    text-decoration: none;
    display: block;
    background-color: white;
    color: lightgrey;
}


#right {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px;
    color: White;
}

#left {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px;
    color: White;
}

div.panel, p.flip {
    margin: 0px;
    padding: 5px;
    text-align: center;
    background: #eee;
    border: solid 1px #c3c3c3;
}

div.panel2, p.flip2 {
    margin: 0px;
    padding: 5px;
    text-align: center;
    background: #eee;
    border: solid 1px #c3c3c3;
}

div.panel3, p.flip3 {
    margin: 0px;
    padding: 5px;
    text-align: center;
    background: #eee;
    border: solid 1px #c3c3c3;
}

div.panel4 {
    margin: 0px;
    padding: 5px;
    text-align: center;
    background: #fff;
    border: solid 1px #c3c3c3;
}

div.panel5, p.flip5 {
    margin: 0px;
    padding: 5px;
    text-align: center;
    background: #eee;
    border: solid 1px #c3c3c3;
}

.clicktocall {
    float: right;
}

    .clicktocall input {
        width: 40;
        height: 40;
        position: relative;
        position: relative;
        bottom: 52px;
        left: -7px;
    }

.drop-shadow {
    position: relative;
    float: left;
    width: 40%;
    padding: 1em;
    margin: 2em 10px 4em;
    background: white;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/*
*::-webkit-scrollbar
{
	width: 13px;
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(202, 202, 202, 0.07)),color-stop(100%,rgba(229, 229, 229, 0.07)));
	background: -webkit-linear-gradient(left,rgba(202, 202, 202, 0.07) 0%,rgba(229, 229, 229, 0.07) 100%);
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.15) inset,0 1px 0 0 #fff;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.15) inset,0 1px 0 0 #fff;
	background: rgba(0, 0, 0, 0.4);
}

*::-webkit-scrollbar-thumb
{
	background: transparent url(   '../img/bg_draggable5.png' ) no-repeat;
	background-position: center;
	position: relative;
	display: block;
	height: 52px;
	width: 12px;
	cursor: s-resize;
}


*::-webkit-scrollbar-thumb:hover
{
	background: transparent url(   '../img/bg_draggable5.png' ) no-repeat;
	background-position: center;
	cursor: s-resize;
}
*/
*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #B2B8BE;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    cursor: move;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.inActive {
    background-color: whiteSmoke !important;
}

.table2 input[type="image"] {
    vertical-align: middle;
}

.tools {
    width: 250px;
    height: 35px;
    float: right;
    background-repeat: no-repeat;
    background-size: 180px;
    padding-left: 3px;
    background-image: url(../img/tools_back.png);
    margin-right: 30px;
}

.sf-menu li li {
    background: #162635;
    border-bottom: 1px solid #50606f;
}

input[type="image"]:focus {
    outline: 0;
    border: 1px solid #ADDFFF !important;
}

input[type="image"] {
    border: none;
}
/*
input[src="img/cancel.png"]:hover
{
	background-color: yellow;
}
*/



.alter_col input[type=image] {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

select {
    padding-top: 1px !important;
}

.accordionHeader1, .accordionHeaderSelected1 {
    background-color: transparent !important;
    background: url('../img/Exapnd3.png') no-repeat 5px;
    background-position: left;
    background-position-x: 168px !important;
    color: white !important;
    border: solid thin white !important;
    font-weight: bold;
    height: 25px;
    text-align: left;
    padding-top: 5px;
    padding-left: 33px;
    border: 1px solid white;
    height: 22px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 100%;
    border-radius: 2px;
    cursor: pointer;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.collapse {
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid gray; /*border-top: 1px solid gray;*/
}

.accordionHeaderSelected1 {
    background: url('../img/collaspce3.png') no-repeat 5px;
}
