body { color: #ffffff;
background-color: #939598;
background-image:url(background.jpg);
margin: 0px;
padding: 0px;
font-family: Tahoma;
font-size: 10pt;
text-align: justify;}

.border {
border-left: 1px #FFFFFF solid;
border-right: 1px #FFFFFF solid;}

.pic_border {
border-left: 1px #FFFFFF solid;
border-right: 1px #FFFFFF solid;
border-top: 1px #FFFFFF solid;
border-bottom: 1px #FFFFFF solid;
}

.red_border {
border-left: 1px #FF0000 solid;
border-right: 1px #FF0000 solid;
border-top: 1px #FF0000 solid;
border-bottom: 1px #FF0000 solid;
}

.side { background-color: #de0024;
border-left: 1px #FFFFFF solid;
border-right: 1px #FFFFFF solid;
border-top: 1px #FFFFFF solid;
border-bottom: 1px #FFFFFF solid;}

.menu_bg { background-color: #de0024;
border-top: 1px #FFFFFF solid;
border-bottom: 1px #FFFFFF solid;}

.margin{ margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;}

.text { font-family:Tahoma;
font-size: 10pt;
margin: 0px;
padding: 0px;
text-align:justify;
direction:rtl;}

.text_bold { font-family:Tahoma;
font-size: 10pt;
margin: 0px;
padding: 0px;
text-align:justify;
direction:rtl;
font-weight:bold;}

.s_title { font-family:Tahoma;
color: #ece191;
font-size: 10pt;
margin: 0px;
padding: 0px;
text-align:justify;
direction:rtl;
font-weight: bold;}

.important {font-family:Tahoma;
color: #FF0000;
font-size: 10pt;
margin: 0px;
padding: 0px;
text-align:justify;
direction:rtl;
font-weight:bold;}

.yellow { font-family:Tahoma;
color: #ece191;
font-size: 10pt;
margin: 0px;
padding: 0px;
text-align:justify;
direction:rtl;}

a.more:link {color: #ece191;
text-decoration: underline;
font-weight:bold;}

a.more:visited {color: #ece191;
text-decoration: underline;
font-weight:bold;}

a.more:hover {color: #FFFFFF;
text-decoration: none;
font-weight:bold;}

.title { font-family:Tahoma;
font-size: 14pt;
margin: 0px;
padding: 0px;
direction:rtl;
}

a.ramahost:link {color: #FFFFFF;
text-decoration: underline;}

a.ramahost:visited {color: #FFFFFF;
text-decoration: underline;
}

a.ramahost:hover {color: #ece191;
text-decoration: none;}

a.email:link {color: #FFFFFF;
text-decoration: underline;}

a.email:visited {color: #FFFFFF;
text-decoration: underline;
}

a.email:hover {color: #ece191;
text-decoration: none;
font-weight:bold;}

a.menu:link {color: #FFFFFF;
text-decoration: none;
font-weight:bold;}

a.menu:visited {color: #FFFFFF;
text-decoration: none;
font-weight:bold;}

a.menu:hover {color: #000000;
text-decoration: underline;}

.list { margin: 0px;
padding: 0px;}

select { 
 background-color: #FFFFFF; 
 color: #000000;
 font-family: Tahoma;
 direction:rtl;
 }
 
 .thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

input { 
font-family: Tahoma;
direction: rtl; 
}

textarea { 
font-family: Tahoma;
direction: rtl; 
}

html{
scrollbar-base-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #383838;
}