﻿
html, body {
     margin: 0;
     padding: 0;
     height: 100%;
     width: 100%;
}

body {
     direction: rtl;
     margin-left: 0px;
     margin-top: 10px;
     margin-right: 0px;
     margin-bottom: 0px;
     background-color: #FFFFE0;
	 font-family: Tahoma ;
	 font-size: 10pt;
}

#my_id1 {
    border: 10px solid #c4c8cc;
    -moz-border-radius: 25px 0px;
    -moz-border-bottom-colors: #303 #404 #606 #808 #909 #A0A;
    -moz-border-top-colors: #303 #404 #606 #808 #909 #A0A;
    -moz-border-left-colors: #303 #404 #606 #808 #909 #A0A;
    -moz-border-right-colors: #303 #404 #606 #808 #909 #A0A;
}

div.bkgc {
    width:960px; 
    border-right-width: 8px;
    border-left-width: 8px;
    border-style: solid;
    border-color:transparent;
    margin-bottom: 15px;
 
    background: rgb(255,255,244); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(255,255,244,1) 57%, rgba(255,255,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(57%,rgba(255,255,244,1)), color-stop(100%,rgba(255,255,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(255,255,244,1) 57%,rgba(255,255,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(255,255,244,1) 57%,rgba(255,255,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(255,255,244,1) 57%,rgba(255,255,240,1) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(255,255,244,1) 57%,rgba(255,255,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff4', endColorstr='#fffff0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#link1 td {
    width: 12.5%;
    height: 24px;
    text-align: center;
    vertical-align: middle;
	font-size:8pt; 
	color:black;
    background-color:#C3BEB6;
	text-decoration:none; 
}
#link1 td:hover {
    width: 12.5%;
    height: 24px;
    text-align: center;
    vertical-align: middle;
	font-size:8pt; 
	color:maroon; 
    background-color: green ;
	text-decoration:none;
}

#link2 a {
	text-decoration:none; 
}
#link2 a:hover {
	text-decoration:none;
}

td.m1 {
    text-align: center;
    color: black ;
}
td.m1:hover {
    text-align: center;
    color: black ;
}

#shadow1 {
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px #888;
}
#shadow2 {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
#shadow3 {
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 2px #888;
	border-radius: 5px;
}

td.header1,div.header1 {
	font-size: 10pt;
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 51%, rgba(179,190,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(51%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 51%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 51%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 51%,rgba(179,190,173,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 51%,rgba(179,190,173,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

a.l1 {
	text-decoration: none;
	color: black;
	font-size: 9pt;
}

a.l1:hover {
	text-decoration: none;
	color: black;
	font-size: 9pt;
}

td.mainl {
	float: right;
	width: 215px;
    min-height: 100%;
	margin-right:2px;
	font-size:10pt;
	text-align: center;
	vertical-align: top;
	border-top: 1px black solid ;
}

td.mainc {
	float: right;
	width: 720px;
	min-height: 600px;
	margin-right: -2px;
    padding: 8px;
	text-align:justify;
	vertical-align: top;
	border: 1px black solid;
}
/*-------------------------------------------------------------------------------------*/
div.mainmenu {
    width: 740px;
    position: absolute;
    left: auto;
    top: 157px;
    z-index: 1;
}

div.menu {
    float: right;
    margin-left: 0px; 
}

div.popup a:hover { 
    background-color:lime;
}

div.menu:hover div:first-child { 
    border-bottom: medium red solid ; 
}

div.menu div {
    width: 97.6px;
    height: 15px;
/*    width: 115px;*/
    padding: 4px;
    font-size: 10pt;
    color: black ;
    background-image: url('IMG/temp.png');
}

div.menu div.popup {
    display: none; 
    width:91.9px;
}

div.menu:hover div.popup { 
    border-bottom-style: groove ;
    border-width: 1px;
    display:block ; 

    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 51%, rgba(179,190,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(51%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 51%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 51%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 51%,rgba(179,190,173,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 51%,rgba(179,190,173,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

div.popup div, div.popup a { 
    width: 91.9px; 
    display:block;
    color: black; 
    text-decoration: none; 
    margin: 2px 2px 2px 2px; 
}

div.popup div + div, div.popup a + a { 
    width: 91.9px; 
    margin-top: 10px; 
} 
/*-------------------------------------------------------------------------------------*/

#textbox {
	width: 400px;
	font-family: Tahoma;
	font-size: 11pt;
	
	
}

img.imgbkg {
background: rgb(230,240,163); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(230,240,163,1) 21%, rgba(255,0,4,1) 42%, rgba(97,104,55,1) 55%, rgba(242,255,0,1) 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(21%,rgba(230,240,163,1)), color-stop(42%,rgba(255,0,4,1)), color-stop(55%,rgba(97,104,55,1)), color-stop(77%,rgba(242,255,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(230,240,163,1) 21%,rgba(255,0,4,1) 42%,rgba(97,104,55,1) 55%,rgba(242,255,0,1) 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(230,240,163,1) 21%,rgba(255,0,4,1) 42%,rgba(97,104,55,1) 55%,rgba(242,255,0,1) 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(230,240,163,1) 21%,rgba(255,0,4,1) 42%,rgba(97,104,55,1) 55%,rgba(242,255,0,1) 77%); /* IE10+ */
background: linear-gradient(45deg,  rgba(230,240,163,1) 21%,rgba(255,0,4,1) 42%,rgba(97,104,55,1) 55%,rgba(242,255,0,1) 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#f2ff00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}










