﻿#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9997;
    background: #4a4a4a;
}

#myProgress {
    top: 0px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#myBar {
    width: 0%;
    height: 4px;
    background-color: blueviolet;
}
.preloader p {
    position: absolute;
    top: 60%;
    left: 47%;
    margin-left: -45px;
    width: 180px;
    height: 90px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    z-index: 9998;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    border: 4px solid #Fff;
    left: 50%;
    top: 50%;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-webkit-keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
body {
    /*//font-family:Tahoma;*/
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;

    /*font-family: tahoma;
	font-size:small;*/
}

#navbarf {
    overflow: hidden;
    /*background-color: rgb(239,239,239);*/
    z-index: 2;
    display: block;
    margin: 0px;
    float: right;
}

    /* Navbar links */
    #navbarf a {
        float: right;
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-bottom: 5px;
        /*color: #f2f2f2;*/
        text-align: center;
        /*    padding: 0px 18px 0px 18px;
  padding: 4px 7px 2px 4px;  */
        text-decoration: none;
    }

.style1 {
    width: 100%;
    height: 25px;
}

.style2 {
    width: 100%;
}

.style5 {
    width: 724px;
}

.style6 {
    width: 7px;
}

.style8 {
    width: 102px;
}

.style9 {
    width: 104px;
}

.style10 {
    width: 89px;
}

#mb2 {
    font-size: small;
}

.style12 {
    width: 28px;
}

.style13 {
    width: 16px;
}

.style14 {
    width: 26px;
}

body {
    font-family: IRANSansWeb,BMITRA, "Lato", sans-serif;
    font-size: small;
    color: mediumblue;
}

_Button {
    font-family: IRANSansWeb,BMITRA, "Lato", sans-serif;
     padding: 1px;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width:1px;
}



.b1 {
    background: #3D94F6;
    background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: IRANSansWeb,BMITRA, "Lato", sans-serif;
    font-size: 14px;
    padding: 2px;
    -webkit-box-shadow: 1px 1px 2px 0 #000000;
    -moz-box-shadow: 1px 1px 2px 0 #000000;
    box-shadow: 1px 1px 2px 0 #000000;
    text-shadow: 0px 0px 2px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
    .b1:hover {
        border: solid #337FED 1px;
        background: #1E62D0;
        background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
    }
    .b1:active {
        transform: translateY(3px);
    }





input {
    font-family: IRANSansWeb,BMITRA, "Lato", sans-serif;
    padding: 1px;
    }

input[type=text], select, textarea {
    font-family: IRANSansWeb,BMITRA, "Lato", sans-serif;
    padding: 1px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    min-width: 144px;
}
/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 10%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 100px;
    -webkit-box-shadow: 0px 0px 10px 2px #666666;
    box-shadow: 0px 0px 10px 2px #666666;
    font-family: BMITRA;
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        padding: 4px 10px 4px 2px;
        text-decoration: none;
        font-size: 14px;
        font-weight:bold;
        color: #414141;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: right;
        cursor: pointer;
        outline: none;
        direction: rtl;
        margin-right:5px;
    }

.a-smenu {
    padding: 2px 16px 2px 8px !important;
    font-size: 13px !important;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
    background-color: #c8c8c8!important;
    width: 100%;
    margin-right:4px;

}

/* Main content */
.main {
    margin-right: 135px; /* Same as the width of the sidenav */
    font-size: 14px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button #c8c8c8!important;*/
.active {
    background-color: white !important;
    color: white;
    -webkit-box-shadow: 0px 0px 3px 1px #666666;
    box-shadow: 0px 0px 3px 1px #666666;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    position: sticky;
    margin-left: 20px !important;
    padding-left: 20px !important;
    width: 100px !important;
}

.a_active {
    background-color: white !important;
    color: white;
    -webkit-box-shadow: 3px 1px 7px 2px #666666;
    box-shadow: 3px 1px 7px 2px #666666;
    margin-top: -6px;
    margin-right: 6px!important;
    margin-bottom: -12px;
    position: fixed;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right:10px!important;
    z-index: 2 !important;
    width: 9% !important;
    padding-top:10px!important;

}

.as_active {
    background-color: #c8c8c8 !important;
    color: white;
}

/* Add an active class to the active dropdown button 
.a_deactive {
  background-color: blue!important;
  color: white;
}
*/
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #dbdbdb;
    padding-right: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    padding-right: 20px;
}

