﻿@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);

body {
    margin: 0 auto;
    direction: rtl;
}

* {
    font-family: alef hebrew;
    padding: 0;
    outline: 0;
}

.wrapper {
    width: 960px;
    left: 50%;
    height: auto;
    margin: 0 auto;
    margin-left: -480px;
    position: absolute;
}

#nav-container {
    top: 0;
    margin: auto;
    background: url(../images/new_menu/nav-silver.jpg) no-repeat 0 0;
    height: 100px;
    width: 715px;
}

ul#nav {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul#nav li a {
        background-position: left top;
        background-repeat: no-repeat;
        display: block;
        text-indent: -9000px;
        position: absolute;
    }

    ul#nav:hover li a {
        background-position: left bottom;
    }

    ul#nav li a:hover {
        background-position: left center;
    }

    ul#nav li a span {
        background-repeat: no-repeat;
        display: none;
        position: absolute;
    }

    ul#nav li a:hover span {
        display: block;
    }

    ul#nav li a.home {
        background-image: url(../images/new_menu/nav-home.png);
        height: 37px;
        width: 118px;
        top: 70px;
        left: 5px;
    }

        ul#nav li a.home span {
            background-image: url(../Images/new_menu/home-icon.png);
            width: 40px;
            height: 34px;
            top: -40px;
            left: 45px;
        }

    ul#nav a.content {
        background-image: url(../images/new_menu/nav-content.png);
        height: 37px;
        width: 118px;
        top: 70px;
        left: 105px;
    }

    ul#nav li a.content span {
        background-image: url(../images/new_menu/content-icon.png);
        width: 45px;
        height: 27px;
        top: -36px;
        left: 40px;
    }

    ul#nav a.boydem {
        background-image: url(../images/new_menu/nav-boydem.png);
        height: 37px;
        width: 118px;
        top: 70px;
        left: 230px;
    }

    ul#nav li a.boydem span {
        background-image: url(../Images/new_menu/boydem-icon.png);
        width: 46px;
        height: 38px;
        top: -46px;
        left: 43px;
    }

    ul#nav a.links {
        background-image: url(../images/new_menu/nav-links.png);
        height: 37px;
        width: 118px;
        top: 70px;
        left: 370px;
    }

    ul#nav li a.links span {
        background-image: url(../images/new_menu/links-icon.png);
        width: 45px;
        height: 31px;
        top: -41px;
        left: 41px;
    }

    ul#nav a.private {
        background-image: url(../images/new_menu/nav-private.png);
        height: 37px;
        width: 118px;
        top: 70px;
        left: 490px;
    }

    ul#nav li a.private span {
        background-image: url(../images/new_menu/private-icon.png);
        width: 35px;
        height: 38px;
        top: -47px;
        left: 42px;
    }

    ul#nav a.contact {
        background-image: url(../images/new_menu/nav-contact.png);
        height: 37px;
        width: 118px;
        top: 70px;
        left: 580px;
    }

    ul#nav li a.contact span {
        background-image: url(../images/new_menu/contact-icon.png);
        width: 43px;
        height: 31px;
        top: -42px;
        left: 38px;
    }

label {
   position: relative;
    width: 60px;
    margin: 5px;
    color: black;
    border: 1px dotted silver;
    text-align: right;
}

h1 {
    position: absolute;
    top: 110px;
    right: 75px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bolder;
    color: rgb(255, 155, 255);
    text-align: right;
    text-decoration: none;
    line-height: 32px;
    text-shadow: 2px 2px 3px silver;
}

