﻿@charset "utf-8";

* {
    padding: 0;
    outline: 0;
    margin: 0;
    border: 0;
}

/*div {
    overflow: hidden;
    overflow-x: hidden;
}*/

a {
    text-decoration: none;
}

img {
    border: 0;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
body {
    background-image: url(images/bg_image.png);
    background-repeat: repeat-x;
    background-color: #e5e5e5;
    direction: rtl;
}

@font-face {
    font-family: 'thesansbold';
    src: url('fonts/thesansbold.eot');
    src: url('fonts/thesansbold.eot') format('embedded-opentype'), url('fonts/thesansbold.woff') format('woff'), url('fonts/thesansbold.ttf') format('truetype'), url('fonts/thesansbold.svg#TheSansBold') format('svg');
}

#container {
    width: 1000px;
    margin: 0 auto;
    min-height: 450px;
    border: 1px solid #ececec!important;
    margin-top: 5px;
}

#header {
    background-image: url(images/header.png);
    height: 169px;
    width: 1000px;
}

#right_header {
    float: right;
    height: 169px;
    width: 210px;
}

    #right_header h1 {
        margin-right: 40px;
        margin-top: 30px;
    }

#left_header {
    float: left;
    height: 169px;
    width: 790px;
}

.linkstop {
    height: 40px;
    margin-left: 14px;
}

    .linkstop ul {
        float: left;
        margin-top: 14px;
    }

        .linkstop ul li {
            list-style: none;
            float: right;
            color: #4d5658;
            padding-left: 7px;
            line-height: 22px;
            font-family:thesansbold ;
        }

            .linkstop ul li a {
                list-style: none;
                float: right;
                display: block;
                color: #4d5658;
                font-size: 10px;
                line-height: 22px;
                padding-left: 7px;
                font-weight: bold;
            }

                .linkstop ul li a:hover {
                    list-style: none;
                    float: right;
                    display: block;
                    color: #fff;
                    font-size: 11px;
                    line-height: 22px;
                    padding-left: 7px;
                    text-decoration: underline;
                }

.formbox {
    float: left;
    margin-top: 90px;
    margin-left: 15px;
}

.searchbox {
    background-image: url(images/search_bg.png);
    width: 155px;
    height: 27px;
    border: 0;
    outline: 0;
    background-color: transparent;
    padding-right: 10px;
    display: block;
    float: right;
    font-size: 11px;
    line-height: 29px;
    color: #333;
    font-family: thesansbold;
}

.btnbox {
    background-image: url(images/seaech_icon.png);
    width: 15px;
    height: 15px;
    border: 0;
    outline: 0;
    background-color: transparent;
    padding-right: 10px;
    display: block;
    float: right;
    position: absolute;
    margin-right: 140px;
    margin-top: 5px;
}

#navbar {
    background-image: url(images/navbar.png);
    height: 49px;
    width: 1000px;
    background-repeat: repeat-x;
}

    #navbar ul {
        margin-right: 14px;
    }

        #navbar ul li {
            float: right;
            background-image: url(images/listitem.png)!important;
            background-position: left;
            background-repeat: no-repeat;
            padding-left: 14px;
            list-style: none;
            line-height: 49px;
            padding-right: 8px;
        }

            #navbar ul li a {
                color: #fff;
                margin-right: 6px;
                font-family: thesansbold;
                font-weight: normal;
                font-size: 13px;
                padding-left: 3px;
                display: block;
                line-height: 49px;
            }

                #navbar ul li a.home {
                    background-image: url(images/home.png);
                    padding-right: 28px;
                    background-position: right;
                    background-repeat: no-repeat;
                }

                #navbar ul li a.customer {
                    background-image: url(images/customer.png);
                    padding-right: 28px;
                    background-position: right;
                    background-repeat: no-repeat;
                }

                #navbar ul li a.services {
                    background-image: url(images/services.png);
                    padding-right: 28px;
                    background-position: right;
                    background-repeat: no-repeat;
                }

                #navbar ul li a.requests {
                    background-image: url(images/request.png);
                    padding-right: 28px;
                    background-position: right;
                    background-repeat: no-repeat;
                }

                #navbar ul li a.aboutus {
                    background-image: url(images/aboutus.png);
                    padding-right: 28px;
                    background-position: right;
                    background-repeat: no-repeat;
                }

                #navbar ul li a.sitemap {
                    background-image: url(images/sitemap.png);
                    padding-right: 28px;
                    background-position: right;
                    background-repeat: no-repeat;
                }

                #navbar ul li a.sms {
                    background-image: url(images/message.png);
                    padding-right: 28px;
                    background-position: right;
                    background-repeat: no-repeat;
                }

                #navbar ul li a.contactus {
                    background-image: url(images/contact.png);
                    padding-right: 28px;
                    background-position: right;
                    background-repeat: no-repeat;
                }

