﻿@font-face {
    font-family: "Titr";
    src: url("fonts/titr.ttf") format("TrueType");
}

@font-face {
    font-family: "Nazanin";
    src: url("fonts/nazanin.ttf") format("TrueType");
}

@font-face {
    font-family: "homa";
    src: url("fonts/homa.ttf") format("TrueType");
}

body {
    background: #000 url("images/background.jpg") right bottom;
    background-attachment: fixed;
    line-height: 150%;
    direction: rtl;
    padding: 0px;
    margin: 0px;
    color: #FFF;
}

body, table, div, ul, li, td, span, literal, caption, a, a:hover, label, input, select {
    font-family: homa !important;
    font-size: 13px !important;
}

.dxeEditAreaSys {
    height: 25px!important;
}

.caption {
    text-align: right;
}

textarea {
    font-family: tahoma !important;
    font-size: 13px !important;
    background: url("images/italiclines.jpg") repeat-x;
}

h1, h2, h3, h4, h5, h6 {
    font-family: titr !important;
}

b {
    font-family: nazanin;
    font-weight: bold;
    font-size: 15px;
    line-height: 150%;
}

a {
    text-decoration: none !important;
    color: #DD7700;
}

    a:hover {
        text-decoration: none !important;
        color: #FFA900;
    }

    a:Visited {
        text-decoration: none !important;
        color: #DD7700;
    }

p {
    text-align: justify;
}

table {
    width: 100%;
}

hr {
    border: none;
    border-top: 1px solid #AAA;
}
/*===============================================================================================*/

.Master {
    width: 1000px;
    margin: 0px auto;
}

