
html, body {
	direction: rtl;
}
body {
	margin:0px;
	text-align:center;
	font-family: arial;
	font-size: 12pt;
	color: black;
	background-color:#ececec;
}
#all {
	display:table;
	width:723px;

	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/bg.jpg');
}
#logo {
	background-image:url('../images/logoRTL.jpg');
	text-align:left;
	height:111px;
}
#logo h1 {
	display:none;
}
#tabsDiv {
	background-image:url('../images/tabsBG.jpg');
	width:723px;
	text-align:center;
	height:35px;
}
#tabsTable {
	margin-left:auto; margin-right:auto;
	height:23px;
}
#tabsTable td {
	background-image:url('../images/tab.gif');
	background-repeat:no-repeat;
	padding-top:0px;
}
#tabsDiv a {
	width:110px; height:15px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:9pt;

}
#main {
	display:table;
}
#languages {
	padding-left:10px;
}
.languageFlag {
	border-width:0;
	padding:2px;
	margin-top:15px;
}
.chosenLanguageFlag {
	border-width:2px; border-style:solid; border-color:black;
	padding:2px;
}

#menu {
	float:right;
	width:157px;
	vertical-align:top;
}
#content {
	display:block;
	margin-right:157px;
	vertical-align: top;
	text-align:right;
	width:550px;
}
#menuRight {
	list-style-type: none;
	text-align:right;
	margin: 0px;
	padding:0px;
	word-wrap:break:word;
}

#menuRight li {
	background-image: url('../images/button1.jpg');
	height: 29px;
	padding-right:17px;
	padding-top: 12px;
	background-repeat: no-repeat;
	font-size: 10pt;
}
#menuRight li a {
	text-decoration:none;

}
#menuRight li a:hover {
	color: #0061AF;
	text-decoration: none;

}
#menuRight li.chosenMenuItem {
	background-image:url('../images/button2.jpg');
}
#footer {
	width:100%;
	background-color:#ececec;
	font-size:10pt;
}
#bottomInfoLine {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-top-style:none;
}
#bottomComs a {
	font-size:7pt;
}
#bottomCell a {
	font-size:10pt;
	color:black;
}
.alert {
	background-color:#63C3D3;
	color:white;
	padding:6px;
	border-style:solid; border-width:1px; border-color:#CADDEB;
	text-align:center;
}
.alert a {
	color:white;
}
.firstLine {
background-color:#63C3D3;
color:white;
}
.site td {
background-color:#63C3D3;
color:white;
}
.site td a {
	color:white;
}
.site td a:hover {
	color:#0061AF;
}
a {
	color:black;
}
a:hover {
	color:#0061AF;
}
input, textarea, select {
	font-family:arial;
}
h1 {
	font-size:14pt;
	margin:0;
}
h2 {
	font-size:13pt;
	margin:0;
}

.number {
	font-size:9pt;
}
.littleLinks td {
	font-size:9pt;
}