.dropmenu ul {
    position: absolute;
    display: none;
    width: 188px;
    padding: 0;
    margin: 0;
    text-align: right;
    background-repeat: repeat-x;
    background-color: #efeff0;
    min-height: 40px;
    margin-left: -2px!important;
    overflow: visible!important;
}

    .dropmenu ul li {
        border: 0;
        float: right;
        display: block;
        width: 180px;
        line-height: 25px;
        height: 29px!important;
        font-family: 'thesansbold';
        font-size: 12px!important;
        border-bottom: 1px dotted #c2c2c2!important;
        padding-left: 5px;
        text-align: right!important;
        background-color: #efeff0;
        background-image: none!important;
    }

        .dropmenu ul li:hover {
            border: 0;
            float: none;
            display: block;
            width: 180px;
            line-height: 25px;
            height: 29px!important;
            font-family: 'thesansbold';
            font-size: 12px!important;
            border-bottom: 1px dotted #9bb0c3!important;
            padding-left: 5px;
            background-color: #666;
            color: #fff!important;
            background-image: none!important;
        }

#navbar li.haschildren .submenu li, #navbar li.haschildren .open li {
    background-image: none!important;
    margin: 0!important;
    float: right!important;
    text-align: right!important;
}

.dropmenu ul a {
    width: 178px!important;
    color: #403a3a!important;
    display: block;
    height: 29px!important;
    line-height: 25px!important;
    background-image: none!important;
    font-family: 'thesansbold';
    font-size: 12px;
    font-size: 12px!important;
    text-align: right!important;
    padding: 0;
    font-weight: normal!important;
}

    .dropmenu ul a:hover {
        width: 178px!important;
        color: #fff!important;
        display: block;
        height: 29px!important;
        line-height: 25px!important;
        font-family: 'thesansbold';
        font-size: 12px!important;
        font-weight: normal!important;
        padding-left: 0;
    }

#content {
    background-color: #fff;
}

#slider_menu_cotainer {
    width: 1000px;
    min-height: 200px;
    padding-bottom: 10px;
    margin-top: 10px;
}

#right_menu {
    width: 225px;
    float: right;
    min-height: 200px;
}

#left_slider {
    float: left;
    width: 773px;
    min-height: 200px;
}

#sidebar {
    width: 209px;
    height: 247px;
    margin-right: 12px;
    border: 1px solid #d8d8d8;
    background-color: #FFF;
}

#sidebarbg {
    background-image: url(images/menubg.png);
    background-repeat: repeat-x;
    min-height: 200px;
    background-position: 0 1px;
}

#sidebarbgcontainer {
    width: 198px;
    margin: 0 auto;
    min-height: 200px;
}

    #sidebarbgcontainer h5 {
        font-size: 13px;
        font-family: 'thesansbold';
        margin-top: 10px;
        margin-right: 10px;
    }

        #sidebarbgcontainer h5 span {
            font-size: 14px;
            font-family: 'thesansbold';
            color: #e00025;
        }

    #sidebarbgcontainer ul {
        margin-top: 12px;
    }

        #sidebarbgcontainer ul li {
            list-style: none;
            font-size: 13px;
            font-family: 'thesansbold';
            color: #403a3a;
            border-bottom: 1px dotted #666;
            line-height: 22px;
        }

            #sidebarbgcontainer ul li a {
                list-style: none;
                font-size: 13px;
                font-family: 'thesansbold';
                color: #403a3a;
                display: block;
                margin-top: 6px;
                font-size: 12px;
                padding-right: 5px;
            }

                #sidebarbgcontainer ul li a:hover {
                    list-style: none;
                    font-size: 13px;
                    font-family: 'thesansbold';
                    color: #ea0808;
                    display: block;
                    margin-top: 6px;
                    font-size: 12px;
                    padding-right: 5px;
                }

#slider_wrapper {
    width: 739px;
    margin: 0 auto;
    height: 242px;
    z-index: 1000;
    border: 1px solid #aaa7a7;
    overflow: visible;
}

.slideimages {
    width: 739px;
    position: absolute;
    height: 242px;
    border: 1px solid #c3c3c3;
    margin-right: 15px;
}

#slide_img {
    float: right;
    min-height: 200px;
    width: 225px;
}

#slide_img_container {
    min-height: 200px;
    width: 207px;
    margin: 0 auto;
}

#about_com {
    float: left;
    min-height: 200px;
    width: 775px;
}

#about_com_container {
    margin-right: 15px;
    width: 742px;
    min-height: 200px;
}

    #about_com_container h5 {
        font-family: 'thesansbold';
        font-size: 14px;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 8px;
    }

        #about_com_container h5 span {
            font-family: 'thesansbold';
            font-size: 14px;
            color: #e00025;
        }

.par {
    font-family: thesansbold;
    font-size: 13px;
    color: #534e4e;
    padding: 5px;
    line-height: 22px;
    text-align: justify;
}

