  /* 
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 
 ***/

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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

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: left;
}


/***
 * BASE *
 ***/

/*p {font-size: 82%;	}*/


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: italic;
}

ol, ul, dl {
	margin-left: .5em;
}

ol li {
	list-style: decimal outside;	
}

ul li {
	list-style: disc outside;
}

dl dd {
	margin-left: 1em;
}


/***
 *** Global CSS: Styles common on all html pages 
 ***/

html { 
	min-height: 100%;
	margin-bottom: 1px; 
}

body {
	font-family: Arial, Helvetica, sans-serif; /* *** latin conventions *** */
	font-size: 76%;
}

#main {
	width: 64em;
	background-color: #FFF;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: 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: 23px;
	background: #C2C6CF url(/common/images/brandbarbkgd.jpg) repeat-x;
}

#brandbar .unicon { /* *** latin conventions *** */
	padding-top: .2em;
	padding-right: .4em;
}

#brandbar .welcome { /* *** latin conventions *** */
	color: #333;
	display: block;
	float: left;
	font-size: .9em;
	padding-top: .5em;
}

#brandbar .welcome a {
	text-decoration: none;
	color: #1e1e1e;
}

#brandbar a:hover {
	text-decoration: underline;
	color: #1e1e1e;
}

#brandbar #searchfrm { /* *** latin conventions *** */
	float: right;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

#brandbar #searchfrm label { /*hidden*/
	position: absolute;
	overflow: hidden;
	font-size: 88%;
	top: -500px;
}

#brandbar #searchfrm .button {
	font-size: 78%;
}

#brandbar #searchfrm .textbox {
	font-size: 80%;
}

/* Languages Bar */

#languages {
	height: 1.8em;
	font-size: .9em;
}

#languages ul {
	text-align: right; /* *** latin convention *** */
	margin: 0;
}

#languages ul li {
	display: inline;
	padding-right: 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: left;  /* *** latin convention *** */
	height: 124px;
}

#topbanner #hiddentitle, #hiddentitle span {
	/*height: 124px;*/
	background-repeat: no-repeat;
	margin-bottom: -90px;
}

#topbanner h1 {
	text-align: left;
	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;
}

/* GLOBAL STYLE SHEET FR */

body{background-repeat: repeat-x;}

/* Brandbar */
#brandbar .unicon     /*position of the image*/
{margin-left:0.15em;
margin-top:0.1em;}

#brandbar #searchfrm{
	margin-top: 1px;
	margin-right: 2px}
	
/* Banner */
#topbanner {background-repeat: repeat-x;}
#topbanner #hiddentitle, #hiddentitle span {background-repeat: no-repeat;}

/* Languages */
#languages ul li a, #languages ul li a:link, #languages ul li a:visited {text-decoration:none;}
#languages ul li a:hover, #languages ul li a:active {text-decoration: underline;}

/* Left Menu */
#mainnav ul li, #mainnav ul ul li {list-style-type:none;}

#mainnav ul li a, #mainnav ul li a:link, #mainnav ul li a:visited, #mainnav ul ul li a, #mainnav ul ul li a:link, #mainnav ul ul li a:visited {text-decoration: none;}

/* PAGE CONTENT */

.en {font-size:75% !important;
	vertical-align: middle;
	color: #ffffff;
	background-color:#666666;
	padding: 0;
	margin: 0px;}

.clear {clear: both;}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #333333;}

.top {font-size: 0.9em;}

#content img {vertical-align: bottom;}

.unbisnet{
	border: 1px dotted #999999;
	padding: 0.3em;
	margin-right: 0.4em;
	margin-left: 0.4em;}
	
.note{font-size:0.8em}

/* Always show  vertical scrollbar in firefox */
html {     overflow: -moz-scrollbars-vertical;}

/* Facebook logo 

#facebook_fr img
{margin-right:8px;
margin-top:0px;
border:none !important;}

#facebook_fr a
{display:inline !important;
padding:0 !important;
border:none !important}

#facebook_fr a:hover
{background-color:transparent !important;
}

p.icons
{margin-top:-0.5em}
p.follow
{font-weight:bold !important;}*/

#facebook_fr
{
padding-left:0.7em;
margin-top:1em;}

/* Back to top */
.top {
	height: auto;
	width: auto;
	z-index: 99;
	font-size: 1em;
	position: fixed;
	bottom: 20px;
	right: 9%;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EFEFEF;
	padding: 5px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #787878;
	-box-shadow: 3px 3px 5px #7E7E7E;
	-moz-box-shadow: 3px 3px 5px #7E7E7E;
	-webkit-box-shadow: 3px 3px 5px #7E7E7E;
	color:#4E4E4E;
	font-weight: bold;
}
a.top:hover {-box-shadow: 0px 3px 5px #FFF;-moz-box-shadow: 0px 3px 5px #FFF;-webkit-box-shadow: 0px 1px 5px #FFF;}
