/* Style sheet for Statute of the International Court of Justice */

/* Colors used:
	#000000 (black) - text
	#94B5EB (blue) - body default bg color
	#333333 (dark grey) - bg skiplinks and horizbar, border main div + brandbar + blockquote, content a:hover,  + a:active
	#ffffff (white) -  bg main, text horizbar + footer
	#CEDEF7  (light blue) skiplink a + a:link + a:focus + a:active, leftmenu ul li ul li
	#CCCCCC (light grey) brandbar, lang ul li a + a:link + a:visited
	#050E54 (grey) lang, content a:visited
	#F8E9AC (yellow) lang ul li a:hover + a:active, content H3
	#385470 (blue/green) content H4, content a + a:link
	#A4BEEF (blue) bg leftmenu
	#003399 (blue) content H1, bg bluebar, leftmenu a + a:link + a:visited, brandbar a:hover
	#0066CC (electric blue) footer
*/
/* Adds right scroll bar to avoid bouncing on short pages */
html {min-height: 100%; margin-bottom: 1px;} 

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	background-repeat: repeat-x;
	background-color: #94B5EB;
	background-image: url(/es/documents/icjstatute/images/grad.jpg);
	font-size: 76%;
	color: #000000;}
	
.clear {clear:both;}
.note {font-size: 90%; font-weight: normal;}
	
 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	padding: 0;
	margin: 0;
	font-size: 90%;}
#skiplink ul {
	padding: 0;
	margin: 0;
	display: inline;}
#skiplink ul li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;}
#skiplink a, #skiplink a:link, #skiplink a:visited {color: #CEDEF7}
#skiplink a:focus, div#skiplink a:active {
	color:#333333;
	background-color: #CEDEF7;}

/* MAIN CONTAINER - HOMEPAGE*/

#main {
	width: 65em;
	background-color: #ffffff;
	margin: 0 auto;
	border: 1px solid #333333;}

/* BRANDING BAR*/
#brandbar {
	width: 100%;
	background-image: url(/es/media/images/brandbarbkgd.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
	margin: 0 auto;
	padding: 0;
	border-bottom: #333333 1px solid;
	height: 23px;
}
#brandbar a, #brandbar a:link, #brandbar a:visited {
	font-size: 85%;
	color: #333333;
	display: block;
	padding: 0.4em 0 0.2em 0;
	float: left;
	width: 48%;
	margin: 0.1em 0 0 0;
	text-decoration: none;}
	
#brandbar a:hover, #brandbar a:active {
	color: #003399;
	text-decoration: underline;}

/* SEARCH BOX */
#brandbar #searchfrm {
	width: 48%;
	font-size: 85%;
	float: right;
	text-align: right;
	margin: 1px 1px 1px 0;
	padding: 0;}
	
#brandbar  #searchfrm label /*hidden*/ {
	position: absolute;
	overflow: hidden;
	top: -500px;}
	
#brandbar #searchfrm .button, #brandbar #searchfrm .textbox {font-size: 85%;}

/* LANGUAGE BAR */

#lang {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 87%;
	height: 1.6em;
	background-color: #050E54;}
	
#lang ul {
	float: right;
	text-align: right;
	padding: 0;
	margin: -1px 0 0;}
	
#lang ul li {
	list-style-type: none;
	text-align: right;
	display: inline;
	padding: 0 8px 0px;
	margin: 0;
	font-weight: bold;}
	
#lang ul li#arabic {
	direction: rtl;
	font-size: 120%;
	font-family: "Traditional Arabic", "Arabic Transparent", Tahoma;}
	
#lang ul li#chinese {font-size: 110%;}
#lang ul li#spanish {color:#F8E9AC; font-weight: bolder;}
#lang ul li a, #lang ul li a:link, #lang ul li a:visited {
	color:#cccccc;
	text-decoration:none;}
#lang ul li a:hover, #lang ul li a:active {color: #F8E9AC; text-decoration: none;}


/* TOP BANNER */

#banner {width: 100%;}
	
#hiddentitle, #hiddentitle span {
	background-image: url(/es/documents/icjstatute/images/top.jpg);
	background-repeat: no-repeat;
	height: 93px;
	margin: 0;
	padding: 0;
	background-position: left;
	background-color: #4189DE;
}
	
#hiddentitle span {margin-bottom: -70px;}

h1 {
	font-size: 1em;
	padding:0;
	margin:0px;
	text-align: center;
	color: #003399;}
	
h1 span {
	display: block;
	position: relative;
	z-index: 1;	}

/* Blue bar */
div#bluebar{
	background-image: url(/es/documents/icjstatute/images/blubkgd.jpg);
    background-repeat: repeat-y;
	height: 1.6em;
	background-position: right 0px;
	width: 100%;
	background-color: #003399;}

/* LEFT MENU BAR */

#leftmenu {
	float: left;
	width: 19.8%;
	padding: 0.5em 0px;
	background-color: #A4BEEF;
	margin: 0em;
}

#leftmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;}

#leftmenu ul li {
	padding: 0em;
	text-align: left;
	margin: 0px;}

#leftmenu ul li a, #leftmenu ul li a:link, #leftmenu ul li a:visited   {
	display: block;
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 1em;
	border-bottom: 1px solid #333333;
	color: #003399;
	margin: 0px;
	font-weight: bold;
}

#leftmenu ul li a:hover, #leftmenu ul li a:active {
	background-color: #cedef7;
	color: #000000;
	background-image: url(/es/documents/icjstatute/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px;}


/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 75%;
	float: left;
	padding: 0.5em 1em;
	margin: 0em;
}
	
#content h2 {
	color: #333333;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0.35em 0 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#content h3 {
	font-size: 110%;
	font-weight: bold;
	color: #003399;
	padding: 0 0 0.1em 0.3em;
	margin: 1.3em 0 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8E9AC;
}
#content h4 {
	font-size: 100%;
	font-weight: bold;
	color: #385470;
	padding: 0;
	margin: 1.2em 0 0.8em;}
	
#content p {
	padding: 0.5em 0 0.2em;}
	
#content a, #content a:link {color:#003399;}
#content a:visited {color: #385470;}
#content a:hover, #content a:active {color:#333333;}

#content ul {
	padding: 0;
	margin: 0.8em 0 0.9em 1.1em;
}
#content ul li {
	padding: 0.8em 0.8em 0 1.6em;
	margin: 0 0 0 1em;
	background-image: url(/es/documents/icjstatute/images/bullet.gif);
	background-position: 2px 12px;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;}

#content ul li ul li{
	list-style: circle;
	background-image: none;
	padding-left: 0px;
	margin-left: 2em;
	padding-top: 0px;
}

#content ol li{
	padding: 0.2em 0.1em;
	list-style-type: decimal;}
	
#content ol li ol li{
	list-style-type: lower-alpha;
	margin-top: 0.1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;}


/* BANNER FOOTER BAR */
#bannerfooter {
	background-image: url(/es/documents/icjstatute/images/footer.jpg);
	text-align: center;
	margin: 0px auto 0;
	clear: both;
	width: 100%;
	height: 30px;
	color: #ffffff;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: right;
}

/*FOOTER BAR */
#footer {
	text-align: center;
	clear: both;
	background-color: #003399;
	width: 100%;
	color: #ffffff;
	padding: 0px;
	margin: 0px auto 0em;}

acronym{
cursor:help;
border-bottom: 1px dotted #666666}
