/* Start of Module General */
@font-face {
    font-family: SDF;
    src: url('/Fonts/Nazanin.woff') format('woff');
    src: url('/Fonts/Nazanin.ttf') format('truetype');
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: NazaninBold;
    src: url('/Fonts/NazaninBold.woff') format('woff');
    src: url('/Fonts/NazaninBold.ttf') format('truetype');
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: NassimBold;
    src: url('/Fonts/NassimBold.woff') format('woff');
    src: url('/Fonts/NassimBold.ttf') format('truetype');
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Yekan;
    src: url('/Fonts/Yekan.woff') format('woff');
    src: url('/Fonts/Yekan.ttf') format('truetype');
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontIcon';
    src:  url('/Fonts/FontIcon.ttf') format('truetype'),url('/Fonts/FontIcon.woff') format('woff');
    
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "FontIcon";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
    font-size: 100%;
}

.icon-mail:before {
    content: '\e800';
}
/* '' */
.icon-print:before {
    content: '\e801';
}
/* '' */
.icon-stats:before {
    content: '\e802';
}
/* '' */
.icon-link:before {
    content: '\e803';
}
/* '' */
.icon-pdf:before {
    content: '\e804';
}
/* '' */
.icon-increase:before {
    content: '\e805';
}
/* '' */
.icon-decrease:before {
    content: '\e806';
}
/* '' */
.icon-fontsize:before {
    content: '\e807';
}
/* '' */
.icon-favorite:before {
    content: '\e808';
}
/* '' */
.icon-feedback:before {
    content: '\e809';
}
/* '' */
.icon-gplus:before {
    content: '\e80a';
}
/* '' */
.icon-instagramm:before {
    content: '\e80b';
}
/* '' */
.icon-search:before {
    content: '\e80c';
}
/* '' */
.icon-skype:before {
    content: '\e80d';
}
/* '' */
.icon-facebook:before {
    content: '\e80e';
}
/* '' */
.icon-arrow-up-wide:before {
    content: '\e80f';
}
/* '' */
.icon-arrow-up-1:before {
    content: '\e810';
}
/* '' */
.icon-arrow-up:before {
    content: '\e811';
}
/* '' */
.icon-arrow-left:before {
    content: '\e812';
}
/* '' */
.icon-arrow-double-left:before {
    content: '\e813';
}
/* '' */
.icon-arrow-right:before {
    content: '\e814';
}
/* '' */
.icon-arrow-double-right:before {
    content: '\e815';
}
/* '' */
.icon-twitter:before {
    content: '\e816';
}
/* '' */
.icon-rss:before {
    content: '\e817';
}
/* '' */
.icon-folder-open:before {
    content: '\e818';
}
/* '' */
.icon-pause:before {
    content: '\e819';
}
/* '' */
.icon-archive:before {
    content: '\e81a';
}
/* '' */
.icon-left-small:before {
    content: '\e81b';
}
/* '' */
.icon-right-small:before {
    content: '\e81c';
}
/* '' */
.icon-left-dir:before {
    content: '\e81d';
}
/* '' */
.icon-right-dir:before {
    content: '\e81e';
}
/* '' */
.icon-sitemap:before {
    content: '\e81f';
}
/* '' */
.icon-youtube:before {
    content: '\e820';
}
/* '' */
.icon-minus:before {
    content: '\e821';
}
/* '' */
.icon-ok:before {
    content: '\e822';
}
/* '' */
.icon-arrow-down:before {
    content: '\e823';
}
/* '' */
.icon-arrow-up-2:before {
    content: '\e824';
}
/* '' */
.icon-arrow-left-1:before {
    content: '\e825';
}
/* '' */
.icon-arrow-right-1:before {
    content: '\e826';
}
/* '' */
.icon-eye:before {
    content: '\e827';
}
/* '' */
.icon-pin:before {
    content: '\e828';
}
/* '' */
.icon-trash:before {
    content: '\e829';
}
/* '' */
.icon-calendar:before {
    content: '\e82a';
}
/* '' */
.icon-dislike:before {
    content: '\e82b';
}
/* '' */
.icon-like:before {
    content: '\e82c';
}
/* '' */
.icon-comment:before {
    content: '\e82d';
}
/* '' */
.icon-user:before {
    content: '\e82e';
}
/* '' */
.icon-linkedin:before {
    content: '\e823';
}
/* '' */


label {
    display: inline-block;
    white-space: nowrap;
}

body {
    margin: 0;
    padding: 0;
    background: url("images/bgPattern.png");
    background-color: #f2f6f8;
    direction: rtl;
    font: normal 11px/18px Tahoma;
}


.noItemTable {
    margin: 0 auto 10px auto;
    padding: 20px;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 1px 2px #aaaaaa;
    background-color: #fff;
    text-align: center;
}

:focus {
    outline: 0; /* remove the dotted border in focus item */
}

a:link, a:active, a:visited {
    font: 12px/16px Tahoma;
    color: #5a6575;
    text-decoration: none;
}

a:hover {
    color: #ff9000;
    text-decoration: none;
    cursor: pointer;
}

img, a img {
    border: none;
    outline: none;
    direction: ltr;
}

.content, .label {
    font: normal 16px/23px SDF;
    color: #000;
    text-decoration: none;
}

a.content:link, a.content:visited, a.content:active {
    color: #5a6575;
    text-decoration: none;
}

a.content:hover {
    color: #ff9000;
}

.shortcut:link, .shortcut:visited, .shortcut:active {
    color: #234BA3;
    text-decoration: none;
}

.shortcut:hover {
    color: #DD4B56;
    border-bottom: dotted 1px #DD4B56;
}

.justifyText {
    text-align: justify;
}

.clearBoth {
    clear: both;
    display: block;
    visibility: hidden;
}

.popupBody {
    background-image: none;
    background-color: #f2f6f8;
    direction: rtl;
}

.caption {
    font-weight: bold;
}

.tableBorder {
    border: 1px solid #ddd;
    background-color: #e3e3e3;
}

.schemaTable {
    display: table;
    margin: 10px auto;
}

.box {
    font: normal 11px Tahoma;
    width: 175px;
    border: 1px solid #97AFC1;
}

.dottedTable {
    font: normal 11px Tahoma;
    text-decoration: none;
    border: 1px dotted #c0c0c0;
    border-collapse: separate;
}

.dottedVLine {
    padding: 0 5px;
    background: url('/Image/vdot.gif') repeat-y right 50%;
}

.dottedHLine {
    background: url('Images/hdot.gif') repeat-x 50% bottom;
    padding: 5px 0 10px 0;
}

.hand {
    cursor: pointer;
}

.transparentDiv {
    opacity: .50;
}

.hide {
    display: none;
}

.noMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tools {
    color: #5a6575;
    font-family: Tahoma, 'Times New Roman';
    font-size: 10px;
}

a.tools:link, a.tools:visited, a.tools:active {
    color: #5a6575;
    text-decoration: none;
}

a.tools:hover {
    color: #ff9000;
    cursor: pointer;
}

.more {
    background-color: #26499A;
    border: #4D5154 1px solid;
    font: normal 11px Tahoma;
    color: #fff;
    height: 18px;
    line-height: 15px;
    padding-right: 3px;
    padding-left: 3px;
}

a.more:link, a.more:visited, a.more:active {
    color: #fff;
}

a.more:hover {
    color: #b8c4e0;
}

.hint {
    color: #4D5154;
    font: normal 11px Tahoma;
    text-align: justify;
}

.multiPage {
    min-height: 700px;
}

* html .multiPage {
    height: 700px;
}

.disabled {
    opacity: .30;
}

.dashed {
    border-style: dashed;
}

.reverseAlign {
    text-align: left;
}

.reverseFloat {
    float: left;
}

.correctAlign {
    text-align: right;
}

.correctFloat {
    float: right;
}