h2 {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: gray;
    text-align: right;
    text-shadow: 2px 2px white;
    padding: 5px 10px 0 5px;
    width: auto;
    height: auto;
    background: -moz-linear-gradient(225deg, rgba(234,224,222,1) 0%, rgba(234,224,222,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(234,224,222,1)), color-stop(100%,rgba(234,224,222,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* IE10+ */
    background: linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* W3C */
    box-shadow: 7px 8px 12px silver;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 7px;
    line-height: 1.1em;
}

h3 {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #1982d1;
    margin: 20px 0px 10px;
    text-align: right;
   }

h4 {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px 5px;
    text-align: right;
    padding: 5px;
    color: rgb(56, 56, 56);
}

    h4:hover {
        color: black;
        text-shadow: 2px 2px white;
    }

h5 {
    position: relative;
    font-family: "alef hebrew";
    font-size: 30px;
    font-weight: bold;
    color: #1982d1;
    margin: -3px -5px 16px;
    text-align: right;
    color: white;
    text-shadow: 2px 2px 12px #C1A49F;
    letter-spacing: 1px;
    line-height: 30px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Safari and Chrome */
}

.textbox {
    margin-top: 80px;
    margin-right: 150px;
    top: 300px;
    width: 615px;
    height: auto;
    margin-bottom: 40px;
}

p {
    float: left;
    text-align: justify;
    width: 100%;
    font-family: Arial;
    font-size: 16px;
    color: hotpink;
    margin-top: 20px;
    margin-right: 20px;
}

.text_secondary {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: gray;
    text-align: right;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.blockquote {
    background: -moz-linear-gradient(225deg, rgba(234,224,222,1) 0%, rgba(234,224,222,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(234,224,222,1)), color-stop(100%,rgba(234,224,222,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* IE10+ */
    background: linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* W3C */
    color: #0861a5;
    font-family: "Alef Hebrew";
    padding: 7px 12px 5px 10px;
    line-height: 22px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 5px 6px 6px silver;
    margin: 8px 5px 10px 10px;
    opacity: 0.9;
    vertical-align: top;
    display: inline-block;
}

    .blockquote:hover {
        color: black;
        background: white;
        padding: 8px 15px 8px 10px;
        line-height: 22px;
        font-size: 18px;
        font-weight: bold;
        -moz-border-radius: 8px;
        border-radius: 8px;
        box-shadow: 5px 6px 6px silver;
        margin: 5px 5px 10px 10px;
        width: auto;
        z-index: 100;
        border-left: 1px solid silver;
        border-top: 1px solid silver;
        display: inline-block;
        letter-spacing: 0.7px;
    }

#submit {
    position: relative;
    left: 50px;
    margin: 10px;
    top: -20px;
}

.maintext {
    color: #383838;
    margin-top: 50px;
    position: absolute;
    top: 150px;
    left: 250px;
    max-width: 600px;
    height: auto;
    z-index: 1;
    font-family: alef hebrew, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    font-variant: normal;
    text-align: right;
    direction: rtl;
}

    .maintext .table {
        position: relative;
        width: 600px;
        left: 0px;
        top: auto;
        background-color: White;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: rgb(255, 128, 255);
        z-index: 1;
        opacity: 0.9;
        filter: alpha(opacity=90);
        table-layout: auto;
    }

        .maintext .table:hover {
            background-color: transparent;
            z-index: -1;
            opacity: 0.1;
            filter: alpha(opacity=10);
            color: Black;
        }

    .maintext td {
        position: relative;
        font-weight: normal;
        direction: rtl;
        margin-right: 10px;
        padding: 5px;
        border-bottom: 1px solid #E3E3E3;
        background-color: #FAFAFA;
        vertical-align: top;
    }

    .maintext th {
        vertical-align: bottom;
        background-color: #5E5E5E;
        font-size: 22px;
        padding: 10px 10px 5px;
    }

tr.d0 td {
    background-color: #FAFAFA;
    color: black;
}

td, tr.d1 td {
    background-color: white;
    color: black;
}

    tr.d0 td:hover, tr.d1 td:hover, td:hover {
        color: white;
        background-color: gray;
        zoom: 120%;
        line-height: 22px;
        padding-right: 8px;
    }

#comment {
    position: fixed;
    bottom: 20px;
    left: 30px;
    float: left;
    width: 240px;
    height: 180px;
    background: -moz-linear-gradient(225deg, rgba(234,224,222,1) 0%, rgba(234,224,222,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(234,224,222,1)), color-stop(100%,rgba(234,224,222,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* IE10+ */
    background: linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* W3C */
    border: 8px outset silver;
    color: black;
    font-size: inherit;
    direction: rtl;
    padding: 0.5em;
    box-shadow: 7px 8px 10px silver;
    z-index: 0;
}

    #comment:hover {
        z-index: 10;
        background-color: pink;
    }

input {
    width: 130px;
    right: 50px;
    font-size: 18px;
}

:focus {
    left: 160px;
    background-color: rgb(232, 232, 232);
    color: blue;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
}

.sig_img {
    position: relative;
    left: -330px;
    height: 100px;
    width: 250px;
    bottom: -20px;
    background-color: transparent;
    z-index: 3;
    outline: 0;
}

table {
    counter-reset: rowNumber;
}

    table tr {
        counter-increment: rowNumber;
    }

        table tr td:first-child::before {
            content: counter(rowNumber);
            min-width: 1em;
            margin-right: 0.5em;
        }

.google_search_text {
    position: fixed;
    top: 21px;
    left: 50px;
    font-family: arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #4b8df7;
    font-weight: bold;
    text-shadow: 2px 2px 3px gray;
    line-height: 20px;
    z-index: 1;
}

.google_search {
    position: relative;
    left: 20px;
    top: -27px;
    width: 640px;
    z-index: -1;
}

    .google_search:hover {
        z-index: 10;
    }

.buttons_bottom {
    background: -moz-linear-gradient(225deg, rgba(234,224,222,1) 0%, rgba(234,224,222,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(234,224,222,1)), color-stop(100%,rgba(234,224,222,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* IE10+ */
    background: linear-gradient(225deg, rgba(234,224,222,1) 0%,rgba(234,224,222,0) 100%); /* W3C */
    position: fixed;
    bottom: 255px;
    left: 35px;
    z-index: 0;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 7px 8px 10px silver;
}

    .buttons_bottom:hover {
        background-color: pink;
        z-index: 10;
    }

.content_old {
    position: absolute;
    left: -380px;
    top: -140px;
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    background-color: #E6E6E6;
    opacity: 0.8;
    padding: 5px;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    border-radius: 11px;
    border-bottom-left-radius: 19% 18%;
    -moz-box-shadow: 8px 8px 8px silver;
    -webkit-box-shadow: 8px 8px 8px silver;
    box-shadow: 8px 8px 8px silver;
}


.content_new {
    position: absolute;
    left: -270px;
    top: -95px;
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    background-color: #E5FFF0;
    opacity: 0.8;
    padding: 5px;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    border-bottom-left-radius: 20% 18%;
    -moz-box-shadow: 8px 8px 8px silver;
    -webkit-box-shadow: 8px 8px 8px silver;
    box-shadow: 8px 8px 8px silver;
}

.minor {
    position: absolute;
    left: -405px;
    top: 0px;
    width: auto;
    height: auto;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    background-color: pink;
    opacity: 0.8;
    padding: 5px;
    -ms-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    border-bottom-left-radius: 15% 25%;
    -moz-box-shadow: 8px 8px 8px silver;
    -webkit-box-shadow: 8px 8px 8px silver;
    box-shadow: 8px 8px 8px silver;
}

    .content_old:hover, .content_new:hover, .minor:hover {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        z-index: 10;
        line-height: 30px;
        font-size: 20px;
        font-weight: bolder;
        background-color: white;
        color: gray;
        border: 3px solid #E2B642;
        opacity: 0.8;
    }

.text_head_line {
    border: 1px solid #A6A6A6;
    position: relative;
    height: auto;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    right: 0px;
    background-color: gray;
    opacity: 0.4;
}

    .text_head_line:hover {
        font-size: 20px;
        color: white /*rgb(255, 155, 255)*/;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        line-height: 30px;
        right: 0px;
        background-color: Black;
        opacity: 1;
        color: #E2B642;
    }