#slide_img h5 {
    font-family: 'thesansbold';
    font-size: 13px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
}

    #slide_img h5 span {
        font-family: 'thesansbold';
        font-size: 13px;
        color: #e00025;
    }

.nivoSlider {
    position: relative;
    float: right;
    position: relative;
    width: 209px;
    height: 163px;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        width: 209px;
        height: 163px;
        clear: both;
    }

    .nivoSlider a.nivo-imageLink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        z-index: 6;
        display: none;
    }

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: .8;
    width: 100%;
    z-index: 8;
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline!important;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 15px;
    background-image: url(images/letf.png);
    display: block;
    width: 22px;
    height: 22px;
}

.nivo-nextNav {
    right: 15px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(images/rigth.png);
}

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

    .nivo-controlNav a.active {
        font-weight: bold;
    }

#bottom_activ {
    margin-top: 20px;
}

#bottom_activ_con {
    width: 977px;
    margin: 0 auto;
    min-height: 200px;
    margin-top: 8px;
}

#middle_scroll {
    height: 185px;
    background-repeat: repeat-x;
    width: 980px;
}

#logoscrolls {
    width: 977px;
    margin: 0 auto;
    height: 185px;
}

.list_carousel {
    width: 977px;
    height: 185px;
}

    .list_carousel li {
        font-size: 40px;
        color: #999;
        padding: 0;
        display: block;
        float: left;
        width: 158px;
        height: 164px;
    }

#rightcareoul {
    float: right;
    width: 32px;
    height: 140px;
}

#leftcareoul {
    float: left;
    width: 32px;
    height: 140px;
}

#middlecareoul {
    width: 910px;
    height: 185px;
}

.caroufredsel_wrapper {
    width: 977px!important;
    height: 185px;
}

.list_carousel li {
    list-style: none;
    margin-left: 8PX;
}

.prevee {
    float: right;
    width: 32px;
    height: 140px;
    display: block;
    background-image: url(images/rightscroll.png);
}

.nextee {
    float: left;
    background-image: url(images/leftscroll.png);
    width: 32px;
    height: 140px;
    display: block;
}

#foo2 {
    margin-left: 55px!important;
}

#foo2 {
    margin-left: 65px!important;
}

.blockfoo {
    width: 188px;
    height: 164px;
    margin-left: 22px;
}

    .blockfoo a {
        display: block;
        color: #333;
    }

        .blockfoo a img {
            display: block;
            margin: 9px auto;
        }

        .blockfoo a p {
            display: block;
            font-size: 12px;
            font-family: 'thesansbold';
            text-align: center;
            margin-top: 4px;
        }

#footer p {
    font-size: 12px;
    font-family: 'thesansbold';
    padding: 5px;
    color: #333;
}

    #footer p a {
        color: #333;
    }

#content_page {
    background-color: #fff;
    min-height: 600px;
}

#right_meuinside {
    float: right;
    min-height: 200px;
    width: 225px;
    padding-top: 10px;
}

#left_menuinside {
    float: left;
    min-height: 200px;
    width: 775px;
    padding-top: 10px;
}

#data_content_page {
    width: 760px;
    margin: 5px auto;
    background-color: #fff;
    min-height: 400px;
}

    #data_content_page h5 {
        font-family: 'thesansbold';
        font-size: 14px;
        margin-right: 10px;
        margin-top: 10px;
        border-bottom: 1px solid #c2c2c2;
        padding-bottom: 8px;
    }

        #data_content_page h5 span {
            color: #e00025;
        }

#aboutuspage {
    width: 627px;
    min-height: 220px;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.map {
    display: block;
    margin: 10px auto;
}

.aboutuspagetxt {
    width: 593px;
    min-height: 100px;
    margin: 0 auto;
}

    .aboutuspagetxt p {
        font-family: thesansbold;
        font-size: 13px;
        margin-top: 15px;
        line-height: 27px;
    }

        .aboutuspagetxt p font {
            font-family: thesansbold;
            font-size: 13px;
            margin-top: 15px;
            line-height: 27px;
            color: #1270b0;
        }

.trigger {
    margin-top: 8px;
    float: right;
    margin-right: 5px;
}

@font-face {
    font-family: 'thesansbold';
    src: url('../Content/fonts/Hacen_Jordan.eot');
    src: url('../Content/fonts/Hacen_Jordan.eot?#iefix') format('embedded-opentype'),url('../Content/fonts/Hacen_Jordan.woff') format('woff'),url('../Content/fonts/Hacen_Jordan.ttf') format('truetype'),url('../Content/fonts/Hacen_Jordan.svg#svgBebasNeue') format('svg');
}

.labelstandard {
    color: #333;
    float: right;
    clear: right;
    font-family: 'thesansbold';
    font-size: 14px;
    height: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
    padding: 6px 5px 0 0;
    vertical-align: middle;
    width: 120px;
}

