
html, body {
	direction: rtl;
}
body {
	margin:0px;
	text-align:center;
	font-family: arial;
	font-size: 12pt;
	color: white;
	padding-top:40px;
	background-color:#262626;
}
td {
	color:white;
}
#all {
	display:table;
	width:800px;

	margin-left: auto;
	margin-right: auto;


	/* border color : */
	border: solid 1px white;


	/* background image : */
	/* background-image:url('../images/bg.jpg'); */
	/* background color : */
	background-color:#8f0f0f;
}
#logo {
	background-image:url('../images/logoRTL.jpg');
	text-align:left;
	height:125px;
}
#logo h1 {
	display:none;
}

#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:170px;
	vertical-align:top;
}
#content {
	display:block;
	margin-right:170px;
	vertical-align: top;
	text-align:right;
}
#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;
	color: white;
}
#menuRight li a:hover {
	color: #feaa62;
	text-decoration: none;

}
#menuRight li.chosenMenuItem {
	background-image:url('../images/button2.jpg');
}
#footer {
	margin-right:auto;
	margin-left:auto;
	width:800px;
	border:solid 1px white;
	border-top-width:0;
	display:block;
	font-size:10pt;
	color:white;
	background-color:#640202;

}

#bottomLinks, #bottomLinks a {
	font-size:10pt;
	color:white;
}
#bottomLinks a:hover {
	color:#feaa62;
}
#bottomComs a {
	font-size:7pt;
}
.alert {
	background-color:#640202;
	color:white;
	padding:6px;
	border-style:solid; border-width:1px; border-color:#CADDEB;
	text-align:center;
}
.alert a {
	color:white;
}
.firstLine {
	background-color:#640202;
	color:white;
}
.site td {
	background-color:#640202;
	color:white;
}
.site td a {
	color:white;
}
.site td a:hover {
	color:#feaa62;
}
a {
	color:white;
}
a:hover {
	color:#feaa62;
}
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;
}
.bordered {
	border:solid 1px white;
	margin:5px;
	float:left;
	font-size:9pt;
}
.bordered a {
	text-decoration:none;
}