﻿@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: Copperplate;
    src: url(font/Copperplate_Gothic_BT.ttf);
    font-weight: 400;
}

@font-face {
    font-family: AssawtDecorative;
    src: url(font/HelpMacNet-Fonts-475.ttf);
    font-weight: 400;
}

body {
    direction: ltr;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: repeat;
    background-color: #FBFBFB;
}

    body.open-menu {
        overflow: hidden;
    }

.hiddenCtrl {
    display: none;
}

#wrapper {
    width: 100%;
    height: 100%;
}

.holder {
    margin: 0px auto;
    width: 95%;
}

#top_header {
    background: #EAEAEA;
    height: 90px;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    float: left;
}

#logo_text {
    height: 80px;
    float: left;
    margin-top: 5px;
}

#logo {
    height: 80px;
    width: 77px;
    float: left;
}

    #logo img {
        width: 80px;
        height: 77px;
    }

#namelogo {
    float: left;
    margin-left: 20px;
    height: 80px;
}

.logo_english {
    font-size: 17px;
    color: #4D4D4D;
    text-shadow: 1px 1px #fff;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: Copperplate;
    font-weight: 300;
    margin-left: 1px;
}

.logo_arabic {
    font-size: 25px;
    color: #4D4D4D;
    text-shadow: 1px 1px #fff;
    margin-bottom: 0px;
    font-family: AssawtDecorative;
    font-weight: 300;
    margin-top: 15px;
}

.logo_Text {
    font-size: 12px;
    color: #4D4D4D;
    text-shadow: 1px 1px #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Copperplate;
    margin-left: 2px;
    text-align: right;
}

.Link:link, .Link:visited {
    color: #78AD43;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.Link:hover {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.Link img {
    float: left;
    margin-top: 1px;
    margin-right: 5px;
    width: 12px;
}

.GrdTable {
    margin-top: 5px;
}

#welcome {
    float: right;
    height: 60px;
    margin-top: 20px;
}

#name_welcome {
    height: 20px;
    white-space: nowrap;
}

    #name_welcome p {
        float: right;
        height: 20px;
        font-size: 12px;
        color: #4D4D4D;
        text-shadow: 1px 1px #fff;
    }

    #name_welcome h2 {
        float: right;
        height: 20px;
        font-size: 12px;
        color: #4D4D4D;
        text-shadow: 1px 1px #fff;
    }

    #name_welcome a:link {
        color: #86BD4F;
        font-size: 12px;
    }

    #name_welcome a:visited {
        color: #86BD4F;
        font-size: 12px;
    }

    #name_welcome a:hover {
        color: #4D4D4D;
        font-size: 12px;
    }

#admin {
    float: right;
    height: 20px;
    width: 100%;
}

    #admin p {
        float: right;
        height: 30px;
        font-size: 12px;
        color: #4D4D4D;
        text-shadow: 1px 1px #fff;
    }


#home_page {
    width: 40px;
    height: 35px;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

    #home_page img {
        width: 40px;
        height: 35px;
    }

header {
    width: 100%;
    height: 45px;
    border-bottom: 4px solid #86BD4F;
    background: #DFDFDF;
    float: right;
}

#logout,
#help,
#language {
    /*border-radius: 3px 3px 3px 3px;*/
    float: right;
    height: 28px;
    margin-right: 5px;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    /*background:#86BD4F;
background-repeat: repeat-x;
border-color: #5ca941;*/
    margin-top: 8px;
    font-weight: bold;
}

#language_En {
    /*border-radius: 3px 3px 3px 3px;*/
    float: right;
    height: 28px;
    margin-right: 5px;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    /*background:#86BD4F;
background-repeat: repeat-x;
border-color: #5ca941;*/
    margin-top: 8px;
    font-weight: bold;
}

/*--Ticker--*/
.Ticker ul#newsTicker {
    float: left;
    width: 100%;
    height: 28px;
    overflow: hidden;
}

.Ticker #newsTicker li {
    margin: 0px;
    list-style: none;
}

    .Ticker #newsTicker li a {
        margin: 10px 0px 0px 0px;
        width: auto;
        float: left;
        font-size: 10pt;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        overflow: hidden;
    }

#logout a:link,
#help a:link,
#language a:link {
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    float: right;
}

#language_En a:link {
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    float: right;
}

#logout a:visited,
#help a:visited,
#language a:visited {
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    float: right;
}

#language_En a:visited {
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    float: right;
}