#div_Attachments a {
    color: #333;
    float: right;
    clear: right;
    font-family: 'thesansbold';
    font-size: 14px;
    min-height: 25px;
    margin-left: 0;
    margin-right: 27px;
    margin-top: 4px;
    line-height: 15px;
    padding: 6px 5px 0 0;
    vertical-align: middle;
    width: 300px;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 5px;
}

.lblbeside {
    color: #333;
    float: right;
    font-family: 'thesansbold';
    font-size: 14px;
    height: 25px;
    margin-left: 0;
    margin-right: 17px;
    margin-top: 4px;
    padding: 6px 5px 0 0;
    vertical-align: middle;
    width: 100px;
}

.lblbeside2 {
    color: #333;
    float: right;
    font-family: 'thesansbold';
    font-size: 14px;
    height: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
    padding: 6px 5px 0 0;
    vertical-align: middle;
    width: 100px;
}

.lbldetails {
    display: block;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
    color: #333;
    float: right;
    font-family: 'thesansbold';
    font-size: 14px;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
    padding: 6px 5px 0 0;
    vertical-align: middle;
}

    .lbldetails:hover {
        background-color: #333;
        color: #eee;
    }

.backslash {
    color: #333;
    float: right;
    font-family: 'thesansbold';
    font-size: 20px;
    height: 25px;
    margin-left: 0;
    margin-right: 6px;
    margin-top: -3px;
    padding: 6px 5px 0 0;
    vertical-align: middle;
    width: 8px;
}

.labeldetails {
    color: #ba483e;
    float: right;
    font-family: 'thesansbold';
    font-size: 13px;
    height: 11px;
    margin: 8px 5px 5px 0;
    -moz-border-radius: 3px;
    -moz-padding-end: 7px;
    -moz-padding-start: 2px;
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
    text-align: right;
    text-indent: 5px;
    width: 192px;
    vertical-align: middle;
}

.uploaderbox {
    width: 500px;
    height: 200px;
    margin-top: -8px;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    color: #333;
    float: right;
    font-family: 'thesansbold';
    font-size: 12px;
    margin: 1px 5px 5px 0;
    -moz-border-radius: 3px;
    -moz-padding-end: 7px;
    -moz-padding-start: 2px;
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
    text-align: right;
    text-indent: 5px;
}

.TBOXstandard {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    color: #333;
    float: right;
    font-family: 'thesansbold';
    font-size: 13px;
    height: 24px;
    margin: 1px 5px 5px 0;
    -moz-border-radius: 3px;
    -moz-padding-end: 7px;
    -moz-padding-start: 2px;
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
    text-align: right;
    text-indent: 5px;
    width: 192px;
}

    .TBOXstandard:focus {
        border: 1px solid #000;
      
    }

.DBOXstandard {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    color: #333;
    float: right;
    font-family: 'thesansbold';
    font-size: 13px;
    padding: 0 6px 0 0;
    height: 30px;
    margin: 1px 5px 5px 0;
    -moz-border-radius: 3px;
    -moz-padding-end: 7px;
    -moz-padding-start: 2px;
    border-radius: 3px;
    width: 198px;
}

    .DBOXstandard:focus {
        border: 1px solid #000;
    }

.Checkstandard {
    color: #333;
    float: right;
    font-family: Arial;
    font-size: 12px;
    height: 15px;
    margin: 10px 2px 5px 0;
}

    .Checkstandard:focus {
        border: 1px solid #000;
        color: #333;
    }

.labelbesidechk {
    color: #c2c2c2;
    font-family: 'thesansbold';
    font-size: 16px;
    opacity: .8;
    float: right;
    margin-top: -5px;
    margin-right: 5px;
}

.checkgroup {
    float: right;
    min-width: 10px;
}

.TitleRols {
    color: #333;
    float: right;
    clear: both;
    font-family: Arial;
    font-size: 12px;
    height: 15px;
    margin: 10px 2px 5px 0;
    background-color: #ececec;
    padding: 7px;
    border-radius: 10px;
    margin-right: 10px;
}

.P_roles {
    color: #333;
    font-family: Arial;
    font-size: 12px;
    height: 15px;
    margin: 10px 2px 5px 0;
    border-bottom: 1px dotted #bdbdbd;
    float: right;
    display: block;
    clear: both;
    margin-right: 25px;
}

.GridViewStyle {
    background-color: #fff;
    border: 1px solid #dadada;
    width: 100%;
    margin: 15px 0 10px 0;
    border-radius: 4px;
    color: #fff;
}

    .GridViewStyle a {
        font-family: Arial;
        font-size: 15px;
        height: 30px;
        text-align: left;
        text-indent: 10px;
        text-decoration: none;
    }

.GridViewStylelinkbutton {
    color: #4e5051;
    font-family: Arial;
    font-size: 11px;
}

    .GridViewStylelinkbutton:hover {
        text-decoration: underline;
    }

