﻿/* 
GLOBAL STYLE SHEET CONSISTS OF THE FOLLOWING: 
 
"reset" styles which strip the styles of default settings,  such as padding,  bold,  etc.
"base" styles reapply the properties.
"global" styles are styles that are common on all html pages.
*/

/***************************************************************
 ************************** RESET ******************************
 ***************************************************************/
html { direction: rtl; }

body , /* div, dl, dt, dd,  */ul, ol, li, /* h1, h2, h3, h4, h5, h6, pre,  */form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
	direction: rtl;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}


q:before,q:after { content: ''; }



abbr, acronym {
	border: 0;
}

/* *** latin conventions *** */

caption, th {
	text-align: right;
}


/***************************************************************
 ************************** BASE *******************************
 ***************************************************************/

/*
p {
	font-size: 82%;
	color: #333333;
}
*/

h1,  h2,  h3 {
	margin-top: 1em;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold; 
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

blockquote, ul, ol, dl {
	margin: 1em;
	/*font-size: 82%;*/
}

th, td {
	border: 1px solid #000;
	padding: .5em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin-bottom: .5em;
	text-align: center;
}

p, fieldset, table {
	margin-bottom: 1em;
}

/* *** latin conventions *** */

h1 {
	font-size: 138.5%;
}

h2 {
	font-size: 123.1%;
}

h3 {
	font-size: 108%;
}

em {
	font-style: normal;
}

ol, ul, dl {
	margin-right: .5em;
}

ol li {
	list-style: decimal outside;	
}

ul li {
	list-style: disc outside;
}

dl dd {
	margin-right: 1em;
}


/***************************************************************
 ******** Global CSS: Styles common on all html pages **********
 ***************************************************************/

html { 
	min-height: 100%;
	margin-bottom: 1px;
	direction: rtl;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; /* *** latin conventions *** */
	font-size: 76%;
	direction: rtl;
}

#main {
	width: 64em;
	background-color: #FFF;
	border: 1px solid #333;
	direction: rtl;
	margin:0 auto;
}

/* Skip Links */
 
#skiplink {
	width: 20em;
	clear: both;
	font-size: .9em;
	display: inline;
}

#skiplink ul {
	margin: 0;
}

#skiplink  ul li {
	display: inline;
}

#skiplink a:focus, #skiplink a:active {
	color: #fff;
	background-color: #000;
}

/* Branding Bar */

#brandbar { 
	height: 28px;
	background: #C2C6CF url(/ar/images/brandbarbkgd.jpg) repeat-x;
}

#brandbar .unicon { /* *** latin conventions *** */
	padding-top: .3em;
	padding-left: .4em;	
	padding-right:.2em;
}

#brandbar .welcome { /* *** latin conventions *** */
	color: #000;
	display: block;
	float: right;
	font-size: 1em;
	height: 19px;
	padding-top: .5em;
	text-decoration: none;
}

#brandbar .welcome  a {
	text-decoration: none;
	color: #000;
}

#brandbar #searchfrm { /* *** latin conventions *** */
	float: left;
	text-align: left;
	margin-top: .4em;
	margin-bottom: 0;
	margin-left:3px;
}

#brandbar #searchfrm label { /*hidden*/
	position: absolute;
	overflow: hidden;
	font-size: 88%;
	font-family: Tahoma;
	top: -500px;
}

#brandbar #searchfrm .button {
	font-size: 78%;
	font-family: Tahoma;
	padding:0 3px 0 3px;
}

#brandbar #searchfrm .textbox {
	font-size: 88%;
	font-family: Tahoma;
}


/* Languages Bar */

#languages {
	height: 1.8em;
	font-size: .9em;
	direction: ltr;

}

#languages ul {
	text-align: left; /* *** latin convention *** */
	margin: 0;
	direction: ltr;
}

#languages ul li {
	display: inline;
	direction: ltr;
	padding-left: 1em; /* *** latin convention *** */
}

#languages ul li#arabic {
	direction: rtl; /* *** latin convention *** */
	font-size: 1.15em;
	font-family: Tahoma, Arial, "Arabic Transparent";
}

#languages ul li#chinese {
	font-size: .95em;
}

/* Top Banner */

#topbanner {
	clear: none;
	width: 100%;
	float: right;  /* *** latin convention *** */
	height: 124px;
	direction: ltr;
}

#topbanner #hiddentitle span {
	/*height: 124px;*/
	background-repeat: no-repeat;
	margin-bottom: -90px;
}

#topbanner h1 {
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}

#topbanner  h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}


/* Footer */

#footer {
	text-align: center;
	clear: both;
	font-size: .9em;
	height: 2em;
	padding-top: .5em;
}

#footer ul li  {
	display:inline;
	padding-left:0.2em;
}

#footer2 ul li  {
	display:inline;
}

/***************************************************************
 ********   END Global CSS common to all language pages   ******
 ***************************************************************/

/***************************************************************
 ** START OF RUSSIAN CSS common to the russian language pages **
 ***************************************************************/