#logout a:hover,
#help a:hover,
#language a:hover {
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    float: right;
    /*background:#666666;*/
    padding-bottom: 6px;
}

#language_En a:hover {
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    float: right;
    /*background:#666666;*/
    padding-bottom: 6px;
}

#logout a img,
#help a img,
#language a img,
#language_En a img {
    width: 30px;
    height: 30px;
}

#logout span,
#help span,
#language span {
    margin-top: 8px;
    margin-right: 8px;
    float: left;
    margin-left: 7px;
    font-family: AssawtDecorative;
}

#language_En span {
    margin-top: 8px;
    margin-right: 8px;
    float: left;
    margin-left: 7px;
    font-family: Copperplate;
}

#language span {
    margin-right: 5px;
    margin-left: 5px;
}

#language_En span {
    margin-right: 5px;
    margin-left: 5px;
}

#text_help {
    float: right;
    width: 93%;
    margin-right: 10px;
    height: 500px;
}

#name_help {
    float: left;
    width: 100%;
}

    #name_help h1 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 50px;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 5px;
    }


.GrdImg {
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #EAEAEA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#EAEAEA));
    background-image: -webkit-linear-gradient(top, white, #EAEAEA);
    background-image: -moz-linear-gradient(top, white, #EAEAEA);
    background-image: -ms-linear-gradient(top, white, #EAEAEA);
    background-image: -o-linear-gradient(top, white, #EAEAEA);
    background-image: linear-gradient(top, white, #EAEAEA);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
    border: 1px solid #aaa;
    padding: 2px 2px 2px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 14px;
    width: 14px;
}


#scrollbar_help {
    width: 100%;
    margin-top: 10px;
    float: right;
}

    #scrollbar_help .viewport {
        width: 210px;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    #scrollbar_help .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #scrollbar_help .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 6px;
        background-color: #79a44d;
        border-bottom-color: #AAA;
    }

    #scrollbar_help .track {
        height: 100%;
        width: 6px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar_help .thumb {
        height: 20px;
        width: 4px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px;
        background: #ffffff;
    }

    #scrollbar_help .disable {
        display: none;
    }

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#text_help p {
    width: 200px;
    float: left;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-left: 10px;
    border-bottom: 1px solid #79a44d;
    text-shadow: none;
}

    #text_help p img {
        width: 8px;
        height: 8px;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }


#menu_left {
    float: right;
    width: 100%;
    padding-bottom: 400px;
    -moz-box-shadow: -5px 0px 5px rgba(0,0,0,.15) inset;
    -webkit-box-shadow: -5px 0px 5px rgba(0,0,0,.15) inset;
    box-shadow: -5px 0px 5px rgba(0,0,0,.15) inset;
}


#scrollbar_menu_left {
    width: 100%;
    float: left;
    background-color: #86bd4f;
}

    #scrollbar_menu_left .viewport {
        width: 95%;
        overflow: hidden;
        position: relative;
        height: 675px;
    }

    #scrollbar_menu_left .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #scrollbar_menu_left .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 6px;
    }

    #scrollbar_menu_left .track {
        width: 6px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar_menu_left .thumb {
        height: 20px;
        width: 4px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px;
    }

    #scrollbar_menu_left .disable {
        display: none;
    }

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#menu_left span {
    color: #f57920;
    font-size: 16px;
}

#menu_left a:hover span {
    color: #ffffff;
}

#nav {
    display: block;
    width: 240px;
}

    #nav li {
    }

    #nav > li > a {
        display: block;
        padding: 6px 6px;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
        border-top: 1px solid #618D45;
    }

        #nav > li > a:hover, #nav > li > a.open {
            /*background: #79a44d; 
 color:#ffffff; */
            background: #618D45;
            color: #ffffff;
            -moz-box-shadow: 0px 1px 4px #333 inset;
            -webkit-box-shadow: 0px 1px 4px #333 inset;
            box-shadow: 0px 1px 4px #333 inset;
        }

        #nav > li > a.nav_URL {
            display: block;
            padding: 6px 6px;
            font-size: 12px;
            font-weight: normal;
            background-color: #ffffff;
            color: #79a44d;
            text-decoration: none;
            border-top: 0px none #D9D9D9;
        }

.RedStats {
    font-size: 12px;
    color: Red;
    font-weight: bold;
}

