html {
  background-color: #afc4ce;
  background-image: url(images/MainBackground.png);
  background-repeat: no-repeat;
  background-position: top;
}

body {
  /*background-image: url(images/MainBackgroundBottom.png); */
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 25px 0px 0px 0px;
  overflow-y: scroll;
}

#Wrapper {
  width: 940px;
  margin: auto;
}

#TopHeader {
}

#TopHeaderLogo {
  height: 72px;
  margin: auto;
  text-align: center;
}

#WrapperTopHeaderMain {
  height: 134px;
  background-position: bottom;
  background-repeat: no-repeat;
}

#TopHeaderMain {
  height: 134px;
  background-image: url(images/TelAvivCityLogo.png);
  background-position: 15px 15px;
  background-repeat: no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#WrapperSearchBox {
  margin: 15px 0px;
  height:24px;
  text-align: left;
}

#SearchBox {
  float: left;
  height: 24px;
}

#SearchBtn {
  width: 106px;
  float: left;
}

.SearchBtnSpace {
  margin-left: 1px;
}

#SearchTextField {
  width: 177px;
  float: left;
  margin-left: 4px;
}

.SearchTextFieldDes {
  width: 174px;
  border: 0px;
  height: 22px;
  color: #979797;
  padding-left: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#WrapperMainBody {
  background-position: top left;
  background-repeat: no-repeat;
}

#MainBody {
  padding: 10px;
  /*background-image: url(images/MainBodyGrayBack.png);
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
}

#MainBodyBottom {
  height: 62px;
  padding-bottom: 3px;
}

#MainBodyHeader {
  height: 200px;
  margin-bottom: 20px;
  clear: both;
  border: 1px dotted #b2b2b2;
  text-align: center;
}

#MainBodyLeftSide {
  width: 300px;
  min-height: 520px;
  margin-right: 10px;
  margin-bottom: 20px;
  height: 300px;
  float: left;
}

#MainBodyRightSide {
  margin-bottom: 20px;
  margin: auto !important;
}

#MainBodyFooter {
  min-height: 100px;
  margin-bottom: 20px;
  clear: both;
  border: 1px dotted #b2b2b2;
  text-align: center;
}

#RightSideHeader {
  width: 750px;
  margin-bottom: 20px;
  clear: both;
}

.ronpic {
        margin: 0px 0px 0px 10px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
}

#RightSideRS {
  width: 290px;
  margin-left: 10px;
  float: right;
}

#RightSideLS {
  width: 290px;
  margin-right: 10px;
  float: left;
}

#TopHeaderMainTitle {
  float: right;
  margin-top: 10px;
  width: 598px;
}

#TopHeaderMainLogo {
  float: right;
  width: 168px;
  height: 102px;
}

#TopHeaderMainLogoTitle {
  margin: 15px 15px 0px 0px;
  float: right;
  width: 770px;
  height: 102px;
}

h1 {
  font: bold 52px arial;
  color: #efeee9;
  padding: 0px;
  margin: 0px;
  direction: ltr;
}

.errortext {
  padding: 0px;
  margin: 0px;
  color: #2f2f2f;
  font: bold 28px arial;
}

body {
		direction: rtl;
		margin: 0px;
}

.fspic {
		width: 110px;
        height: 75px;
		border: 1px solid #b7cad3;
        margin: 0px 0px 0px 10px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
}

.fsWrapper {
        font: normal 13px arial;
        margin-bottom: 30px;
}

.fsmaintitle {
		font: normal 13px arial;
        padding: 0px 0px 0px 5px;
		margin: 0px 0px 0px 0px;
}

.fsmaintext {
        padding: 3px 0px 10px 5px;
		margin: 0px 0px 0px 0px;
}

a.fs:link, a.fs:visited {
		color: #f35412;
        font-weight: bold;
		text-decoration: none;
}

a.fs:hover {
		color: #f35412;
        font-weight: bold;
		text-decoration: underline;
}

.fsarrow {
  padding-top: 1px;
  float: left;
  width: 52px;
  height: 16px;
  border: 1px dotted #e1dfdc;
  font: normal 10px arial;
  text-align: center;
  background-color: #f5f5f5;

}

.trytext {
  font-size: 26px;
  margin: 0px;
  width: 290px;
}

.trytitletext {
  font-size: 46px;
  width: 290px;
  text-align: right;
}




