﻿html { 
	background: url("/Images/Background.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: bottom;
    height: 100%;
}

body {
    margin: 0;
    font-family: Tahoma;
    color: #000;
    height: 100%;
}

#form1 {
    height: 100%;
}

.backgroundArea {
}

.navigationLinks {
    font-size: 13px;
    color: white;
    text-align: center;
    font-weight: bold;
    -webkit-text-shadow: #bbb 2px 2px 4px;
    text-shadow: #bbb 2px 2px 4px;
	direction: rtl;
}

.navigationLinks a{
    color: white;
    text-decoration: none;
}

.navigationBar {
    margin-top: 30px;
}

    .navigationBar li {
        float: left;
        margin-right: 20px;
    }

.navigateIcon {
    height: 20px;
    cursor: pointer;
}

.navigateIconContainer {
    text-align: center;
}

#SiteName {
    position: fixed;
    right: 30px;
    top: 30px;
}

#SiteName2 {
    margin-top: 14px;
    display: none;
}

.titleArea {
    /*opacity: 0.8;*/
    background-color: rgba(255, 255, 255, .8);
    height: 150px;
    width: 100%;
    margin-top: 50px;
}

.footerArea {
    margin-bottom: 50px;
}

.part {
    margin-top: 50px;
}

.contentHeaderArea {
    width: 100%;
    min-height: 20px;
    background-color: rgba(255, 255, 255, .9);
    /*opacity: 0.8;*/
    border-bottom: 1px solid rgba(225, 225, 225, .8);
    padding-bottom: 1px;
}

.contentHeaderTitle {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    -webkit-text-shadow: 2px 2px 4px #999;
    text-shadow: 2px 2px 4px #999;
    direction: rtl;
    padding: 20px;
}

.contentTitle {
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    -webkit-text-shadow: 2px 2px 4px #999;
    text-shadow: 2px 2px 4px #999;
    direction: rtl;
    padding: 20px 0;
}

.contentArea {
    width: 100%;
    height: auto;
    min-height: 40px;
    background-color: rgba(255, 255, 255, .8);
    /*opacity: 0.8;*/
    border-top: 1px solid rgba(240, 240, 240, .9);
    border-bottom: 1px solid rgba(210, 210, 210, .8);
}

.contentFooterArea {
    width: 100%;
    min-height: 20px;
    background-color: rgba(255, 255, 255, .9);
    /*opacity: 0.8;*/
    border-top: 1px solid rgba(255, 255, 255, .8);
}

.fillHeight {
    height: 100%;
}

.keepSizing {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}

.smallRoundCorner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/Styles/PIE.htc);
}

.smallTopRoundCorner {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    behavior: url(/Styles/PIE.htc);
}

.smallBottomRoundCorner {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    behavior: url(/Styles/PIE.htc);
}

.largeRoundCorner {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/Styles/PIE.htc);
}

.largeTopRoundCorner {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    behavior: url(/Styles/PIE.htc);
}

.largeBottomRoundCorner {
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    behavior: url(/Styles/PIE.htc);
}

.narrowBorderShadow {
    -webkit-box-shadow: #55f 0px 0px 5px;
    box-shadow: #55f 0px 0px 5px;
}

.wideBorderShadow {
    -webkit-box-shadow: #55f 0px 0px 10px;
    box-shadow: #55f 0px 0px 10px;
}

.articleHeaderArea {
    min-height: 50px;
    padding: 20px 20px 5px 20px;
    direction: rtl;
}

.articleTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    -webkit-text-shadow: 2px 2px 4px #999;
    text-shadow: 2px 2px 4px #999;
}

.articleAuthor {
    text-align: left;
    font-size:10px;
    margin-top:10px;
}

    .articleAuthor a {
        text-decoration: none;
        color: #000;
    }

        .articleAuthor a:hover {
            text-decoration: underline;
        }

.articleParagraph {
    margin-bottom: 10px;
    text-align: justify;
}

.articleBody {
    padding: 20px;
    direction:rtl;
    text-align: right;
    font-size: 14px;
}

.articleBody li{
    list-style-type: circle;
    margin-right: 30px;
}

.articleBody ul{
    margin-top: 10px;
    margin-bottom: 10px;
}

#HeaderPoem {
    margin-left: 140px;
    margin-top: 8px;
}

.leftBarArticleLink {
    text-align: right;
    font-size: 12px;
    margin: 5px;
    direction: rtl;
}

    .leftBarArticleLink a {
        text-decoration: none;
        color: black;
    }

        .leftBarArticleLink a:hover {
            text-decoration: underline;
        }

.leftBarNewsDate {
    text-align: right;
    font-size: 10px;
    margin: 5px;
    direction: rtl;
}

.leftBarNewsAbstract {
    text-align: justify;
    font-size: 12px;
    margin: 5px;
    direction: rtl;
}

.leftBarNewsLink {
    text-align: right;
    font-size: 12px;
    margin: 5px;
    direction: rtl;
    font-weight: bold;
}

    .leftBarNewsLink a {
        text-decoration: none;
        color: black;
    }

        .leftBarNewsLink a:hover {
            text-decoration: underline;
        }

.leftAd01 {
    text-align: center;
    padding-top: 2px;
}

.leftBarContent {
    text-align: center;
    display: inline-table;
}

.bottomAd01 {
    text-align: center;
    padding-top: 2px;
}

.inputArea {
    display: inline-block;
}

.singleLineInput {
    font-family: Tahoma;
    width: 380px;
}


.multiLineInput {
    font-family: Tahoma;
    width: 380px;
    min-height: 120px;
}

.colorBoxArea {
    margin: 20px;
    text-align: right;
    direction: rtl;
}

.colorBoxInputTitle {
    color: #c90;
    font-size: 12px;
    margin: 0 auto 2px auto;
}

.colorBoxInputField {
    width: 100%;
    margin: 0 auto 10px auto;
    font-family: Tahoma;
}

.colorBoxInputButton {
    font-family: Tahoma;
    margin-bottom: 10px;
}

.colorBoxText {
    font-size: 12px;
    margin-bottom: 10px;
}

.colorBoxDescription {
    color: #c50;
    font-size: 12px;
    margin-bottom: 10px;
}

.alignCenterArea {
    text-align: center;
    margin: 0;
}

