div.description {
    margin: 2em;
    color: #333;
}

div.contacts {
    color: #333;
    text-align: center;
}

div.signature {
    margin-top: 20px;
    padding: 5px 0 13px 0;
    border-top: 1px solid #ccc;
	clear: right;
	text-align: center;
}

div.signature span.title {
    font-size: 1.5em;
}

div.signature span.contacts {
    color: #333;
    font-size: 0.9em;
}

div.pagination {
    font-size: 1.25em;
}

div.pagination span.current {
    font-size: 2em;
}

span.gap {
    color: black;
}

span.disabled {
    display: none;
}

div.form {
    color: #444;
}

div.form_element {
    margin-bottom: 15px;
}

div.form_element input, textarea {
    font-size: 12pt;
    border: 1px solid #999;
    width: 280px;
}

div.form label {
    display: inline-block;
    text-align: left;
    width: 6.5em;
    vertical-align: top;
    padding-left: 10px;
}

div#cb_form {
    margin: 0 115px 0 0;
}

div#mandotary {
    margin-bottom: 30px;
}

input#b_form {
    padding: 0 10px;
    margin: 20px 115px 0 0;
}

ul#rs {
	margin: 0 auto; padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

ul#rs li {
	overflow: hidden;
	clear: right;
	border-top: 1px solid #ccc;
	margin: 0;
}

div.rs_left {
	float: right;
	margin: 15px 35px 0 0;
	width: 85%;
}

div.date {
	width: 50px;
	margin: 20px 0 0 0;
	float: right;
	text-align: center;
}

div#number {
	font-size: 1.35em;
	color: steelblue;
}

div#word {
	margin: 3px 0 0 0;
	color: #333;
}

div.title h1 {
	font-size: 1.35em;
}

div.desc {
	margin: 3px 25px 0 0;
	color: #333;
}

span.number {
}

#commands {
	margin: 20px 0 0 0;
}

#commands a { color: maroon; font-size: 12px; }

div.breaker {
	clear: right;
	text-align: left;
	line-height: 1em;
	height: 1em;
}

html, body { height: 100%; }

body {
	margin: 0;
	direction: RTL;
	background-color: #5C4033;
	font-family: "Traditional Arabic";
	font-weight: bold;
}

h1, h2, h3 {
	display: inline;
}

form {
	margin: 0;
	display: inline;
} 

table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #777;
}

td {
	padding: 3px 0;
	text-align: center;
	border-bottom: 1px solid #777;
}

td.stat_right {
	width: 80px;
	padding: 0 10px 0 0;
	text-align: right;
}

img {
	border: 0;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	color: red;
}

div#search {
    width: 100%;
    text-align: left;
    position: absolute; left: 0px; top: 120px;
}

div#search label {
    display: inline-block;
    width: 75px;
}

span.cbox_search {
    display: inline-block;
    width: 85px;
}

div#search_box {
    padding-left: 10px;
}

#filters {
    padding-top: 30px;
    text-align: right;
	background-color: #1B5790;
}

input#b_search {
    height: 25px;
    width: 50px;
}

ul#presets {
    border-top: 1px solid #888;
    margin: 0 30px;
    padding: 10px;
    list-style: none;
}

ul#presets li {
    display: inline;
    padding-left: 10px;
}

ul#presets li a {
    text-decoration: underline;
}

#purposes, div#filters #area, #types, #licenses {
    border-top: 1px solid #888;
    margin: 0px 30px;
    padding: 10px;
}

#types {
    border-bottom: 1px solid #888;
}

input#t_search {
    margin-right: 10px;
    width: 170px;
}

div.breadcrumb {
    padding: 2px 7px;
    margin-bottom: 30px;
    border: 1px solid #999;
}

input#min_area, input#max_area {
    width: 80px;
}

#close_filters {
    margin-top: 30px;
    text-align: center;
    background: darkred;
}

#close_filters {
    color: #fff;
}

#close_filters:hover {
    cursor: pointer;
}

div#nav {
	overflow: hidden;
	background-color: #cccc99;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0;
	font-weight: bold;
}

#nav ul {
	margin: 0; padding: 0;
	overflow: hidden;
	list-style: none;
}

#nav li {
	line-height: 1.5em;
	padding: 0.25em 0.5em;
	display: inline;
	text-align: center;
}

#nav li a { color: #000; font-size: 1.25em; }

#nav li a:hover {
}

#nav li#active {
}

#nav li#about {
}

#nav li#active a { }

#nav li#active a:hover {  }


div#container {
    min-height: 100%;
    padding: 0 15px;
    width: 801px;
    margin: 0 auto;
    background: url('../../images/container_bg.png') 0 0 repeat-y;
}

div#top_bar {
    overflow: hidden;
    color: white;
    padding: 2px 15px 0 15px;
    background-color: #003060;
}

div#country_select {
    float: right;
}

#header {
    height: 150px;
    position: relative;
    background: url('../../images/header_bg.png') 0 0 repeat-x;
}

div#main {
    margin: 50px 0 0 0;
    padding: 0 50px;
}

div#stats_left {
    width: 160px;
    float: right;
    position: relative; left: -1px;
    padding: 30px 50px 25px 40px;
    border-left: 1px solid #777;
}

div#footer {
    height: 100px;
    clear: both;
}

img#sitename {
    margin: 0 10px 0 0;
    float: right;
}

#loading {
    float: left;
    margin: 5px 0 0 5px;
}

#messages {
    margin: 10px 0 0 0;
    text-align: center;
}

div.pagination {
    color: steelblue;
    text-align: center;
    margin: 25px 0 0 0;
}

div.pagination a {
    text-decoration: none;
    padding: 0 5px;
}

div.pagination a:hover {
    text-decoration: underline;
    color: black;
}

#sendit {
    text-align: right;
    background-color: #c0c0c0;
    padding: 20px;
    position: absolute;
    border: 1px solid black;
    width: 250px;
}

div#close {
    position: absolute; top: 5px; left: 5px;
}

div#close a:hover { text-decoration: none; }

/* Forms */

div#rs_form {
}

div#login_form {
    padding: 0 50px 0 0;
}

/* End Forms */

#about {
}

div#admin {
    padding: 20px;
    position: absolute; top: 250px; right: 25px;
}

table#users {
    font-family: Arial;
    font-size: 0.85em;
}

ul#important {
    color: darkred;
    padding: 10px;
    background-color: lightsteelblue;
    border: 1px solid #000;
    line-height: 1.75em;
    margin: 0 0 30px 0;
}

ul#important li {
    color: black;
    margin: 0 40px;
}

li.not_approved {
    background-color: indianred;
}

div#matches {
    border: 1px solid black;
    line-height: 1.5em;
    font-size: 12pt;
    padding: 10px 30px 10px 10px;
    margin-bottom: 20px;
    background-color: lightsteelblue;
}

.fieldWithErrors { 
  margin: 0;   
  display: inline;
}

.fieldWithErrors input {
	border: 2px solid red;
}

.fieldWithErrors select {
	border: 2px solid red;
} 

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

span.error_msg {
	display: inline;
	color: red;
}

div#login {
    float: left;
}

div#login a { color: #fff; }

div#signup {}