.GridViewHeaderStyle th {
    height: 24px;
}

.GridViewHeaderStyle a {
    color: #fff;
    font-family: Arial;
    height: 30px;
    text-align: left;
    text-indent: 10px;
    text-decoration: none;
}

.GridViewHeaderStyle {
    background-color: #4e5051;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    height: 30px;
    text-align: left;
    text-indent: 10px;
    border: 1px solid #858585;
}

.GridViewFooterStyle {
    background-color: #eee;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    padding: 0;
    text-align: left;
}

.GridViewRowStyle {
    background-color: #e7e7e7;
    color: #434343;
    font-family: Arial;
    font-size: 15px;
    height: 39px;
    padding: 0;
    text-align: left;
}

.GridViewAlternatingRowStyle {
    background-color: #fafafa;
    color: #434343;
    font-family: Arial;
    font-size: 15px;
    height: 39px;
    text-align: left;
}

    .GridViewRowStyle td, .GridViewAlternatingRowStyle td {
        padding: 5px;
    }

.GridViewSelectedRowStyle {
    background-color: #fff;
    color: #434343;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    padding: 2px 5px 0 0;
    text-align: left;
}

.GridViewPagerStyle {
    color: #fff;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    height: 25px;
    padding: 0 20px 0 20px;
    text-align: center;
    background-color: #dadada;
}

    .GridViewPagerStyle a {
        color: #fff;
        font-family: Arial;
        font-size: 10pt;
        padding: 0 2px 0 2px;
        text-align: center;
    }

    .GridViewPagerStyle table {
        margin: 2px 20px 2px 0;
        padding: 0 2px 0 2px;
    }

    .GridViewPagerStyle table {
        text-align: center;
    }

        .GridViewPagerStyle table td {
            border: 0;
            padding: 5px;
        }

    .GridViewPagerStyle a {
        font-family: Arial;
        color: #fff;
        text-decoration: none;
        padding: 0 5px 0 5px;
        background-color: #ba483f;
        border-radius: 4px;
    }

        .GridViewPagerStyle a:hover {
            color: #ba483f;
            background-color: #fff;
        }

    .GridViewPagerStyle span {
        color: #4e5051;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
    }

.table {
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
    width: 98%;
    margin: 15px 15px 10px 0;
    border-radius: 4px;
    color: #fff;
    -webkit-box-shadow: 2px 1px 1px 1px #ececec;
    box-shadow: 2px 1px 1px 1px #ececec;
}

    .table a {
        font-family: Arial;
        font-size: 15px;
        height: 30px;
        text-align: center;
        text-indent: 10px;
        text-decoration: none;
    }

    .table th a {
        color: #fff;
        font-family: Arial;
        height: 30px;
        text-align: center;
        text-indent: 10px;
        text-decoration: none;
    }

    .table th {
        background: #fff;
        background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(229,229,229,1)));
        background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
        background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
        background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(229,229,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
        color: #434343;
        font-family: Arial;
        font-size: 13px;
        height: 30px;
        text-align: center;
    }

    .table footer {
        background-color: #eee;
        font-family: Arial;
        font-size: 10pt;
        font-weight: bold;
        padding: 0;
        text-align: center;
    }

    .table tr {
        background-color: #fff;
        color: #434343;
        font-family: Arial;
        font-size: 13px;
        height: 39px;
        padding: 0;
        text-align: center;
    }

.tablealert {
    background-color: #fafafa;
    color: #434343;
    font-family: Arial;
    font-size: 15px;
    height: 39px;
    text-align: center;
}

    .table tr td, .tablealert td {
        padding: 5px;
    }

