@charset "utf-8";

html { 
	min-width:800px;max-width:960px;width:auto !important;width:960px;
	padding:0px;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #ffffff;
	font-size: 90%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
	color:#333333; 
	padding:0px;
	margin:0px;
}

#header{
	width: 960px;
	height:190px;
	background-color: #286080;
	padding-bottom:10px;
}

#menu {
	float:right;
	width: 160px;
	left: 0px;
	padding-top:1px;
	padding-bottom:10px;
	padding-right:10px;
	background-color:#ffffff;
	border-width:1px;
	text-align:right;
	height:100%;
}

#content{
	position: relative;
/*	uncomment in case we use the div menu!!!!!*/
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	background-color:#ffffff;
	min-height:500px
}

#footer {
	position: relative;
	font-size: 11px;
	font-family: Georgia, 'Lucinda Grande', Times, Serif;
	text-align: center;
	color: #f7f7f7;
	background-color: #286080;
	padding:5px 5px;
	margin-top:10px;
	margin-bottom:10px
}

p, h2, pre {
	margin: 0px; 
	padding: 5px 20px 5px 20px; 
}
p.pl {
    font-size: 20px;
}

a { 
/*	color: #BB220D;*/
	color: #BB220D;
	background-color:transparent;
	text-decoration: none; 
}

a:hover{
	color: #286080;
}
a.arlink {
	font-size: 2.5em;
	direction: rtl; 
	color: #BB220D;
	unicode-bidi: embed;
	text-align: center;
}

a.img {
	border: 0;
	color: #ffffff;
}

h6 {
	font-size: 1em;
	text-align: center;
	color: #000000;
}

h5 {
	font-size: 15px;
	font-family: Georgia, 'Lucinda Grande', Times, Serif;
	text-align: center;
	color: #f7f7f7;
	margin-top:10px;
	margin-bottom:10px
}


h4{
	font-size:12px;
	padding-left:20px;
	color: #53301B;
	background-color: transparent;
}

h3 {
	font-size:13px;
	padding-left:20px;
	color: #f7f7f7;
	background-color: transparent;
}

h2 {
	font-size:13px;
	padding-top:10px;
	text-transform:uppercase;
	color: #53301B;
	background-color: transparent;
}

h1 {
	font-size: 14px;
	font-family: Georgia, 'Lucinda Grande', Times, Serif;
/*	text-transform:uppercase;*/
	text-align: left;
	color: #53301B;
	background-color: #f7f7f7;
	padding-left:5px;
	margin-top:25px;
	margin-bottom:0px
}

strong { 
	font-size: 13px;
}

p.ar {
	font-size: 2em;
	padding-top:10px;
	color: #BB220D;
	background-color: transparent;
}

th.ar{
	color:#345E91;
}

th.tt{
	text-align: center;
	font-size: 2.2em;
}

tr.d {
	background-color: #EEEEEE;	
}

td{
	padding:8px;
}

td.media{
	padding:8px;
	text-align: center;
}

td.ar{
	font-size: 2em;
	direction: rtl; 
	unicode-bidi: embed;
	text-align: right;
}

td.ars{
	font-size: 1.6em;
	direction: rtl; 
	unicode-bidi: embed;
	text-align: right;
}

td.mixed{
	font-size: 1.2em;
	direction: rtl; 
	unicode-bidi: embed;
	text-align: right;
}

td.ens{
	font-size: 0.75em;
	direction: ltr; 
	unicode-bidi: embed;
	text-align: left;
}

td.arlink{
	font-size: 2em;
	direction: rtl; 
	color: #BB220D;
	unicode-bidi: embed;
	text-align: center;
}

td.s{
	text-align: right;
	padding-right: 5px;
	padding-top: 15px;
}

label {
	display: block;
}


.error {
	color: #373737;
	font-style: italic;
}

#request_form {
	background: #e3e3e3;
	width: 20%;
	margin: 5em auto 0;
	padding: 32px;
	border: 1px solid #d5d5d5;
}


ar.input[type=text] {
	width:70%;
	font-size:1.0em;
}

select{
	display:block;
	margin: 0 0 1em 0;
	width:350px;
	border:3px;
	font-size:1.4em;
	color:#696969;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#myselect { font-size:1em; } 
.en{
	display:block;
	margin: 0 0 1em 0;
	width:350px;
	border:3px;
	font-size:1em;
	color:#696969;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#login_form{
	width:300px;
	border:1px solid white;
	margin 250px auto 0;
	padding:1em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

input[type=submit] {
	border: 1px solid #696969;
	background: #548099;
	color: #e3e3e3;
	padding: .5em;
	cursor: pointer;
	margin:5px;
}

input[type=submit]:hover {
	background: #696969;
}

input[type=text], input[type=password]{
	display:block;
	margin: 0 0 1em 0;
	width:350px;
	border:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

fieldset{
	width:400px;
	margin:auto;
	margin-bottom:2em;
	display:block;
}