.centerAlign {
    text-align: center;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.nowRap {
    white-space: nowrap;
}

.boldText {
    font-weight: bold;
    font-size: 12px;
}

.grid {
    border-collapse: separate;
    border-spacing: 1px;
}

.searchTable {
    border: #aaa 1px solid;
    background-color: #f3f3f3;
}

UL.generalStyle {
    list-style-image: url(Images/SimpleBullet.gif);
}

li.generalStyle {
    list-style-image: url(Images/SimpleBullet.gif);
}

.imageBorder {
    border: solid 1px #d1d1d1;
}

.generalTable {
    border: #aaa 1px dotted;
    background-color: #f3f3f3;
}

.column {
    background-color: #e3e3e3;
}

.row {
    background-color: #f3f3f3;
}

.briefDescription {
    font: bold 11px SDF;
    text-decoration: none;
    line-height: 18px;
    color: #255995;
}

a.briefDescription:link, a.briefDescription:visited, a.briefDescription:active {
    color: #255995;
    text-decoration: none;
}

a.briefDescription:hover {
    color: #255995;
    border-bottom: 1px dotted #222;
}
/* Search */
.searchstats {
    font: normal 11px Tahoma;
    color: #000;
    padding: 5px 0;
}

.searchtitle {
    font: normal 12px Tahoma;
    color: #0000cc;
    text-decoration: none;
}

A.searchtitle:link {
    font: normal 12px Tahoma;
    color: #0000cc;
    text-decoration: none;
}

A.searchtitle:visited, A.searchtitle:active {
    font: normal 12px Tahoma;
    color: #551A8B;
    text-decoration: underline;
}

A.searchtitle:hover {
    font: normal 12px Tahoma;
    color: #eb7629;
    text-decoration: underline;
    border-bottom: #eb7629 0 solid;
}

.searchnotfound {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: 'tahoma';
}

.searchcontent {
    font: normal 11px Tahoma;
}

.searchhighlight {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: 'tahoma';
}

.searchcounter {
    font: normal 11px Tahoma;
    color: #000;
}

.searchaddress {
    font: normal 11px Tahoma;
    color: #008000;
    text-decoration: none;
}

A.searchaddress:link, A.address:visited, A.address:active {
    font: normal 11px Tahoma;
    color: #008000;
    text-decoration: none;
}

A.searchaddress:hover {
    font: normal 11px Tahoma;
    text-decoration: none;
}

.searchmoreresult {
    font-size: 10px;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
    border-bottom: #777777 0 solid;
}

A.searchmoreresult:link, A.address:visited, A.address:active {
    font-size: 10px;
    color: #8284CC;
    font-family: tahoma;
    text-decoration: none;
    border-bottom: #777777 0 solid;
}

A.searchmoreresult:hover {
    font-size: 10px;
    font-family: tahoma;
    text-decoration: none;
    border-bottom: #777777 0 solid;
}

.searchpagenumber span {
    display: inline-block;
    width: 26px;
    height: 22px;
    font: normal 11px Tahoma;
    color: #fff;
    text-align: center;
    line-height: 21px;
    text-shadow: 0 1px 0 #6990b3;
    background: url('Images/Pager/BackgroundSelected.png') no-repeat;
}

.searchpagenumber a:link, .searchpagenumber a:visited, .searchpagenumber a:active {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('Images/Pager/Background.png') no-repeat;
    text-decoration: none;
    text-align: center;
}

.searchpagenumber a:hover {
    background: url('Images/Pager/BackgroundHover.png') no-repeat;
    text-decoration: none;
}

.searchpagenumber a span {
    color: #6990b3;
    text-shadow: 0 1px 0 #fff;
    background: none;
}

.searchpagenumber a:hover span {
    color: #6990b3;
}

.searchpagenumber .searchnextprevious img, .searchpagenumber .searchnextprevious img {
    display: none;
}

.searchpagenumber .searchnextprevious:link, .searchpagenumber .searchnextprevious:visited, .searchpagenumber .searchnextprevious:active {
    width: 73px;
    height: 25px;
    text-align: center;
    background: url('Images/Pager/NP.png') no-repeat;
}

.searchpagenumber .searchnextprevious:hover {
    background: url('Images/Pager/NP_Hover.png') no-repeat;
}

.searchpagenumber .searchnextprevious span {
    color: #6990b3;
    text-shadow: 0 1px 0 #fff;
    background: none;
}

.searchpagenumber .searchnextprevious:hover span {
    color: #fff;
    text-shadow: 0 1px 0 #6990b3;
}
/* End of Search */

/* Tools */
.toolsBoxContainer {
    padding: 0 7px 3px;
    background-color: #fff;
    direction: ltr;
     float: left;
}

    .toolsBoxContainer [class^="icon-"]:before,
    .toolsBoxContainer [class*=" icon-"]:before {
        color: #fff;
        line-height: 20px;
        transition: all 500ms ease-in-out;
    }

    .toolsBoxContainer [class^="icon-"]:hover:before,
    .toolsBoxContainer [class*=" icon-"]:hover:before {
        color: #13549A;
    }

    .toolsBoxContainer .icon-mail:before {
        font-size: 16px;
    }

    .toolsBoxContainer .icon-print:before {
        font-size: 16px;
    }

    .toolsBoxContainer .icon-stats:before {
        font-size: 15px;
    }

    .toolsBoxContainer .icon-link:before {
        font-size: 15px;
    }

    .toolsBoxContainer .icon-pdf:before {
        font-size: 15px;
    }

    .toolsBoxContainer .icon-increase:before {
        font-size: 15px;
    }

    .toolsBoxContainer .icon-decrease:before {
        font-size: 15px;
    }

    .toolsBoxContainer .icon-fontsize:before {
        font-size: 18px;
    }

    .toolsBoxContainer .icon-favorite:before {
        font-size: 15px;
    }

    .toolsBoxContainer .icon-feedback:before {
        font-size: 18px;
    }

    .toolsBoxContainer .icon-sitemap:before {
        font-size: 17px;
    }

    .toolsBoxContainer .icon-facebook:before {
        font-size: 16px;
    }

    .toolsBoxContainer .icon-twitter:before {
        font-size: 13px;
    }

.toolsBoxItems {
    display: inline-block;
}

    .toolsBoxItems .item {
        float: right;
        margin:0px 2px 0;
        padding: 2px 4px;
        position: relative;
        text-align: center;
        background: none repeat scroll 0 0 #68a0d9;
    }

        .toolsBoxItems .item a {
            display: block;
            width: 20px;
            height: 20px;
        }

    .toolsBoxItems .defaultSize {
        border-left: 1px solid #c3dae4;
        border-right: 1px solid #c3dae4;
        width: 20px !important;
    }

    .toolsBoxItems .controls {
        display: none;
        width: 50px;
        height: 22px;
        position: absolute;
        border-radius: 2px;
        border: 1px solid #c3dae4;
        top: 0;
        left: -16px;
        font-size: 0;
        z-index: 999;
        background: #68a0d9;
        transition: all 500ms ease-in-out;
        margin-top: 0px;
    }

    .toolsBoxItems .item:hover .controls {
        display: block;
    }


    .toolsBoxItems .controls a {
        display: inline-block;
        padding: 1px 0 5px 0;
        width: 14px;
        height: 14px;
        float: left;
    }

a.toolTip {
    text-decoration: none;
    position: relative;
}

    a.toolTip span {
        display: none;
    }

    a.toolTip:hover span {
        display: block;
        position: absolute;
        z-index: 100;
        left: 0;
        bottom: -32px;
        margin: 0;
        padding: 0;
        height: 25px;
        text-decoration: none;
    }

.toolsBoxItems .item .toolTip span:before {
    font: normal 11px/1 Tahoma;
    text-align: center;
    display: block;
    padding: 3px 6px 5px;
    background: #13549a;
    background: linear-gradient(to bottom, #13549a 0, #386faa 50%, #014792 51%, #014792 100%);
    border-radius: 4px;
    color: #dedede;
    white-space: nowrap;
    position: absolute;
    left: -5px;
}

.toolsBoxItems .item .toolTip span:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    left: 3px;
    top: -10px;
    border: 5px solid transparent;
    border-bottom-color: #13549a;
}

.toolsBoxItems .item, div.fontSizeIcon {
    width: 20px;
    height: 20px;
}
/* End Of Tools */

/* ComponentSearch */
.ComponentSearchBoxWrap {
    margin: 0 auto 10px auto;
    padding: 2px;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 1px 2px #aaa;
    background-color: #fff;
}

    .ComponentSearchBoxWrap .ccbswTop {
        background-color: #fff;
        border-radius: 5px;
    }

        .ComponentSearchBoxWrap .ccbswTop span.ccbswTextTitle {
            display: block;
            font: normal bold 11px Tahoma;
            font-weight: bold;
            color: #ae1406;
            background-image: linear-gradient(rgb(255,255,255) 11%, rgb(250,250,250) 56%);
            background-color: #f3f3f3;
        }

    .ComponentSearchBoxWrap .ccbswMiddle {
    }

        .ComponentSearchBoxWrap .ccbswMiddle .ccbswMiddleLeft {
        }

            .ComponentSearchBoxWrap .ccbswMiddle .ccbswMiddleLeft .ccbswMiddleRight {
            }

                .ComponentSearchBoxWrap .ccbswMiddle .ccbswMiddleLeft .ccbswMiddleRight .ccbswMiddleContent {
                    margin: 0;
                    padding: 5px;
                    background-image: linear-gradient(rgb(243,243,243) 18%, rgb(255,255,255) 59%);
                    background-color: #f3f3f3;
                }
/* End of ComponentSearch */
/* PopupCalendar */
.calendar {
    border: 1px solid #646464;
    text-align: center;
    z-index: 400;
}

.calendarHeader {
    background: #bbbbbb;
    background-image: linear-gradient(to bottom,#e3e3e3 0,#bbbbbb 50%,#aaaaaa 50%, #e3e3e3 100%);
    border-spacing: 0;
    padding: 3px;
    border-bottom: 1px solid #000;
}

.calendarbutton {
    padding: 3px;
    margin: 0;
    border: 0;
    font: normal 11px/13px Tahoma;
    color: #535353;
    background: #fff;
    background-image: linear-gradient(to bottom,#ffffff 0,#e3e3e3 1%,#ffffff 100%);
    border: 1px solid #9B9B9B;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #ccc;
}

.calendarHeader select {
    padding: 3px;
    margin: 0;
    border: 0;
    font: normal 11px/10px Tahoma;
    color: #535353;
    background: #fff;
    background: linear-gradient(to bottom,#ffffff 0,#f1f1f1 1%,#ffffff 100%);
    border: 1px solid #9B9B9B;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #ccc;
}

.calendarBody {
    background-color: #fff;
}

.bodyTable {
    font: small-caption;
    font-weight: normal;
    text-align: center;
    color: #000000;
    cursor: default;
    padding: 0;
    border-spacing: 0;
    font: normal normal 14px/18px 'NazaninBold', Helvetica, Arial, sans-serif;
}

    .bodyTable td {
        text-align: center;
        padding: 3px;
    }

.weekDayHead {
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

.weekDay {
    font-weight: normal;
    border: none;
}

.holiday {
    color: red;
}

.today {
    font-weight: bold;
    color: green;
    border: none;
}

.selected {
    border: 1px solid #ffffff;
}

.weekNumberHead {
}

.weekNumber {
    font-weight: normal;
    border-left: 1px solid #000000;
}

.calendarFooter {
    background-color: #fff;
}

.footerTable {
    border-spacing: 0;
}
/* End of PopupCalendar */
/* ModuleSearch */
.moduleSearchResultWrap {
    border-top: 1px solid #DDDADA;
    border-bottom: 1px solid #DDDADA;
    margin: 5px 0;
    padding: 2px 5px;
    background-color: #F3F3F3;
    box-shadow: 0 2px 7px #DDD;
}

    .moduleSearchResultWrap .searchHeaderLabel {
        float: right;
        font: italic normal 12px/18px Tahoma;
        color: #6e6e6e;
    }

    .moduleSearchResultWrap .searchDetailsHeaderLabel {
        float: left;
        font: italic normal 12px/18px Tahoma;
        color: #6e6e6e;
    }

.moduleSearchWrap {
    background: url(Images/ModuleSearch/ModuleSearch.png) no-repeat right top;
    height: 34px;
    padding: 0 6px 0 61px;
    position: relative;
}

    .moduleSearchWrap .bgImage {
        background: url(Images/ModuleSearch/ModuleSearch.png) no-repeat;
    }

    .moduleSearchWrap .txtSearchWrap {
        background-position: 0 -34px;
        background-repeat: repeat-x;
        height: 34px;
        direction: rtl;
    }

        .moduleSearchWrap .txtSearchWrap input {
            margin: 7px 0 0 0;
            padding: 0;
            width: 100%;
            height: 22px;
            border: 0;
            font-family: "Tahoma","sans-serif";
            font-size: 11px;
            background: none;
            color: black;
            outline: 0;
        }

    .moduleSearchWrap .dropDownWrap {
        position: absolute;
        right: 3px;
        top: 5px;
        overflow: hidden;
        background-position: right -68px;
        height: 23px;
        border-left: 1px solid #DDD;
        padding: 2px 8px;
    }

        .moduleSearchWrap .dropDownWrap span {
            display: inline-block;
            font-size: 11px;
        }

        .moduleSearchWrap .dropDownWrap .arrowDown {
            background-position: -81px -5px;
            width: 9px;
            margin: 0 11px 0 5px;
            height: 7px;
        }

        .moduleSearchWrap .dropDownWrap .moduleSearchSelect {
            opacity: 0;
            right: 0;
            top: 0;
            height: 29px;
            cursor: pointer;
            visibility: visible;
            width: 100%;
            font-family: "Tahoma","sans-serif";
            position: absolute;
            margin: 0;
            padding: 0;
            border: 1px solid #DDD;
            color: black;
            background: none;
            outline: 0;
        }

    .moduleSearchWrap .moduleSearchSubmit {
        background-position: 0 0;
        width: 55px;
        height: 34px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        padding-right: 6px;
    }

        .moduleSearchWrap .moduleSearchSubmit .btnSubmit {
            padding: 0;
            margin: 0;
            border: none;
            background: none;
            color: #fff;
            height: 34px;
            width: 39px;
            cursor: pointer;
            line-height: 18px;
            font-size: 11px;
            font-family: "Tahoma","sans-serif";
        }

.smallModuleSearchWrap {
    background: url(Images/ModuleSearch/SmallModuleSearch.png) no-repeat right top;
    height: 22px;
    padding: 0 6px 0 27px;
    position: relative;
}

    .smallModuleSearchWrap .bgImage {
        background: url(Images/ModuleSearch/SmallModuleSearch.png) no-repeat;
    }

    .smallModuleSearchWrap .txtSearchWrap {
        background-position: 0 -22px;
        background-repeat: repeat-x;
        height: 22px;
        direction: rtl;
    }

        .smallModuleSearchWrap .txtSearchWrap input {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 22px;
            border: 0;
            font-family: "Tahoma","sans-serif";
            font-size: 9px;
            background: none;
            color: black;
            outline: 0;
            line-height: 16px;
        }

    .smallModuleSearchWrap .dropDownWrap {
        position: absolute;
        right: 3px;
        top: 3px;
        overflow: hidden;
        background-position: right -44px;
        height: 17px;
        border-left: 1px solid #DDD;
        padding: 0 5px 0 3px;
    }

        .smallModuleSearchWrap .dropDownWrap span {
            display: inline-block;
            font-size: 9px;
            line-height: 17px;
            vertical-align: top;
            height: 15px;
        }

        .smallModuleSearchWrap .dropDownWrap .arrowDown {
            background-position: -33px 0;
            width: 7px;
            margin: 0;
        }

        .smallModuleSearchWrap .dropDownWrap .moduleSearchSelect {
            opacity: 0;
            z-index: 999999;
            right: 0;
            top: 0;
            height: 17px;
            line-height: 17px;
            cursor: pointer;
            visibility: visible;
            width: 100%;
            font-family: "Tahoma","sans-serif";
            position: absolute;
            margin: 0;
            padding: 0;
            border: 1px solid #ddd;
            color: black;
            background: none;
            background-attachment: scroll;
            background-clip: border-box;
            background-size: auto;
            background-origin: padding-box;
            outline: 0;
            vertical-align: bottom;
        }

    .smallModuleSearchWrap .moduleSearchSubmit {
        background-position: 0 0;
        width: 21px;
        height: 22px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        padding-right: 6px;
    }

        .smallModuleSearchWrap .moduleSearchSubmit .btnSubmit {
            padding: 0;
            margin: 0;
            border: none;
            background: none;
            color: transparent;
            height: 22px;
            width: 21px;
            cursor: pointer;
        }
/* End Of ModuleSearch */
/* LastMessage */
.pnlLastMessageWrapper {
    margin: 0 auto;
}

.LastMessageError, .messageBoxError {
    background: #fcf0be;
    background: linear-gradient(to bottom, #fce1e0 0,#fabdba 100%);
    box-shadow: inset 0 0 1px #fce1e0, inset 0 30px 20px -20px #FDD9D7, 0 1px 2px #D6D6D6;
    border: 1px solid #cc726e;
    border-radius: 5px;
    -webkit-animation: msg-error-pulse 1.5s infinite;
    -moz-animation: msg-error-pulse 1.5s infinite;
    animation: msg-error-pulse 1.5s infinite;
}

.LastMessageWarning, .messageBoxWarning {
    background: #FCF0BE;
    background: linear-gradient(to bottom, #FCF0BE 0,#F7E4A2 100%);
    box-shadow: inset 0 0 1px #F7FEF2, inset 0 30px 20px -20px #FCF0BE, 0 1px 2px #D6D6D6;
    border: 1px solid #ECC579;
    border-radius: 5px;
}

.LastMessageSuccess, .messageBoxSuccess {
    background: #edf7f1;
    background: linear-gradient(to bottom, #edf7f1 0,#83cca0 100%);
    box-shadow: inset 0 0 1px #edf7f1, inset 0 30px 20px -20px #BFF5D4, 0 1px 2px #D6D6D6;
    border: 1px solid #00832d;
    border-radius: 5px;
}

.LastMessageInformation, .messageBoxInformation {
    background: #b8d6ff;
    background: linear-gradient(to bottom, #b8d6ff 0,#6caaff 100%);
    box-shadow: inset 0 0 1px #edf7f1, inset 0 30px 20px -20px #a7ccff, 0 1px 2px #D6D6D6;
    border: 1px solid #398dff;
    border-radius: 5px;
}

.RadToolTip.messageBoxError,
.RadToolTip.messageBoxWarning,
.RadToolTip.messageBoxSuccess,
.RadToolTip.messageBoxInformation,
.RadWindow.messageBoxError,
.RadWindow.messageBoxWarning,
.RadWindow.messageBoxSuccess,
.RadWindow.messageBoxInformation {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.RadNotification.messageBoxError {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #fce1e0 !important;
    padding: 0 !important;
}

.RadNotification.messageBoxWarning {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #fcf695 !important;
    padding: 0 !important;
}

.RadNotification.messageBoxSuccess {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #edf7f1 !important;
    padding: 0 !important;
}

.RadNotification.messageBoxInformation {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #dbe5fa !important;
    padding: 0 !important;
}

.messageBoxWarning {
    border: 1px solid #d8cc06;
    background-color: #fcf695;
}

.messageBoxUnKnown {
    border: 1px solid #8898a3;
    background-color: #f0f0f0;
}

.LastMessageError, .messageBoxError, .messageBoxInformation, .LastMessageInformation, .messageBoxWarning, .messageBoxUnKnown, .LastMessageSuccess, .messageBoxSuccess, .LastMessageWarning {
    display: block;
    margin: 0 auto 10px;
    padding: 5px 0;
    border-radius: 5px;
    position: relative;
}

.pnlLastMessage {
    position: relative;
    margin: 0;
    padding: 0;
}

    .pnlLastMessage div.imgClose {
        width: 17px;
        height: 17px;
        float: left;
        margin: 0 0 0 5px;
        border: 1px solid transparent;
        position: relative;
    }

        .pnlLastMessage div.imgClose:hover {
            cursor: pointer;
            background-color: #e8a4a0;
            border: 1px solid #ce7c77;
            border-radius: 10px;
        }

        .pnlLastMessage div.imgClose:after {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            content: 'x';
            display: block;
            width: 7px;
            height: 11px;
            font-size: 13px;
            font-weight: normal;
            line-height: 11px;
            color: #6B6A6E;
            text-shadow: 0 1px 0 #FFF;
            opacity: 0.9;
            text-decoration: none;
            position: absolute;
            top: 2px;
            left: 5px;
        }

        .pnlLastMessage div.imgClose:hover:after {
            color: #fff;
            text-decoration: none;
            opacity: 0.9;
            cursor: pointer;
            text-shadow: none;
        }

    .pnlLastMessage div.imgLastMessage {
        width: 24px;
        float: right;
        margin: 0 10px 0 0;
    }

    .pnlLastMessage div.lblLastMessage {
        margin: 0 40px 0 32px;
    }

        .pnlLastMessage div.lblLastMessage p {
            margin: 0;
            padding: 0;
        }

    .pnlLastMessage div.dateLastMessage {
        display: inline-block;
        float: left;
    }

    .pnlLastMessage:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }
/* End Of LastMessage */
/* Headings */
h1, .head1 {
    font: normal normal 18px/22px NazaninBold, 'Times New Roman', Arial, Tahoma;
    font-weight: normal;
    text-decoration: none;
    color: #5A6575;
}

h2, .head2 {
    font: normal normal 16px/20px NazaninBold, 'Times New Roman', Arial, Tahoma;
    font-weight: normal;
    text-decoration: none;
    color: #6385b9;
}

h3, .head3 {
    font: normal normal 14px/18px NazaninBold, 'Times New Roman', Arial, Tahoma;
    font-weight: normal;
    text-decoration: none;
    color: #888888;
}

h4, .head4 {
    font: normal normal 13px/18px NazaninBold, 'Times New Roman', Arial, Tahoma;
    font-weight: normal;
    text-decoration: none;
    color: #ad912d;
}

a:link.head1, a:visited.head1, a:active.head1, .head1 a:link, .head1 a:visited, .head1 a:active {
    font: normal normal 18px/22px NazaninBold, 'Times New Roman', Arial, Tahoma;
    font-weight: normal;
    text-decoration: none;
    color: #5A6575;
}

a:hover.head1, .head1 a:hover {
    text-decoration: none;
    color: #AD912D;
}

a:link.head2, a:visited.head2, a:active.head2, .head2 a:link, .head2 a:visited, .head2 a:active {
    font: normal normal 16px/20px NazaninBold, 'Times New Roman', Arial, Tahoma;
    font-weight: normal;
    text-decoration: none;
    color: #6385b9;
}

a:hover.head2, .head2 a:hover {
    text-decoration: none;
    color: #AD912D;
}

a:link.head3, a:visited.head3, a:active.head3, .head3 a:link, .head3 a:visited, .head3 a:active {
    font: normal normal 14px/18px NazaninBold, 'Times New Roman', Arial, Tahoma;
    font-weight: normal;
    text-decoration: none;
    color: #888888;
}

a:hover.head3, .head3 a:hover {
    text-decoration: none;
    color: #AD912D;
}

a:link.head4, a:visited.head4, a:active.head4, .head4 a:link, .head4 a:visited, .head4 a:active {
    font: normal normal 14px/18px NazaninBold, 'Times New Roman', Arial, Tahoma;
    font-weight: normal;
    text-decoration: none;
    color: #AD912D;
}

a:hover.head4, .head4 a:hover {
    text-decoration: none;
    color: #AD912D;
}
/* End Of Headings */

/* Masterpage Layout */
#divMainContainer {
}

.mainContainer {
    width: 990px;
    margin: 0 auto;
}

#divTopColumn {
}

.topColumn {
    margin: 0 auto;
}

    .topColumn .innerTube {
        position: relative;        
    }


.bodyWrapper {
    background: none repeat scroll 0 0 #fff;
    border-radius: 15px 15px 10px 10px;
    border-top: 2px solid #9aadcb;
    margin: 0 auto 30px;
    padding-top: 10px;
    width: 990px;
}

    .bodyWrapper .bodyWrapperInnerTube {
    }

#divLeftColumn {
}

.leftColumn {
    width: 238px;
    float: left;
}

    .leftColumn .innerTube {
        min-height: 700px;
    }

#divRightColumn {
}

.rightColumn {
    width: 238px;
    float: right;
}

    .rightColumn .innerTube {
        min-height: 700px;
    }

#divContentWrapper {
}

#divContentColumn {
}

.contentColumn {
    margin: 0 238px 0 238px;
}

#divMainContent {
}

.contentColumn #divMainContent .innerTube {
    min-height: 700px;
}

#divBottomColumn {
}

.bottomColumn {
    padding: 10px;
    background-color: #1f4178;
}

    .bottomColumn .innerTube {
        margin: 0 auto;
        text-align: center;
        width: 970px;
    }

.topContentPlaceHolderWrapper {
  
}
.leftSide {
    float: right;
    width: 514px;
}
.afterTop {
    background: none repeat scroll 0 0 #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0 auto 17px;
    width: 990px;
}

.bottomContentPlaceHolderWrapper {
}
/* NoLeftMasterPage */
.noLeftColumn {
    display: none;
}

.noLeftContentColumn {
    margin: 0 238px 0 0;
     padding-bottom: 10px;
}

    .noLeftContentColumn #divMainContent .innerTube {
        min-height: 700px;
    }
/* End of NoLeftMasterPage */
/* NoRightMasterPage */
.noRightColumn {
    display: none;
}

.noRightContentColumn {
    margin: 0 0 0 238px;
     padding-bottom: 10px;
}

    .noRightContentColumn #divMainContent .innerTube {
        min-height: 700px;
    }
/* End of NoRightMasterPage */
/* NoLeftRightMasterPage */
.noLeftRightRightColumn {
    display: none;
}

.noLeftRightLeftColumn {
    display: none;
}

.noLeftRightContentColumn {
    margin: 0;
     padding-bottom: 10px;
}

    .noLeftRightContentColumn #divMainContent .innerTube {
        min-height: 700px;
    }


/* End of NoLeftRightMasterPage */

#divTopLogo {
    display: table;
    height: 133px;
    position: absolute;
}

    #divTopLogo .topLogo {
    height: 133px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 160px;
         
    }

#divWelcome {
  float: left;
    left: 0;
    padding-top: 10px;
    position: absolute;
    top: 0;
    /*width: 460px;*/
    display: none;
}

    #divWelcome a:link, #divWelcome a:visited, #divWelcome a:active {
    }

    #divWelcome a:hover {
    }

#divCurrentDate {
  color: #fff;
    font: 11px Tahoma;
    left: 200px;
    position: absolute;
    text-align: right;
    top:12px;
    width: 190px;
}

    #divCurrentDate span {
        display: inline-block;
    }

#divSelectLanguage {
    padding: 0 7px 0;
    border: 1px solid #e2eaef;
    border-top: none;
    background-color: #CEDAE3;
    background-color: rgba(189,205,217,0.75);
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    top: 0;
    left: 10px;
    display: none;
}

    #divSelectLanguage a:after {
        content: "English";
        display: block;
        font: normal normal 11px/1.8 Arial;
        color: #1287c4;
        position: relative;
    }

    #divSelectLanguage a:hover:after {
        color: #0a6fa4;
    }

/*.englishLanguageSelector {
background: url(/Image/Language.png) no-repeat 0 0;
width: 36px;
height: 20px;
opacity: 1;
}*/

#divRadcomLogo {
}

    #divRadcomLogo a {
        margin: 5px 0 10px;
        display: inline-block;
    }

    #divRadcomLogo .Logo {
        width: 70px;
        height: 8px;
    }

/* Copyright */
#divCopyright {
    margin: 40px 0 5px;
}

    #divCopyright span {
        font-family: Tahoma;
        font-size: 11px;
        color: #98abcf;
    }

.noBackgroundInPrint.noBackground #divCopyright span {
    color: #111;
}

.copyright {
    font-family: Tahoma;
    font-size: 11px;
    color: #787878;
}

    .copyright:link, .copyright:visited, .copyright:active {
        color: #787878;
        text-decoration: none;
    }

    .copyright:hover {
        color: #DE0024;
        border-bottom: solid 1px #000000;
    }
/* End Of Copyright */
/* Footer */
#divFooterLinks {
}

.footer {
    color: #9a8637;
    font: 13px Tahoma,"Times New Roman";
}

    .footer:link, .footer:visited, .footer:active {
        color: #fff;
        text-decoration: none;
    }

a.footer:hover {
    color: #93cae9;
}
/* End Of Footer */
/* End of Masterpage Layout */
/* MagicZoom */
.MagicZoom img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.MagicZoomBigImageCont {
    border: 1px solid #999;
    direction: ltr;
}

.MagicZoomHeader {
    font-size: 8pt !important;
    line-height: normal !important;
    color: #fff;
    background: #666;
    text-align: center !important;
}

.MagicZoomPup {
    border: 1px solid #aaa;
    background: #fff;
    cursor: move;
}

.MagicZoomLoading {
    border: 1px solid #ccc;
    background: #fff url(/Image/graphics/loader.gif) no-repeat 2px 50%;
    padding: 4px 4px 4px 24px !important;
    margin: 0;
    text-decoration: none;
    text-align: left;
    font: normal 8pt sans-serif;
    color: #444;
}

.MagicZoomPlus {
    cursor: url(/Image/graphics/zoomin.cur), pointer;
    outline: 0 !important;
}

    .MagicZoomPlus img {
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .MagicZoomPlus span {
        display: none !important;
    }

.MagicHotspots {
    display: none;
    visibility: hidden;
}

    .MagicHotspots a {
        border: 1px solid #ccc;
    }

        .MagicHotspots a:hover {
            border: 1px solid red;
        }

.MagicThumb, .MagicThumb:hover {
    cursor: url(/Image/graphics/zoomin.cur), pointer;
    outline: 0 !important;
}

.MagicThumb-expanded-thumbnail {
    cursor: default;
}

.MagicThumb span {
    display: none !important;
}

.MagicThumb img {
    border: 1px solid #9a9a9a;
}

.MagicThumb-expanded {
    cursor: url(/Image/graphics/zoomout.cur), pointer;
    background: transparent;
    border: 1px solid #ccc;
    outline: 0;
    padding: 0;
}

.MagicThumb-caption {
    color: #333;
    font: bold 13px 'Times New Roman';
    background: #ccc;
    text-align: right;
    padding: 8px;
    border: 0 !important;
    outline: 0 !important;
    font-weight: bold;
}

.MagicThumb-buttons {
    background: transparent url(/Image/graphics/buttons1.png) no-repeat 0 0;
    height: 24px;
    display: block;
}

    .MagicThumb-buttons a {
        width: 24px;
        height: 24px;
        margin: 0 1px !important;
        overflow: hidden;
    }

.MagicThumb-loader {
    font: normal 12pt sans-serif;
    border: 1px solid #000;
    background: #fff url(/Image/graphics/loader.gif) no-repeat 2px 50%;
    padding: 2px 2px 2px 22px;
    margin: 0;
    text-decoration: none;
    text-align: left;
}

.MagicThumb-swap {
}

.MagicThumb-external-caption {
    display: none;
}

div.MagicSlideshow {
    border: 1px solid #636363;
    background: transparent;
    display: none;
    direction: ltr;
}

img.MagicSlideshowImage {
    border: none;
}

div.MagicSlideshowImagesContainer {
}

img.MagicSlideshowThumbnail {
    direction: ltr;
}

div.MagicSlideshowThumbnailsContainer {
    padding: 0 1px;
}

div.MagicSlideshowThumbnailsContainerStyle {
    background: #FFFFFF;
}

.MagicSlideshowDescription {
    line-height: 24px;
    padding-right: 5px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font: bold 13px 'Times New Roman';
    text-align: right;
    margin: 2px;
    direction: rtl;
}

.MagicSlideshowDescriptionBelow {
    font: normal 11px tahoma;
}

.MagicSlideshowDescription a {
    color: #CFCFCF;
}

    .MagicSlideshowDescription a:visited {
        color: #ACACAC;
    }

    .MagicSlideshowDescription a:hover {
        color: #FFFFFF;
    }

div.MagicSlideshowLoadingBox {
    background: #FFFFFF url( '../../Image/loader.gif' ) no-repeat 2px 50%;
    padding: 4px 4px 4px 24px !important;
    margin: 0 !important;
    line-height: 15px;
    color: #363636;
    border: 1px solid #696969;
    text-align: right;
}

a.MagicSlideshowArrow {
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
    background: url( '../../Image/arrows.gif' );
    padding: 0 !important;
    margin: 0 !important;
}

a.MagicSlideshowArrowTop {
    background-position: 24px 0;
}

a.MagicSlideshowArrowRight {
    background-position: 0 0;
}

a.MagicSlideshowArrowBottom {
    background-position: 24px 24px;
}

a.MagicSlideshowArrowLeft {
    background-position: 0 24px;
}
/* End Of MagicZoom */
/* Forum */
#divForum {
    text-align: center;
}

