﻿body {
    font-family: Yekan, tahoma, B yekan;
}
a{ text-decoration: none;}
@font-face { /*to use a custom font installed locally*/
    font-family: 'Yekan';
    src: url('../CSSFiles/font/BYekan.otf');
    src: /*url('../CSSFiles/font/BYekan.eot?#iefix') format('opentype'),*/ url('../CssFiles/font/BYekan.svg') format('svg'), url('../CssFiles/font/BYekan.woff') format('woff'), url('../CssFiles/font/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

header {
    width: 1280px;
    height: 126px;
    background-image: url(../Images/nkhHeader.png);
}

.ContainerSection {
    width: 340px;
    height: 262px;
    z-index: 26;
    border: solid 1px #cfd2d3;
    margin-top: 10px;
    float: right;
    margin-right: 10px;
}

.ContainerSectionHeader {
    background-image: url(../images/sectionHeader.png);
    height: 44px;
    background-repeat: no-repeat;
    border-bottom: solid 1px black;
}

    .ContainerSectionHeader span {
        color: rgb(25, 25, 112);
        font-family: Tahoma;
        font-size: 19px;
        float: right;
        margin: 8px 10px;
    }

.WebLink {
    background-color: #ffffff;
    text-align: right;
    height: 43px;
    line-height: 45px;
    border-bottom: solid 1px #dcdcdc;
}

    .WebLink:hover {
        background-color: #ffe9ff;
        cursor: pointer;
    }

    .WebLink a {
        color: #000080;
        vertical-align: super;
        text-decoration: none;
    }

    .WebLink div {
        direction: rtl;
        margin: 0 15px 0 0;
    }

        .WebLink div img {
            width: 20px;
            height: 20px;
        }

.RegisterCourseRequest {
    width: 81px;
    height: 23px;
    border: 0px #2F4F4F solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    background-image: url(../images/temp/index_Button1_bkgrnd.png);
    background-repeat: repeat-x;
    background-position: left top;
    color: #696969;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 13px;
    -moz-box-shadow: 0px 0px 1px #808080;
    -webkit-box-shadow: 0px 0px 1px #808080;
    box-shadow: 0px 0px 1px #808080;
    vertical-align: central;
    text-align: center;
}

.modalDialog {
    position: fixed;
    font-family: Yekan, tahoma, B yekan;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    overflow: scroll;
    text-align: center;
}

    .modalDialog > div {
        min-width: 400px;
        position: relative;
        margin: 10% 25%;
        padding: 30px;
        border-radius: 10px;
        background: #fff;
        text-align: center;
        width: auto;
        float: right;
    }

.close {
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -13px;
    text-align: center;
    top: -16px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    background: url('../pics/close2.png');
    width: 30px;
    height: 30px;
}

.row {
    display: table-row;
}

.AllRows {
    max-height: 650px;
}

.Cell2, .Cell3 {
    white-space: nowrap;
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Cell3 {
    text-align: center;
    vertical-align: middle;
}

.Cell2 {
    text-align: right;
}

.buttn {
    background: #0072C6;
    background-image: -webkit-linear-gradient(top, #0072C6, #2980b9);
    background-image: -moz-linear-gradient(top, #0072C6, #2980b9);
    background-image: -ms-linear-gradient(top, #0072C6, #2980b9);
    background-image: -o-linear-gradient(top, #0072C6, #2980b9);
    background-image: linear-gradient(to bottom, #0072C6, #2980b9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Yekan, tahoma, B yekan;
    color: #ffffff;
    font-size: 0.9em;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin-top: 5px;
    font-weight: bold;
    border: solid 1px;
}

    .buttn:hover {
        background: #0072C6;
        background-image: -webkit-linear-gradient(top, #0072C6, #0072C6);
        background-image: -moz-linear-gradient(top, #0072C6, #0072C6);
        background-image: -ms-linear-gradient(top, #0072C6, #0072C6);
        background-image: -o-linear-gradient(top, #0072C6, #0072C6);
        background-image: linear-gradient(to bottom, #0072C6, #0072C6);
        text-decoration: none;
    }

.Cell2 input[type=text], .Cell2 Label, .Cell3 > input[type=text], .Cell3 > input[type=number], .Cell3 Label, .Cell3 input[type=password] {
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #95B8E7;
    width: 200px;
}

.slideShowDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: auto;
}

    .slideShowDiv a {
        float: right;
        cursor: pointer;
    }
 
#imageSlider img {  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  905px; 
    height: 263px; 
    top:  0; 
    left: 0 
}
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

.textContiner {
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    width: 350px; height: 301px; margin-top: 11px; float: right; margin-right: 15px;
}
.textContiner div:first-child {
    height: 40px; border-bottom: solid 1px #cfd2d3;padding-top: 13px;text-align: right;
}
.textContiner div span {
    color: #191970; font-size: 17px; margin-right: 8px;
}
.textContiner p {
    text-align: right;
    direction: rtl;
    margin: 22px 9px 0 9px;
line-height: 25px;
}
#SoftwareSteps .Step {
    width: 225px;
    height: 87px;
    background-color: #fff;
    float: right;
    margin-right: 35px;
}
#SoftwareSteps .Step:first-child {
    margin-right: 15px;
}
.stepImage {
    background-image: url(../images/temp/SS.png);
    width: 74px;
    height: 87px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d2691e;
}
#SoftwareSteps span {
    top: 38%;position: relative;margin-right: 24px;color: rgb(255, 135, 98);font-size: 16px;
}
#SoftwareSteps .arrowImage {
    width: 38px; height: 33px;position: relative;
}