.LogoutBox {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 1000;
    position: fixed;
    top: -58px;
    left: 30px;
    padding: 15px 5px 5px 5px;
    text-align: center;
    background: -moz-linear-gradient(top, #000, #312);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#312));
    background-image: -o-linear-gradient(#000, #312);
    border-top-style: none;
    width: 50px;
    -moz-box-shadow: 0px 5px 5px -3px #1d2240;
    -webkit-box-shadow: 0px 5px 5px -3px #1d2240;
    box-shadow: 0px 5px 5px -3px #1d2240;
}

    .LogoutBox:hover {
        background: -moz-linear-gradient(top, #312, #000);
        background: -webkit-gradient(linear, left top, left bottom, from(#312), to(#000));
        background-image: -o-linear-gradient(#312, #000);
        text-shadow: 0px 0px 1px Orange;
        top: 0px;
    }

        .LogoutBox:hover a {
            color: Orange !important;
            text-shadow: 0px 0px 2px #F00;
        }

.Header {
}

.HeaderMenu {
    height: 95px;
    margin: 5px 0 5px 0;
    background-color: #333;
    color: #D06700;
    border: 1px solid #000;
    border-radius: 10px;
    border-bottom-width: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: -moz-linear-gradient(top, #000, #1d2226);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1d2226));
    background-image: -o-linear-gradient(#000, #1d2226);
}

    .HeaderMenu a {
        display: block;
        text-shadow: 1px 1px 1px #000;
        height: 100%;
    }

    .HeaderMenu ul {
        list-style: none;
        padding: 0 10px 0 10px;
    }

    .HeaderMenu li {
        float: right;
        width: 80px;
        margin-right: 8px;
        padding: 5px 10px 0 10px;
        text-align: center;
    }

        .HeaderMenu li .Icon {
        }

        .HeaderMenu li:hover {
            margin: 3px 7px 0 -1px;
            border: 1px solid #000;
            border-top: 2px solid #000;
            background-color: #111;
            height: 94px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-top-left-radius: 10px;
            -moz-border-top-right-radius: 10px;
            color: #00b4ff;
            background: -moz-linear-gradient(top, #025, #000);
            background: -webkit-gradient(linear, left top, left bottom, from(#1d2226), to(#000));
            background-image: -o-linear-gradient(#1d2226, #000);
        }

        .HeaderMenu li ul {
            position: absolute;
            top: -1000px;
            margin: 348px -85px 0 0px;
            padding: 5px 0 5px 0;
            z-index: -1000;
            width: 250px;
            background-color: #333;
            border: 2px solid #000;
            border-bottom-width: 5px;
            border-top-width: 1px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            background: -moz-linear-gradient(top, #000, #025);
            background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#025));
            background-image: -o-linear-gradient(#000, #025);
        }

        .HeaderMenu li:hover ul {
            top: 0;
            z-index: 1000;
        }

        .HeaderMenu li ul li {
            height: 48px;
            line-height: 48px;
            width: 230px;
            text-align: right;
            margin: 0;
        }

            .HeaderMenu li ul li:hover {
                height: 48px;
                line-height: 48px;
                border: none;
                margin: 0;
                background-color: #555;
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                background: -moz-linear-gradient(top, #025, #000);
                background: -webkit-gradient(linear, left top, left bottom, from(#025), to(#000));
                background-image: -o-linear-gradient(#025, #000);
            }

            .HeaderMenu li ul li .Icon {
                float: right;
                margin-left: 5px;
            }

.Content {
    border: 1px solid #000;
    border-bottom-width: 8px;
    background-image: url("images/50percentBlack.png");
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 1000px;
}

.InnerContent {
    width: 980px;
    padding: 10px;
    /*margin-bottom: 20px;
    padding-bottom: 150px;
    min-height: 350px;
    background: url("images/Message.png") no-repeat bottom left;*/
}

.Clear {
    clear: both;
}

/*===============================================================================================*/
.CenterBox {
    /*background-color: #000;*/
    background-image: url("images/50percentBlack.png");
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-top: -220px;
    margin-left: -250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #000;
    -moz-box-shadow: 0px 0px 5px #357;
    -webkit-box-shadow: 0px 0px 5px #357;
    box-shadow: 0px 0px 5px #357;
    color: #637685 !important;
    overflow: hidden;
}

    .CenterBox p {
        text-align: justify;
    }

.RightBox {
    /*background-color: #000;*/
    background-image: url("images/50percentBlack.png");
    position: absolute;
    top: 50%;
    left: 75%;
    width: 500px;
    margin-top: -220px;
    margin-left: -250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #000;
    -moz-box-shadow: 0px 0px 5px #357;
    -webkit-box-shadow: 0px 0px 5px #357;
    box-shadow: 0px 0px 5px #357;
    color: #637685 !important;
    overflow: hidden;
}

    .RightBox p {
        text-align: justify;
    }

.Login2LeftBox {
    /*background-color: #000;*/
    background-image: url("images/50percentBlack.png");
    position: absolute;
    top: 50%;
    left: 25%;
    width: 45%;
    margin-top: -220px;
    margin-left: -250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #000;
    -moz-box-shadow: 0px 0px 5px #357;
    -webkit-box-shadow: 0px 0px 5px #357;
    box-shadow: 0px 0px 5px #357;
    color: #637685 !important;
    overflow: hidden;
}

    .Login2LeftBox p {
        text-align: justify;
    }

.Login2LeftBoxIn {
    width: 100%;
    height: 460px;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    color: #BBB;
    text-shadow: 0 0 5px #000;
}

.Event {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 850px;
    height: 550px;
    padding-bottom: 30px;
    margin-top: -290px;
    margin-left: -425px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #000;
    -moz-opacity: 0.85;
    z-index: 10000;
}

.EventHeader {
    text-align: center;
    background-color: #000000;
    color: #ff5500;
    cursor: pointer;
    font-size: 20px!important;
    line-height: 150%;
    text-decoration: blink;
}

.EventFooter {
    text-align: center;
    background-color: #000000;
    font-size: 18px!important;
    line-height: 150%;
    bottom: 0px;
    position: absolute;
    width: 100%;
    font-family: nazanin!important;
}

/*.EventFooter b {
    color: green;
    font-size: 20px!important;
}*/


.LoginLogo {
    position: absolute;
    width: 128px;
    height: 128px;
    top: 50%;
    left: 50%;
    margin-left: -235px;
    margin-top: 101px;
    z-index: 1000;
    background: url("images/Message.png") no-repeat bottom left;
}

.LoginLogo2 {
    position: absolute;
    width: 128px;
    height: 128px;
    top: 50%;
    left: 75%;
    margin-left: -235px;
    margin-top: 101px;
    z-index: 1000;
    background: url("images/Message.png") no-repeat bottom left;
}

.LoginOtherLinks {
    position: absolute;
    width: 500px;
    /*height: 100px;*/
    top: 50%;
    left: 50%;
    margin-top: 220px;
    margin-left: -250px;
    z-index: 1000;
}

.LoginOtherLinks2 {
    position: absolute;
    width: 500px;
    /*height: 100px;*/
    top: 50%;
    left: 75%;
    margin-top: 220px;
    margin-left: -250px;
    z-index: 1000;
}

.ShopBox {
    border: 1px solid #000;
    border-bottom-width: 5px;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    margin: -10px 0 -1px 0;
    background: -moz-linear-gradient(top, #111619, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#111619), to(#000));
    background-image: -o-linear-gradient(#111619, #000);
}

    .ShopBox a {
        /*color: #2AF !important;*/
    }

.ShopLogo {
    width: 64px;
    height: 64px;
    float: left;
    background: url('images/shopping-bag.png') no-repeat;
    margin: -10px 0 0 -10px;
}

.LeftBox {
    width: 230px;
    height: 400px;
    float: left;
    padding: 5px;
    color: #BBB;
    text-shadow: 0 0 5px #000;
}

    .LeftBox .Spliter {
        height: 3px;
        background: #191e22 url('images/LoginSepretorLine.png') no-repeat bottom;
        background-color: inherit;
    }

.Highlight {
    font-size: 15px !important;
    color: #FF5500;
    text-shadow: 0px 0px 5px #000;
}

.LoginFrame {
    width: 210px;
    padding: 5px;
    min-height: 400px;
    margin: 0px 35px auto auto;
    box-shadow: 0px 0px 10px #000;
    background-image: url("images/50percentBlack.png");
}

.LoginHeader {
    min-height: 50px;
    font-family: titr, arial !important;
    font-size: 20px !important;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-shadow: 0px 0px 5px #000;
    background: #191e22 url('images/LoginSepretorLine.png') no-repeat bottom;
    background-color: inherit;
    padding-bottom: 3px;
}

.LoginIcon {
    background: url("images/LoginIcon.png") no-repeat bottom;
    width: 48px;
    height: 48px;
    float: left;
}

.LoginOtherInfoHeader {
    width: 100%;
    min-height: 50px;
    font-family: titr, arial !important;
    font-size: 20px !important;
    font-weight: bold;
    text-align: right;
    color: #BBB;
    text-shadow: 0px 0px 5px #000;
    background-color: inherit;
    padding-bottom: 3px;
}

    .LoginOtherInfoHeader a {
        font-family: titr, arial !important;
        font-size: 20px !important;
        font-weight: bold;
        text-align: right;
        color: #FF5500;
        text-shadow: 0px 0px 5px #000;
    }

.LoginContent {
    /*padding: 10px 0 0 0;*/
}

    .LoginContent input {
        text-align: center;
    }
/*.LoginContent .dxeTextBox,*/ .LoginContent {
    background: -moz-linear-gradient(top, #111619, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#111619), to(#000));
    background-image: -o-linear-gradient(#111619, #000);
    -moz-box-shadow: inset 0 0 5px #0a0e11;
    -webkit-box-shadow: inset 0 0 5px #0a0e11;
    box-shadow: inset 0 0 5px #0a0e11;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #000;
    padding: 0px !important;
    margin: 0px !important;
}

    .LoginContent .dxeTextBox td {
        /*padding: 0px!important;*/
    }

.LoginButton {
    background: -moz-linear-gradient(top, #067fff, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#067fff), to(#000));
    background-image: -o-linear-gradient(#067fff, #000);
    -moz-box-shadow: inset 0 0 2px #0a0e11;
    -webkit-box-shadow: inset 0 0 2px #0a0e11;
    box-shadow: inset 0 0 2px #0a0e11;
    -moz-box-shadow: 0 0 2px #067fff;
    -webkit-box-shadow: 0 0 2px #067fff;
    box-shadow: 0 0 2px #067fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #000;
    color: #FFF;
    cursor: pointer;
    height: 30px;
    margin: 10px 0 10px 0 !important;
}

    .LoginButton:hover {
        -moz-box-shadow: 0 0 5px #067fff;
        -webkit-box-shadow: 0 0 5px #067fff;
        box-shadow: 0 0 5px #067fff;
        border: 1px solid #2AF;
    }

.BrowsersLink {
    text-align: center;
}

.LoginFooter {
    color: #637685;
    margin-top: 15px;
    height: 60px;
    text-align: center;
    background: #191e22 url('images/LoginSepretorLine.png') no-repeat;
    background-color: inherit;
    padding-top: 3px;
}

/*==================================================================================================*/

.ModuleTitle {
    height: 48px;
    padding: 5px 0 5px 0;
    margin-bottom: 30px;
    background: -moz-linear-gradient(top, #000, #025);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#025));
    background-image: -o-linear-gradient(#000, #025);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #000;
    border-bottom-width: 3px;
}

    .ModuleTitle span {
        font-family: titr !important;
        font-size: 20px !important;
        line-height: 48px;
        padding-right: 20px;
        padding-left: 20px;
        text-shadow: 0px 0px 3px #000;
        color: #D06700;
    }

.ModuleTitleIcon {
    float: right;
    width: 48px;
    height: 48px;
    padding-right: 50px;
}

.MiniModuleBackBox {
    background-color: #353535;
    width: 958px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #000;
    border-bottom-width: 3px;
}

.MiniModuleContent {
    width: 550px;
    margin: -10px auto -10px auto;
    padding: 30px 15px;
    background-color: #555;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

    .MiniModuleContent td {
        /*vertical-align: top;*/
    }

    .MiniModuleContent .Description {
        color: #AAA !important;
    }

    .MiniModuleContent hr {
        border: none;
        border-bottom: 1px solid #777;
        margin: 5px 0px;
    }

.Title .ReturnBack {
    background: url("images/goback.png") no-repeat left;
    float: left;
}

    .Title .ReturnBack a {
        text-decoration: none;
    }

        .Title .ReturnBack a:hover {
            color: #000;
        }
/*==================================================================================================*/
.RequiredFieldValidator, .lblError, .Red {
    font-size: 11px;
    color: Red;
}

.MessageBox {
    border: 2px solid #F85;
    background-color: #fffe9d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

    .MessageBox ul {
        color: Red;
        padding-right: 25px;
        text-align: right;
    }

.TipBox {
    border: 2px solid #000;
    background-color: #444;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    color: Black;
    font-size: 12px !important;
}

.Numerical {
    /*font-family: Arial,Tahoma!important;*/
    font-size: 25px !important;
    font-weight: bold;
    text-shadow: 0px 0px 3px #FFF;
}

.PriceInfo {
    border: 1px solid #484848;
    width: 338px;
    padding: 5px; /*background-color: #EEEEFF;*/
    text-align: right;
    color: #000;
}
/*==================================================================================================*/
.PivotGrid {
    direction: ltr;
}

.PivotGridExportTable {
    border: 1px solid #C9D6E9;
    background-color: #EEF3FF;
    margin-bottom: 15px;
}

.AccountInfoTable {
    border: 1px solid #000;
}

    .AccountInfoTable td {
        padding: 5px;
    }

.AlternatedTable tr:nth-child(odd) {
    background-color: #666;
}

.AlternatedTable tr:nth-child(even) {
    background-color: #444;
}

.AlternatedWhiteTable tr:nth-child(odd) {
    background-color: white;
}

.AlternatedWhiteTable tr:nth-child(even) {
    background-color: #eef3ff;
}

.FullMessage textarea {
    font-family: homa !important;
    padding: 10px 10px 10px 9px;
    background: url("images/italiclines.jpg") repeat-x;
}

.FullMessageDetail {
    color: Gray;
    padding: 10px;
    background: url("images/italiclines.jpg") repeat-x;
}

    .FullMessageDetail .info {
        color: #551100;
    }