.imgForum {
    background: url(Images/Forum.png) no-repeat center top;
    width: 171px;
    height: 38px;
}
/* End of Forum */
/* SearchBox */
#divSearch {
    background: #c9d2e0;
   background: linear-gradient(to bottom, #adb5c0 0px, #c9d2e0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #adb4bf;
    border-radius: 4px;
    height: 30px;
    left: 7px;
    overflow: hidden;
    position: absolute;
    top:6px;
    width: 220px;
}

.searchFormWrapper {
    height: 26px;
}

    .searchFormWrapper dl {
        display: table;
        margin: 0 auto;
        padding: 0;
    }

.searchFormButton {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    text-align: center;
}

    .searchFormButton.icon-search:before {
        color: #2681d3;
        font-size: 15px;
        line-height: 26px;
        transform: rotateY(180deg);
    }

    .searchFormButton.icon-search:hover:before {
        color: #13549a;
    }

    .searchFormButton .btnSearch {
        width: 26px;
        height: 26px;
        position: absolute;
        left: 0;
        top: 0;
    }

.searchFormTextBox {
    margin: 0;
    padding: 0;
    width: 190px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.searchTextBox {
    width: 152px !important;
    margin: 0 !important;
    padding: 3px 6px 3px 6px !important;
    height: 20px !important;
    border: none !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-color: transparent !important;
    font: normal 11px Tahoma, Geneva, sans-serif !important;
    color: #5D728A !important;
    outline: none;
}
/* End Of SearchBox */
/* SwitchBar */
.switchBarWrap {
     float: right;
    margin-top: 9px;
    padding-right: 10px;
    width: 600px;
}

#divSwitchBarWrapper .switchBarLeft {
    float: left;
    width: 0;
    min-height: 22px;
}

#divSwitchBarWrapper .switchBarRight {
    float: right;
    width: 0;
    min-height: 22px;
}

#divSwitchBarWrapper .switchBarCenter {
    margin: -10px 0 0 0;
    min-height: 22px;
}

.switchBar {
    margin: 0 auto;
    line-height: 23px;
    font: normal 11px Tahoma, 'Times New Roman';
    color: #0C76A0;
}

    .switchBar:link, .switchBar:visited, .switchBar:active {
        color: #0C76A0;
        text-decoration: none;
    }

    .switchBar:hover {
        color: #0099B7;
    }

.switchBarSelected {
    font: normal 11px Tahoma, 'Times New Roman';
    color: #0C76A0;
}

    .switchBarSelected:link, .switchBarSelected:visited, .switchBarSelected:active {
        color: #FF6603;
        text-decoration: none;
    }

    .switchBarSelected:hover {
        color: #FF6603;
        border-bottom: dotted 1px #FF6603;
    }
/* End Of SwitchBar */
/* PrintVersion */
.noPrint {
}

.noBackgroundInPrint {
}

.displayNone {
    display: none;
}

.noBackground {
    background-image: none !important;
    background: none !important;
    border: medium none !important;
}

#divPrintVersionBack {
    text-align: left;
    display: none;
    padding: 5px;
}

.printVersionLogo {
    text-align: right;
    margin-bottom: 10px;
  
}

