/*Copyright Mordechay Katan*/
body.he{
  direction: rtl;
}

@media print {
	@page {
 		size: landscape;
	}
	body {
		margin-top: -10px;
	}	
	#idMenu *, .csSliderModule, div#idLogo *{
		display:none;
	}
}
.csFloatChildren {
    clear:both;
    overflow: auto;
}

.csFloat, .csFloatChildren * {
  float:left;
}

.csFloatOtherSide, .csFloatOtherSideChildren * {
  float:right;
}
body.he .csFloatOtherSide,body.he .csFloatOtherSideChildren *{
  float:left;
}

body.he .csFloat,body.he .csFloatChildren *{
  float:right;
}

.csNoFloatChildren *, body.he .csNoFloatChildren * {
  float:none;
}


.csOtherside
{
  direction: rtl;
}

body.he .csOtherside 
{
  direction: ltr;
}

body{
  background-color:black;
}
body, td, p, th, ul li span{
  color:#FFE639;
  font: normal 16px Arial;
}
form{
 padding:0px;
}
ul li{
  color:#404D6E;
}
div#idMain
{
    width:796px;
    margin:0px auto;
}

div#idIntro
{
	width: 294px;
}


div#idHeader
{
    width:100%;
}

.csHeadline1, h1{
  font-weight:bold;
  font-size:22px;
  padding-bottom:10px;
}

.csHeadline2{
  font-weight:bold;
  font-size:18px;
  padding-bottom:10px;
}

div.csHeadline3{
  font-weight:bold;
  font-size:16px;
  padding-bottom:10px;
}

a, a:visited, a:active{
  color: #8B92AD;
}
a span{padding:4px 0 4px 0;}
a:hover{
  padding:4px 0 0px 0;
  color: #B7BACA;
}

a.csSelectedLink
{
font-weight:bold;
}

.csTable dl 
{
    margin-right:20px;
    width:80%;
    clear:both;
    overflow: auto;        
}
.csTable dt,.csTable dd{
    border-top: 1px solid black;
    margin:0px;   
}
.csTable dt
{
    width:20%; 
}
.csTable dd
{
    width:80%;    
}