#nav > li > a.nav_URL:hover {
    background: #ffffff;
    color: #79a44d;
    -moz-box-shadow: 0px 1px 4px #333 inset;
    -webkit-box-shadow: 0px 1px 4px #333 inset;
    box-shadow: 0px 1px 4px #333 inset;
}
/*
#nav > li > a.nav_URL:hover > span{ 
 color:#79a44d; 
}*/

#nav > li > a.nav_HIDE {
    display: none;
    padding: 6px 6px;
    font-size: 12px;
    font-weight: normal;
    color: #79a44d;
    text-decoration: none;
    border-top: 0px none #D9D9D9;
}


#nav li ul {
    display: none;
    background-color: #d9d6af;
}

    #nav li ul li a {
        display: block;
        padding: 6px 6px;
        padding-left: 15px;
        font-size: 12px;
        text-decoration: none;
        font-weight: normal;
        color: #333333;
    }

        #nav li ul li a:hover {
            /*background: #79a44d;
  color:#ffffff;*/
            background: #82Af63;
            color: #ffffff;
        }

    #nav li ul li {
    }

#nav > li > ul > li > a {
    display: block;
    padding: 6px 6px;
    font-size: 12px;
    padding-left: 15px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

    #nav > li > ul > li > a:hover, #nav > li > ul > li > a.open {
        /*background: #79a44d; 
 color:#ffffff; */
        background: #ffffff;
        color: #79a44d;
        -moz-box-shadow: 0px 1px 4px #333 inset;
        -webkit-box-shadow: 0px 1px 4px #333 inset;
        box-shadow: 0px 1px 4px #333 inset;
    }

    #nav > li > ul > li > a.nav_URL:hover {
        background: #ffffff;
        color: #79a44d;
        -moz-box-shadow: 0px 1px 4px #333 inset;
        -webkit-box-shadow: 0px 1px 4px #333 inset;
        box-shadow: 0px 1px 4px #333 inset;
    }
/*
#nav > li > ul > li > a.nav_URL:hover > span{ 
 color:#79a44d; 
}*/

#nav li ul li ul {
    display: none;
    background-color: #efebc4;
}

    #nav li ul li ul li a {
        display: block;
        padding: 6px 6px;
        padding-left: 30px;
        font-size: 12px;
        text-decoration: none;
        font-weight: normal;
        color: #666666;
    }

        #nav li ul li ul li a:hover {
            /*background: #79a44d;
  color:#ffffff;*/
            background: #97c376;
            color: #79a44d;
        }

        #nav li ul li ul li a.nav_URL:hover {
            background: #ffffff;
            color: #79a44d;
            -moz-box-shadow: 0px 1px 4px #333 inset;
            -webkit-box-shadow: 0px 1px 4px #333 inset;
            box-shadow: 0px 1px 4px #333 inset;
        }
/*
#nav li ul li ul li a.nav_URL:hover span{ 
 color:#79a44d; 
}*/

/*--------------------------------------------------------------------------------end-menu_left--------*/

#content-wrapper {
    width: 100%;
    float: left;
    overflow: auto;
    position: absolute;
    background: #ffffff;
}

.open-menu #content-wrapper {
    overflow: hidden;
}

#all_content {
    width: 100%;
    float: right;
}

#all_info {
    width: 99%;
    min-height: 365px;
    margin-top: 10px;
    padding-left: 5px;
    float: left;
}

#title_page {
    width: 100%;
    float: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px #797979;
    box-shadow: 0 0 4px #797979;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #title_page ul {
        list-style: none;
        float: left;
        width: 97%;
        margin-left: 20px;
        border-bottom: 2px solid #74747b;
    }

    #title_page li {
        float: left;
        list-style: none;
        font-size: 14px;
        margin-bottom: 10px;
        margin-right: 5px;
        height: 15px;
    }

    #title_page img {
        width: 20px;
        height: 20px;
        float: left;
        margin-right: 10px;
        margin-top: -3px;
    }

    #title_page span {
        color: #86BD4F;
    }

.home_title_page {
    color: #333333;
    font-weight: bold;
}

    .home_title_page a:link {
        color: #74747b;
        text-decoration: none;
    }

    .home_title_page a:visited {
        color: #74747b;
        text-decoration: none;
    }

    .home_title_page a:hover {
        color: #86BD4F;
        text-decoration: none;
    }

.home_home_title_page a:link {
    color: #86BD4F;
    text-decoration: none;
}

.home_home_title_page a:visited {
    color: #86BD4F;
    text-decoration: none;
}

.home_home_title_page a:hover {
    color: #86BD4F;
    text-decoration: none;
}

