﻿/*	LAYOUT
/*-----------------------------------------------------------------------------------*/

#wrapper ul {
    padding: 0 0 20px 0;
    display: block;
    overflow: hidden;
}

/*#wrapper ul li
            {
                line-height: 20px;
                list-style: none;
                display: block;
                background: transparent url(style/images/bullet.jpg) no-repeat left 8px;
                padding-left: 20px;
            }

            #wrapper ul.check-list
            {
                padding: 0 0 20px 0;
                display: block;
                overflow: hidden;
            }

                #wrapper ul.check-list li
                {
                    line-height: 20px;
                    list-style: none;
                    display: block;
                    background: transparent url(style/images/check.png) no-repeat left 0px;
                    padding-left: 30px;
                }
*/
.tab-content {
    background-color: #FFF;
    -moz-box-shadow: 0px 1px 2px #9f9f9f;
    -webkit-box-shadow: 0px 1px 2px #9f9f9f;
    box-shadow: 0px 1px 2px #9f9f9f;
    width: 100%;
    float: left;
    padding: 20px;
    margin-top: 10px;
    min-height: 380px;
}

    .tab-content div.tab {
        display: none;
        padding: 0;
    }

        .tab-content div.tab.show {
            display: block;
        }

    .tab-content h3 {
        text-align: right;
        direction: rtl;
        background: url('/images/icons/line.png') repeat-x bottom;
    }

    .tab-content div.tab div {
    }


/*-----------------------------------------------------------------------------------*/
#divLanguageContent
{
    width:200px;
    margin:5px auto;
}
.divTitle {
    text-align: center;
    padding: 10px;
    font: 22px Verdana,Arial;
    font-weight: bold;
}

.lblStyle {
    /*font-family: 'Amiri', serif;*/
    font-family: "HelveticaNeueLTW20";
    font-size: 18px;
    /*font-weight: bold;*/
    color: Gray;
    text-align: right;
    padding: 5px;
}

.lblStyleS {
    /*font-family: 'Amiri', serif;*/
    font-family: "HelveticaNeueLTW20";
    font-size: 16px;
    /*font-weight: bold;*/
    color: Gray;
    text-align: right;
    padding: 5px;
}
.lblStyleB {
    font-family: "HelveticaNeueLTW20";
    font-size: 20px;
    font-weight: bold;
    color: Gray;
    text-align: right;
    padding: 5px;
}
.RightStyle {
    text-align: right;
}


.TextBoxStyle {
    text-align: right;
    font-family: Arial;
    font-size: 18px;
    width: 200px;
    border: 1px solid white;
    border-radius: 5px;
    padding-right: 5px;
    box-shadow: 0 0 5px 1px #FAF6BB;
    margin: 5px;
}

/**/
.Right-Column {
    float: right;
    width: 230px;
    margin-top: 10px;
}

.Left-Column {
    float: left;
    width: 720px;
    margin-bottom: 10px;
}

#promobar {
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    right: 0;
    border-top: 1px solid white;
    /*text-shadow: 0 1px 1px white;*/
    display: none;
    z-index: 999;
    height: 40px;
    display: block;
}

.promobar_back {
    position: absolute;
    height: 40px;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: white;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#EDEDED), to(#FFFCFE));
    background-image: -o-linear-gradient(top, #EDEDED, #191819);
    background-image: linear-gradient(top, #EDEDED, #FFFCFE);
}

.promobar_collapse:hover {
    background-color: #F6F6F6;
    box-shadow: 0 0 5px #333;
}

.promobar_collapse {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    text-shadow: 0 1px 0 white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}

Div.DivStyles {
    float: left;
    z-index: 9999;
    height: 35px;
    padding: 3px;
}

    Div.DivStyles ul li {
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        margin-left: 10px;
        border: 1px solid white;
    }

        Div.DivStyles ul li#LiStyle1 {
            background-color: #363636;
        }

        Div.DivStyles ul li#LiStyle2 {
            background-color: #81c9d6;
        }

        Div.DivStyles ul li#LiStyle3 {
            background-color: #f1bf55;
        }
/* ====================== START NEWS-HOME ====================== */
.news-home {
    height: 36px;
    line-height: 25px;
    background: #f3f0f0;
    /*border: 1px solid #e1dfdf;*/
    padding: 3px 0;
    overflow: hidden;
    background: #FFFFFF;
}

    .news-home h3 {
        padding: 0 50px 0 20px;
        font-size: 19px;
        margin: 2px 0 2px 8px;
        background: url('/images/icons/pencil.png') no-repeat right center;
        float: left;
        border-left: 1px solid #CA5A5A;
        overflow: hidden;
        color: #711;
    }

    .news-home ul {
        list-style: none;
        float: left;
        margin: 0;
    }

    .news-home li {
        width: 800px;
        direction: rtl;
        text-align: right;
        background-color:rgb(255, 255, 255);
    }

    .news-home .inner {
        width: 966px;
        margin: 0 auto;
    }

    .news-home li a {
        /*font-family: Arial;*/
        font-size: 16px;
        font-weight: bold;
        color: black;
        text-decoration: none;
    }

        .news-home li a:hover {
            color: Blue;
        }
/* ====================== END NEWS-HOME*/
.divPanel {
    float: left;
    width: 230px;
    background-color: #FFF;
    -moz-box-shadow: 0px 1px 2px #9f9f9f;
    -webkit-box-shadow: 0px 1px 2px #9f9f9f;
    box-shadow: 0px 1px 2px #9f9f9f;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 5px;
    list-style: none;
    
    font-size: 17px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
}

    .divPanel h2 {
        direction: rtl;
        text-align: right;
        padding: 10px 50px 10px 0;
        font-size: 20px;
    }

.divPanelContent {
}

div.LargeMenu {
    width: 600px;
    margin: 30px auto;
    overflow: hidden;
    height: 103px;
}

    div.LargeMenu li {
        display: block;
        float: right;
        width: 100px;
        height: 100px;
        margin-right: 50px;
    }

    div.LargeMenu a {
    }

    div.LargeMenu img {
        opacity: .8;
        filter: alpha(opacity=80);
    }

        div.LargeMenu img:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }
/***/
#PageHeader {
    width: 100%;
    height: 150px;
}

.HeadBaner {
    width: 960px;
    height: 150px;
    margin: 0 auto;
    /*background: url('/images/header-baner1.jpg');*/
}

.scrol ul li {
    padding: 9px 0;
    background: url('/images/icons/line.png') repeat-x bottom;
}

    .scrol ul li span {
        font-size: 15px;
        font-weight: bold;
        color: #340e5a;
    }/**/

/*All Control Panel*/
.divLanguageSite
{
    padding:5px;
}

