﻿/* SC Style Sheet - Layout and Colours  */

/*Inventory of colours
#51525a - dark grey as suggested by Itzel for background
#dfc990 - light gold, body background, as suggested by Elmira and liked by MÃ©lanie
#703A04 - dark brown, separation of button in horizontal menu
#905214 - brown, buttons in horizontal menu, h3 and h5
#092242 - dark blue, horizontal menu, bottom navigation, h2 and h4
#C1C5CE - blue-grey, body and footer background
#333333 - dark grey, body font colour
#666666 - visited links
#c9a95d - "dark gold"

*/

body {
	background-color: #C1C5CE;
	color: #333333;
}
#main {
	background-color: #fff;
	border: 10px solid #fff;
	min-width:940px;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
#skiplink, #skiplink a {
	color:#C1C5CE;
}

/* LANGUAGES */
#languages {
	background-color: #092242;
	background-image:url(/ar/sc/img/lang_bar.jpg);
	background-repeat: none;
	background-position: right;
	color: #fff;
	height: 15px;
	text-align: left;
	font-weight: bold;
}
#languages ul li#arabic {
	color: #fff;
	font-weight: normal;
}
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color: #fff;
}
.no_lang_link {
	display: none;
}

/* TOP BANNER */
#topbanner {
	background-color: #092242;
	background-image: url(/ar/sc/img/banner_sc.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 115px;
	clear:both;
}
#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(/ar/sc/img/banner_sc.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	height: 115px;
}

/* HORIZONTAL NAVIGATION */

.home {
    background-image: url("http://www.un.org/en/sc/img/home.png");
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-indent: -9999px;
    width: 40px;
}
#horizontalnav {
	margin-bottom: 0;
	padding-bottom: 0;
}
#horizontalnav ul {
	background-color: #092242;
	color: #fff;
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}
#horizontalnav ul li {
	background-color: #092242;
	color: #fff;
	float: right;
	list-style-type:none;
	margin-bottom: 0;
	padding: 0;
}
#horizontalnav ul li a {
	color: #fff;
    display: block;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.7em;
}

#horizontalnav a:hover {
	background-color:#905214;
	color: #fff;
}
#horizontalnav .middle {
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}
#horizontalnav #home a {
	padding-right:2em;
	padding-left:2em;
}

/* right SIDE NAVIGATION */
#mainnav {
	float: right;
	margin-right: 1.1em;
	padding-top: 15px;
	width: 21%;
}
#mainnav ul {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	list-style-type: none;
}
#mainnav ul li {
	display: block;
	list-style-type: none;
}
#mainnav ul li a {
	display: block;
	color: #092242;
	padding-right: 12px;
	margin-bottom: 3px;
	background-image: url(/ar/sc/img/bullet4.gif);
	background-repeat: no-repeat;
	background-position: 100% 8px;
}
#mainnav ul li a:hover {
	text-decoration: underline;
	background-image: url(/ar/sc/img/bullet6.gif);
}
#mainnav ul ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 15px;
}
#mainnav ul ul li {
	padding: 0;
	margin: 0;
	border: none;
}
#mainnav ul ul li a {
	display: block;
	padding-right: 12px;
	background-image: url(/ar/sc/img/bullet8.gif);
	background-repeat: no-repeat;
	background-position: 100% 8px;
}
#mainnav ul ul li a:hover {
	background-image: url(/ar/sc/img/bullet7.gif);
	background-position: right;
}
#mainnav img {
	border: none;
}