#scroll_all_info {
    width: 100%;
    float: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px #797979;
    box-shadow: 0 0 4px #797979;
    margin-top: 10px;
    min-height: 330px;
    padding-bottom: 20px;
    margin-bottom: 65px;
}

#scrollbar_all_info {
    width: 97%;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}

    #scrollbar_all_info .viewport {
        width: 99%;
        height: 320px;
        overflow: hidden;
        position: relative;
    }

    #scrollbar_all_info .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #scrollbar_all_info .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 10px;
        background-color: #EAEAEA;
        border-bottom-color: #AAA;
        background-image: linear-gradient(top, white, #EAEAEA);
    }

    #scrollbar_all_info .track {
        height: 100%;
        width: 6px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar_all_info .thumb {
        height: 20px;
        width: 8px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px;
        background: #86BD4F;
    }

    #scrollbar_all_info .disable {
        display: none;
    }

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}


.all_details {
    /*float:left;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 99%;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    -moz-box-shadow: inset 0 0 1px #ccc;
    -webkit-box-shadow: inset 0 0 2px#ccc;
    box-shadow: inner 0 0 2px #ccc;
}

.title_all_details {
    float: left;
    height: 20px;
    background-color: #ffffff;
    margin-top: -15px;
    font-size: 15px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
}

    .title_all_details img {
        float: left;
        width: 26px;
        height: 11px;
        margin-right: 10px;
        margin-top: 5px;
    }


#footer {
    height: 53px;
    width: 100%;
    background-color: #666666;
    float: left;
    position: fixed;
    bottom: 0;
}

    #footer p {
        color: #ffffff;
        font-size: 12px;
        padding-top: 22px;
        float: left;
    }

#umis {
    float: right;
    width: 210px;
    height: 53px;
}

    #umis img {
        width: 210px;
        height: 53px;
    }

#footer a:link {
    color: #86BD4F;
    font-size: 12px;
}

#footer a:visited {
    color: #86BD4F;
    font-size: 12px;
}

#footer a:hover {
    color: #86BD4F;
    font-size: 12px;
}


.home_info {
    font-size: 12px;
    width: 25%;
    float: left;
    margin-top: 15px;
    line-height: 20px;
    margin-left: 90px;
    border-right: 1px solid #86BD4F;
    margin-bottom: 20px;
}

    .home_info h1 {
        font-size: 12px;
        width: 100%;
        float: left;
        margin-top: 15px;
        line-height: 20px;
        color: #333;
    }

    .home_info li {
        width: 100%;
        float: left;
        color: #86BD4F;
    }

        .home_info li span {
            color: #333;
        }

        .home_info li a:link {
            color: #333;
            text-decoration: none;
        }

        .home_info li a:visited {
            color: #333;
            text-decoration: none;
        }

        .home_info li a:hover {
            color: #86BD4F;
            text-decoration: none;
        }

.home_info_last {
    border-right: none;
}

.all_tabs_menu {
    float: left;
    width: 17%;
    list-style: none;
    margin-top: 10px;
}

    .all_tabs_menu ul {
        float: left;
        width: 99%;
        list-style: none;
    }

        .all_tabs_menu ul li {
            float: left;
            width: 100%;
            list-style: none;
            background-color: #ffffff;
            -webkit-box-shadow: 0 0 3px #797979;
            box-shadow: 0 0 4px #797979;
            margin-bottom: 10px;
            height: 37px;
        }

    .all_tabs_menu .home_all_tabs_menu a:link {
        color: #74747b;
        background-image: url(img/liii.png);
        background-repeat: no-repeat;
        background-position: right;
        float: right;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }

    .all_tabs_menu .home_all_tabs_menu a:visited {
        color: #74747b;
        background-image: url(img/liii.png);
        background-repeat: no-repeat;
        background-position: right;
        float: right;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }

    .all_tabs_menu .home_all_tabs_menu a:hover {
        color: #86BD4F;
        background-image: url(img/lii.png);
        background-repeat: no-repeat;
        background-position: right;
        float: right;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }

    .all_tabs_menu .home_home_all_tabs_menu a:link {
        color: #86BD4F;
        background-image: url(img/lii.png);
        background-repeat: no-repeat;
        background-position: right;
        float: right;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }

    .all_tabs_menu .home_home_all_tabs_menu a:visited {
        color: #86BD4F;
        background-image: url(img/lii.png);
        background-repeat: no-repeat;
        background-position: right;
        float: right;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }

    .all_tabs_menu .home_home_all_tabs_menu a:hover {
        color: #86BD4F;
        background-image: url(img/lii.png);
        background-repeat: no-repeat;
        background-position: right;
        float: right;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }

    .all_tabs_menu ul li span {
        margin-left: 10px;
        margin-top: 0px;
        float: left;
    }

    .all_tabs_menu .home_home_all_tabs_menu img {
        float: right;
        width: 30px;
        height: 30px;
        margin-top: 5px;
        border-left: 1px solid #86BD4F;
        margin-right: 5px;
    }

    .all_tabs_menu .home_all_tabs_menu img {
        float: right;
        width: 30px;
        height: 30px;
        margin-top: 5px;
        border-left: 1px solid #74747b;
        margin-right: 5px;
    }

.r_all_tabs {
    width: 82%;
    float: right;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px #797979;
    box-shadow: 0 0 4px #797979;
    margin-bottom: 10px;
    min-height: 365px;
    margin-top: 10px;
}

.tabberlive .tabbertabhide {
    display: none;
}

.tabberlive {
    margin-top: 1em;
}

.r_sub_tabs ul {
    text-align: left;
    width: 98%;
    height: 26px;
    float: left;
    margin-left: 10px;
    background-color: #ffffff;
    border-bottom: 2px solid #86BD4F;
    margin-top: 10px;
}

    .r_sub_tabs ul li {
        height: 20px;
        float: left;
        list-style: none;
        display: inline;
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 5px;
        padding-right: 5px;
    }

        .r_sub_tabs ul li a {
            float: left;
            text-decoration: none;
            font-size: 12px;
            border-bottom: none;
            color: #2d2b2b;
            background-color: #EAEAEA;
            height: 20px;
            margin-top: -4px;
            padding-left: 5px;
            padding-top: 5px;
            padding-right: 5px;
        }

            .r_sub_tabs ul li a span {
                text-decoration: none;
                text-align: center;
                font-size: 12px;
                border-bottom: none;
                color: #2d2b2b;
                background-color: #EAEAEA;
            }

            .r_sub_tabs ul li a:visited {
                color: #2d2b2b;
            }

                .r_sub_tabs ul li a:visited span {
                    color: #2d2b2b;
                }

            .r_sub_tabs ul li a:hover {
                background: #86BD4F;
                color: #ffffff;
            }

                .r_sub_tabs ul li a:hover span {
                    background: #86BD4F;
                    color: #ffffff;
                }

        .r_sub_tabs ul li.tabberactive a {
            background: #86BD4F;
            color: #ffffff;
        }

            .r_sub_tabs ul li.tabberactive a span {
                background: #86BD4F;
                color: #ffffff;
            }

            .r_sub_tabs ul li.tabberactive a:hover {
                background: #86BD4F;
                color: #ffffff;
            }

                .r_sub_tabs ul li.tabberactive a:hover span {
                    background: #86BD4F;
                    color: #ffffff;
                }

.tabberlive .tabbertab {
    border-top: 0;
    height: 300px;
    width: 96%;
    margin-left: 20px;
    float: left;
    background-color: #ffffff;
}

.tabberlive .tabbertab {
    border-top: 0;
    height: 300px;
    width: 96%;
    margin-left: 20px;
    float: left;
    background-color: #ffffff;
}

    .tabberlive .tabbertab h2 {
        display: none;
    }

    .tabberlive .tabbertab h3 {
        display: none;
    }

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

    .tabberlive#tab2 .tabbertab {
        height: 300px;
        overflow: auto;
        background-color: #ffffff;
    }

.info_services {
    width: 100%;
    float: left;
    height: 300px;
}


#scrollbar_tab_1,
#scrollbar_tab_2,
#scrollbar_tab_3,
#scrollbar_tab_4,
#scrollbar_tab_5,
#scrollbar_tab_6 {
    width: 100%;
    margin-top: 10px;
    background-color: #ffffff;
    float: right;
}

    #scrollbar_tab_1 .viewport {
        width: 98%;
        height: 280px;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
    }

    #scrollbar_tab_1 .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #scrollbar_tab_1 .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 10px;
        background-color: #EAEAEA;
        border-bottom-color: #AAA;
        background-image: linear-gradient(top, white, #EAEAEA);
    }

    #scrollbar_tab_1 .track {
        height: 100%;
        width: 6px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar_tab_1 .thumb {
        height: 20px;
        width: 8px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px;
        background: #86BD4F;
    }

    #scrollbar_tab_1 .disable {
        display: none;
    }


    #scrollbar_tab_2 .viewport {
        width: 98%;
        height: 280px;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
    }

    #scrollbar_tab_2 .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #scrollbar_tab_2 .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 10px;
        background-color: #EAEAEA;
        border-bottom-color: #AAA;
        background-image: linear-gradient(top, white, #EAEAEA);
    }

    #scrollbar_tab_2 .track {
        height: 100%;
        width: 6px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar_tab_2 .thumb {
        height: 20px;
        width: 8px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px;
        background: #86BD4F;
    }

    #scrollbar_tab_2 .disable {
        display: none;
    }

    #scrollbar_tab_3 .viewport {
        width: 98%;
        height: 280px;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
    }

    #scrollbar_tab_3 .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #scrollbar_tab_3 .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 10px;
        background-color: #EAEAEA;
        border-bottom-color: #AAA;
        background-image: linear-gradient(top, white, #EAEAEA);
    }

    #scrollbar_tab_3 .track {
        height: 100%;
        width: 6px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar_tab_3 .thumb {
        height: 20px;
        width: 8px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px;
        background: #86BD4F;
    }

    #scrollbar_tab_3 .disable {
        display: none;
    }

    #scrollbar_tab_4 .viewport {
        width: 98%;
        height: 280px;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
    }

    #scrollbar_tab_4 .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #scrollbar_tab_4 .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 10px;
        background-color: #EAEAEA;
        border-bottom-color: #AAA;
        background-image: linear-gradient(top, white, #EAEAEA);
    }

    #scrollbar_tab_4 .track {
        height: 100%;
        width: 6px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar_tab_4 .thumb {
        height: 20px;
        width: 8px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px;
        background: #86BD4F;
    }

    #scrollbar_tab_4 .disable {
        display: none;
    }

    #scrollbar_tab_5 .viewport {
        width: 98%;
        height: 280px;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
    }

    #scrollbar_tab_5 .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #scrollbar_tab_5 .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 10px;
        background-color: #EAEAEA;
        border-bottom-color: #AAA;
        background-image: linear-gradient(top, white, #EAEAEA);
    }

    #scrollbar_tab_5 .track {
        height: 100%;
        width: 6px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar_tab_5 .thumb {
        height: 20px;
        width: 8px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px;
        background: #86BD4F;
    }

    #scrollbar_tab_5 .disable {
        display: none;
    }

    #scrollbar_tab_6 .viewport {
        width: 98%;
        height: 280px;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
    }

    #scrollbar_tab_6 .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #scrollbar_tab_6 .scrollbar {
        position: relative;
        background-position: 0 0;
        float: right;
        width: 10px;
        background-color: #EAEAEA;
        border-bottom-color: #AAA;
        background-image: linear-gradient(top, white, #EAEAEA);
    }

    #scrollbar_tab_6 .track {
        height: 100%;
        width: 6px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar_tab_6 .thumb {
        height: 20px;
        width: 8px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 1px;
        background: #86BD4F;
    }

    #scrollbar_tab_6 .disable {
        display: none;
    }

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.input_search {
    width: 97%;
    float: left;
    list-style: none;
    margin-top: 10px;
    background-color: #ffffff;
}

    .input_search li {
        width: 50%;
        list-style: none;
        height: 30px;
        margin-bottom: 5px;
        float: left;
    }

.save_tabs {
    width: 100%;
    float: left;
    height: 30px;
}

    .save_tabs a:link {
        background: #86BD4F;
        border: 1px solid #86BD4F;
        color: #ffffff;
        text-shadow: 0 1px rgba(255,255,255,0.3);
        border-radius: 4px;
        font-size: 12px;
        line-height: 19px;
        text-align: center;
        font-weight: 400;
        float: right;
        border-radius: 3px 3px 3px 3px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-family: AssawtDecorative;
        font-weight: bold;
        text-decoration: none;
    }

    .save_tabs a:visited {
        background: #86BD4F;
        border: 1px solid #86BD4F;
        color: #ffffff;
        text-shadow: 0 1px rgba(255,255,255,0.3);
        border-radius: 4px;
        font-size: 12px;
        line-height: 19px;
        text-align: center;
        font-weight: 400;
        float: right;
        border-radius: 3px 3px 3px 3px;
        padding: 5px;
        font-family: AssawtDecorative;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
    }

    .save_tabs a:hover {
        box-shadow: inset 0 20px 40px rgba(255,255,255,0.15);
        background: #86BD4F;
        font-weight: bold;
        text-decoration: none;
    }


.name {
    font-size: 13px;
    /*float:left;
	margin-right:5px;
    width:42%;*/
}
/*
.name span{
	margin-top:6px;
	float:left;
	font-size:13px;
}*/