.div_main {
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffffff; /*rgba(255,255,255,.8);
    background-color: rgba(204,255,153,.8);*/
    /*background-color: rgba(254,251,216,.8);
    box-shadow:  0 0 10px  rgba(188,230,241);
  -moz-box-shadow: 0 0 10px  rgba(188,230,241);
  -webkit-box-shadow: 0 0 10px  rgba(188,230,241);
  -o-box-shadow: 0 0 10px  rgba(188,230,241);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    right: 10%;
    top: 55px;
    left: 0;
    position: fixed;
    bottom:10px;
    /*height: 90%;*/
    overflow: auto;
}
.div_menu {
    top: 80px;
    right: 0px;
    position: fixed;
    bottom: 40px;
    width: 9%;
    z-index: 3;
    overflow-x: hidden;
    overflow-y: auto;
    
}
.i_hr {
    margin-top: 6px;
    margin-right: 9px;
    margin-left: 3px;
    margin-bottom: 0px;
}
.i_m {
     display: inline-block;
    width: 26px;
    height: 24px;
    border: none;
    float: left;
    margin-left: 16px;
}
.i_main {
    background: url('../img_v2/icon/MainPage.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_video_conference {
    background: url('../img_v2/icon/video_conference.png') no-repeat;
    background-size: 100% 100% !important;
}

.i_mahal {
    background: url('../img_v2/icon/Mahal.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_report_kala {
    background: url('../img_v2/icon/Report_kala.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_esghat {
    background: url('../img_v2/icon/Esghat.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_group {
    background: url('../img_v2/icon/Group.png') no-repeat;
    background-size: 100% 100% !important;
}



.i_inv_vorud {
    background: url('../img_v2/icon/VorudKala.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_inv_vorud_list {
    background: url('../img_v2/icon/VorudList.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_inv_khoruj {
    background: url('../img_v2/icon/KhorujKala.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_inv_khoruj_list {
    background: url('../img_v2/icon/KhorujList.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_inv_bargasht {
    background: url('../img_v2/icon/BarghashtKala.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_inv_bargasht_list {
    background: url('../img_v2/icon/BargashtList.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_inv_marju {
    background: url('../img_v2/icon/MarjuKala.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_inv_marju_list {
    background: url('../img_v2/icon/MarjuiList.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_inv_kardex {
    background: url('../img_v2/icon/Kardex_kala.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_inv_mojudi {
    background: url('../img_v2/icon/Mojudi.png') no-repeat;
    background-size: 100% 100% !important;
}



.i_acc_sanad {
    background: url('../img_v2/icon/SaleFactor.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_acc_snad_list {
    background: url('../img_v2/icon/Archive.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_acc_taraz_azmaieshi {
    background: url('../img_v2/icon/Report.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_acc_taraz {
    background: url('../img_v2/icon/Report.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_acc_sud {
    background: url('../img_v2/icon/Profit.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_acc_dafater {
    background: url('../img_v2/icon/daftar.png') no-repeat;
    background-size: 100% 100% !important;
}

.i_Personel {
    background: url('../img_v2/icon/Personel.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_Khoruji {
    background: url('../img_v2/icon/Khoruji.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_Mamuriat {
    background: url('../img_v2/icon/Mamuriat.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_Morakhasi {
    background: url('../img_v2/icon/Morakhasi.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_Karkard {
    background: url('../img_v2/icon/Karkard.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_EzafeKar {
    background: url('../img_v2/icon/Personel.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_IO {
    background: url('../img_v2/icon/IO.png') no-repeat;
    background-size: 100% 100% !important;
}

.i_Sale_factor {
    background: url('../img_v2/icon/SaleFactor.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_sale_factor_list {
    background: url('../img_v2/icon/SaleFactorList.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_sale_marjui {
    background: url('../img_v2/icon/SaleMarjui.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_sale_marjui_list {
    background: url('../img_v2/icon/SaleMarjuiList.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_sale_pardakht {
    background: url('../img_v2/icon/SalePardakht.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_report {
    background: url('../img_v2/icon/Report.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_cartabl {
    background: url('../img_v2/icon/Cartabl.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_letter {
    background: url('../img_v2/icon/Letter.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_letters {
    background: url('../img_v2/icon/Letters.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_baygani {
    background: url('../img_v2/icon/Archive.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_news {
    background: url('../img_v2/icon/News.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_msg {
    background: url('../img_v2/icon/Message.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_reminder {
    background: url('../img_v2/icon/Reminder.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_tel {
    background: url('../img_v2/icon/Tel.png') no-repeat;
    background-size: 100% 100% !important;
}
.i_setting {
    background: url('../img_v2/icon/Setting.png') no-repeat;
    background-size: 100% 100% !important;
}
.div_chart_lbls {
    left: 12%;
    position: absolute;
    top: 22%;
    width: 25%;
}
.div_chart_lbl_nam {
    left: 0px;
    position: absolute;
    width: 80%;
}
.div_chart_lbl_num {
    left: 76%;
    position: absolute;
    width: 20%;
}
.div_chart_lbl_img {
    z-index: 1;
    top: 5%;
    right: 10px;
    width: 100%;
    height: 10%;
}
.div_char1 {
    background: url('../img_v2/elements/bt.jpg') no-repeat!important;
    background-size: 90% 50% !important;
    right: 45px;
    position: absolute;
    top: 20%;
    
}
.div_chart2 {
    left: 5%;
    position: absolute;
    top: 15%;
}
.div_monasebatha {
    height: 80%;
    text-align: right;
    align-items: center;
    align-content: center;
    padding-right: 10px;
    position: absolute;
    overflow: auto;
    top: 12%;
    right: 0;
    width: 95%;
}
.div_reminder {
    height: 35%;
    text-align: right;
    align-items: center;
    align-content: center;
    padding-right: 10px;
    position: absolute;
    overflow: auto;
    top: 35px;
    right: 0;
    width: 95%;
}
.div_hadis2 {
    z-index: 4;
    top: 27%;
    right: 10px;
    bottom: 25%;
    left: 10px;
    position: absolute;
    overflow: auto;
    color: #6b0632;
}
.div_hafez_txt {
    z-index: 5;
    position: absolute;
    top: 6%;
    text-align: center;
    align-content: center;
    right: 46%;
}
.div_chart_lbl_title {
    right: 2%;
    position: absolute;
    top: 4%;
    width: 240px;
    font-size: 16px;
}
.div_chart_lbl_title2 {
    right: 52%;
    position: absolute;
    top: 4%;
    width: 240px;
    font-size: 16px;
}
.news_title {
    z-index: 5;
    position: absolute;
    top: 6%;
    text-align: center;
    align-content: center;
    right: 15%;
}
.hafez_img {
    z-index: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.chart_line {
    z-index: 2;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
}
.div_news2 {
    z-index: 5;
    position: absolute;
    top: 3vh;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
    bottom: 30px;
    overflow: auto;

}
.div_hafez2 {
    z-index: 4;
    top: 20%;
    right: 25%;
    bottom: 22%;
    left: 25%;
    position: absolute;
    overflow: auto;
}
.news_img {
    z-index: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.img_hadis {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.img_taghvim {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 300px;
    height: 290px;
}
.div_hadis {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    width: 21%;
    top: 9%;
    left: 5px;
    position: fixed;
    height: 40%;
    overflow: hidden;
}

.div_taghvim {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    width: 21%;
    top: 53%;
    left: 5px;
    height: 40%;
    position: fixed;
    overflow: auto;
    z-index: 5;
}

.div_taghvim_pop {
    text-align: center;
    align-items: center;
    align-content: center;
    z-index: 7;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    width: 300px;
    top: 30%;
    left: 5px;
    height: 290px;
    position: fixed;
    overflow: auto;
    display: none;
}

.div_date {
    display: block!important;
}

    .div_date:hover .div_taghvim_pop {
        display: block !important;
    }


.tbl_taghvim:hover .div_taghvim_pop {
    display: block !important;
}

.div_taghvim_pop:hover {
    display: block !important;
}

.btn_tghvim {
    display: block;
}

    .btn_tghvim:hover .div_taghvim_pop {
        display: block;
    }

.div_chart {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 5px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    width: 62%;
    right: 11%;
    top: 9%;
    position: fixed;
    height: 50%;
    overflow: hidden;
}

.div_news {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border: 0px solid #dbdbdb;
    width: 31%;
    right: 11%;
    top: 64%;
    position: fixed;
    height: 29%;
    overflow: hidden;
    
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-button {
    /*width: 54px;*/
    height: 20px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.div_hafez {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0px;
    border-radius: 10px;
    border: 0px;
    width: 30%;
    right: 44%;
    top: 64%;
    position: fixed;
    height: 29%;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    color: #776006;
    background-color: transparent !important;
}


/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 17px!important;
            font-weight: bold!important;
        }
}

@font-face {
    font-family: 'BMITRA';
    src: url('../fonts/BMITRA_1.TTF');
}
#tblMainmenu 
{
	text-align:center;
}
#tblWelcom
{
	text-align:right;
}
#tdDate
{
	color:Orange;
	direction:ltr;
}
#tdMenu
{
	text-align:right;
	direction:rtl;
	font-size:12px;
	text-decoration:none;

	
}
#td_toptop
{
	background-image:url('../img/master/top_top.jpg');
	direction:rtl;
}
a,a:visited 
{
	text-decoration:none;
  
}
.blankButton
{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-color:Transparent;
	  /*//  font-family:Tahoma;*/
	    font-size:12px;
	    }

.FarsiText
{
	/*//font-family:Tahoma;*/
	direction:rtl;
	background-image:url('../img/txtBg.jpg');
	background-repeat:no-repeat;
	overflow: hidden;
	border-color:#FFCCCC;
	border-width:1px;
	margin-right: 0px;
}
.FarsiTextM
{
	/*//font-family:Tahoma;*/
	direction:rtl;
	background : #FFFFFF url('../img/textBg_M.jpg') top left ;
	background-repeat:no-repeat;
	overflow: hidden;
	border-color:#FFCCCC;
	border-width:1px;
	
}



#dhtmltooltip{
position: absolute;
border: 0px;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
}


.tdTabletopLeft
{
	height:30px;width:14px;
	background-image:url('../img/table/topLeft.png');
}
.tdTabletopBg
{
	background-image:url('../img/table/topBg.png');
}
.tdTabletopRight
{
	height:30px;width:15px;
	background-image:url('../img/table/topRight.png');
}
.tdTablemidLeft {
    width: 5px;
    background-image: url('../img/table/midLeft.png');
    padding-left: 0px!important;
}
.tdTablemidRight
{
	width:6px;
	background-image:url('../img/table/midRight.png');
}

.tdTablezirLeft {
    width: 14px;
    height: 17px;
    background-image: url('../img/table/zirLeft.png');
    background-repeat: no-repeat;
}
.tdTablezirBg
{
	height:17px;
	background-image:url('../img/table/zirBg.png');
}
.tdTablezirRight {
    width: 15px;
    height: 17px;
    background-image: url('../img/table/zirRight.png');
    background-repeat: no-repeat;
}

.GridAlternating
{
	background-color:#e7e8e8;
	/*font-family:Tahoma;*/
	font-size:small;
}
.GridItem
{
	/*background-color:#FFFFFF;*/
	/*font-family:Tahoma;
	font-size:small;*/
}
.GridHeader {
    /*background-image:url('../img/table/HeaderBg.png');*/
    background-color: #f0fbff;
    height: 23px;
    color: #0760b3;
    /*/*font-family:Tahoma;*/
    /*font-size:small;*/
}

.menuImageStyle
{
	background-color:Transparent;
	height:18px;
	width:18px;
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot'); /* IE9 Compat Modes */
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/IRANSansWeb.woff') format('woff'), /* Modern Browsers */
    url('../fonts/IRANSansWeb.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot'); /* IE9 Compat Modes */
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/IRANSansWeb.woff') format('woff'), /* Modern Browsers */
    url('../fonts/IRANSansWeb.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'IRANSansWeb_Bold';
    src: url('../fonts/IRANSansWeb_Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/IRANSansWeb_Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/IRANSansWeb_Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot'); /* IE9 Compat Modes */
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/IRANSansWeb.woff') format('woff'), /* Modern Browsers */
    url('../fonts/IRANSansWeb.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot'); /* IE9 Compat Modes */
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/IRANSansWeb.woff') format('woff'), /* Modern Browsers */
    url('../fonts/IRANSansWeb.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