.printVersionBack:before {
    content: "\00AB";
    color: #ff0303;
    padding-left: 2px;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
/* End of PrintVersion */
/* Grid */
.tableHeader,
.tableHeaderKimberly {
    background: #cacfd9;
    background: linear-gradient(to bottom, #cacfd9 0,#77839c 67%);
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

    .tableHeader td,
    .tableHeaderKimberly td {
        border: 1px solid #acb7c6;
    }

    .tableHeader a {
        color: #d5e2ec;
    }

        .tableHeader a:hover {
            color: #fff;
        }

.tableFooter {
    background-color: #CACACA;
    font-weight: bold;
    font-family: 'times new roman';
    font-size: 13px;
    color: #333333;
}

.tableItem,
.tableItemKimberly {
    background-color: #fbfbfb;
    color: #606060;
    text-indent: 0;
}

.tableAlternate,
.tableAlternateItem,
.tableAlternateItemKimberly {
    background-color: #f3f4f5;
    color: #606060;
    text-indent: 0;
}

    .tableselected,
    .on,
    .tableItem:hover,
    .tableAlternate:hover,
    .tableAlternateItem:hover,
    .tableItemKimberly:hover,
    .tableAlternateItemKimberly:hover {
        background: #f3f4f5;
        background: linear-gradient(to bottom, #f3f4f5 0,#c3c3c3 100%);
        line-height: 18px;
    }

        .on td,
        .tableHeader td,
        .tableItem td,
        .tableAlternate td,
        .tableAlternateItem td,
        .dottedTable td,
        .infoTable td,
        .tableselected td,
        .tableHeaderKimberly td {
        }

.tableFooter {
    background-color: #CACACA;
    font: bold 13px 'Times New Roman';
    font-weight: bold;
    color: #333;
}

.tableHeaderSelect {
    background-color: #5e6fa7;
    color: #fff;
    font: bold 14px 'Times New Roman';
    font-weight: bold;
    text-indent: 0;
}

.oddRow {
    background-color: #eee;
    text-indent: 0;
}

.evenRow {
    background-color: #f9f9f9;
    text-indent: 0;
}

.on {
    background: #b4c0db;
    font: normal 11px/18px Tahoma;
    text-decoration: none;
}

/* End Of Grid */
/* Tab */
.tabSelected {
    background: url(Images/Tab/Tab-BG-Selected.png) repeat-x;
    background-color: transparent;
    font: normal 13px Tahoma, 'Times New Roman';
    cursor: pointer;
    color: #FF7101;
    padding: 3px 15px 3px 15px;
}

.tab {
    background: url(Images/Tab/Tab-BG.png) repeat-x;
    background-color: transparent;
    cursor: pointer;
    font: normal 13px Tahoma, 'Times New Roman';
    color: #3C63AC;
    padding: 0 15px 0 15px;
    margin: 0;
}

.tabExtend {
    border-bottom: solid 1px #d0dce5;
}

.tabContainer {
    padding: 20px 10px 10px 10px;
    border: solid 1px #d0dce5;
    border-top: none;
    background: url(Images/GridViewBG.png) repeat-x center top;
    background-color: #fff;
}
/* End of Tab */
/* Pager */

tr.pagerCustomGrid {
    background: #f0f3f6;
    background: linear-gradient(to bottom, #f0f3f6 0,#e0e3ea 100%);
    box-shadow: inset 0 0 0 1px #f9fafb;
}

.pagerCustomGrid td {
    padding: 0;
}

.pagerCustomGridTable {
    direction: ltr;
}

    .pagerCustomGridTable td {
        padding: 6px;
    }

.pagerCustomGridCountTable td {
    padding: 6px;
}

.pagerCustomGridNumbers {
    font: normal normal 11px/18px Tahoma;
    color: #2b3a4a;
    unicode-bidi: bidi-override;
    text-align: center;
}

    .pagerCustomGridNumbers span {
        display: inline-block;
        min-width: 16px;
        height: 18px;
        padding: 0 2px;
        color: #5c6b89;
        vertical-align: middle;
    }

a.pagerCustomGrid:link,
a.pagerCustomGrid:active,
a.pagerCustomGrid:visited,
a.pagerCustomGridNext,
a.pagerCustomGridPrev {
    display: inline-block;
    min-width: 16px;
    height: 18px;
    padding: 0 2px;
    border: 1px solid #5c6b89;
    border-radius: 3px;
    color: #5c6b89;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
}

    a.pagerCustomGrid:hover,
    a.pagerCustomGridNext:hover,
    a.pagerCustomGridPrev:hover {
        background-color: #9ea5b3;
        color: #fff;
    }

.pagerCustomGrid span {
    color: #373737;
    padding: 0 2px;
    height: 15px;
    font: normal 11px Tahoma;
}

.pagerNumberText {
    font: normal 11px Tahoma;
    text-decoration: none;
    line-height: 18px;
    color: #373737;
    direction: rtl;
    unicode-bidi: embed;
}

.pagerCellDir {
    direction: rtl;
}

.pagerTextbox {
    background-image: none !important;
    background-color: #fff !important;
    border: #373737 1px solid;
    font: normal 11px Tahoma;
    color: #373737;
    margin: 0;
    width: 50px;
    text-align: center;
    padding: 0 !important;
    line-height: 18px !important;
}

.pagerButton {
    background-image: none !important;
    background-color: #a4a2a2 !important;
    border: #7e2c03 1px solid;
    font: normal 11px Tahoma;
    color: #fff;
    height: 21px !important;
    line-height: 15px !important;
    width: 35px;
    padding: 0 !important;
}

.pagerCustomGridCell {
    direction: rtl;
    width: 110px;
    white-space: nowrap;
    text-align: left;
}

    .pagerCustomGridCell .select {
        width: 55px;
    }

.pagerCustomGridCellGoto {
    width: 110px;
    white-space: nowrap;
    text-align: right;
}

    .pagerCustomGridCellGoto .textbox {
        width: 55px;
    }

.pagerCustomGridTable {
    border: 1px solid #d0d6e0;
    box-shadow: 0 0 0 1px #fff;
}

/* End Of Pager */
/* Start of Light Menu */
.mainMenuWrap {
    z-index: 5555;
    width: 200px;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    float: right;
}

    .sf-menu > li {
        position: relative;
        float: right;
    }

    .sf-menu li.currentMenu {
        border: 0;
        box-shadow: none;
    }

    .sf-menu li a {
        color: #2e2e2e;
        display: block;
        font: 18px/18px "SDF","Arial","Helvetica","sans-serif";
        margin: 0;
        padding: 9px 9px;
        position: relative;
        text-decoration: none;
    }

    .sf-menu a:hover, .sf-menu .currentMenu > a, .sf-menu .currentMenu > a:hover, .sf-menu .sfHover > a {
        color: #8d2904;
    }

    .sf-menu li:hover > ul,
    .sf-menu li.sfHover > ul {
        display: block;
    }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        z-index: 1000;
        min-width: 192px;
        padding: 0;
        border-radius: 4px;
    }

        .sf-menu ul li.sfHover {
            position: relative;
        }

        .sf-menu ul li a:before {
            content: none !important;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 10px;
            margin: auto 0;
            direction: ltr;
            color: #8e2c07;
            font: normal normal 14px/28px 'fonticon';
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
        }


        .sf-menu ul li a:hover:before,
        .sf-menu ul li.currentMenu > a:before,
        .sf-menu ul li.sfHover > a:before {
            color: #8e2c07;
        }

        .sf-menu ul li a {
            color: #8e2c07;
            font: normal normal 17px/28px 'SDF', 'Arial', 'Helvetica', 'sans-serif';
            background-color: #fff;
            padding-top: 5px;
            padding-bottom: 5px;
            border: none;
            border-bottom: 1px dotted #ad912d;
            text-transform: none;
            margin: 0;
            padding-right: 5px;
        }

            .sf-menu ul li a:hover, .sf-menu ul li.currentMenu > a, .sf-menu ul li.currentMenu > a:hover, .sf-menu ul li.sfHover > a {
                color: #ad912d;
            }

        .sf-menu ul ul:before {
            display: none;
        }

        .sf-menu ul ul {
            top: 0;
            right: 100%;
            margin: 0 1px 0 0;
        }

.sf-arrows .sf-with-ul {
    padding-left: 23px;
}

    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 8px;
        margin-top: -2px;
        height: 0;
        width: 0;
        border: 4px solid transparent;
        border-top-color: #2e2e2e;
    }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows > .currentMenu > .sf-with-ul:after {
    border-top-color: #8d2904;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -4px;
    margin-left: 0;
    border-color: transparent;
    border-right-color: #8e2c07;
    direction: ltr;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after,
.sf-arrows ul > .currentMenu > .sf-with-ul:after {
    border-right-color: #8e2c07;
}

.sf-menu a.first, .sf-menu a.first:hover {
    border-right: none;
    border-top: none;
    border-radius: 0;
}

.sf-menu a.last, .sf-menu a.last:hover {
    border-bottom: none;
    border-left: none;
    border-radius: 0;
}

.sf-menu ul a.first, .sf-menu ul a.first:hover {
    border-radius: 4px 4px 0 0;
}

.sf-menu ul a.last, .sf-menu ul a.last:hover {
    border-radius: 0 0 4px 4px;
}

.sf-menu ul a.first.last, .sf-menu ul a.first.last:hover {
    border-radius: 4px;
}

.sf-vertical {
    width: 200px;
}

    .sf-vertical ul {
        left: 100%;
        top: 0;
    }

    .sf-vertical > li {
        float: none;
    }

    .sf-vertical li {
        background-color: #f9fcff;
        width: 100%;
    }

        .sf-vertical li:hover {
            background-color: #cde1f8;
            width: 100%;
        }

    .sf-vertical.sf-arrows .sf-with-ul:after {
        direction: ltr;
        margin-top: -4px;
        margin-left: -8px;
        border-color: transparent;
        border-right-color: #777777;
        border-right-color: rgba(119,119,119,1);
    }

    .sf-vertical.sf-arrows .sf-with-ul:focus:after,
    .sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
    .sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
        border-color: transparent;
        direction: ltr;
        border-left-color: #000000;
        border-left-color: rgba(0,0,0,1);
    }

/* End of Light Menu */
/* End Of SimpleMenu */
/* RichTextBox */
.radEditorWrapper {
    position: relative;
}

.radEditorStar {
    position: absolute;
    top: 3px;
    left: 0;
}

.radEditorHasValidator {
    padding-left: 10px;
}

.radEditorHasNotValidator {
    padding-left: 0;
}
/* End Of RichTextBox */

/* Border Radius */
.radius {
    border-radius: 5px;
}

.radiusTop {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.radiusBottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.radiusTrBl {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.radiusTlBr {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* End Border Radius */


/* UnKnown */
.DockContainer {
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto !important;
    direction: rtl;
}

.RadDockZone {
    border-width: 0 !important;
}

.blackLabel {
    color: #000;
}

.goldLabel {
    color: #cfb456;
}

.whiteLabel {
    color: #444d54;
}

.blueLabel {
    color: #90b9d3;
}

.paymentTable {
    border: #000 1px solid;
    background-color: #f1f1f1;
}

/* End of UnKnown */
/* fancyBox */
.fancybox {
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px #000000;
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('Images/FancyBox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('Images/FancyBox/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('Images/FancyBox/blank.gif');
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('Images/FancyBox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: #000000;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/* End of fancyBox */
/* scrollPanel */
.scrollpanel {
    border: 1px solid #ccc;
    border-radius: 9px;
}

    .scrollpanel .scrollbar {
        width: 10px;
        background-color: #ccc;
        cursor: pointer;
        margin: 4px;
        border-radius: 5px;
    }

        .scrollpanel .scrollbar .thumb {
            background-color: #aaa;
            transition: height 0.2s ease-in-out;
            border-radius: 5px;
        }

        .scrollpanel .scrollbar.active .thumb {
            background-color: #999;
        }

.scrollpanelAjaxLoading {
    background: url(/Image/ScrollPanel/Loading.gif) no-repeat center center;
    width: 99%;
    height: 100%;
    border-radius: 5px;
    background-color: #e9ecef;
    box-shadow: 0 0 6px #454545;
    position: absolute;
    top: 0;
    opacity: .7;
}
/* End of scrollPanel */

/* Start of squaredCheckBox */
.squaredCheckBox {
    display: block;
    position: relative;
    min-height: 18px;
}

    .squaredCheckBox label {
        cursor: pointer;
        position: relative;
        display: inline-block;
        background: url(/Image/CheckBox.png) no-repeat right 3px;
        padding-right: 20px;
        font: normal 13px/18px Tahoma;
        color: #757575;
    }

        .squaredCheckBox label:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 18px;
            height: 18px;
            top: 0;
            right: 0;
            background: transparent;
            background: url(/Image/CheckBoxChecked.png) no-repeat right 3px;
        }

        .squaredCheckBox label:hover::after {
            opacity: 0.5;
        }

    .squaredCheckBox input[type=checkbox] {
        display: none;
    }

        .squaredCheckBox input[type=checkbox]:checked + label:after {
            opacity: 1;
        }
/* End of squaredCheckBox */

.roundedContainer {
    margin: 0 auto 10px auto;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 1px 2px #aaaaaa;
    background-color: #f3f3f3;
}

.squareContainer {
    margin: 0 auto 10px auto;
    padding: 10px;
    box-shadow: 1px 1px 2px 1px #999797;
    background-color: #f3f3f3;
}

/* Start of Light Menu */
.mainMenuWrap {
    margin: 0 0 10px;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sf-menu li {
        position: relative;
    }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        z-index: 99;
    }

    .sf-menu > li {
        float: right;
    }

    .sf-menu li:hover > ul,
    .sf-menu li.sfHover > ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu ul ul {
        top: 0;
        right: 100%;
    }

.sf-menu {
    float: none;
    margin-bottom: 16px;
}

    .sf-menu ul {
        box-shadow: 2px 2px 6px #e3e3e3;
        min-width: 192px;
    }

    .sf-menu a {
        border-bottom: 1px dotted #c1b6a2;
        padding: 3px 5px 3px 5px;
        text-decoration: none;
    }

    .sf-menu a {
        color: #5d728a;
    }

    .sf-menu li {
        background-color: #fff;
        transition: background .2s;
    }

    .sf-menu ul li {
        background-color: #fff;
    }

    .sf-menu ul ul li {
        background-color: #fff;
    }

    .sf-menu li:hover,
    .sf-menu li.sfHover {
        transition: none;
    }

.sf-arrows .sf-with-ul {
    padding-left: 40px;
}

    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        border: 4px solid transparent;
        border-top-color: #777777;
    }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-left: -3px;
    border-color: transparent;
    border-right-color: #777777;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-right-color: #000;
}

.sf-menu a.first, .sf-menu a:hover.first {
}

.sf-menu a.last, .sf-menu a:hover.last {
}

.sf-vertical {
    width: 225px;
    border: 2px solid #dadada;
}

    .sf-vertical ul {
        right: 100%;
        top: 0;
    }

    .sf-vertical > li {
        float: none;
    }

    .sf-vertical li {
        background-color: #fff;
        width: 100%;
    }

        .sf-vertical li:hover {
            background-color: #fff;
            width: 100%;
        }

    .sf-vertical.sf-arrows .sf-with-ul:after {
        direction: ltr;
        margin-top: -10px;
        margin-left: -8px;
        border: none;
        content: "\e812";
        color: #acacac;
        font-family: "FontIcon";
    }

    .sf-vertical.sf-arrows .sf-with-ul:focus:after,
    .sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
    .sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
        border-color: transparent;
        direction: ltr;
        border-right-color: #000000;
        border-right-color: rgba(0,0,0,1);
    }

    .sf-vertical li.sfHover ul {
        padding-right: 2px !important;
    }
/* End of Light Menu */
.bswClr {
    clear: both;
    height: 0;
    visibility: hidden;
}
/* Start of Box Styles */
.bswMiddleContent:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* STYLE 1 */
.boxStyleWrap1 {
    margin: 0 5px 10px;
    border-radius: 7px;
}

    .boxStyleWrap1 .bswTop {
        background: url(images/BOX/box1Head.png);
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        min-height: 27px;
    }

        .boxStyleWrap1 .bswTop h2 {
            font: normal normal 17px/16px NazaninBold;
            color: #fff;
            margin: 0;
            padding: 5px 10px;
        }

    .boxStyleWrap1 .bswMiddleContent {
        padding: 10px;
        border-top: none;
        background: #fff;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-right: 1px solid #dadada;
        border-left: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }

/* STYLE 2 */
.boxStyleWrap2 {
    margin: 0 5px 10px;
}

    .boxStyleWrap2 .bswTop {
        background: #6385b9;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        min-height: 27px;
    }

        .boxStyleWrap2 .bswTop h2 {
            font: normal normal 17px/16px NazaninBold;
            color: #fff;
            margin: 0;
            padding: 5px 10px;
        }

    .boxStyleWrap2 .bswMiddleContent {
        padding: 10px;
        border-top: none;
        background: #fff;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-right: 1px solid #dadada;
        border-left: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }

/* STYLE 3 */
.boxStyleWrap3 {
    margin: 0 5px 10px;
}

    .boxStyleWrap3 .bswTop {
        background: #a6bee3;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        min-height: 27px;
    }

        .boxStyleWrap3 .bswTop h2 {
            font: normal normal 17px/16px NazaninBold;
            color: #fff;
            margin: 0;
            padding: 5px 10px;
        }

    .boxStyleWrap3 .bswMiddleContent {
        padding: 10px;
        border-top: none;
        background: #fff;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-right: 1px solid #dadada;
        border-left: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }
/* STYLE 4 */
.boxStyleWrap4 {
    margin: 0 5px 10px;
    border: 1px solid #dadada;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .boxStyleWrap4 .bswTop {
    }

        .boxStyleWrap4 .bswTop h2 {
            font: normal normal 17px/16px NazaninBold;
            color: #ad912d;
            margin: 0;
            padding: 5px 10px;
            text-align: center;
        }

    .boxStyleWrap4 .bswMiddleContent {
        padding: 10px;
        background: #fff;
        border-radius: 5px;
    }
/* STYLE 5 */
.boxStyleWrap5 {
    margin: 0 5px 10px;
    background: #fff;
}


    .boxStyleWrap5 .bswMiddleContent {
        padding: 1px;
        background: #fff;
    }

/* End of Box Styles */

/* Light Slider */
.sliderkit {
    display: none;
    position: relative;
    overflow: hidden;
    text-align: right;
}

    .sliderkit a,
    .sliderkit a:hover {
        text-decoration: none;
    }

        .sliderkit a:focus {
            outline: 1px dotted #000;
        }

    .sliderkit img {
        border: 0;
    }

    .sliderkit .sliderkit-nav {
        z-index: 10;
        position: absolute;
        text-align: center;
    }

    .sliderkit .sliderkit-nav-clip {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

        .sliderkit .sliderkit-nav-clip ul {
            position: relative;
            left: 0;
            top: 0;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .sliderkit .sliderkit-nav-clip ul li {
                float: left;
            }

                .sliderkit .sliderkit-nav-clip ul li a {
                    display: block;
                    overflow: hidden;
                }

    .sliderkit .sliderkit-btn {
        z-index: 10;
    }

    .sliderkit .sliderkit-panel {
        z-index: 1;
        position: absolute;
        overflow: hidden;
    }

    .sliderkit .sliderkit-panel-active {
        z-index: 5;
    }

    .sliderkit .sliderkit-panel-old {
        z-index: 4;
    }

    .sliderkit .sliderkit-panel .sliderkit-panel-textbox {
        position: absolute;
        z-index: 1;
    }

    .sliderkit .sliderkit-panel .sliderkit-panel-text {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
    }

    .sliderkit .sliderkit-panel .sliderkit-panel-overlay {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }

    .sliderkit .sliderkit-count {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 10;
        padding: 5px;
        color: #fff;
        background: #000;
    }

    .sliderkit .sliderkit-timer {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        height: 3px;
        background: #ccc;
    }
/* Vertical  and Horizontal */
.slider-vertical {
    margin: 0 auto;
}

    .slider-vertical .sliderkit-nav {
    }

    .slider-vertical .sliderkit-nav-clip li {
        width: 100%;
    }

        .slider-vertical .sliderkit-nav-clip li.sliderkit-selected {
            background: url("Images/Slider-Arrow.png") no-repeat left;
        }

        .slider-vertical .sliderkit-nav-clip li a {
            background: rgb(0, 102, 141);
            text-align: right;
            color: rgb(255, 255, 255);
            font-size: 11px;
            text-decoration: none;
            overflow: hidden;
        }

            .slider-vertical .sliderkit-nav-clip li a:hover {
                color: rgb(255, 255, 255);
            }

            .slider-vertical .sliderkit-nav-clip li a:focus {
                color: rgb(255, 255, 255);
            }

    .slider-vertical .sliderkit-panels {
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
    }

    .slider-vertical .sliderkit-panel {
        padding: 10px;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        background: rgb(255, 255, 255);
    }

    .slider-vertical .sliderkit-news h3 {
        color: rgb(0, 0, 0);
        margin: 0 0 15px;
        font-weight: bold;
    }

        .slider-vertical .sliderkit-news h3 a {
            color: rgb(0, 0, 0);
            font: Bold 18px/20px NazaninBold;
        }

    .slider-vertical .sliderkit-news img {
        margin: 0 0 0 10px;
        float: left;
    }

    .slider-vertical .sliderkit-news p {
        margin: 0;
    }

    .slider-vertical .sliderkit-news-readmore {
        left: 10px;
        bottom: 10px;
        position: absolute;
    }

.slider-horizontal {
}

    /* Nav */
    .slider-horizontal .sliderkit-nav {
        position: absolute;
        bottom: 0;
    }

    .slider-horizontal .sliderkit-nav-clip li {
        float: left;
        margin: 0;
    }

        .slider-horizontal .sliderkit-nav-clip li.sliderkit-selected {
            /*background: transparent url("Images/Slider-Arrow-Up.png") no-repeat center 0;*/
            position: relative;
        }

            .slider-horizontal .sliderkit-nav-clip li.sliderkit-selected:after {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 5px 5px 5px;
                border-color: transparent transparent #adb0b3 transparent;
                position: absolute;
                top: 0;
                right: 50%;
                margin-right: -3px;
            }

        .slider-horizontal .sliderkit-nav-clip li a {
            margin: 0;
            text-align: right;
            font-size: 1em;
            color: #fff;
            text-decoration: none;
            border-right: 1px solid #cacdd1;
            background: #adb0b3;
        }

            .slider-horizontal .sliderkit-nav-clip li a:hover,
            .slider-horizontal .sliderkit-nav-clip li a:focus {
                color: #fff;
            }

    /* Panel */
    .slider-horizontal .sliderkit-panels {
        position: absolute;
        left: 0;
        overflow: hidden;
    }

    .slider-horizontal .sliderkit-panel {
        left: 0;
        top: 0;
        background: #fff;
    }

    /* News block */
    .slider-horizontal .sliderkit-news h3,
    .slider-horizontal .sliderkit-news h3 a {
        color: #000;
        font-weight: bold;
        font: Bold 18px/20px NazaninBold;
    }

    .slider-horizontal .sliderkit-news h3 {
        font-size: 1.2em;
        margin: 0 0 15px;
    }

    .slider-horizontal .sliderkit-news img {
        float: right;
        margin: 0 0 0 10px;
        overflow: hidden;
    }

    .slider-horizontal .sliderkit-news p {
        margin: 0;
    }

    .slider-horizontal .sliderkit-news-readmore {
        left: 10px;
        bottom: 10px;
        position: absolute;
    }



.slider-horizontal-text {
}

    /* Nav */
    .slider-horizontal-text .sliderkit-nav {
        position: absolute;
        bottom: 0;
    }

    .slider-horizontal-text .sliderkit-nav-clip li {
        float: left;
        margin: 0;
    }

        .slider-horizontal-text .sliderkit-nav-clip li.sliderkit-selected {
        }

        .slider-horizontal-text .sliderkit-nav-clip li a {
            margin: 0;
            text-align: right;
            font-size: 1em;
            color: #fff;
            text-decoration: none;
            border-right: 1px solid #fff;
            background: #d3d3d3;
        }

            .slider-horizontal-text .sliderkit-nav-clip li a:hover,
            .slider-horizontal-text .sliderkit-nav-clip li a:focus {
                color: #fff;
            }

    /* Panel */
    .slider-horizontal-text .sliderkit-panels {
        position: absolute;
        left: 0;
        overflow: hidden;
    }

    .slider-horizontal-text .sliderkit-panel {
        left: 0;
        top: 0;
        background: linear-gradient(to bottom, #eff2f3 0,#ccd1d3 100%);
    }

    /* News block */
    .slider-horizontal-text .sliderkit-news h3,
    .slider-horizontal-text .sliderkit-news h3 a {
        color: #000;
        font-weight: bold;
        font: Bold 18px/20px NazaninBold;
    }

    .slider-horizontal-text .sliderkit-news h3 {
        font-size: 1.2em;
        margin: 0 0 15px;
    }

    .slider-horizontal-text .sliderkit-news img {
        float: right;
        margin: 0 0 0 10px;
        overflow: hidden;
    }

    .slider-horizontal-text .sliderkit-news p {
        margin: 0;
    }

    .slider-horizontal-text .sliderkit-news-readmore {
        left: 10px;
        bottom: 10px;
        position: absolute;
    }

/* Light Slider Pager */
.sliderkitSeparator {
    border: none;
    border-bottom: 1px solid #eaedee;
    height: 1px;
    background-color: #bcc2c3;
}

.sliderkitControlBar {
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    width: 72px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

    .sliderkitControlBar .controlButton {
        display: inline-block;
        cursor: pointer;
        float: right;
    }

    .sliderkitControlBar .controlNext {
        background-image: url("Images/NavigationButtons.png");
        width: 24px;
        height: 15px;
        background-position: 0 0;
    }

    .sliderkitControlBar .controlPrevious {
        background-image: url("Images/NavigationButtons.png");
        width: 24px;
        height: 15px;
        background-position: 24px 0;
    }

    .sliderkitControlBar .controlStop {
        background-image: url("Images/NavigationButtons.png");
        width: 24px;
        height: 15px;
        background-position: 48px 0;
    }

    .sliderkitControlBar .controlPlay {
        background-image: url("Images/NavigationButtons.png");
        width: 24px;
        height: 15px;
        background-position: 72px 0;
    }

.lightRotatorComplex {
}

    .lightRotatorComplex .panelTextAndPager {
        vertical-align: top;
        background: linear-gradient(to bottom, #eff2f3 0,#ccd1d3 100%);
        border: 1px solid #c7cbcd;
    }

    .lightRotatorComplex .panelNavigatorAndImages {
        vertical-align: top;
    }

    .lightRotatorComplex .sliderkitPagingInformation {
        padding-right: 5px;
    }
/* End of Light Slider Pager */

/* End of Light Slider */


/* Start of SocialNetwork */
.socialNetworkItemWrapper {
    clear: both;
    height: 16px;
}

    .socialNetworkItemWrapper a {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 1px;
    }

        .socialNetworkItemWrapper a.facebook {
            background: url(/Image/General/Facebook.png) no-repeat 0 0;
        }

        .socialNetworkItemWrapper a.twitter {
            background: url(/Image/General/Twitter.png) no-repeat 0 0;
        }

        .socialNetworkItemWrapper a.linkedin {
            background: url(/Image/General/Linkedin.png) no-repeat 0 0;
        }

        .socialNetworkItemWrapper a.googlePlus {
            background: url(/Image/General/GooglePlus.png) no-repeat 0 0;
        }
/* End of SocialNetwork */

/* Start Forms */
input[class="textbox"],
input[class="fileUpload"],
input[type="password"],
.textbox,
.fileUpload {
    padding: 5px;
    margin: 0;
    border: none;
    color: #535353;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0,#f1f1f1 1%,#ffffff 100%);
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #cccccc;
    font: normal 11px/1.2 Tahoma;
}

    input[class="textbox"]:hover,
    input[class="fileUpload"]:hover,
    input[type="password"]:hover,
    .textbox:hover,
    .fileUpload:hover {
        border: solid 1px #c3c3c3;
    }

    input[class="textbox"]:focus,
    input[class="fileUpload"]:focus,
    input[type="password"]:focus,
    .textbox:focus,
    .fileUpload:focus {
        border: solid 1px #ff9600;
        outline: none;
    }

input[class="textbox"],
input[class="textbox ltr"],
input[class="fileUpload"],
.textbox {
    width: 180px;
}

input[class="textbox large"],
input[class="fileUpload large ltr"],
textarea[class="textbox large"],
textarea[class="textbox large ltr"] {
    width: 250px;
}

input[class="textbox small"],
input[class="textbox small ltr"] {
    width: 90px;
}

input[type="image"]:focus {
    border: none;
    outline: none;
}

input[class="button"],
button,
.button {
    margin: 0;
    padding: 5px;
    font: normal 11px/1.2 Tahoma;
    border: 1px solid #C2C2C2;
    background: #E7E7E7;
    background: linear-gradient(to bottom, #E7E7E7 0,#F3F3F3 100%);
    border-radius: 3px;
    text-align: center;
    box-shadow: 1px -1px 0 0 #E7E7E7;
}

    input[class="button"]:hover,
    button:hover,
    .button:hover {
        border: 1px solid #c3c3c3;
        cursor: pointer;
        outline: none;
        background: #FFF;
        background: linear-gradient(to bottom, #FFF 0,#D8D8D8 1%,#FFF 100%);
    }

.select,
.dropdown {
    margin: 0;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    font: normal 11px/1.2 Tahoma;
    color: #535353;
    width: 192px;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0,#f1f1f1 1%,#ffffff 100%);
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #cccccc;
}

    .select:hover,
    .dropdown:hover {
        border: solid 1px #c3c3c3;
    }

    .select:focus,
    .dropdown:focus {
        outline: none;
    }

select[class="dropdown large"] {
    width: 262px;
}

.formAll {
    font: normal 11px Tahoma, sans-serif;
    margin: 0 auto;
    padding: 0;
    color: #555;
}

    .formAll :before, .formAll :after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.formSection, .formSectionClosed {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

.formInputWide {
    display: block;
    position: relative;
}

.formRow {
    display: block;
    margin: 0;
    padding: 0;
}

    .formRow:before,
    .formRow:after,
    .formColumn:before,
    .formColumn:after {
        content: " ";
        display: table;
    }

    .formRow:after,
    .formColumn:after,
    .formLine:after {
        clear: both;
    }

.formColumn {
    display: inline-block;
    width: 50%;
    float: right;
}

.formLine {
    display: block;
    clear: both;
    padding-top: 0;
    padding-bottom: 7px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.formSection :last-child.formLine {
    /*padding-bottom: 0;*/
}

.formSpace {
    display: block;
    height: 10px;
}

.formHSpace {
    display: inline-block;
    width: 20px;
    float: right;
}

.formHide {
    display: none;
}

.formHidden {
    visibility: hidden;
}

.formLabel {
    float: right;
    display: inline-block;
    text-align: left;
    padding: 0 3px;
    white-space: normal;
    line-height: 21px;
    vertical-align: top;
}

.formLabel {
    width: 100px;
    margin-left: 0;
}

.formLabelDot {
    width: 4px;
    float: right;
    display: inline-block;
    padding: 0 3px 0 5px;
    line-height: 21px;
    vertical-align: top;
}

.formValue,
.formCheckBox {
    float: right;
    display: inline-block;
    padding: 3px;
    white-space: normal;
    font-weight: normal;
    margin-bottom: 0;
    vertical-align: top;
}

.formCheckBox {
    float: none;
}

    .formCheckBox input[type="radio"],
    .formCheckBox input[type="checkbox"] {
        margin: 0 0 0 3px;
        position: relative;
        top: 3px;
    }

    .formCheckBox label {
    }

.formLabelTop,
.formLabel {
    font-weight: normal;
    margin-bottom: 0;
}

.formInput {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.formSubLabelContainer {
    display: inline-block;
    float: right;
    margin-left: 5px;
    white-space: nowrap;
    vertical-align: top;
    position: relative;
}

.formWrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.formButtonWrap {
    text-align: right;
}

.formSubLabel {
    color: #999;
    display: block;
    font-size: 9px;
}

.formSubLabel {
    font-size: 10px;
    margin-top: 3px;
}

.formLabelTop {
    margin-bottom: 6px;
    display: block;
    white-space: normal;
}

.formRequired {
    margin-right: 0;
    color: #F00;
}

    .formRequired .alert {
        position: absolute;
        top: 4px;
        left: -20px;
    }

    .formRequired.alertCustom .alert {
        /*top: 0;*/
    }

.formList {
    list-style: disc;
    margin: 0;
    padding: 0 15px 0 0;
}

    .formList .formLine {
        display: list-item;
        list-style-position: inside;
    }

.formSmall .formLabel {
    width: 50px;
}

.formSmall .alertMessage {
    font-size: 10px;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.formIndent {
    padding-right: 40px;
}

/* BUTTONS */

.formButton {
    border: 1px solid #ccc;
    padding: 3px 12px 4px;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    border-radius: 3px 3px;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: linear-gradient(to bottom, #f5f5f5 0,#eeeeee 100%);
}

    .formButton:hover {
        background: #ffffff;
        background: linear-gradient(to bottom, #ffffff 0,#f5f5f5 100%);
    }

    .formButton:active {
        background: #eeeeee;
        background: linear-gradient(to bottom, #eeeeee 0,#f5f5f5 100%);
        box-shadow: 0 1px #fff inset;
    }

.formButton {
    color: #333;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

/* HEADING FIELD */

.formHeaderGroup {
    background: transparent;
    border: none;
    margin: 0 0 10px;
}

    li:first-child .formHeaderGroup,
    .formHeaderGroup + .formHeaderGroup {
        border-top: 0;
    }

    .formHeaderGroup h2 {
        margin: 0 0 5px 0;
    }

.formHeader {
    /* Define form header font */
}

h1.formHeader {
    font-size: 22px;
}

h2.formHeader {
    font-size: 20px;
}

h3.formHeader {
    font-size: 18px;
}

.formHeader {
    color: #000;
}

.formSubHeader {
    border-top: none;
    font-size: 12px;
    font-style: normal;
    margin: 3px 0 0;
}

/* ERROR MESSAGES */

.formLineError {
    background: #fff4f4;
}

    .formLineError textarea {
        border: 1px solid #e15353;
        box-shadow: 0 0 3px #e15353;
    }

/* formLine ACTIVE */

.formLineActive {
    background: #FFFBEA;
}

    .formLineActive input:focus,
    .formLineActive textarea:focus {
        border: 1px solid #FFD300;
        box-shadow: 0 0 3px #FFF0AA;
    }

.formRow div.smallFieldName {
    float: right;
    display: inline;
    width: 50px;
    padding: 0 0 6px 5px;
    text-align: left;
}

.alertMessage {
    display: block;
    padding: 3px 0 5px;
}



.alert {
    background: url('../../Image/General/ValidatorError.png') 0 0 no-repeat transparent;
    display: inline-block;
    width: 17px;
    height: 17px;
}

.intro {
    color: #000;
    margin-bottom: 20px;
}

.formAccordion {
    margin: 0 auto 10px;
}

.imgCompanyInformation {
    position: relative;
    top: 3px;
}

.sectionIntro {
    margin: 0 auto;
    padding: 1px 10px;
    border: 1px solid #d3d5dd;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #f7f7f9; /* Old browsers */
    background: linear-gradient(to bottom, #f7f7f9 0,#edeef2 100%); /* W3C */
    font: normal bold 16px/1.8 NazaninBold, Arial;
    color: #5a6575;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 0 0 1px #fff;
}


.formAccordion .sectionIntro.close {
    border-radius: 4px;
}

.sectionIntro:hover {
    border: 1px solid #e8d9bf;
    background: #fef7ed; /* Old browsers */
    background: linear-gradient(to bottom, #fef7ed 0,#fbf1dd 100%); /* W3C */
    color: #ab865f;
    cursor: pointer;
}

#imgUserInformation,
#imgContactInformation,
#imgEducationInformation,
#imgMoreInformation,
#imgSettings {
    position: relative;
    top: 3px;
}

.sectionIntro span {
    padding-right: 5px;
}

.sectionIntro:hover span {
    color: #ab865f;
}

.sectionWrapper {
    margin: 0 auto;
    border: 1px solid #d3d5dd;
    background-color: #f9fbfd;
    border-top: none;
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: inset 0 0 0 1px #fff;
}

.formToolTip {
    display: inline-block;
    position: relative;
}

.validationDialog {
    display: none;
    padding: 10px;
    position: absolute;
    top: -38px;
    right: 200px;
    width: 220px;
    min-height: 100px;
    background: #fdfdfd;
    background: linear-gradient(to bottom, #fdfdfd 0,#fafafa 100%);
    box-shadow: inset 0 0 0 1px #fff;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    opacity: 0.8;
    z-index: 1;
    line-height: 1.8;
    line-height: 19px;
}

    .validationDialog:after {
        content: '';
        border-width: 1px;
        border-style: solid;
        border-color: #a6a6a6;
        border-color: rgba(166, 166, 166, 1);
        border-left: none;
        border-bottom: none;
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50px;
        right: -6px;
        -webkit-transform: rotate( 45deg );
        transform: rotate( 45deg );
        background-color: #fdfdfd;
        margin-top: -5px;
    }

    .validationDialog p {
        margin: 0;
        padding: 0 0 10px 0;
        font-weight: bold;
    }

    .validationDialog ul {
        list-style-type: square;
        list-style-position: inside;
    }

.validateStatusBox {
}

    .validateStatusBox .messageBoxError {
        padding: 5px;
        margin: 3px 0 0;
    }

    .validateStatusBox .messageBoxSuccess {
        padding: 5px;
        margin: 3px 0 0;
    }

.validateStatus {
    position: absolute;
    top: -24px;
    right: 192px;
}

    .validateStatus.taken {
        background-image: url('../../Image/Error.png');
        display: inline-block;
        width: 17px;
        height: 17px;
    }

    .validateStatus.success {
        background-image: url('../../Image/Success.png');
        display: inline-block;
        width: 17px;
        height: 17px;
    }

.checkboxMargin {
    margin-bottom: 10px;
}

.captchaSection {
    margin: 0 15px;
}

.noScriptMessage {
    color: red;
    padding: 30px;
    font-size: 15px;
    font-family: 'Times New Roman';
    font-weight: bold;
    line-height: 25px;
}

.linkList {
    padding-right: 31px;
}

.red {
    color: red;
}

.space {
    margin-top: 20px;
}

.commonButton,
.linkButton {
    cursor: pointer;
    margin: 0;
    padding: 4px 7px;
    font: normal normal 12px/16px Tahoma;
    color: #5D6973;
    letter-spacing: 0;
    word-spacing: 0;
    border: 1px solid #A3AFB7;
    background: #DBE3E7;
    background-clip: padding-box;
    /*box-shadow: inset 0 0 1px #FFF,inset 0 30px 20px -20px #F2F7FB,0 1px 2px #D6D6D6;*/
    border-radius: 3px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

    .credentialsIcon:hover, .commonButton:hover {
        background-color: #E7EDEE !important;
        box-shadow: inset 0 0 1px #FFF,inset 0 20px 20px -20px #F2F7FB,0 1px 2px #D6D6D6;
    }


.excelIcon {
    background-image: url('/../../Image/General/Xls.png') !important;
    background-color: #EFEFEF;
    background-repeat: no-repeat !important;
    background-position: 3% center !important;
    padding: 4px 0 5px 11px;
}

.saveIcon {
    background-image: url('/../../Image/General/Save.png') !important;
    background-color: #EFEFEF;
    background-repeat: no-repeat !important;
    background-position: 10% center !important;
    padding: 4px 0 5px 11px;
}

.addIcon {
    background-image: url('/../../Image/General/Add.png') !important;
    background-color: #EFEFEF;
    background-repeat: no-repeat !important;
    background-position: 10% center !important;
    padding: 4px 0 5px 11px;
}

.removeIcon {
    background-image: url('/../../Image/General/Remove.png') !important;
    background-color: #EFEFEF;
    background-repeat: no-repeat !important;
    background-position: 10% center !important;
    padding: 4px 0 5px 11px;
}

.refreshIcon {
    background-image: url('/../../Image/General/Refresh.png') !important;
    background-color: #EFEFEF;
    background-repeat: no-repeat !important;
    background-position: 10% center !important;
    padding: 4px 0 5px 11px;
}



/* End Forms */

/* Start of TellaFriend */

.tellafriendPage .formLabel {
    width: 110px;
}
/* End of TellaFriend*/

.storeTopBarWapper {
}
/* Start User Toolbar */
.storeTopBarLoginWrap,
.storeTopBarCartWrap,
.storeTopBarFavoritesWrap {
    position: relative;
    display: inline-block;
}

.userToolbar {
    position: absolute;
    left: 80px;
    top: 5px;
}

    .userToolbar a {
        display: inline-block;
        height: 24px;
        margin-left: 10px;
    }

        .userToolbar a.selected {
            border: none;
        }

        .userToolbar a span {
            visibility: hidden;
        }

    .userToolbar .userInfo {
        background: url('/Image/Icon/User.png') no-repeat 100% 0;
        width: 99px;
    }

        .userToolbar .userInfo:hover, .userToolbar .userInfo.selected {
            background: url('/Image/Icon/User.png') no-repeat 100% -24px;
        }

    .userToolbar .shoppingCart {
        background: url('/Image/Icon/Shopping.png') no-repeat 100% 0;
        width: 86px;
    }

        .userToolbar .shoppingCart:hover, .userToolbar .shoppingCart.selected {
            background: url('/Image/Icon/Shopping.png') no-repeat 100% -24px;
        }

    .userToolbar .favorite {
        background: url('/Image/Icon/Star.png') no-repeat 100% 0;
        width: 104px;
    }

        .userToolbar .favorite:hover, .userToolbar .favorite.selected {
            background: url('/Image/Icon/Star.png') no-repeat 100% -24px;
        }

    .userToolbar .last {
        margin-left: 0;
    }

.storeTopBarLogin,
.storeTopBarCart,
.storeTopBarFavorites {
    border: 1px solid #cbd7e0;
    border-top: 7px solid #cbd7e0;
    border-radius: 7px;
    background-color: #fff;
    margin-top: 12px;
    padding: 5px 5px 10px;
    position: absolute;
    left: 0;
    top: 25px;
    width: 250px;
    z-index: 5000;
}

    .storeTopBarLogin:before,
    .storeTopBarCart:before,
    .storeTopBarFavorites:before {
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        left: 27px;
        top: -23px;
        border: 8px solid #000000;
        border: 8px solid rgba(0, 0, 0, 0);
        border-bottom-color: #cbd7e0;
    }

/* End User Toolbar */


/* Start Page Navigate */
.goToTop {
    width: 41px;
    height: 41px;
    overflow: hidden;
    position: fixed;
    right: 26px;
    bottom: 97px;
    z-index: 99;
    border: 2px solid #17a9ec;
    border-radius: 31px;
    transition: 1s;
    text-align: center;
}

    .goToTop:hover {
        background-color: #17a9ec;
        cursor: pointer;
    }

    .goToTop:before,
    .goToTop:after {
        content: '\e811';
        font-family: "FontIcon";
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 40px;
    }

    .goToTop:before {
        color: #1897C8;
    }

    .goToTop:hover:before,
    .goToTop:hover:after {
        color: #FFF;
    }
/* End Page Navigate */

/* Start Pager Wrapper */
.pagerWrapper {
    border: 1px solid #b7c8da;
    background: rgb(236,240,246);
    background: linear-gradient(to bottom, rgba(236,240,246,1) 0,rgba(183,200,218,1) 100%);
    box-shadow: inset 0 0 1px #f7f9fb;
    padding: 1px;
    border-radius: 3px;
    font-size: 10px;
    margin-top: 10px;
}

    .pagerWrapper:after {
        content: ' ';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .pagerWrapper .sectionLeft {
        float: left;
        width: 95px;
        text-align: left;
    }

        .pagerWrapper .sectionLeft select {
            width: 35px !important;
            height: 20px !important;
            padding: 0;
            font-size: 10px;
        }

        .pagerWrapper .sectionLeft span {
            font-size: 10px;
        }

    .pagerWrapper .sectionRight input[class="button"] {
        width: 28px !important;
        height: 20px !important;
        padding: 0;
        font-size: 10px;
    }

    .pagerWrapper .sectionRight input[type="text"] {
        width: 20px !important;
        height: 18px !important;
        padding: 0;
        font-size: 10px;
    }

    .pagerWrapper .sectionRight {
        float: right;
        width: 55px;
        text-align: right;
    }

    .pagerWrapper .sectionMiddle {
        margin: 0 55px 0 95px;
        text-align: center;
    }

        .pagerWrapper .sectionMiddle.noLeft {
            margin: 0 55px 0 0;
        }

        .pagerWrapper .sectionMiddle.noRight {
            margin: 0 0 0 95px;
        }

        .pagerWrapper .sectionMiddle.noLeft.noRight {
            margin: 0;
        }

    .pagerWrapper .pager {
        display: inline-block;
        width: 12px;
        height: 12px;
        padding: 0;
        border: 1px #768399 solid;
        border-radius: 3px;
        vertical-align: initial;
        text-align: center;
        line-height: 10px;
        color: #5c6b89;
        font-size: 10px;
    }

        .pagerWrapper .pager:hover {
            background: rgb(165,177,199);
            background: linear-gradient(to bottom, rgba(165,177,199,1) 0,rgba(118,131,153,1) 100%);
            color: #fff;
        }

        .pagerWrapper .pager.selected {
            width: auto;
            border: none;
        }

            .pagerWrapper .pager.selected:hover {
                background: none;
                color: #5c6b89;
            }

    .pagerWrapper .nextPage,
    .pagerWrapper .previousPage {
        width: auto;
        background: rgb(165,177,199);
        background: linear-gradient(to bottom, rgba(165,177,199,1) 0,rgba(118,131,153,1) 100%);
        color: #fff;
    }

        .pagerWrapper .nextPage:hover,
        .pagerWrapper .previousPage:hover {
            width: auto;
            background: none;
            color: #7988a7;
        }
/* End Pager wrapper */

.inlineBlock {
    display: inline-block;
}

.noScript {
    color: red;
    padding: 30px;
    font-size: 15px;
    font-family: 'Times New Roman';
    font-weight: bold;
    line-height: 25px;
}

.sitemap a {
    font-family: NazaninBold, 'Times New Roman', Arial, Tahoma;
    font-weight: normal;
    text-decoration: none;
    color: #5A6575;
}

.sitemap blockquote {
    margin: 5px 20px;
    padding-bottom: 5px;
}

.sitemap h1, .sitemap h2, .sitemap h3, .sitemap h4 {
    margin: 8px 0;
}

    .sitemap h2 a {
        font-size: 17px;
        line-height: 20px;
        position: relative;
        padding-right: 10px;
    }

        .sitemap h2 a:before {
            content: "\25cf";
            display: inline-block;
            position: absolute;
            right: 0;
            top: 5px;
            color: #777;
            font-size: 10px;
        }

    .sitemap h3 a {
        font-size: 15px;
        line-height: 18px;
        position: relative;
        padding-right: 15px;
    }

        .sitemap h3 a:before {
            content: "\25cf";
            display: inline-block;
            position: absolute;
            right: 0;
            top: 5px;
            color: #777;
            font-size: 10px;
        }

    .sitemap h4 a {
        font-size: 13px;
        line-height: 18px;
        position: relative;
        padding-right: 15px;
    }

        .sitemap h4 a:before {
            content: "\25cf";
            display: inline-block;
            position: absolute;
            right: 0;
            top: 3px;
            color: #777;
            font-size: 10px;
        }

/* Start of JPlayer*/
.webPlayer {
    display: inline-block;
    position: relative;
    font-family: 'Tahoma';
    clear: both;
   
    line-height: 1.4;
    font-size: 11px;
    box-shadow: 0 0 1px #808080;
    -webkit-box-shadow: 0 0 1px #808080;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    text-align: center;
    background-color: #222;
}

    .webPlayer a.smooth {
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
    }

    .webPlayer.jp-video-full > .controls {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
        z-index: 1000;
    }

    .webPlayer.jp-video-full, .webPlayer.jp-video-full object, .webPlayer.jp-video-full video {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 999;
    }

        .webPlayer.jp-video-full > .playerScreen, .webPlayer.jp-video-full > .playerScreen > .video-play {
            z-index: 1000;
        }

    .webPlayer .playerScreen {
        cursor: pointer;
    }

        .webPlayer .playerScreen .video-play {
            display: block;
            position: absolute;
            z-index: 990;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 50px;
            background: url("Images/JPlayer/preimg.png") no-repeat center center;
        }

    .webPlayer .controls {
        display: block;
        position: relative;
        height: 40px;
        background: #0b0b0b;
        color: #969696;
        padding: 5px 10px;
        z-index: 996;
        border: 1px solid #000000;
    }

        .webPlayer .controls .leftblock {
            position: absolute;
            left: 3px;
            width: 50px;
        }

            .webPlayer .controls .leftblock .play {
                display: block;
                width: 40px;
                height: 40px;
                background: url("Images/JPlayer/playerUI.png") no-repeat 0 1px;
                opacity: 0.8;
            }

                .webPlayer .controls .leftblock .play:hover {
                    opacity: 1;
                }

            .webPlayer .controls .leftblock .pause {
                display: block;
                width: 40px;
                height: 40px;
                background: url("Images/JPlayer/playerUI.png") no-repeat -40px 1px;
                opacity: 0.8;
            }

                .webPlayer .controls .leftblock .pause:hover {
                    opacity: 1;
                }

        .webPlayer .controls .progress {
            position: relative;
            display: block;
            margin: 0 95px 0 40px;
            text-align: left;
        }

            .webPlayer .controls .progress span {
                font-size: 12px;
                margin-left: 1px;
                color: #f0f0f0;
                white-space: nowrap;
                overflow: hidden;
                display: inherit;
            }

            .webPlayer .controls .progress .progressbar {
                display: block;
                height: 4px;
                background: #3C3C3C;
                background: rgba(255,255,255,0.05);
                margin: 2.5px 0;
            }

                .webPlayer .controls .progress .progressbar .seekBar {
                    position: relative;
                    display: block;
                    cursor: pointer;
                    padding: 1px;
                    background: #fff;
                    background: rgba(255,255,255,0.1);
                }

                    .webPlayer .controls .progress .progressbar .seekBar .playBar {
                        display: block;
                        height: 2px;
                        padding: 0;
                        background: #FFFFFF;
                    }

                    .webPlayer .controls .progress .progressbar .seekBar a {
                        display: block;
                        position: absolute;
                        top: -2px;
                        width: 8px;
                        height: 8px;
                        border-radius: 5px;
                        background: #ffffff;
                        margin-left: -3px;
                    }

                        .webPlayer .controls .progress .progressbar .seekBar a div {
                            width: 8px;
                            height: 8px;
                        }

            .webPlayer .controls .progress .time {
                display: block;
                position: absolute;
                width: 50px;
                font-size: 11px;
            }

                .webPlayer .controls .progress .time.current {
                    left: 1px;
                    text-align: left;
                    color: #f0f0f0;
                }

                .webPlayer .controls .progress .time.duration {
                    right: 0;
                    text-align: right;
                }

        .webPlayer .controls .rightblock {
            position: absolute;
            right: 5px;
            width: 90px;
            top: 5px;
        }

            .webPlayer .controls .rightblock .volumeText {
                display: block;
                position: absolute;
                bottom: -12px;
                text-align: center;
                width: 60px;
                font-size: 11px;
            }

            .webPlayer .controls .rightblock .volumeBar {
                display: block;
                position: absolute;
                height: 4px;
                background: #3C3C3C;
                background: rgba(255,255,255,0.05);
                width: 60px;
                top: 19px;
                left: 0;
                cursor: pointer;
            }

                .webPlayer .controls .rightblock .volumeBar .currentVolume {
                    position: relative;
                    height: 2px;
                    padding: 1px;
                }

                    .webPlayer .controls .rightblock .volumeBar .currentVolume .curvol {
                        display: block;
                        height: 2px;
                        padding: 0;
                        background: #FFFFFF;
                    }

                    .webPlayer .controls .rightblock .volumeBar .currentVolume a {
                        display: block;
                        position: absolute;
                        top: -2px;
                        margin-left: -3px;
                        width: 8px;
                        height: 8px;
                        border-radius: 5px;
                        background: #ffffff;
                    }

                        .webPlayer .controls .rightblock .volumeBar .currentVolume a div {
                            display: block;
                            width: 8px;
                            height: 8px;
                        }

            .webPlayer .controls .rightblock .fullScreen {
                display: block;
                float: right;
                width: 16px;
                height: 16px;
                background: url("Images/JPlayer/playerUI.png") no-repeat 0 -50px;
                margin-top: 12px;
                opacity: 0.4;
            }

                .webPlayer .controls .rightblock .fullScreen:hover {
                    opacity: 0.8;
                }

            .webPlayer .controls .rightblock .fullScreenOFF {
                display: block;
                float: right;
                width: 16px;
                height: 16px;
                background: url("Images/JPlayer/playerUI.png") no-repeat 0 -68px;
                margin-top: 12px;
                opacity: 0.4;
            }

                .webPlayer .controls .rightblock .fullScreenOFF:hover {
                    opacity: 0.8;
                }

    .webPlayer.audioPlayer .progress {
        margin-right: 100px;
    }

    .webPlayer.audioPlayer .rightblock {
        width: 85px;
    }

        .webPlayer.audioPlayer .rightblock .volumeText {
            bottom: -42px;
        }

    .webPlayer.audioPlayer .fullScreen {
        display: none;
    }

    .webPlayer.audioPlayer .fullScreenOFF {
        display: none;
    }

/* End of JPlayer */

.accordionBox1 {
    float: right;
}

    .accordionBox1 .itemSection {
        padding: 1px 1px;
        height: 22px;
        background-color: #9da2a8;
        background-image: linear-gradient(to bottom, #9da2a8 0,#70767b 50%,#5e656b 51%,#5d646a 100%);
        border: 1px solid #5d646a;
        cursor: pointer;
        position: relative;
    }


        .accordionBox1 .itemSection .text {
            display: inline-block;
            float: right;
            margin: 0 5px 0 0;
            font: normal 11px/22px Tahoma;
            color: #ffffff;
            width: 100%;
        }

        .accordionBox1 .itemSection span.arrow {
            height: 8px;
            width: 12px;
            position: absolute;
            background-image: url(Images/AccordionArrows.png);
            left: 8px;
        }

        .accordionBox1 .itemSection.open span.arrow {
            top: 8px;
            background-position: -12px 0;
        }

            .accordionBox1 .itemSection.open span.arrow:hover {
                top: 8px;
                background-position: -12px -8px;
            }

        .accordionBox1 .itemSection.close span.arrow {
            top: 8px;
        }

            .accordionBox1 .itemSection.close span.arrow:hover {
                top: 8px;
                background-position: 0 -8px;
            }

    .accordionBox1 .itemContent {
        clear: both;
        border: 1px solid #828282;
        padding: 5px;
    }

/* End of Module General */


/* Start of Module Category */
.alignCategoryList {
}

.arrowCategoryList {
    background: url('/Image/fa/arrow.gif') no-repeat right 2px;
    padding-right: 12px;
    display: block;
}
/* End Of Module Category */

/* Start of Module Subject */
.subjectTitleClass {
    font: normal bold 18px/22px Nazanin, 'Times New Roman', Arial, Tahoma;
    font-weight: bold;
    color: #5a6575;
    text-indent: 0;
    background-color: #e3e3e3;
    width: 100%;
}

.subjectCheckboxList {
    margin-right: 5px;
    margin-bottom: 10px;
}

.subjectDropDownListHorizontal {
    display: inline;
    margin-bottom: 10px;
}

.subjectDropDownListVertical {
    display: block;
    margin-bottom: 10px;
}
/* End of Module Subject */

/* Start of Module Album */
.albumdate {
    font: normal bold 11px Arial, Verdana, Tahoma;
    font-weight: bold;
    color: #6b6b6b;
    background-color: Transparent;
}

.albumList {
}

.albumDataList {
    margin: 0 auto;
}

.albumListImageContainer {
    border: 1px solid #a2bfcd;
    display: inline-block;
    background-color: #f2f6f8;
    border-radius: 5px;
    padding: 3px;
}

.albumListContainer img {
    direction: ltr;
    border: 1px solid #eee;
}

.albumListTitle {
    padding-top: 10px;
}

.albumListDetail {
    padding-bottom: 30px;
}

.albumDetailPage .nextArea,
.albumDetailPage .previousArea {
    background-color: #f3f3f3;
    padding: 0 8px;
}

.albumDetailPage .contentArea {
    margin: 0 auto;
}

.albumListTitle .MagicThumb, .albumListTitle .MagicThumb:hover {
    cursor: pointer;
    outline: 0 !important;
}

.itemAlbumArchive {
    padding: 7px;
    margin: 3px;
    display: inline-block;
}

.albumDetail2 {
    width: 100%;
    border-width: 0;
}

    .albumDetail2 .header {
        background-color: #3C85C4;
        text-align: right;
    }

    .albumDetail2 .item {
        background: url('/Image/attachment.png') no-repeat right center;
        padding: 8px 18px;
        display: inline-block;
        margin-right: 5px;
    }

.smallAlbumRotatorDarkWrapper {
    margin: 0 auto;
    overflow: hidden;
}

    .smallAlbumRotatorDarkWrapper .sampaAlbumImage {
        margin: 0 auto;
        text-align: center;
        border: 1px solid #898c8e;
        border-bottom: none !important;
    }

        .smallAlbumRotatorDarkWrapper .sampaAlbumImage .itemWrapper {
            position: relative;
        }

        .smallAlbumRotatorDarkWrapper .sampaAlbumImage .itemCaption {
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
            vertical-align: middle;
            min-height: 20px;
            background: url(/Image/Album/Dark/CaptionBg.png) repeat;
        }

            .smallAlbumRotatorDarkWrapper .sampaAlbumImage .itemCaption A:link, .sampaAlbumImage .itemCaption A:visited, .sampaAlbumImage .itemCaption A:active {
                line-height: 20px;
                display: block;
                color: #ccc;
            }

            .smallAlbumRotatorDarkWrapper .sampaAlbumImage .itemCaption A:hover {
                color: #999;
            }

        .smallAlbumRotatorDarkWrapper .sampaAlbumImage .itemWrapper .MagicThumb img {
            border: none !important;
        }

    .smallAlbumRotatorDarkWrapper .sampaAlbumToolbar {
        height: 23px;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarLeft {
        margin: 0;
        padding: 0;
        width: 4px;
        height: 23px;
        background: url(/Image/Album/Dark/ButtonBg.png) no-repeat 0 0;
        float: left;
    }

    .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle {
        margin: 0 4px;
        padding: 3px 0 0 0;
        height: 23px;
        background: url('/Image/Album/Dark/ButtonBg.png') repeat-x 0 -46px;
    }

    .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarRight {
        margin: 0;
        padding: 0;
        width: 4px;
        height: 23px;
        background: url('/Image/Album/Dark/ButtonBg.png') no-repeat 0 -23px;
        float: right;
    }

    .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle .btnWrapper {
        width: 81px;
        height: 17px;
        margin: 0 auto;
        padding: 0 0 0 16px;
        background: url(/Image/Album/Dark/BtnWrapperBg.png) no-repeat;
    }

    .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span {
        display: inline-block;
        margin: 5px 6px 0;
        float: left;
    }

        .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span a {
            display: inline-block;
            background: url(/Image/Album/Dark/Arrows.png) no-repeat;
        }

            .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span a.previousSlide {
                width: 11px;
                height: 9px;
                background-position: 0 0;
            }

            .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span a.play {
                width: 10px;
                height: 9px;
                background-position: -11px 0;
            }

            .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span a.pause {
                width: 7px;
                height: 9px;
                background-position: -21px 0;
            }

            .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span a.nextSlide {
                width: 11px;
                height: 9px;
                background-position: -28px 0;
            }

            .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span a.previousSlide:hover {
                width: 11px;
                height: 9px;
                background-position: 0 -9px;
            }

            .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span a.play:hover {
                width: 10px;
                height: 9px;
                background-position: -11px -9px;
            }

            .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span a.pause:hover {
                width: 7px;
                height: 9px;
                background-position: -21px -9px;
            }

            .smallAlbumRotatorDarkWrapper .sampaAlbumToolbarMiddle span a.nextSlide:hover {
                width: 11px;
                height: 9px;
                background-position: -28px -9px;
            }

.smallAlbumRotatorLightWrapper {
    margin: 0 auto;
    overflow: hidden;
}

    .smallAlbumRotatorLightWrapper .sampaAlbumImage {
        margin: 0 auto;
        text-align: center;
        border: 1px solid #888B8D;
    }

        .smallAlbumRotatorLightWrapper .sampaAlbumImage .itemWrapper {
            position: relative;
        }

        .smallAlbumRotatorLightWrapper .sampaAlbumImage .itemCaption {
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
            vertical-align: middle;
            min-height: 20px;
            background: url(/Image/Album/Light/CaptionBg.png) repeat;
        }

            .smallAlbumRotatorLightWrapper .sampaAlbumImage .itemCaption A:link, .sampaAlbumImage .itemCaption A:visited, .sampaAlbumImage .itemCaption A:active {
                line-height: 20px;
                display: block;
                color: #ccc;
            }

            .smallAlbumRotatorLightWrapper .sampaAlbumImage .itemCaption A:hover {
                color: #999;
            }

        .smallAlbumRotatorLightWrapper .sampaAlbumImage .itemWrapper .MagicThumb img {
            border: none !important;
        }

    .smallAlbumRotatorLightWrapper .sampaAlbumToolbar {
        height: 23px;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .smallAlbumRotatorLightWrapper .sampaAlbumToolbarLeft {
        margin: 0;
        padding: 0;
        width: 4px;
        height: 23px;
        background: url('/Image/Album/Light/ButtonBg.png') no-repeat 0 0;
        float: left;
    }

    .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle {
        margin: 0 4px;
        padding: 0;
        height: 23px;
        background: url('/Image/Album/Light/ButtonBg.png') repeat-x 0 -46px;
    }

    .smallAlbumRotatorLightWrapper .sampaAlbumToolbarRight {
        margin: 0;
        padding: 0;
        width: 4px;
        height: 23px;
        background: url('/Image/Album/Light/ButtonBg.png') no-repeat 0 -23px;
        float: right;
    }

    .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle .btnWrapper {
        width: 122px;
        height: 20px;
        margin: 0 auto;
        padding: 2px 0 0 0;
        background: url(/Image/Album/Light/BtnWrapperBg.png) no-repeat;
        text-align: center;
        direction: ltr;
    }

    .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span {
        display: inline-block;
        margin: 5px 7px 0;
    }

        .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span a {
            display: inline-block;
            background: url(/Image/Album/Light/Arrows.png) no-repeat;
        }

            .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span a.previousSlide {
                width: 11px;
                height: 9px;
                background-position: 0 0;
            }

            .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span a.play {
                width: 10px;
                height: 9px;
                background-position: -11px 0;
            }

            .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span a.pause {
                width: 7px;
                height: 9px;
                background-position: -21px 0;
            }

            .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span a.nextSlide {
                width: 11px;
                height: 9px;
                background-position: -28px 0;
            }

            .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span a.previousSlide:hover {
                width: 11px;
                height: 9px;
                background-position: 0 -9px;
            }

            .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span a.play:hover {
                width: 10px;
                height: 9px;
                background-position: -11px -9px;
            }

            .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span a.pause:hover {
                width: 7px;
                height: 9px;
                background-position: -21px -9px;
            }

            .smallAlbumRotatorLightWrapper .sampaAlbumToolbarMiddle span a.nextSlide:hover {
                width: 11px;
                height: 9px;
                background-position: -28px -9px;
            }

.albumSlider {
    min-height: 30px;
    position: relative;
    padding: 11px 36px;
    background: #dadde1;
    background: url('Images/AlbumSliderBackground.svg');
    background: linear-gradient(to bottom, #dadde1 0,#e5e8ea 50%,#d4d8dc 50%,#d4d8dc 100%);
    margin: 10px 0 0 0;
    border: 1px solid #c3c8cc;
}

    .albumSlider .arrowButton {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .albumSlider .nextItem {
        right: 10px;
        background: url(/Image/Album/AlbumSlider/AlbumArrows.png) no-repeat -30px center;
    }

    .albumSlider .previousItem {
        left: 10px;
        background: url(/Image/Album/AlbumSlider/AlbumArrows.png) no-repeat 0 center;
    }

    .albumSlider .nextItem:hover {
        background-position: -90px center;
    }

    .albumSlider .previousItem:hover {
        background-position: -60px center;
    }

    .albumSlider .nextItem:active {
        background-position: -150px center;
    }

    .albumSlider .previousItem:active {
        background-position: -120px center;
    }

    .albumSlider .albumItemWrapper {
        margin: 0;
        overflow: hidden;
        min-height: 30px;
        position: absolute;
    }

        .albumSlider .albumItemWrapper .items {
            padding: 0;
            margin: 0;
            list-style: none;
            position: absolute;
        }

            .albumSlider .albumItemWrapper .items .item {
                float: left;
                margin: 1px 9px;
                cursor: pointer;
                border: 1px solid #b8bac3;
                border-radius: 3px;
            }

                .albumSlider .albumItemWrapper .items .item .selectItem {
                    width: 100%;
                    height: 100%;
                    background-color: #000;
                    display: none;
                }

                .albumSlider .albumItemWrapper .items .item:hover .selectItem {
                    display: block;
                }

    .albumSlider.borderRadius {
        border-radius: 8px;
    }

    .albumSlider .opacitySelectItem {
        opacity: 0.2;
    }

    .albumSlider .nextItem.disableButton {
        background: url(/Image/Album/AlbumSlider/AlbumArrows.png) no-repeat -210px center !important;
        cursor: default !important;
    }

    .albumSlider .previousItem.disableButton {
        background: url(/Image/Album/AlbumSlider/AlbumArrows.png) no-repeat -180px center !important;
        cursor: default !important;
    }

/* End of Module Album */

/* Start of Module Article */
.articleDetail .imageBorder {
    padding: 5px;
}

.articleDetail .correctFloat {
    margin: 0 0 5px 5px;
}

.articleDetail .reverseFloat {
    margin: 0 5px 5px 0;
}

.articleDetailToolbox {
    background-color: #ebedf1;
    padding: 5px;
    height: 25px;
}

.articleDetail .abstract {
    padding-right: 5px;
}

.articleTickerBackground {
    background-color: transparent;
}

.articleArrow {
    background: url('/Image/Article/ArrowRTL.gif') no-repeat 0 0;
    width: 4px;
    height: 11px;
}

a:link.articleTagLink, a:visited.articleTagLink, a:active.articleTagLink, .articleTagLink a:link, .articleTagLink a:visited, .articleTagLink a:active {
    font: normal normal 11px/18px Tahoma;
    text-decoration: none;
    color: #5a6575;
    text-indent: 0;
}

a:hover.articleTagLink, .articleTagLink a:hover {
    text-decoration: none;
    color: #ff9000;
    text-indent: 0;
}

/*.articleListPage .grid {
    border-collapse: collapse;
}
.articleListPage .grid  tr {
    border-bottom: 1px dashed #b4b4b4;
}
.articleListPage .grid  tr:last-child {
    border-bottom: none;
}*/

/* End of Module Article */

/* Start of Module News */
.newsMore {
    text-align: left;
}

    .newsMore a {
        background: url('/Image/News/Archive.gif') no-repeat right center;
        padding: 0 22px 0 0;
    }

.newsBullet:before {
    content: "\2666";
    color: #000;
    padding-left: 8px;
    font-size: 11px;
    font-family: Arial, sans-serif;
}

.newsDetailToolbox {
    background-color: #ebedf1;
}

.newsWrapper {
    position: relative;
    padding-bottom: 1px;
}

.marquee {
    font: normal bold 13px 'Times New Roman';
    color: #183B65;
    font-weight: bold;
    text-decoration: none;
}

.newsRotatorBoxHorizontal {
    position: relative;
    margin: 0 auto;
}

.newsRotatorBoxHorizontalButtonRight {
    position: absolute;
    background: url('Images/NewsRotator/RightButtonRotator.png') no-repeat 0 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #484848;
    width: 23px;
    display: block;
    cursor: pointer;
}

    .newsRotatorBoxHorizontalButtonRight:hover {
        background-position: -17px 50%;
    }

.newsRotatorBoxHorizontalButtonLeft {
    position: absolute;
    background: url('Images/NewsRotator/LeftButtonRotator.png') no-repeat 0 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #484848;
    width: 23px;
    display: block;
    cursor: pointer;
}

    .newsRotatorBoxHorizontalButtonLeft:hover {
        background-position: -17px 50%;
    }

.newsRotatorBoxVertical {
    position: relative;
    margin: 0 auto;
}

.newsRotatorBoxVerticalButtonTop {
    background: url('Images/NewsRotator/UpButtonRotator.png') no-repeat 50% -17px;
    width: 100%;
    background-color: #484848;
    height: 23px;
    display: block;
    cursor: pointer;
}

    .newsRotatorBoxVerticalButtonTop:hover {
        background-position: 50% 0;
    }

.newsRotatorBoxVerticalButtonBottom {
    background: url('Images/NewsRotator/DownButtonRotator.png') no-repeat 50% -17px;
    width: 100%;
    background-color: #484848;
    height: 23px;
    display: block;
    cursor: pointer;
}

    .newsRotatorBoxVerticalButtonBottom:hover {
        background-position: 50% 0;
    }

.newsRotatorBoxVerticalDataList {
}

.rotatorStart, .rotatorStop, .rotatorStartSelected, .rotatorStopSelected {
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: none;
    background-image: url('Images/NewsRotator/Buttons.png');
}

.rotatorStopSelected {
    background-position: 0 -16px;
}

.rotatorStartSelected {
    background-position: -16px -16px;
}

.rotatorStop {
    background-position: 0 0;
}

.rotatorStart {
    background-position: -16px 0;
}

.rotatorStop:hover {
    background-position: 0 -16px;
}

.rotatorStart:hover {
    background-position: -16px -16px;
}

.newsRotatorTitle {
    text-align: justify;
    line-height: 18px;
    font: normal bold 15px 'Times New Roman';
    font-weight: bold;
    text-decoration: none;
    color: #0d2e8f;
}

a.newsRotatorTitle:link, a.newsRotatorTitle:visited, a.newsRotatorTitle:active {
    text-align: justify;
    line-height: 18px;
    font: normal bold 15px 'Times New Roman';
    font-weight: bold;
    text-decoration: none;
    color: #0d2e8f;
}

a.newsRotatorTitle:hover {
    text-decoration: none;
    color: #0d2e8f;
}

.newsRotatorLead {
    text-align: justify;
    line-height: 18px;
    font: normal 11px Tahoma;
    text-decoration: none;
    color: #000;
}

a.newsRotatorLead:link, a.newsRotatorLead:visited, a.newsRotatorLead:active {
    text-align: justify;
    line-height: 18px;
    font: normal 11px Tahoma;
    text-decoration: none;
    color: #000;
}

a.newsRotatorLead:hover {
    text-decoration: none;
    color: #000;
}

.newsRotatorThumbnailTitle {
    color: #000;
    font: normal 11px Tahoma;
}

    .newsRotatorThumbnailTitle img {
        border: #aaa solid 1px !important;
    }

.horizontalNewsRotatorIcon {
    position: absolute;
    top: 0;
    right: 35%;
    margin-top: -9px;
}

.verticalNewsRotatorIcon {
    position: absolute;
    right: 0;
    top: 42%;
}

.titleWithBullet {
    background: url(/Image/fa/newsbullet.png) no-repeat right center !important;
    padding-right: 10px;
    min-height: 10px;
    font: normal normal 13px Tahoma;
    text-decoration: none;
    color: #5a6575;
    text-indent: 0;
}

    a:link.titleWithBullet, a:visited.titleWithBullet, a:active.titleWithBullet, .titleWithBullet a:link, .titleWithBullet a:visited, .titleWithBullet a:active {
        font: normal normal 13px Tahoma;
        text-decoration: none;
        color: #5a6575;
        text-indent: 0;
    }

    a:hover.titleWithBullet, .titleWithBullet a:hover {
        text-decoration: none;
        color: #ff9000;
        text-indent: 0;
    }

.newsSeparator {
    border-bottom: 1px dashed #b4b4b4;
}

a:link.newsTagLink, a:visited.newsTagLink, a:active.newsTagLink, .newsTagLink a:link, .newsTagLink a:visited, .newsTagLink a:active {
    font: normal normal 11px/18px Tahoma;
    text-decoration: none;
    color: #5a6575;
    text-indent: 0;
}

a:hover.newsTagLink, .newsTagLink a:hover {
    text-decoration: none;
    color: #ff9000;
    text-indent: 0;
}

.newsRotatorLightContainer {
    padding: 4px;
    border: solid 1px #dddddd;
    display: inline-block;
}
/* End Of Module News */


/* Start of Module Remark */

.remark {
    margin-bottom: 10px;
    border: 1px solid #e0e1e8;
    background-color: #fff;
    border-radius: 7px;
}

    .remark .header {
        border: 1px solid #fff;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        background: #f9f9fb;
        background: linear-gradient(to bottom, #f9f9fb 6%,#f1f2f5 100%);
    }

        .remark .header ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: block;
        }

            .remark .header ul:after {
                content: '';
                display: block;
                clear: both;
                height: 0;
                visibility: hidden;
            }

            .remark .header ul li {
                margin: 0;
                padding: 0 5px;
                height: 33px;
                float: right;
                border-left: 1px solid #e0e1e8;
                border-right: 1px solid #fff;
            }

                .remark .header ul li.thumbnail {
                    border-left: none;
                    border-right: none;
                    padding-left: 0;
                    width: 32px;
                }

                    .remark .header ul li.thumbnail img {
                        background: url('/Image/Remark/RemarkSprites.png') no-repeat 0 0;
                        width: 32px;
                        height: 32px;
                    }

                .remark .header ul li.username {
                    border-right: none;
                    width: 20%;
                }

                    .remark .header ul li.username span {
                        display: inline-block;
                    }

                        .remark .header ul li.username span.name {
                            font: normal normal 14px/33px Tahoma;
                            color: #546379;
                        }

                        .remark .header ul li.username span.email {
                            float: left;
                            background: url('/Image/Remark/RemarkSprites.png') no-repeat -16px -32px;
                            width: 16px;
                            height: 12px;
                            position: relative;
                            top: 10px;
                        }

                            .remark .header ul li.username span.email img {
                                display: none;
                                background: #FEFEFF;
                                background: linear-gradient(to bottom, #FEFEFF 6%,#EAEBF0 100%);
                                border: 1px solid #D0D1D9;
                                border-radius: 4px;
                                box-shadow: inset 0 0 1px 1px #FFF;
                                padding: 3px 7px;
                                position: absolute;
                                top: -25px;
                                left: -7px;
                            }

                            .remark .header ul li.username span.email:hover:after {
                                content: '';
                                height: 0;
                                width: 0;
                                position: absolute;
                                left: 2px;
                                top: -7px;
                                border: 5px solid #fff;
                                border-top-color: #D0D1D9;
                            }

                            .remark .header ul li.username span.email:hover {
                                cursor: pointer;
                            }

                                .remark .header ul li.username span.email:hover img {
                                    display: block;
                                }

                .remark .header ul li.dateTime {
                    color: #8e919c;
                    text-align: center;
                    line-height: 33px;
                    font-size: 12px;
                    width: 140px;
                }

                    .remark .header ul li.dateTime .time {
                        display: inline-block;
                    }

                    .remark .header ul li.dateTime .separator {
                        display: inline-block;
                        padding: 0 5px;
                    }

                    .remark .header ul li.dateTime .date {
                        display: inline-block;
                    }

                .remark .header ul li.flag {
                    text-align: center;
                    width: 32px;
                }

                    .remark .header ul li.flag img {
                        width: 24px;
                        height: 24px;
                        position: relative;
                        top: 5px;
                    }

                .remark .header ul li.star {
                    text-align: center;
                }

                    .remark .header ul li.star img.icon {
                        background: url('/Image/Remark/RemarkSprites.png') no-repeat 0 -32px;
                        width: 16px;
                        height: 16px;
                        float: left;
                        position: relative;
                        top: 7px;
                    }

                    .remark .header ul li.star span.text {
                        display: inline-block;
                        float: right;
                        margin-left: 5px;
                        position: relative;
                        top: 7px;
                        color: #FF7000;
                    }

                .remark .header ul li.controls {
                    float: left;
                    border-left: none;
                    border-right: none;
                }

                    .remark .header ul li.controls .score {
                        float: left;
                    }

                        .remark .header ul li.controls .score div {
                            display: inline-block;
                        }

                            .remark .header ul li.controls .score div:hover {
                                cursor: pointer;
                            }

                        .remark .header ul li.controls .score .positive,
                        .remark .header ul li.controls .score .negative {
                            min-width: 70px;
                            height: 24px;
                            background: #fefeff;
                            background: linear-gradient(to bottom, #fefeff 6%,#eaebf0 100%);
                            border: 1px solid #d0d1d9;
                            border-radius: 4px;
                            box-shadow: inset 0 0 1px 1px #FFFFFF;
                            position: relative;
                            top: 4px;
                        }

                            .remark .header ul li.controls .score .positive:hover,
                            .remark .header ul li.controls .score .negative:hover {
                                background: #eaebf0;
                                background: linear-gradient(to bottom, #eaebf0 6%,#e1e1e6 100%);
                            }

                            .remark .header ul li.controls .score .positive img.icon {
                                background: url('/Image/Remark/RemarkSprites.png') no-repeat -32px 0;
                                position: absolute;
                                width: 100%;
                                height: 100%;
                                left: 0;
                                top: 0;
                            }

                            .remark .header ul li.controls .score .negative img.icon {
                                background: url('/Image/Remark/RemarkSprites.png') no-repeat -32px -26px;
                                position: absolute;
                                width: 100%;
                                height: 100%;
                                left: 0;
                                top: 0;
                            }

                            .remark .header ul li.controls .score .negative span.text,
                            .remark .header ul li.controls .score .positive span.text {
                                float: right;
                                position: absolute;
                                left: 23px;
                                font-size: 14px;
                                line-height: 24px;
                                color: #696b73;
                            }

                    .remark .header ul li.controls .reply {
                        float: left;
                        margin-left: -2px;
                    }

.remarkButton {
    margin: 0 3px 0 0;
    padding: 0 7px;
    height: 26px;
    background: #fefeff;
    background: linear-gradient(to bottom, #fefeff 6%,#eaebf0 100%);
    border: 1px solid #d0d1d9;
    border-radius: 4px;
    box-shadow: inset 0 0 1px 1px #FFFFFF;
    font: normal normal 11px/18px Tahoma;
    color: #626673;
    position: relative;
    top: 4px;
}

    .remarkButton:hover {
        cursor: pointer;
        background: #eaebf0;
        background: linear-gradient(to bottom, #eaebf0 6%,#e1e1e6 100%);
    }

.remark .comment {
    padding: 10px;
    border-top: 1px solid #e0e1e8;
    text-align: justify;
}

.nested {
    margin: 5px 40px 20px 10px;
}

.commentWrapper {
    border: 1px solid #e2e2e2;
    background-color: #f9f9f9;
    box-shadow: inset 0 0 1px 1px #ffffff;
    padding: 5px;
    border-radius: 10px;
}

.remark .commentWrapper {
    margin: 0 10px 10px 10px;
}


.commentWrapper .messageBox {
    padding-left: 10px;
    padding-right: 10px;
}

.rateWrapper span {
    padding-left: 15px;
}

/* End of Module Remark */



/* Start of Module DigitalLibrary */
.digitalLibraryPageView {
    overflow: auto;
    width: 550px;
    height: 620px;
    background-color: #f3f3f3;
}
/* End of Module DigitalLibrary */


/* Start of Module SiteMember */

/* Start of SiteMember forms --- NEW Design */
.signupPage .formIndent {
    padding-right: 11px;
}

.signupPage .validationDialog.large {
    right: 270px;
}

.resetPasswordPage .formInput input[type="password"],
.signupPage .formInput input[type="password"] {
    width: 180px !important;
}

.signupPage .formInput .callingCode .textbox {
    width: 95px;
}


.signupPage input[class="textbox"],
.signupPage input[class="textbox ltr"] {
    height: 13px;
    width: 180px;
}

.signupPage textarea[class="textbox"] {
    height: auto;
}

.signupPage .notificationBox {
    margin: 8px 25px 8px 0;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #e3e3e3;
    display: inline-block;
    border-radius: 5px;
}

.signupSecurityAnswer .validationDialog {
    right: 267px;
}

.signupPage .RadInput, .RadInputMgr {
    vertical-align: top !important;
}
/* input tags that have placeholder */
input[placeholder] {
    /*text-align: right;*/
}

::-webkit-input-placeholder {
    color: #a9a9a9;
}

:-moz-placeholder { /* Firefox 18- */
    color: #a9a9a9;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #a9a9a9;
}

:-ms-input-placeholder {
    color: #a9a9a9 !important;
}
/* end input placeholder */
.passwordBoxSection .formRequired .alert {
    /*top: 5px;*/
}

/* End of SiteMember forms --- NEW Design */
#tblUserInformation .RadInput .riTextBox {
    width: 150px !important;
}

.memberExpireNote {
    width: 70%;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #90c9ee;
    background-color: #dcedf8;
    text-align: justify;
}

.memberManagerWrapper {
    text-align: center;
    display: inline;
}

.memberSpace {
    margin-top: 30px;
}

.memberManagerItem {
    display: inline-block;
    width: 140px;
    height: 113px;
    margin: 20px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #e8eaef;
    float: right;
}

    .memberManagerItem a {
        display: block;
        text-align: center;
    }

.memberManagerItemDetails {
    height: 109px;
    border-radius: 5px;
    border: 2px solid #fffffe;
    background: rgb(255,255,255);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0,rgba(240,243,245,1) 100%);
}

    .memberManagerItemDetails:hover {
        background: rgb(236,239,240);
        background: linear-gradient(to bottom, rgba(236,239,240,1) 0,rgba(242,243,244,1) 100%);
    }

    .memberManagerItemDetails .icon {
        margin: 16px auto;
        width: 60px;
        height: 50px;
        background: url('/Image/SiteMember/Sprite.png') no-repeat 0 0;
    }

    .memberManagerItemDetails a.editProfile {
        background-position: center -208px;
    }

    .memberManagerItemDetails a.event {
        background-position: center -258px;
    }

    .memberManagerItemDetails a.ticket {
        background-position: center -308px;
    }

    .memberManagerItemDetails a.order {
        background-position: center -358px;
    }

    .memberManagerItemDetails a.post {
        background-position: center -408px;
    }

    .memberManagerItemDetails a.logout {
        background-position: center -458px;
    }

    .memberManagerItemDetails a.forum {
        background-position: center -508px;
    }

    .memberManagerItemDetails a.advancedOrders {
        background-position: center -558px;
    }

    .memberManagerItemDetails a.offerList {
        background-position: center -632px;
    }
/* Start of Light SiteMemberMenu */
.siteMemberMenuWrapper {
    background: rgb(252,253,254);
    background: linear-gradient(to bottom, rgba(252,253,254,1) 0,rgba(217,226,236,1) 100%);
    border: 1px solid #d6dbe6;
    border-radius: 8px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

.sf-siteMemberMenu {
    margin: 0;
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
}

    .sf-siteMemberMenu:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .sf-siteMemberMenu li {
        position: relative;
    }

    .sf-siteMemberMenu > li {
        float: right;
        padding: 8px 0;
    }

        .sf-siteMemberMenu > li.first {
            margin-right: 10px;
        }

        .sf-siteMemberMenu > li.last {
        }

    .sf-siteMemberMenu.sf-arrows .sf-with-ul {
        padding-left: 20px;
    }

        .sf-siteMemberMenu.sf-arrows .sf-with-ul:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 1em;
            margin-top: -3px;
            margin-left: -7px;
            height: 0;
            width: 0;
            border: 4px solid transparent;
            border-top-color: #375162;
        }

    .sf-siteMemberMenu.sf-arrows > li > .sf-with-ul:focus:after,
    .sf-siteMemberMenu.sf-arrows > li:hover > .sf-with-ul:after,
    .sf-siteMemberMenu.sf-arrows > .sfHover > .sf-with-ul:after,
    .sf-siteMemberMenu.sf-arrows > .current > .sf-with-ul:after {
        border-top-color: #5097bd;
    }

    .sf-siteMemberMenu a {
        display: block;
        position: relative;
        text-decoration: none;
        color: #375162;
        font: normal normal 14px/16px 'NazaninBold', 'Arial', 'Helvetica', 'sans-serif';
    }

    .sf-siteMemberMenu > li > a {
        background-image: url('/Image/SiteMember/Sprite.png');
        background-repeat: no-repeat;
        padding: 7px 30px 3px 0;
        margin: 0 1px 0 0;
        text-shadow: 1px 1px 0 #fff;
        min-height: 15px;
    }

    .sf-siteMemberMenu > li.memberInformation > a {
        background-position: right -26px;
    }

    .sf-siteMemberMenu > li.event > a {
        background-position: right -52px;
    }

    .sf-siteMemberMenu > li.ticket > a {
        background-position: right -78px;
    }

    .sf-siteMemberMenu > li.store > a {
        background-position: right -104px;
    }

    .sf-siteMemberMenu > li.advancedStore > a {
        background-position: right -608px;
    }

    .sf-siteMemberMenu > li.post > a {
        background-position: right -130px;
    }

    .sf-siteMemberMenu > li.forum > a {
        background-position: right -182px;
    }

    .sf-siteMemberMenu > li.exit {
        float: left;
        margin-left: 10px;
    }

        .sf-siteMemberMenu > li.exit > a {
            background-position: right -156px;
        }

            .sf-siteMemberMenu > li.exit > a:hover:before {
                background: rgb(252,253,254);
                background: linear-gradient(to bottom, rgba(252,253,254,1) 0,rgba(217,226,236,1) 100%);
                border: 1px solid #d6dbe6;
                border-radius: 3px;
                padding: 3px;
                position: absolute;
                top: -31px;
                left: 5px;
                width: 130px;
                text-align: center;
            }

            .sf-siteMemberMenu > li.exit > a:hover:after {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7px 7px 0 0;
                border-color: #d6dbe6 transparent transparent transparent;
                content: '';
                position: absolute;
                top: -8px;
                left: 15px;
            }

    .sf-siteMemberMenu > li.home {
        float: left;
    }

        .sf-siteMemberMenu > li.home > a {
            background-position: right 0;
        }

            .sf-siteMemberMenu > li.home > a:hover:before {
                background: rgb(252,253,254);
                background: linear-gradient(to bottom, rgba(252,253,254,1) 0,rgba(217,226,236,1) 100%);
                border: 1px solid #d6dbe6;
                border-radius: 3px;
                padding: 3px;
                position: absolute;
                top: -31px;
                left: 0;
                width: 150px;
                text-align: center;
            }

            .sf-siteMemberMenu > li.home > a:hover:after {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7px 7px 0 0;
                border-color: #d6dbe6 transparent transparent transparent;
                content: '';
                position: absolute;
                top: -8px;
                left: 15px;
            }

    .sf-siteMemberMenu > li > a:hover,
    .sf-siteMemberMenu > li.sfHover > a,
    .sf-siteMemberMenu > li.current > a {
        color: #5097bd;
    }

    .sf-siteMemberMenu li ul {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        z-index: 1000;
        min-width: 192px;
        background: rgb(255,255,255);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0,rgba(227,233,240,1) 100%);
        border-radius: 0 0 5px 5px;
        border: 1px solid #d1dbe7;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sf-siteMemberMenu li:hover > ul,
    .sf-siteMemberMenu li.sfHover > ul {
        display: block;
    }

    .sf-siteMemberMenu .current {
        border: none;
    }

    .sf-siteMemberMenu li ul li {
        border-left: none;
        border-right: none;
    }

        .sf-siteMemberMenu li ul li a, .sf-siteMemberMenu li ul li.sfHover a {
            border: none;
            border-bottom: 1px solid #d4e0ec;
            color: #487196;
            padding: 6px 9px;
            border-radius: 0;
            margin: 0;
            background: none;
            font: normal normal 12px 'Tahoma', 'Geneva', 'sans-serif';
            text-shadow: 1px 1px 0 #fff;
        }

        .sf-siteMemberMenu li ul li.last a,
        .sf-siteMemberMenu li ul li.sfHover.last a {
            border: none;
        }

    .sf-siteMemberMenu ul li a:hover,
    .sf-siteMemberMenu ul .sfHover a.sf-with-ul,
    .sf-siteMemberMenu ul li.current > a {
        color: #ff6c00;
    }

    .sf-siteMemberMenu.sf-arrows ul .sf-with-ul:after {
        margin-top: -5px;
        margin-left: -3px;
        border-color: transparent;
        border-right-color: #2a506a;
        direction: ltr;
    }

    .sf-siteMemberMenu.sf-arrows ul li > .sf-with-ul:focus:after,
    .sf-siteMemberMenu.sf-arrows ul li:hover > .sf-with-ul:after,
    .sf-siteMemberMenu.sf-arrows ul .sfHover > .sf-with-ul:after,
    .sf-siteMemberMenu.sf-arrows ul li.current > .sf-with-ul:after {
        border-right-color: #fff;
    }

    .sf-siteMemberMenu a.first, .sf-siteMemberMenu a.first:hover {
        border-right: none;
        border-top: none;
    }

    .sf-siteMemberMenu a.last, .sf-siteMemberMenu a.last:hover {
        border-left: none;
        border-bottom: none;
    }

    .sf-siteMemberMenu ul ul {
        top: 0;
        right: 100%;
        margin-right: 2px;
    }

.siteMemberMenuWrapper .current {
    box-shadow: none;
}
/* End of Light SiteMemberMenu */

/* callingCode */

.callingCodeWrapper {
    display: inline-block;
}

.callingCode {
    display: inline-block;
    direction: ltr;
    position: relative;
}

    .callingCode .flag input[type="text"],
    .callingCode .flag input[class="textbox"] {
        border: none;
        outline: none;
    }

    .callingCode input.textbox {
        padding: 5px 5px 5px 90px;
        width: 91px;
    }

    .callingCode div.RadComboBox {
        padding-bottom: 2px;
    }

        .callingCode div.RadComboBox .rcbInputCell {
            background-image: none;
        }

        .callingCode div.RadComboBox .rcbReadOnly .rcbArrowCellRight {
            background-position: -302px -176px;
        }

        .callingCode div.RadComboBox .rcbInputCell .rcbInput {
            padding-left: 28px;
        }

    .callingCode .flag {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        background: url('/Image/Flags/Flags.png') no-repeat;
    }

.callingCodeFlagItem {
    display: inline-block;
    background: url('/Image/Flags/Flags.png') no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 0 2px 0;
    vertical-align: middle;
}

/* End of callingCode */

/* End Of Module SiteMember */



/* Start of Module FilePool3 */

.filePoolListWrapper .items {
    margin-right: -10px;
}

.filePoolListWrapper .item {
    display: inline-block;
    width: 240px;
    min-height: 250px;
    float: right;
}

    .filePoolListWrapper .item h4.title {
        min-height: 36px;
        margin: 0 10px 0 0;
        padding: 2px 7px 0;
        font: normal normal 11px/1.8 Tahoma;
        color: #606060;
        text-shadow: 0 1px 0 #ffffff;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
        background: #f8f9fb;
        background: linear-gradient(to bottom, #f8f9fb 0,#dfe5ec 100%);
        border: 1px solid #d1d1d1;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        box-shadow: inset 0 0 0 1px #eff2f5;
    }

    .filePoolListWrapper .item a.itemImage {
        display: block;
        min-height: 120px;
        margin-right: 10px;
        padding: 4px;
        border: 1px solid #d1d1d1;
        border-top: none;
        text-align: center;
        position: relative;
    }

        .filePoolListWrapper .item a.itemImage img {
            background-color: #efefef;
            border: 1px solid #d7d6d6;
        }

        .filePoolListWrapper .item a.itemImage.noImage img {
            background-color: transparent;
            border: 0 solid transparent;
        }

        .filePoolListWrapper .item a.itemImage span {
            display: inline-block;
            padding: 3px 5px;
            background-color: #282800;
            background-color: rgba(40, 40, 0, .75);
            font: normal normal 10px/1 Tahoma;
            color: #d4d4d4;
            text-align: center;
            position: absolute;
            left: 1px;
            bottom: 1px;
        }

    .filePoolListWrapper .item .dateTime {
        display: block;
        height: 20px;
        margin-right: 10px;
        border-bottom: 1px solid #d1d1d1;
        color: #8b9197;
    }

        .filePoolListWrapper .item .dateTime .currentDate {
            display: inline-block;
            float: right;
            width: 50%;
            text-align: right;
        }

        .filePoolListWrapper .item .dateTime .visitCount {
            display: inline-block;
            float: left;
            width: 50%;
            text-align: left;
        }

    .filePoolListWrapper .item p.content {
        margin: 0 10px 0 0;
        padding: 5px 0 0;
        color: #8b9197;
    }

    .filePoolListWrapper .item .content a.more {
        display: inline-block;
        width: 9px;
        height: 9px;
        background: url('/Image/fa/FilePoolListMoreLink.png') no-repeat;
        margin: 0 5px 0 0;
        padding: 0;
        color: transparent;
        text-indent: -9999px;
        border: none;
        position: relative;
        top: 5px;
    }

.filePoolListWrapper .searchPanel .label {
    display: inline-block;
    font: normal normal 15px/1.8 NazaninBold;
    color: #595959;
    min-width: 70px;
    margin-left: 5px;
    text-align: left;
}

.filePoolListWrapper .searchPanel input[type="text"] {
    margin: 0 0 10px 0;
    padding: 3px 10px;
    width: 164px;
    height: 20px;
    border: none;
    box-shadow: inset 1px 2px 3px 0 #d1d1d1;
    border-radius: 5px;
}

.filePoolListWrapper .searchPanel input[type="submit"] {
    margin: 0 1px 10px 0;
    padding: 0;
    width: 28px !important;
    height: 26px !important;
    border: none;
    background: url('Images/Sprites.png') no-repeat -312px -107px;
    color: transparent;
}

.filePoolListWrapper .searchPanel select {
    margin: 0 0 10px 0;
    padding: 3px 10px;
    width: 105px !important;
    height: 27px;
    border: none;
    background: url(Images/TextBox_BG.jpg) repeat-x;
    background-color: #fff;
    box-shadow: inset 1px 2px 3px 0 #d1d1d1;
    border-radius: 5px;
    font: normal 11px/1.8 Tahoma;
}

.filePoolDetails h2.title {
}

.filePoolDetails .right {
    float: right;
    margin-bottom: 10px;
    overflow: hidden;
}

    .filePoolDetails .right a {
        display: inline-block;
        padding: 4px;
        background-color: #fff;
        border: 1px solid #d1d1d1;
        text-align: center;
    }

        .filePoolDetails .right a img {
            border: 1px solid #d7d6d6 !important;
        }

    .filePoolDetails .right .downloadFile {
        display: inline-block;
        background: url('/image/fa/filepool3download.png') no-repeat center center;
        width: 136px;
        height: 28px;
        padding: 0;
        margin: 5px 0 0 0;
    }

.filePoolDetails .left {
    margin-bottom: 10px;
}

    .filePoolDetails .left .row {
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 3px;
    }

        .filePoolDetails .left .row .column {
            display: table-cell;
            background: none;
            width: 50%;
        }

            .filePoolDetails .left .row .column span.content {
                color: #747a85;
            }

            .filePoolDetails .left .row .column span.fileInfo {
                color: #49505b;
            }

.filePoolDetails .playVideo {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}

.fileInfo {
    font: normal 11px Tahoma, 'Times New Roman';
    text-decoration: none;
    line-height: 18px;
    color: #4a4949;
}

.searchPanel {
    display: table;
    margin: 10px auto 10px;
}

.tblWrapper {
    padding: 10px;
    background: #fefefe;
    background: linear-gradient(to bottom, #fefefe 0,#f3f4f6 100%);
    border: 1px solid #d5dbe2;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 4px;
}

.searchPanel .label,
.filePoolVideoWrapper .toolsBox .right span {
    display: inline-block;
    font: normal normal 15px/1.8 NazaninBold;
    color: #595959;
    min-width: 70px;
    margin-left: 5px;
    text-align: left;
}

.searchPanel input[type="submit"] {
    margin: 0 1px 10px 0;
    padding: 0;
    width: 28px;
    height: 26px;
    border: none;
    background: url('Images/Sprites.png') no-repeat -312px -107px;
    color: transparent;
}

    .searchPanel input[type="submit"]:hover {
        background: url('Images/Sprites.png') no-repeat -312px -107px;
        border: none;
    }

.filePoolVideoWrapper .toolsBox .right select {
    width: auto;
}

.filePoolVideoWrapper {
}

    .filePoolVideoWrapper .items.singleColumnParent {
        margin-right: 0;
    }

    .filePoolVideoWrapper .items {
        margin-right: -10px;
    }

    .filePoolVideoWrapper .item {
        display: block;
        margin: 0 0 10px 0;
        padding: 0;
        float: right;
    }

        .filePoolVideoWrapper .item.noDetails {
            width: 190px;
        }

            .filePoolVideoWrapper .item.noDetails .itemBody .wrap {
                float: none;
                width: 152px;
                margin: 0 auto;
            }

            .filePoolVideoWrapper .item.noDetails .itemBody .details {
                margin-right: 0;
            }

            .filePoolVideoWrapper .item.noDetails .itemBody {
                min-height: 155px;
            }

        .filePoolVideoWrapper .item .itemBody {
            min-height: 120px;
            margin-right: 10px;
            padding: 8px;
            background: #fefefe;
            background: linear-gradient(to bottom, #fefefe 0,#f3f4f6 100%);
            border: 1px solid #e7e8ee;
        }

        .filePoolVideoWrapper .item .wrap {
            float: right;
            padding: 4px;
            overflow: hidden;
            background-color: #fff;
            border: 1px solid #d1d1d1;
            border-radius: 2px;
        }

            .filePoolVideoWrapper .item .wrap a {
                display: table-cell;
                min-width: 150px;
                height: 106px;
                position: relative;
                border: 1px solid #d7d6d6 !important;
                text-align: center;
                vertical-align: middle;
            }

                .filePoolVideoWrapper .item .wrap a span.playButton {
                    display: inline-block;
                    width: 30px;
                    height: 22px;
                    margin: -11px auto 0;
                    background-color: #000000;
                    background-color: rgba(0, 0, 0, .37);
                    border: 1px solid #000000;
                    border: 1px solid rgba(0, 0, 0, .47);
                    color: #fff;
                    border-radius: 5px;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    right: 0;
                }

                    .filePoolVideoWrapper .item .wrap a span.playButton:after {
                        display: inline-block;
                        content: '';
                        height: 0;
                        width: 0;
                        position: absolute;
                        left: 12px;
                        margin: 0 auto;
                        top: 4px;
                        border: 7px solid #000000;
                        border: 7px solid rgba(0, 0, 0, 0);
                        border-left-color: #d9d9d9;
                    }

                .filePoolVideoWrapper .item .wrap a:hover span.playButton:after {
                    border-left-color: #fff;
                }

                .filePoolVideoWrapper .item .wrap a span.duration {
                    display: inline-block;
                    padding: 0 3px;
                    background-color: #000000;
                    background-color: rgba(0, 0, 0, .67);
                    border: 1px solid #000000;
                    border: 1px solid rgba(0, 0, 0, .7);
                    border-radius: 5px;
                    color: #fff;
                    position: absolute;
                    left: 5px;
                    bottom: 5px;
                    font: normal 11px/12px Tahoma;
                }

            .filePoolVideoWrapper .item .wrap img {
            }

        .filePoolVideoWrapper .item .details {
            margin-right: 170px;
        }

            .filePoolVideoWrapper .item .details h5.title {
                margin: 0 0 5px 0;
                padding: 0 0 5px 0;
                font: normal 12px/1.8 Tahoma;
                color: #707277;
                border-bottom: 1px solid #e8e8e8;
            }

        .filePoolVideoWrapper .item.noDetails .details h5.title {
            border-bottom: none;
            text-align: center;
            margin: 0;
            padding: 0;
        }

        .filePoolVideoWrapper .item .details h5.title a {
            color: #707277;
        }

            .filePoolVideoWrapper .item .details h5.title a:hover {
                color: #000;
            }

        .filePoolVideoWrapper .item .details .detailsItem {
            display: block;
            height: 16px;
            padding: 0 16px 0 0;
            font: normal 10px/1.4 Tahoma;
            color: #8e8e8e;
            background-image: url('/Image/fa/FilePoolSprites.png');
            background-repeat: no-repeat;
        }

            .filePoolVideoWrapper .item .details .detailsItem.fileUploader,
            .filePoolVideoWrapper .item .details .detailsItem.visitCount {
                background: none;
                padding-right: 0;
            }

            .filePoolVideoWrapper .item .details .detailsItem.dateTime {
                background-position: 100% -96px;
            }

            .filePoolVideoWrapper .item .details .detailsItem.fileSize {
                background-position: 100% -112px;
                display: inline-block;
                direction: ltr;
            }

        .filePoolVideoWrapper .item .details .tools {
            text-align: left;
        }

            .filePoolVideoWrapper .item .details .tools a {
                display: inline-block;
                width: 16px;
                height: 16px;
                background-image: url('/Image/fa/FilePoolSprites.png');
                background-repeat: no-repeat;
            }

                .filePoolVideoWrapper .item .details .tools a.twitter {
                    background-position: 0 0;
                }

                .filePoolVideoWrapper .item .details .tools a.facebook {
                    background-position: 0 -16px;
                }

                .filePoolVideoWrapper .item .details .tools a.linkedin {
                    background-position: 0 -32px;
                }

                .filePoolVideoWrapper .item .details .tools a.googlePlus {
                    background-position: 0 -48px;
                }

                .filePoolVideoWrapper .item .details .tools a.tellAFriend {
                    background-position: 0 -64px;
                }

    .filePoolVideoWrapper h2 {
        margin: 0 0 5px 0;
        padding: 0;
        font: normal normal 17px/1.8 NazaninBold;
        color: #5f7894;
    }

    .filePoolVideoWrapper .embedVideo {
        text-align: center;
        margin-bottom: 10px;
    }

    .filePoolListWrapper .items:after,
    .filePoolVideoWrapper .items:after,
    .filePoolVideoWrapper .item .itemBody:after,
    .filePoolVideoWrapper .item .details .tools:after,
    .filePoolVideoWrapper .videoDetailFooter:after,
    .filePoolVideoWrapper .videoFileInfo:after,
    .filePoolVideoWrapper .toolsBox:after,
    .filePoolVideoWrapper .toolsBox .left:after {
        content: " ";
        display: table;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .filePoolVideoWrapper .videoDetailFooter {
        margin-bottom: 10px;
    }

    .filePoolVideoWrapper .downloadFile {
        display: inline-block;
        float: left;
    }

    .filePoolVideoWrapper .videoFileInfo {
        background-color: #f3f6fa;
        border: 1px solid #cbd5e4;
        border-radius: 3px;
        margin-left: 146px;
        padding: 3px 4px 3px 0;
        height: 20px;
    }

        .filePoolVideoWrapper .videoFileInfo .fileInfo {
            display: inline-block;
            float: right;
            background-color: #e3e7ec;
            border-radius: 2px;
            padding: 0 4px;
            margin-left: 4px;
            font: normal 11px/20px Tahoma;
        }

    .filePoolDetails .description p,
    .filePoolVideoWrapper .description p {
        margin: 10px;
    }

    .filePoolDetails .description .detailHeader,
    .filePoolVideoWrapper .detailHeader {
        margin: 0;
        padding: 5px 10px;
        background: #FEFEFE;
        background: linear-gradient(to bottom, #fdfefe 0,#edf0f3 100%);
        border: 1px solid #dde2ea;
        border-radius: 5px;
        font: normal normal 15px/1.2 NazaninBold;
        color: #4c5a6a;
        text-shadow: 0 1px 0 #fff;
    }

    .filePoolVideoWrapper .singleColumn {
        width: 100%;
    }

    .filePoolVideoWrapper .gridColumn {
        width: 50%;
    }

    .filePoolVideoWrapper .toolsBox {
        height: 27px;
        margin-bottom: 10px;
        padding: 8px;
        background: #FEFEFE;
        background: linear-gradient(to bottom, #FEFEFE 0,#F3F4F6 100%);
        border: 1px solid #E7E8EE;
        border-radius: 3px;
    }

        .filePoolVideoWrapper .toolsBox .left {
            float: left;
            height: 27px;
        }

            .filePoolVideoWrapper .toolsBox .left .singleColumn {
                display: inline-block;
                float: left;
                width: 21px;
                height: 21px;
                margin-top: 3px;
                background: url('/Image/SingleColumn.png') no-repeat 0 0;
            }

            .filePoolVideoWrapper .toolsBox .left .gridColumn {
                display: inline-block;
                float: left;
                width: 21px;
                height: 21px;
                margin-top: 3px;
                background: url('/Image/MultipleColumns.png') no-repeat 0 0;
            }

                .filePoolVideoWrapper .toolsBox .left .singleColumn.selected,
                .filePoolVideoWrapper .toolsBox .left .gridColumn.selected {
                    border: none;
                    background-position: -21px 0;
                }

                .filePoolVideoWrapper .toolsBox .left .singleColumn:hover,
                .filePoolVideoWrapper .toolsBox .left .gridColumn:hover {
                    cursor: pointer;
                }

        .filePoolVideoWrapper .toolsBox .right {
            float: right;
            height: 27px;
        }

    .filePoolVideoWrapper .singleColumn.even .itemBody,
    .filePoolVideoWrapper .singleColumn.odd .itemBody {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.filePoolSimpleListSearch .searchPanel {
    margin: 0 auto 10px;
}

    .filePoolSimpleListSearch .searchPanel input[type="text"] {
        width: 174px;
    }

    .filePoolSimpleListSearch .searchPanel select {
        width: 100px;
    }

    .filePoolSimpleListSearch .searchPanel .dateTimeForm input[type="text"] {
        width: 80px;
    }

    .filePoolSimpleListSearch .searchPanel .dateTimeForm span {
        margin: 0;
        padding: 0;
        text-align: right;
    }

.filePoolSimpleListSearch .row {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}


.filePoolSimpleListSearch .row {
    background: none;
}

    .filePoolSimpleListSearch .row .column {
        display: table-cell;
        width: 25%;
        text-align: right;
        vertical-align: top;
        background: none;
    }

        .filePoolSimpleListSearch .row .column td {
            vertical-align: top;
        }

            .filePoolSimpleListSearch .row .column td span {
                width: 10px;
                min-width: 10px;
                line-height: 10px;
            }

.filePoolUploadFilePage .required {
    color: red;
}

.memberFilePoolItems .row {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

    .memberFilePoolItems .row .column {
        display: table-cell;
    }

    .memberFilePoolItems .row.header .column .label {
        color: #fff;
    }

    .memberFilePoolItems .row .column {
        width: 22.5%;
        text-align: center;
        vertical-align: middle;
        background: none;
    }

        .memberFilePoolItems .row .column.tableHeader {
            background: #CACFD9;
            background: linear-gradient(to bottom, #CACFD9 0,#77839C 67%);
            color: #FFF;
            text-align: center;
            padding: 5px 0;
        }

        .memberFilePoolItems .row .column.checkboxCol {
            width: 10%;
        }

/* End of Module FilePool3 */

/* Start of Module Link */
.linkCellCaption {
    margin: 5px;
}

.linksDecription {
    display: block;
}

.arrowLinks {
    background: url('/Image/arw-rtl.gif') no-repeat right 2px;
    padding-right: 8px;
    display: table-cell;
}

.linksLogo {
    margin-left: 5px;
    float: right;
    vertical-align: top;
}

    .linksLogo table {
        border-spacing: 0 !important;
    }

a:link.linkTitle, a:visited.linkTitle, a:active.linkTitle {
    font: normal normal 12px Tahoma, Verdana, Tahoma;
    color: #000;
}

a:hover.linkTitle {
    color: #cc0000;
}

.linkUrl {
    color: #aaa;
}

.linkBullet {
    background: url('/image/linkBullet.gif') no-repeat 0 6px;
    width: 7px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    float: right;
}

.linkText {
    display: table-cell;
}
/* End Of Module Link */

/* Start of Module DBForm */
.printDBForm {
    font: normal bold 13px 'Times New Roman';
    font-weight: bold;
    background-color: #F3F3F3;
    padding: 5px 10px 5px 10px;
}

.tableHeaderDBForm {
    background-color: #a99d5f;
    color: #fff;
    font: normal bold 14px 'Times New Roman';
    font-weight: bold;
}

.tableHeaderSelectDBForm {
    background-color: #496791;
    color: #fff;
    font: normal bold 14px 'Times New Roman';
    font-weight: bold;
}

.dbformFillEdit .textbox {
    width: auto;
}
/* End of Module DBForm */
/*********************************UI Designer*******************************/

.topContainer {
    margin: 0 auto;
    width: 990px;
    position: relative;
}

.menu {
    background: #0f3063 none repeat scroll 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 44px;
    margin: 0 auto;
    position: relative;
    width: 990px;
}

#divWelcome .content {
    color: #93cae9;
}

    #divWelcome .content a {
        color: #93cae9;
    }

.rightMenu {
    box-sizing: border-box;
    margin-right: 5px;
    width: 235px;
    clear: both;
}

.topLinks {
    width: 530px;
}

    .topLinks > ul {
        list-style: outside none none;
        margin: 0;
        padding-right: 5px;
        /*padding-top: 8px;*/
        padding-top: 12px;
    }

    .topLinks li {
        color: #fff;
        float: right;
        /*padding: 10px;*/
    }

        .topLinks li a {
            /*border-left: 1px solid #ad912d;*/
            color: #fff;
            font-family: SDF;
            font-size: 16px;
            padding-left: 20px;
            padding-right: 10px;
            position: relative;
        }
          .topLinks li a:before {
              content: "|";
              position: absolute;
              color: #ad912d;
              top: 8px;
              left: 0;
          }
            .topLinks li a:hover {
                color: #93cae9;
            }

.rightMenu .sf-menu.sf-vertical li > a:before {
    font-family: "FontIcon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
    font-size: 100%;
    content: "\e845";
    color: #ad912d;
    padding-left: 10px;
    transition: color 500ms ease-in-out;
}

.rightMenu .sf-menu.sf-vertical li a:hover:before {
    content: "\e846";
    font-family: "fonticon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
    font-size: 100%;
    color: #ad912d;
    padding-left: 10px;
}

.switchBarSelected {
    font-size: 14px !important;
}
/*****************************************effect********************************************/
.content.justifyText img {
    transition: all 500ms ease-in-out;
}

    .content.justifyText img:hover {
        box-shadow: -3px 3px 2px gray;
    }

.animatable {
    visibility: hidden;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation: fadeInUp 1s paused;
}

/* show objects being animated */
.animated {
    visibility: visible;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
/**************************************************/
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -ms-animation: fadeInUp 1s; /*Internet Explorer*/
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.leftPlace {
   float: left;
    width: 234px;
}
.newsRotatorFifaPager {
    background: none repeat scroll 0 0 #4e72a9 !important;
    direction: rtl;
    font-family: tahoma;
    font-size: 10px;
    height: 20px;
    margin: 0 auto;
}
.newsRotatorBoxHorizontalFifa {
    background: none repeat scroll 0 0 #e0e6f0 !important;
    border: 1px solid #a6a7a7 !important;
    margin: 1px auto 0;
    position: relative;
}
.content span {
    font-size: 16px !important;
}
.toolsAndSwitch {
    height: 35px;
    width: 100%;
    padding-top: 2px;
}

.leftPlaceColumn {
    margin-top: 37px;
}

.newsTitle1 {
    text-align: center;
    display: block;
    font-family: SDF !important;
    font-Size: 18px  !important;
    font-weight: bold !important;

}

.HeaderBG {
     min-height: 140px;
}