.text_more_info {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #86BD4F;
    color: #333;
    background-color: #ffffff;
}

.save_tabs input[type=button] {
    margin-left: 1%;
    background: #86BD4F;
    border: 1px solid #86BD4F;
    color: #ffffff;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    margin-right: 5px;
    font-weight: 400;
    float: right;
    margin-right: 20px;
    border-radius: 3px 3px 3px 3px;
}

input[type=button] {
    background: #86BD4F;
    border: 1px solid #86BD4F;
    color: #ffffff;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
}

.Button {
    background: #86BD4F;
    border: 1px solid #86BD4F;
    color: #ffffff;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}

.save_tabs input[type=button]:hover {
    box-shadow: inset 0 20px 40px rgba(255,255,255,0.15);
    background: #86BD4F;
}

input[type=button]:hover {
    box-shadow: inset 0 20px 40px rgba(255,255,255,0.15);
    background: #86BD4F;
}

.Button:hover {
    box-shadow: inset 0 20px 40px rgba(255,255,255,0.15);
    background: #86BD4F;
}

input[type=submit]:disabled,
.Button:disabled {
    color: #ccc;
}

.table {
    width: 100%;
    float: right;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px #797979;
    box-shadow: 0 0 4px #797979;
    margin-bottom: 100px;
}

    .table table.hovertable {
        font-family: verdana,arial,sans-serif;
        font-size: 11px;
        color: #333333;
        border-width: 1px;
        border-color: #999999;
        border-collapse: collapse;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 97%;
        margin-left: 20px;
    }

        .table table.hovertable th {
            border-left: 1px solid #72a63e;
            border-right: 1px solid #72a63e;
            border-top: 1px solid #72a63e;
            border-bottom: 1px solid #86BD4F;
            padding: 5px;
            background-color: #86BD4F;
            font-size: 12px;
            color: #ffffff;
            background-image: linear-gradient(top, #86BD4F, #72a63e);
        }

.table_Header {
    border-left: 1px solid #72a63e;
    border-right: 1px solid #72a63e;
    border-top: 1px solid #72a63e;
    border-bottom: 1px solid #86BD4F;
    background-color: #86BD4F;
    font-size: 12px;
    color: #ffffff;
    padding: 5px;
    background-image: linear-gradient(top, #86BD4F, #72a63e);
}

    .table_Header th {
        padding: 5px;
    }

        .table_Header th input[type="image"] {
            moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            background-color: #EAEAEA;
            border: 1px solid #aaa;
            padding: 3px;
            text-decoration: none;
            vertical-align: middle;
            white-space: nowrap;
            height: 18px;
            width: 18px;
            background-image: linear-gradient(top, white, #ffffff);
        }

    .table_Header td input[type="image"] {
        moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        background-color: #EAEAEA;
        border: 1px solid #aaa;
        padding: 3px;
        text-decoration: none;
        vertical-align: middle;
        white-space: nowrap;
        height: 18px;
        width: 18px;
        background-image: linear-gradient(top, white, #ffffff);
    }

.table_Row {
    background-color: #fdfdfd;
}

    .table_Row td {
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #a9c6c9;
    }

        .table_Row td input[type="image"] {
            moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            background-color: #EAEAEA;
            border: 1px solid #aaa;
            padding: 2px;
            text-decoration: none;
            vertical-align: middle;
            white-space: nowrap;
            height: 18px;
            width: 18px;
            background-image: linear-gradient(top, white, #EAEAEA);
        }

.table_RowSelected {
    background-color: #CCFFCC;
    font-weight: bold;
}

    .table_RowSelected td {
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #a9c6c9;
    }

.table_Pager td {
    padding: 1px;
}

.table table.hovertable tr {
    background-color: #fdfdfd;
    padding: 0px;
}

.table tr td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}


.table td img {
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #EAEAEA;
    border: 1px solid #aaa;
    padding: 2px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 14px;
    width: 14px;
    background-image: linear-gradient(top, white, #EAEAEA);
}

.table th img {
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #EAEAEA;
    border: 1px solid #aaa;
    padding: 3px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 14px;
    width: 14px;
    background-image: linear-gradient(top, white, #ffffff);
}

.text_table {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 135px;
    padding: 2px;
    border: 1px solid #ccc;
    float: left;
    color: #333;
}

#add_room_row {
    width: 100%;
    margin-left: 10px;
    margin-bottom: 20px;
    float: left;
}

    #add_room_row ul {
        width: 100%;
        margin-left: 10px;
        list-style: none;
        font-size: 12px;
    }

        #add_room_row ul li {
            font-size: 12px;
            float: right;
            margin-right: 25px;
        }

            #add_room_row ul li spen {
                font-size: 12px;
                float: left;
            }

        #add_room_row ul img {
            width: 16px;
            height: 16px;
            float: left;
            margin-right: 5px;
        }

        #add_room_row ul li a:link {
            margin-left: 1%;
            background: #86BD4F;
            border: 1px solid #86BD4F;
            color: #ffffff;
            border-radius: 4px;
            font-size: 12px;
            line-height: 19px;
            text-align: center;
            margin-right: 10px;
            font-weight: bold;
            float: right;
            border-radius: 3px 3px 3px 3px;
            padding: 5px;
            text-decoration: none;
        }

        #add_room_row ul li a:visited {
            margin-left: 1%;
            background: #86BD4F;
            border: 1px solid #86BD4F;
            color: #ffffff;
            border-radius: 4px;
            font-size: 12px;
            line-height: 19px;
            text-align: center;
            margin-right: 10px;
            font-weight: bold;
            float: right;
            border-radius: 3px 3px 3px 3px;
            text-decoration: none;
        }

        #add_room_row ul li a:hover {
            box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
            background: #86BD4F;
            text-decoration: none;
        }

