/* default stylesheet for greenstone. */

body {
  background: #FCFBFB;
  color:  #000000;
  font-family:Verdana;
  font-size: 11px;
  font-weight: bold;  
  margin-left: 0px;
  margin-top: 0px;
  margin-rigth: 0px;
  margin-bottom: 0px;
  with: 490px;  
}

/* bg image set in style macro */
body.bgimage { }
a {
	color:  #000000;
	font-family:Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration:underline;
}
a:link { 
	color:  #000000;
	font-family:Verdana;
	font-size: 9px;
	font-weight: bold; 
	} 

a:hover { 
	color:  #026BA8;
	font-family:Verdana;
	font-size: 9px;
	font-weight: bold;
	}

a:visited { 
	color:  #000000;
	font-family:Verdana;
	font-size: 9px;
	font-weight: bold;	
	} 

img.link { border: 0; }

/* for unesco/human info etc logos on home page */
img.logo {
  border: 0;
  float: right;
  margin-left: 10px;
}


/* this contains everything - all the other divs */
#page {
  margin-left: 25px;
  margin-right: 25px;
}


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

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

/* home, help, preferences links */
p.bannerlinks {
  color:  #000000;
  font-family:Verdana;
  font-size: 11px;
  font-weight: bold;  
  margin:0;
  padding:0;
}

/* the title set by the receptionist based on the page action */
p.bannertitle {
  color:  #000000;
  font-family:Verdana;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-transform: lowercase;
  white-space: nowrap;
  padding: 6px 2px 10px 0px;
  background-repeat: repeat-y;
  background-position: top right; 
 }

p.collectiontitle {
  color:  #000000;
  font-family:Verdana;
  font-size: 16px;
  font-weight: bold;
  text-transform: lowercase;
  white-space: nowrap;
  padding: 8px 0px 12px 2px;
  background-repeat: repeat-y;
  background-position: top left; 
  margin:0;
}

a.collectiontitle {
  color: #74A7D2;
  text-decoration: none;
}

/* the image for the collection, shown in the banner */
div.collectimage {
  text-align: left;
  #height: 100%; /* for IE5/6 to make containing div the full height */
  float: left;
  width: 45%;
  padding:0;
  margin:0;
}
/* 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 */
div.navbar {
  min-width: 490px;
  white-space: nowrap;
  color:  #000000;
  font-family:Verdana;
  font-size: 11px;
  font-weight: bold;  
  text-transform: lowercase;
  border: none;
  width: 100%; /* for ns4 */
}


/* bg image set in style macro */
div.divbar { /* for "select a collection" */
  color:  #000000;
  font-family:Verdana;
  font-size: 11px;
  font-weight: bold; 
  border: 0;
  width: 100%; /* for ns4 */
}


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

/* bg image set in style macro */
a.navlink {
  vertical-align: top; 
  padding: 0 15px; 
  color: #000000;
  text-decoration: none;
}

/* bg image set in style macro */
a.navlink_sel {
  vertical-align: top;
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
}

a.navlink:visited {
  color: #000000;
}
a.navlink:hover {
  color: #ffffff;
}
/* for the nav_ns4.dm macro only (for netscape4 support) */
a.navlink_ns4 {
  background-color: #74A7D2;
}

a.navlink_sel_ns4 {
  background-color: #ffffff;
}

span.highlight {
  background: #3535A0;
}

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

div.queryform {
  text-align: center;
}
span.textselect { 
    /*white-space: nowrap;*/
  color:  #000000;
  font-family:Verdana;
  font-size: 11px;
  font-weight: bold; 
    }

span.textselect select,input { 
    /*white-space: nowrap;*/
  color:  #000000;
  font-family:Verdana;
  font-size: 10px;
  font-weight: bold; 
    }
body select,input { 
  /*white-space: nowrap;*/
  color:  #000000;
  font-family:Verdana;
  font-size: 10px;
  font-weight: bold; 
}

div.document {
  padding-top: 5px;
}
div.documenttext { clear: both; } /* come after any floating divs */

div.warning { /* eg expanding more than 10 sections in table of contents */
}
div.warning div.buttons { float: right; } /* continue button */

div.heading_image { float: left; } /* optional cover image */

div.heading_title {
 font-size: 14pt;
 } /* alternate to cover image */

div.document div.buttons {
   /* anything that holds buttons... toc_buttons but also continue button */
   width: 100px; /* each button (inside its own div) can overflow this */
}
div#toc_buttons { /* expand/contract etc "buttons" */
  clear: left; /* don't put next to another float on our left-hand side */
  float: left;
  margin: 0 15px 5px 0; 
}

div.button {
  color: #000000;
  font-family:Verdana;
  font-size: 9px;
  font-weight: bold;
  text-align:center;
  background-color:#0082CE;
  border: 2px solid #00000;
  cursor:pointer;   
  line-height: 1.2em;
  /*background: #ffeecc; */
  background: #0082CE;  
  vertical-align: middle;
  padding-top:3px;
  margin-top:3px;
  height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */
  width: 110px;
}
*>div.button { /* for other browsers - IE6 doesn't apply this */
  height: auto;
  width: auto;
  min-height: 30px; 
  min-width: 110px;
}
span.button {  
  color: #000000;
  font-family:Verdana;
  font-size: 9px;
  font-weight: bold;
  text-align:center;
  cursor:pointer;
}
span.button a { 
  color: #000000;
  font-family:Verdana;
  font-size: 9px;
  font-weight: bold;
  text-align:center; 
  cursor:pointer;
  text-decoration: none; 
}
span.button a:hover { /* IE6 doesn't do :hover for things that aren't <A> */
  color: #ffffff;
  font-family:Verdana;
  font-size: 9px;
  font-weight: bold;
  text-align:center;  
}

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

/* for the home page - auto-generated _homeextra_ macro */
table.collections {
  width: 100%;
  max-width: 100%;
  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: none;
}

/* collector bar */
table.collectorbar {
   text-align: center;
   vertical-align: middle;
}
		       
td.collectorbargreen {
   background-color: #74A7D2;
}
td.collectorbaryellow {
   background-color: #ffffff;
}
td.collectorbargrey {
   background-color: #3535A0;
}

table.collectorbar a {
  color: black;
  text-decoration: none;
}

table.collectorbar a:visited {
  color: black;
}


span.date_list_year {
  font-weight: bold;
}
span.date_list_month {
  font-weight: bold;
}
.boton {
   color: #ffffff;
   font-family:Verdana;
   font-size: 9px;
   font-weight: bold;
   text-align:center;
   background-color:#0082CE;
   border: 2px solid #3535A0;
   cursor:pointer;      
}
.boton:hover {
   color: #000000;
   font-family:Verdana;
   font-size: 9px;
   font-weight: bold;
   text-align:center;
   background-color:#FCFBFB;
   border: 2px solid #3535A0;
}