/* CONTENT AREA */
#content {
	float:right;
	margin-right: 1.1em;
	padding-top: 15px;
	width:70%;
	padding-bottom: 25px;
}
#content h2 {
	color: #092242;
	margin-bottom: .6em;
	margin-top: 0;
	padding-top:.5em;
}
#content h3 {
	color: #905214;
	margin-bottom: .5em;
}
#content h4 {
	color: #092242;
	margin-bottom: .4em;
}
#content h5 {
	color: #905214;
	margin-bottom: .3em;
}
#content ul {
	margin-right: 1.5em;
	padding-right: 2em;
}
#content ul li {
	margin-right: 0;
	padding-right: 0.8em;
	list-style-type: none;
	background-image: url(/ar/sc/img/bullet1.gif);
	background-repeat:no-repeat;
	background-position: 100% 9px;
}
#content ol li, #content dl dt, #content dl dd {
	margin-right: 1.5em;
	padding-right: 1em;
}
#content ul ul, #content ul ul ul {
	margin-right: 0.5em;
	padding-right: 0;
}
#content ul ul li {
	margin-right: 0;
	padding-right: 0.6em;
	list-style: none;
	background-image: url(/ar/sc/img/bullet2.gif);
	background-repeat:no-repeat;
	background-position: 100% 9px;
}
#content ul ul ul li {
	margin-right: 0;
	padding-right: 0.6em;
	list-style: none;
	background-image: url(/ar/sc/img/bullet9.gif);
	background-repeat:no-repeat;
	background-position: 100% 9px;
}
#content a {
	color:#092242;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #905214;
}
#content .pix {
	padding: 10px;
	float: left;
	font-size: 90%;
	color: #905214;
	width: 300px;
}
/*Quick Facts Boxes*/
#content .factsbox {
	border-color: #092242;
	border-style: dotted;
	border-width: 1px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 0;
	padding: 0;
	width: 30%;
}
#content .factsbox h3 {
	color: #092242;
	padding: 10px;
	margin: 0;
}
#content .factsbox ul.facts {
	padding: 10px;
	margin: 0;
	list-style: none;
}
#content .factsbox ul.facts li {
	list-style: none;
	background-image: url(/ar/sc/img/pin.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 1.9em;
	margin: 0;
}
/*Tables*/
#content table {
	border-color: #C1C5CE;
	border-style: solid;
	border-width: 1px;
	margin-top: 1.5em;
	width: 97%;
}
#content th, td {
	border-color: #C1C5CE;
	border-style: dotted;
	border-width: 1px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
}
#content th {
	font-size: 105%;
	color: #905214;
	text-align: center;
	background-color: #eeebe5;
	}
#content td {
 	text-align: right;
}
#content table.yrlist td {
	text-align: center;
}

#content td.tbl20 {
	width: 20%;
}
#content td.tbl60 {
	width: 60%;
	}
.tbsubhead1 {
	padding-right: 3em;
	font-weight:bolder;
	background-color: #eeebe5;
	
	}
.tbsubhead2 {
	padding-right: 5em;
	font-weight:bolder;
	background-color: #eeebe5;
	}
		

/* BOTTOM NAVIGATION */
#bottomnav {
	clear: both;
	background-color: #092242;
	color: #fff;
	height: 14em;
}
#basicfacts, #quicklinks, #resources {
	float: right;
	width: 22%;
	padding-right: 2.7%;
	padding-left: 0em;
}
#keydocs {
	float: right;
	width: 22%;
	padding-left: 2.2%;
	padding-right: 0em;
}
#bottomnav p {
	padding-top: 1.7em;
}
#bottomnav ul {
	padding: 0;
}
#bottomnav ul li {
	margin-right: 0;
	padding-right: 0.8em;
	list-style-type: none;
	background-image: url(/ar/sc/img/bullet3.gif);
	background-repeat:no-repeat;
	background-position: 100% 9px;
}
#bottomnav ul li a {
	color:#fff;
}
#bottomnav ul li a:hover {
	color:#fff;
	text-decoration: underline;
}

/* FOOTER BAR */
#footer {
	background-color: #c1c5ce;
	color: #092242;
}
#footer ul {
	margin-top: 0em;
	padding-top: .1em;
}
#footer ul li {
	display: inline;
	margin-left:0;
}
#footer ul li a {
	color: #092242 /*0f305a*/;
}
#footer ul li a:visited {
	color: #092242;
}
#footer ul li a:hover {
	color: #000;
}