.ImageAddRemoveButton {
    background: #86BD4F;
    border: 1px solid #86BD4F;
    color: #ffffff;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

    .ImageAddRemoveButton:hover {
        box-shadow: inset 0 20px 40px rgba(255,255,255,0.15);
        background: #86BD4F;
        color: #333;
    }

.gridpager span {
    color: #ffffff;
    text-decoration: none;
    height: 15px;
    background-color: #86BD4F;
    width: 25px;
    float: left;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    margin-left: 10px;
    border: 1px solid #86BD4F;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.gridpager a {
    color: #86BD4F;
    text-decoration: none;
    height: 15px;
    width: 25px;
    float: left;
    text-align: center;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 20px;
    border: 1px solid #86BD4F;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .gridpager a:hover {
        color: #ffffff;
        text-decoration: none;
        height: 15px;
        background-color: #86BD4F;
        width: 25px;
        float: left;
        text-align: center;
        font-size: 13px;
        margin-left: 10px;
        margin-top: 20px;
        border: 1px solid #86BD4F;
        moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.GreenNum {
    color: Green;
}

.RedNum {
    color: Red;
}

.tooltip_Row {
}

    .tooltip_Row td {
        border-width: 1px;
        padding: 5px;
        border-style: solid;
        border-color: white;
        text-align: center;
    }

.tooltip_Hidder {
}

    .tooltip_Hidder td {
        border-width: 1px;
        padding: 5px;
        border-style: solid;
        border-color: white;
        font-weight: bold;
        text-align: center;
    }

       .IVformhdr {
            font-size: 10px;
            font-weight: bold;
            width: 21%;
            padding: 8px;
            border: 1px solid grey;
            background-color: #dfecd1;
            padding: 10px;
        }

        .IVformdtl {
            border: 1px solid grey;
            padding: 10px;
            width: 31%;
        }

        .pnlgroups {
            width: 100%;
            margin: 38px 20px 29px 20px;
        }

            .pnlgroups .spn {
                font-size: 16px !important;
                font-weight: bold;
                color: red !important;
            }

            .pnlgroups table {
                width: 50%;
                margin: 37px 16px 35px 11px;
                border: 1px solid #90a27d;
            }

                .pnlgroups table tr {
                }

                .pnlgroups table th {
                    padding: 10px;
                    background-color: #bbd2a3;
                    text-align: center;
                    border: 1px solid #b6dc8f;
                    margin: 0px;
                }

                    .pnlgroups table th span {
                        font-size: 14px !important;
                    }

                .pnlgroups table td {
                    padding: 10px;
                    text-align: left;
                    border: 1px solid #b6dc8f;
                }