﻿/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.
-------------------------------------------------------------- */












/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
    border: none;
}

a {
    text-decoration: none;
}
/* Remember to define your own focus styles! */
:focus {
    outline: 0;
}

.clear {
    clear: both;
    display: block;
}

.hide {
    display: none;
}

.superhide {
    display: none !important;
    visibility: hidden !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.ulStyle {
    padding: 0px;
    margin: 0px;
    text-align:right;
    list-style-type: none;
}

.fontBold {
    font-weight: bold;
}

.transparent_class {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}

.nontransparent_class {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1 !important;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}

#mainWarpper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.NewsContent li {
}

    .NewsContent li.breakingText {
        display: block;
    }



.NewsflashContent {
    color: #fff;
    direction: rtl;
    display: inline-block;
    /*float: right;*/
    font-size: 22px;
    font-weight: bold;
    padding: 8px;
    width: 857px;
    margin-right: 80px;
}

.headerContent {
    position: relative;
}

#headerTopBar {
    margin-top: 8px;
    padding-right: 15px;
    line-height: 38px;
}

.headerDate {
    color: #AE4C4C;
    direction: rtl;
    height: 27px;
}

.dateNumber {
    margin-top: 8px;
    width: 21px;
    float: right;
    height: 23px;
    line-height: 28px;
    font-size: 14px;
    margin-left: 13px;
    text-align: center;
    background: url("../images/topBarSprite.png") -4px 1px;
}

.dateText {
    font-size: 14px;
    direction: rtl;
}

.headerServices {
    line-height: 43px;
    float: left;
    margin-left: 7px;
}

    .headerServices ul {
        direction: rtl;
    }

        .headerServices ul li {
            margin-top: 6px;
            float: right;
            margin-right: 7px;
            cursor: pointer;
        }

            .headerServices ul li a {
                background-image: url("../images/topBarSprite2.png");
                display: block;
            }

            .headerServices ul li.en-link a {
                background-image: none;
                color: #fff7b1;
                font-size: 20px;
                line-height: 23px;
                height: 18px;
                border-right: 1px solid #9c9eb7;
                padding-right: 9px;
            }

                .headerServices ul li.en-link a:hover {
                    text-decoration: underline;
                }

.androidApp {
    background-position: -3px -622px;
    width: 20px;
    height: 22px;
}

    .androidApp:hover {
        background-position: -3px -647px;
    }

.appleApp {
    background-position: 3px -571px;
    width: 12px;
    height: 22px;
    border-left: 1px solid #9c9eb7;
    padding-left: 10px;
    margin-right: 3px;
}

    .appleApp:hover {
        background-position: 3px -595px;
    }

/* Main Nav All cases Start */
.mainMenu {
    /*padding-right:25px;*/
    background-color: transparent;
    direction: rtl;
    height: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    margin-bottom: 5px;
}

.mainNav {
    margin-top: 5px;
    height: 37px;
    color: #000076;
    position: relative;
}

    .mainNav .mainNavUl .mainMenuItems {
        height: 30px;
        display: block;
        float: right;
        text-align: center !important;
    }

        .mainNav .mainNavUl .mainMenuItems .mainMenuItemsLinks {
            display: block;
            font-size: 16.5px;
            /*font-weight: bold;*/
            cursor: pointer;
            text-align: center;
            color: #656464;
            padding: 0 12px;
            line-height: 30px;
        }

        .mainNav .mainNavUl .mainMenuItems a.mainMenuItemsLinks:hover {
            /*text-decoration: underline;*/
        }

        .mainNav .mainNavUl .mainMenuItems.selected .mainMenuItemsLinks {
            background: #8388B8;
        }

        .mainNav .mainNavUl .mainMenuItems:hover .mainMenuItemsLinks {
            background: #3e3c3c;
            color: #fff;
        }

        .mainNav .mainNavUl .mainMenuItems:hover .bigMenuContainer {
            display: block;
        }


.bigMenuContainer {
    position: absolute;
    display: none;
}

.bigMenu {
    background: #FFF;
    padding: 10px 10px 10px 0px;
    border: 1px solid #D3D3D3;
    margin-top: 2px;
    /*-webkit-box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.5);*/
    /*-moz-box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.5);*/
   /* box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.5);*/
}

.bigMenuItem {
    float: right;
}

.bigMenuArticle {
    padding-left: 10px;
    border-left: 1px solid #E0E1EF;
    width: 200px;
    /*height: 162px;*/
}

.bigMenuArticleItem:after, .bigMenu:after {
    display: block;
    clear: both;
    content: "";
}

.bigMenuArticleItem {
    margin-bottom: 15px;
}

    .bigMenuArticleItem:last-child {
        margin-bottom: 0px;
    }

.bigMenuArticleItemImage {
    float: right;
    display: block;
    margin-left: 8px;
    text-decoration: none;
}

    .bigMenuArticleItemImage img {
        border: 1px solid #D7D7D7;
        vertical-align: bottom;
    }

.bigMenuArticleItemTitle a {
    color: #000;
    font-size: 13px;
    /*font-weight: bold;*/
}

.bigMenuArticleItemTitle {
    /*line-height: 13px;*/
}

.bigMenuSubSections {
}

.bigMenuSubSectionsItem {
    width: 150px;
    /*padding-right: 10px;*/
    text-align:right;
}

    .bigMenuSubSectionsItem:first-child a {
        border: none;
    }

    .bigMenuSubSectionsItem:hover {
        background-color: #dfe0e0;
        color: #FFF;
    }

        .bigMenuSubSectionsItem:hover a {
            color: #000000;
            background-position: right -12px;
            border-color: #dfe0e0;
        }

    .bigMenuSubSectionsItem a {
        font-size: 16px;
        font-weight: normal;
        color: #656464;
        margin-right: 15px;
        background: url('../images/menuArrows.png') no-repeat right 10px transparent;
        display: block;
        margin-left: 10px;
        border-top: 1px solid #EAECF7;
       min-height: 26px;
        line-height: 35px;
    }

.bigMenuItemBorder {
    border-left: 1px solid #E0E1EF;
}
/* End Simple search Block */