.flatbutton:first-child {
    background: #45484d;
    background: -moz-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(69,72,77,1)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
    height: 25px;
    min-width: 50px;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    margin: 4px 5px 5px 5px;
    float: right;
    border: 0;
    line-height: 20px;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 1px 2px #bdbdbd;
    margin-right: 120px;
}

    .flatbutton:first-child:hover {
        background: #000;
        background: -moz-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(100%,rgba(69,72,77,1)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#45484d',GradientType=0);
    }

.flatbutton {
    background: #45484d;
    background: -moz-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(69,72,77,1)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
    height: 25px;
    min-width: 50px;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    margin: 4px 5px 5px 5px;
    float: right;
    border: 0;
    line-height: 20px;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 1px 2px #bdbdbd;
}

    .flatbutton:hover {
        background: #000;
        background: -moz-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(100%,rgba(69,72,77,1)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#45484d',GradientType=0);
    }

.fieldsetsmall {
    border: 1px solid #bdbdbd;
    width: 30%;
    float: right;
    min-height: 300px;
}

legend {
    margin-right: 8px;
    background: #45484d;
    background: -moz-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(69,72,77,1)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
    border-radius: 29px 0 29px 0;
    min-width: 86px;
    height: 16px;
    color: #fff;
    line-height: 13px;
    text-indent: 8px;
    text-decoration: none;
    font-family: Segoe UI,arial;
    font-size: 14px;
    padding-left: 10px;
    -webkit-box-shadow: 2px 1px 1px 1px #ececec;
    box-shadow: 2px 1px 1px 1px #ececec;
}

    legend:hover {
        background: #000;
        background: -moz-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(100%,rgba(69,72,77,1)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,1) 0,rgba(69,72,77,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#45484d',GradientType=0);
    }

.fieldsetbig {
    border: 1px solid #bdbdbd;
    width: 68%;
    float: right;
    margin-right: 5px;
    min-height: 300px;
}

.fieldsetfull legend {
    margin-right: 8px;
    background: #45484d;
    background: -moz-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(69,72,77,1)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(69,72,77,1) 0,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
    border-radius: 29px 0 29px 0;
    width: 140px;
    height: 16px;
    color: #fff;
    line-height: 13px;
    text-indent: 8px;
    text-decoration: none;
    font-family: Segoe UI,arial;
    font-size: 14px;
    -webkit-box-shadow: 2px 1px 1px 1px #ececec;
    box-shadow: 2px 1px 1px 1px #ececec;
}

.fieldsetfull {
    border: 1px solid #bdbdbd;
    width: 99%;
    float: right;
    margin-right: 5px;
    min-height: 300px;
}

.dataTables_wrapper .top {
    padding: 5px 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.dataTables_wrapper .block-actions {
    margin-top: 0;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.dataTables_wrapper .actions {
    border: 0;
    border-top: 1px solid #c8c8c8;
}

.dataTables_wrapper {
    position: relative;
    margin: 0 10px;
    clear: both;
    zoom: 1;
    width: 98%;
    margin-bottom: 10px;
}

    .dataTables_wrapper .actions {
        line-height: 25px;
    }

.dataTables_length {
    float: right;
    padding-right: 16px;
    margin-top: 10px;
}

    .dataTables_length div.selector {
        width: 70px!important;
    }

        .dataTables_length div.selector span {
            width: 70px!important;
        }

    .dataTables_length label {
        margin-right: -100px;
    }

    .dataTables_length select {
        width: 58px;
        background-color: #fff;
        border: 1px solid #e6d5d4;
        color: #333;
        font-family: 'thesansbold';
        font-size: 12px;
        padding: 6px;
        height: 30px;
        margin: 1px 5px 5px 0;
        -moz-border-radius: 3px;
        -moz-padding-end: 7px;
        -moz-padding-start: 2px;
        border-radius: 3px;
    }

.dataTables_filter {
    float: left;
    text-align: left;
    padding-left: 16px;
    margin-top: 6px;
}

    .dataTables_filter label {
        margin-left: -100px;
    }

    .dataTables_filter input {
        width: 150px;
        background-color: #fff;
        border: 1px solid #e6d5d4;
        color: #333;
        font-family: 'thesansbold';
        font-size: 12px;
        height: 24px;
        margin: 1px 5px 5px 0;
        -moz-border-radius: 3px;
        -moz-padding-end: 7px;
        -moz-padding-start: 2px;
        border-radius: 3px;
        padding: 2px 2px 2px 2px;
        text-align: right;
        text-indent: 5px;
    }

.dataTables_info {
    float: right;
    min-width: 71%;
    margin-right: 16px;
    color: #333;
    font-family: 'thesansbold';
    font-size: 14px;
    height: 25px;
    margin-left: 0;
    margin-right: 11px;
    margin-top: -11px;
    padding: 6px 5px 0 0;
    vertical-align: middle;
}

}

.dataTables_paginate {
    float: left;
    color: #333;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    height: 25px;
    padding: 0 20px 0 20px;
    text-align: center;
    background-color: #dadada;
}

.dataTables_wrapper label {
    color: #333;
    font-family: 'thesansbold';
    font-size: 14px;
    height: 25px;
    margin-left: 0;
    margin-right: 11px;
    margin-top: 4px;
    padding: 6px 5px 0 0;
    vertical-align: middle;
    width: 120px;
}

.webkit .dataTables_wrapper label {
    display: inline;
}

.dataTables_length .chzn-container {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.webkit .dataTables_length .chzn-container {
    width: 62px!important;
}

.webkit .dataTables_length .chzn-drop {
    width: 60px!important;
}

.dataTables_filter input {
    display: inline-block;
    margin: 5px 0 0 10px;
}

.table thead th:first-child {
    border-left: none;
}

.table thead th:last-child {
    border-right: 0;
}

.table thead th {
    vertical-align: middle;
    text-align: center;
    padding: 8px 13px;
    cursor: pointer;
}

.table tbody th, .table tbody td, .table tfoot th, .table tfoot td {
    vertical-align: top;
    text-align: center;
    padding: 7px;
}

.table tbody td {
    background: #f8f8f8;
}

    .table tbody th:first-child, .table tbody .th:first-child, .table tbody td:first-child, .table tfoot th:first-child, .table tfoot td:first-child {
        border-left: none;
    }

.table tbody tr.even td, .table tbody tr:nth-child(2n) td {
    background: #f0f0f0;
}

.table tbody tr:hover th, .table tbody tr:hover .th, .table tbody tr:hover td {
    background: #e5e5e5;
    background: -moz-linear-gradient(top,rgba(229,229,229,1) 0,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(229,229,229,1)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(229,229,229,1) 0,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,rgba(229,229,229,1) 0,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(229,229,229,1) 0,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(229,229,229,1) 0,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',endColorstr='#ffffff',GradientType=0);
    color: #434343;
    cursor: pointer;
}

.paginate_button, .paginate_active {
    font-family: 'thesansbold';
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0 5px 0 5px;
    background-color: #999595;
    border-radius: 4px;
    margin-left: 5px;
    cursor: pointer;
}

    .paginate_button:hover {
        color: #fff;
        background-color: #333;
        cursor: pointer;
    }

.paginate_button_disabled {
    cursor: default;
}

.paginate_active {
    color: #333;
    background-color: #fff;
    cursor: pointer;
}

.sorting_asc {
    background: url('../Content/images/sprites/tables/arrow-asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../Content/images/sprites/tables/arrow-desc.png') no-repeat center right;
}

.sorting {
    background: url('../Content/images/sprites/tables/arrow-both.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: 0;
}

.sorting_desc_disabled {
    background: 0;
}

.gallery {
    margin: 10px;
    padding: 0;
}

    .gallery > li {
        position: relative;
        display: inline-block;
        list-style: none;
        border: 1px solid #c0c0c0;
        padding: 2px;
        box-shadow: 0 0 2px rgba(0,0,0,0.25);
    }

    .gallery .action-list {
        background: rgba(0,0,0,0.65);
        padding: 10px;
        margin: 0;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        display: table-cell;
        vertical-align: middle;
    }

        .gallery .action-list li {
            margin: 10px 0;
            color: #fff;
            list-style: none;
        }

            .gallery .action-list li a {
                color: #fff;
            }

            .gallery .action-list li:first-child {
                font-weight: bold;
                border-bottom: 1px solid rgba(255,255,255,0.5);
            }

.fieldsetBig {
    border: 1px solid #bdbdbd;
    width: 50%;
    float: right;
    min-height: 300px;
    padding: 5px;
}

.fieldsetSmall {
    border: 1px solid #bdbdbd;
    width: 47%;
    float: right;
    margin-right: 5px;
    min-height: 300px;
    padding: 5px;
}

.smssettingsmallblock {
    background-color: #eee;
    height: 25px;
    width: 98%;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.settingsmsinsiide {
    margin-top: 10px;
    margin-right: 41px;
}

.besidesmssetting {
    width: 200px;
    background-color: #ececec;
    float: right;
    margin-right: 12px;
    padding: 4px;
}

    .besidesmssetting a {
        color: #ba483e;
        float: right;
        font-family: 'thesansbold';
        font-size: 13px;
        height: 11px;
        border-radius: 3px;
        padding: 2px 2px 2px 2px;
        margin-bottom: 2px;
        margin-top: 2px;
        margin-left: 2px;
        text-align: right;
        text-indent: 5px;
        width: 90px;
        vertical-align: middle;
    }

    .besidesmssetting span {
        color: #333;
        float: right;
        font-family: 'thesansbold';
        font-size: 13px;
        height: 11px;
        text-align: right;
        text-indent: 5px;
        padding: 2px 2px 2px 2px;
        width: 90px;
        vertical-align: middle;
        margin-bottom: 2px;
        margin-top: 2px;
    }

.validate {
    float: right;
    margin-top: 11px;
    margin-right: 6px;
    width: 142px;
    height: 16px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #870d0d;
}

.buttonblock {
    width: 99%;
    height: 50px;
    float: right;
    border-top: 1px rgba(0,0,0,0.17) dotted;
    clear: both;
    margin-right: 4px;
    margin-top: 10px;
    display: inline-block;
}

.astricvalidate {
    float: right;
    background-image: url(images/icons/packs/fugue/16x16/exclamation-red.png);
    margin-top: 7px;
    margin-left: 2px;
    width: 16px;
    height: 16px;
    font-family: Arial;
    font-size: 0;
    font-weight: bold;
}

#div_SerivceType {
    float: right;
}

#div_AddReply {
    float: right;
}

.footerV {
    margin-right: 0px;
    float: right;
}

.vistorcount {
    margin-right: 0px;
    float: right;
    font-size: 13px;
    font-family: 'Proxima Nova Reg';
    padding: 5px;
    font-weight: bold;
    color: #333;
}
.copyright {
    margin-left: 0px;
    float: left;
    font-size: 13px;
    font-family: 'Proxima Nova Reg';
    padding: 5px;
    font-weight: bold;
    color: #333;
}

/* contact Us page*/
.blockcontactleft {
    float: left;
    width: 204px;
    background-image: url(../content/images/menubg.png);
    background-repeat: repeat-x;
    padding: 5px;
    border-radius: 18px;
    border: 1px solid #d8d8d8;
    background-color: #FFF;
}

.blockcontactright {
    float: right;
    width: 522px;
}
.ourvision 
{
    font-family: thesansbold;
font-size: 12px;
padding: 0px 14px;
text-align: right;
line-height: 22px;
    }
.sucessstatus {
font-family: thesansbold;
float: right;
width: 97%;
background-color: #eee;
padding: 5px;
border-radius: 7px;
background-image: url(../images/test.png);
}
.worklist {
    font-family: thesansbold;
    font-size: 12px;
    padding: 0px 14px;
    text-align: right;
    line-height: 22px;
    margin-bottom: 15px;
    min-height: 11px;
    float: right;
}

    .worklist ul {
        float: right;
        margin-right: 25px;
        list-style: none;
        /*cursor:pointer;*/
    }

        .worklist ul li {
            list-style: none;
            background-color: #eee;
            margin-top: 5px;
            padding: 5px;
            border-radius: 11px;
        }

            .worklist ul li:hover {
                background-color: #ea0808;
                color: #fff;
            }
.worklist2 {
    font-family: thesansbold;
    font-size: 12px;
    padding: 0px 14px;
    text-align: right;
    line-height: 22px;
    margin-bottom: 15px;
    min-height: 11px;
    float: right;
    margin-left: 242px;
}

    .worklist2 ul {
        float: right;
        list-style: none;
        /*cursor:pointer;*/
    }

        .worklist2 ul li {
            list-style: none;
            background-color: #eee;
            margin-top: 5px;
            padding: 5px;
            border-radius: 11px;
            float: right;
margin-right: 11px;
        }

            .worklist2 ul li:hover {
                background-color: #ea0808;
                color: #fff;
            }
            #chatLineHolder{
	min-height:10px;
	width:480px;
	margin-bottom:15px;
    max-height:400px;
    overflow:auto;
        font-family: 'sasnew';
}
/*other color in chat  */
.chat:nth-child(even) {
        background-color:#ba483e;
}
.chat:nth-child(even) span,.chat:nth-child(even) .text {
    color:#fff;
}
.chat:nth-child(even):hover {
        background-color:#c8c8c8;
}
.chat:nth-child(even):hover span,.chat:nth-child(even):hover .text {
    color:#434343;
}
/*
    end of other color 
    */
.chat{
	/*background:url('../content/images/chat_line_bg.jpg') repeat-x #fff;*/
    background-color:#E9ECED;
	min-height:24px;
	padding:6px;
	border:1px solid #FFFFFF;
	position:relative;
	margin:0 10px 10px 0;
    border-radius:5px;
    float: right;
display: block;
width: 439px;
    font-family: 'sasnew';
    cursor:pointer;
}

.chat:last-child{
	margin-bottom:0;
}
.chat:hover {
        background-color:#c8c8c8;
}
.chat:hover span,.chat:hover .text {
    color:#434343;
}
.chat span{
	color:#333;
	font-size:14px;
}

.chat .text{
color: #ba483e;
display: inline-block;
font-size: 14px;
vertical-align: top;
min-width: 10px;
float: right;
min-height: 10px;
max-width: 250px;
    font-family: 'sasnew';
}

.chat .time{
position: absolute;
left: 10px;
top: 12px;
font-size: 11px;
float: left;
width: 110px;
    font-family: 'sasnew';
}

.chat .author{
	margin-left:6px;
	font-size:14px;
    float: right;
        font-family: 'sasnew';

}

/* Bottom Bar */


#chatBottomBar{
/*background: url('../content/images/solid_gray.jpg') repeat-x #d0d0d0;*/
background-color:#E9ECED;
position: relative;
padding: 10px;
border: 1px solid #fff;
width: 434px;
float: right;
border-radius: 7px;
margin-right: 8px;
}

#chatBottomBar .tip{
	position:absolute;
	width:0;
	height:0;
	border:10px solid transparent;
	border-bottom-color:#eeeeee;
	top:-20px;
	right:20px;
}

.inserttoshat{
	height:26px;
	border:1px solid;
	border-color:#c1c1c1 #eee #eee #c1c1c1;
	padding:0 5px;
	margin-right:5px;
	outline:none;
    font-family: 'sasnew';
    color:#333;
    font-size:14px;
}

input#chatText{
width: 418px;
min-height: 98px;
}

.mlist {
    border: thin double #000000;
    float: right;
    padding: 5px;
    max-height: 200px;
    overflow: auto;
}