
body {
  background: #ffffff;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #181818;
}

a img {
		border: none;
}

a:link { color: #181818;
		text-decoration: none; 
} 

a:visited {
		color: #181818;
		text-decoration: none;
}

a:hover { color: #606060;
		 text-decoration: underline;
}

hr {
	color: #ababab;
	background-color: #ababab;
}

h2	{
	font-size: 17px;
	font-weight: bold;
	color: #9E0B0F;
}

h2.homeheader	{
	font-size: 18px;
	font-weight: bold;
	color: #9E0B0F;
}
	
h3 	{
	font-size: 15px;
	font-weight: bold;
	color: #303030;
	}

/* this contains everything - all the other divs */
#page {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-top: 5px solid #ffc905;
}

#banner {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
 
#content {
	padding: 5px 0px 0px 0px ;
}

/* this div contains the bannerlinks and bannertitle paragraphs */
div.pageinfo {
  float: right;
  text-align: right;
  padding: 0px;
  margin:0px 0px 3px 0px;	
  width: 350px;
  height: 80px;
}

/* home, help, preferences links */
p.bannerlinks {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin:0;
  padding:0;
  color: #000000;
}

/* the title set by the receptionist based on the page action */
p.bannertitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: white;
  margin: 21px 0px 0px 0px;
  text-transform: lowercase;
  letter-spacing: .05em;
  white-space: nowrap;
  padding: 20px 2px 5px 0px;
  background-repeat: repeat-y;
  background-position: bottom right; 
 }

/* the image for the collection, shown in the banner aka the logo*/
div.collectimage {
  text-align: left;
  float: left;
  width: 160px;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}

/* the specific collection name image i.e. United Nations Documents */
div.collectname {
  textalign: right;
  float: left;
  width: 260px;
  padding: 25px 0px 15px 0px;
  margin: 0px;
}
 
/* make sure this is shown under the other divs (which may be floating) */
div.bannerextra {
   clear: both;
}

/* blankiconbar */
div.section p.bar {
  text-align: center;
}

/* bg image set in style macro - overridden*/
div.navbar {
   margin: 0px 0px 15px 0px;
  white-space: nowrap;
  font-family: arial, helvetica, sans-serif, ;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

/* bg image set in style macro */
div.divbar { 
  height: 3px;
  border: 0px;
  font-family: arial;
  color: #979797;
}

p.navbar { /* opt navbar text inside a divbar div */
  text-align: center; 
  margin: 0px;
}

/* bg image set in style macro - we arent using background images*/
a.navlink {
  vertical-align: top; 
  padding: 0px 11px; 
  color: #181818;
  text-decoration: none;
  background: #eaeaea;
  border-right: 1px solid #222222;
  border-left: 1px solid #222222;
 }

a.navlink_sel {
  vertical-align: top;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
  background: #9E0B0F;
}

a.navlink:hover {
	background: #fafafa;
	text-decoration: underline;
}

/*style of home pref etc. links */
a.navglob {
 vertical-align: top; 
  padding: 0 0 0 7px; 
  color: #181818;
  text-decoration: none;
}

a.navglob:hover {
	color: #606060;
	text-decoration: underline;
}

span.highlight {
  background: #ffff77;
}


/* content inside the pages */
img.icon { border: 0; }

span.textselect
 { white-space: nowrap;
}

/* style of the horizontal date alphbetical lists */


div.h_list {
	padding-bottom: 6px;
	font-size: 12px;
}

span.h_item a:link {
	text-decoration: underline;
}

span.h_item a:visited {
	text-decoration: underline;
}

span.date_list_year {
  font-weight: bold;
}

span.date_list_month {
  font-weight: bold;
}

/* end of horizontal list style */	
	

div.document {
 width: 900px;	
 margin: 0 auto;
 padding: .2em 0 0 0;
 font-family: arial;
 font-size: 12px;
}

div.documenttext {
	width: 900px;
	margin: 0 auto;
}
 
div.imagebox {
	 float:left;
	 width: 550px;
	 padding-bottom: 10px;
	 font-family: arial;
	 font-size: 12px;
	 border: 1px solid black;
}

span.highres {
	color: #9E0B0f;
	font-weight: bold;
}

span.highres a:link    {
	color: #9E0B0F;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

span.highres a:visited    {
	color: #9E0B0F;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
	
span.doctypelist {
	font-size: 11px;
	font-style: italic;
	font-family: arial;
} 
  
div.description  {
	float: right;
	width: 300px;
	font-family: arial;
	font-size: 12px;
}
div.queryform	{
	padding-top: 7px;
	padding-bottom: 5px;
}


span.querynote      {
	font-size: 11px;
	font-weight: normal;
	}
	
span.querynote a:link     {
	color: #9E0B0F;
	text-decoration: none;
}
span.querynote a:visited    {
	color: #9E0B0F;
	text-decoration: none;
}

span.querynote a:hover    {
	color: #9E0B0F;
	text-decoration: underline;
}


div.footer {
	clear: both;
	padding-top: 10px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
}




	
/* topics links on help page*/
span.helplist a	{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
}
	
ul	{
	list-style-type: square;
}

ul#searchresults{
  list-style-type: none;
  margin: 0 0 .2em 0;
  padding:0;
  overflow: hidden;
}

ul#searchresults li{
  margin: 0; 
  padding: 2px 0 2px 0;
  font-size: 11px;
  font-weight: bold;	
  width: 160px;
  background-color:#f7e7c5;
  text-align:center; 
}
 
li#nextresult{
  float:right;
}

li#prevresult{
  float:left;
}


ul#searchresults li a {
  margin:0;	 
  padding:0;
  text-decoration: none;
  color: black;
}

div.section p {
  text-align: justify;
}

/* for the home page - auto-generated _homeextra_ macro :: not used  */
table.collections {
  width: 100%;
  max-width: 800px;
  text-align: center;
  /* centres a block element for gecko and opera. (IE 5.5 needs parent
   * text-align) */
  margin-left:auto; margin-right:auto;
}

/* collections that have a logo should have a border around them */
table.collections img {
  border: 1px solid;
}




span.date_list_year {
  font-weight: bold;
}
span.date_list_month {
  font-weight: bold;
}



