/* CSS Document */

* {margin:0px; padding:0px}
body {direction:rtl; background-color:#C3E6F3; background-image:url(images/bg2.png); text-align:center; 
	 font-family:Arial, Helvetica, sans-serif;}
img {border:none;}
p {line-height:20px; margin-bottom:10px;}
a:link {background-color:#C4E5F4; color:#333333; text-decoration:underline; font-weight:bold; padding:0px 2px 0px 2px;}
a:visited {background-color:#C4E5F4; color:#333333; text-decoration:underline; font-weight:bold;}
a:hover {background-color:#0C82B8; color:#ffffff; text-decoration:underline; font-weight:bold;}
h1 {font-size:140%; color:#000000; margin-bottom:10px;}
h2 {font-size:120%; color:#079AE0; margin-bottom:5px;}
table {border:1px solid #999999; width:100%; padding:3px; text-align:center;}


/*CONTAINERS*/
#content{margin: 0 auto; background-color:#FFFFFF; background-image:url(images/footerbg.jpg); background-position:bottom; background-repeat:no-repeat; width: 716px; min-height:580px;}

#header {background-color:#77BEDE; background-image:url(images/header3.jpg); background-repeat:no-repeat; height:161px; max-height:161px;}
#news {background-color:#77BEDE; background-image:url(images/header4.jpg); background-repeat:no-repeat; height:66px; max-height:66px;}
#news_in {position:relative; padding-top:10px; margin-left:260px; width:340px; overflow:hidden;}
#textarea {float:left; padding:0px 10px 7px 10px; min-height:310px; overflow:visible; text-align:right;  font-size:95%; max-width:540px; width:540px;border-right:1px dashed #cccccc;}

#gallery {width:100%;text-align:center;}
#nav {width:130px; text-align:center;}
#right_container {padding-right:10px;}
#navcontainer {margin-bottom:20px;}
#moviebox {border:1px solid #cccccc; padding:3px; text-align:center;}
#footer {clear:both; color:#666666; margin-bottom:15px; padding:2px; margin-top:5px; font-size:70%; border-top:1px solid #cccccc; text-align:center;}
#footer a:link, a:visited {background-color:#FFFFFF; color:#666666; text-decoration:underline;}
#footer a:hover {background-color:#FFFFFF; color:#666666; text-decoration:none;}
#index_container {text-align:center;  margin-bottom:10px;max-width:95%; width:95%; font-size:95%; margin-top:10px;}
/*#index_container {text-align:center; max-width:95%; width:95%; font-size:95%; margin-top:10px; margin-bottom:70px;}*/
.box {float:left; text-align:right;
border-right:1px solid #77BEDE; border-left:1px solid #77BEDE;
 width:210px; padding:2px 4px 0px 4px; margin-right:4px;}
/*.box {float:left; text-align:right;
border-top:25px solid #77BEDE;
border-right:1px solid #77BEDE;
border-bottom:1px solid #77BEDE;
border-left:1px solid #77BEDE;
 width:45%; height:110px; overflow:hidden; padding:4px; margin:6px;}*/


/*CLASSES*/
.tmuna_left {border:1px solid #cccccc; float: left;	margin: 5px 9px 1px 9px; padding:3px; width:160px; height:120px; overflow:hidden;}
.tmuna_right {border:1px solid #cccccc; float: right; margin: 5px 9px 1px 9px; padding:3px; width:160px; height:120px; overflow:hidden;}
.tmuna_special {border:1px solid #cccccc; float: right; margin: 5px 0px 1px 9px; padding:3px; width:200px; height:133px; overflow:hidden;}
.yellow_malben{width:130px; text-align:center;}
.yellow_t {background: url(images/yellow_top.jpg) 0 0 no-repeat;}
.blue_malben{width:130px; text-align:center;}
.blue_t {background: url(images/blue_top.jpg) 0 0 no-repeat;}
.t {background: url(images/dot.jpg) 0 0 repeat-x;}
.b {background: url(images/dot.jpg) 0 100% repeat-x;}
.l {background: url(images/dot.jpg) 0 0 repeat-y;}
.r {background: url(images/dot.jpg) 100% 0 repeat-y;}
.bl {background: url(images/bl.jpg) 0 100% no-repeat;}
.br {background: url(images/br.jpg) 100% 100% no-repeat;}
.malben_head {color:#ffffff; font-size:130%; font-weight:bold;}
.koteret {color:#999999; font-weight:bold; text-align:center; clear:both;}
.tablehead {background-color:#079AE0; color:#FFFFFF; font-weight:bold;}




/*NAVIGATION*/

#navcontainer {float:right; border-top:1px solid #cccccc; font-size:95%; color:#77BEDE;  font-weight:bold;}
#navcontainer ul {list-style-type: none;}
#navcontainer a{background-color:#FFFFFF;display: block; width:130px; padding:7px 0px 7px 0px; border-bottom:1px solid #cccccc; text-decoration:none; color:#0C82B8;}
#navcontainer a:link, #navlist a:visited {color:#0C82B8;}
#navcontainer a:hover, #navlist a:active{background-color:#eee; text-decoration:none; color:#666666;}

/*IMAGE GALLERY*/
.thumbnail_right img{
border:1px solid #cccccc; float: right; margin: 5px 9px 1px 9px;
padding:3px; width:160px; height:120px; overflow:hidden;
}

.thumbnail_right:hover{
background-color: transparent;
}

.thumbnail_right span{ /*CSS for enlarged image*/
position:absolute;
background-color: white;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_right span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px; width:400px; height:300px;
}

.thumbnail_right:hover span{ /*CSS for enlarged image*/
visibility: visible;
top:100;
left: 110px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail_left img{
border:1px solid #cccccc; float: left;	margin: 5px 9px 1px 9px; padding:3px;
width:160px; height:120px; overflow:hidden;
}

.thumbnail_left:hover{
background-color: transparent;
}

.thumbnail_left span{ /*CSS for enlarged image*/
position:absolute;
background-color: white;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_left span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px; width:400px; height:300px;
}

.thumbnail_left:hover span{ /*CSS for enlarged image*/
visibility: visible;
top:100;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
