/* default stylesheet for greenstone. */

body {
  /*background: #ffffff;*/
  color: #1A4270;
  margin-left:8px;
  margin-top:0px;
  margin-width:8px;
  margin-height:0px;
}


/* bg image set in style macro */
body.bgimage {
	/*background-image: url(/gsdl/images/gedeau/bgimage.jpg);*/
} 

a:link { color: #1A4270; }

a:hover { color: #2E74C5; }

a:visited { color: #1D4E87; }

img.link { border: 0; }

/* for unesco/human info etc logos on home page */
img.logo {
	border: 0;
	float: right;
	margin-left: 0px;
}


/* this contains everything - all the other divs */
#page {
  width:100%;
  margin-left: 0px;
  margin-width:0px;
  margin-right: 0px;
  /*background-color:#ffffff;*/
}


#banner {
  margin: 0 0 0 0;
  padding:0;
  height:100%;

}

/* this div contains the bannerlinks and bannertitle paragraphs */
div.pageinfo {
  /*float: right;*/
  float: right;
  /*text-align: right;*/
  text-align: right;
  padding: 0;
  margin:0 0 0px 0;
  width: 62%;
  /*  width: 50%;*/
}

/* home, help, preferences links */
p.bannerlinks {
  font-family: sans-serif, arial, helvetica;
  font-size: 8pt;
  /*  font-size: 10pt;*/
  font-weight: bold;
  /*font-weight: bold;*/
  margin:5px 5px 5px 5px;
  padding:12;
  text-align: right;
}

/* the title set by the receptionist based on the page action */
p.bannertitle {
  font-family: sans-serif, arial, helvetica;
  font-size: 24px;
  /*font-size: 24px;*/
  font-weight: bold;
  margin: 10px 0 0 0;
  /*margin: 10px 0 0 0;*/
  text-transform: lowercase;
  white-space: nowrap;
  padding: 30px 0px 10px 0px;
  /*padding: 6px 2px 10px 0px;*/
  background-repeat: repeat-y;
  background-position: center;
   /*background-position: top right;*/
 }

p.collectiontitle {
  font-family: sans-serif, arial, helvetica;
  font-size: 24px;
  font-weight: bold;
  text-transform: lowercase;
  white-space: nowrap;
  padding: 8px 0px 12px 2px;
  background-repeat: repeat-y;
  background-position: top left;
  margin:0;
  color:blue;
}

a.collectiontitle {
  color: blue;
  text-decoration: none;
}

/* the image for the collection, shown in the banner */
div.collectimage {
  text-align: left;
  /*text-align: left;*/
  #height: 100%; /* for IE5/6 to make containing div the full height */
  float: left;
  /*float: left;*/
  width: 0%;
  /*width: 45%;*/
  padding:0;
  margin:0;
}
/* make sure this is shown under the other divs (which may be floating) */
div.bannerextra {
	clear: both;
	height: 26px;
}

/* blankiconbar */
div.section p.bar {
  text-align: center;
}



/* bg image set in style macro */
div.navbar {
	min-width: 500px;
	white-space: nowrap;
	font-family: sans-serif, arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-transform: lowercase;
	border: 0;
	width: 100%;
	height: 26px;
}


/* bg image set in style macro */
div.divbar {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	border: 0;
	width: 100%;
	height: 24px;
}


p.navbar {
	text-align: left;
	margin: 0;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	margin-top: 3px;
	margin-left: 3px;
	height: 22px;
}

/* bg image set in style macro */
a.navlink {
	vertical-align: top;
	padding: 0 10px;
	color: #000066;
	text-decoration: none;
	height: 24px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

/* bg image set in style macro */
a.navlink_sel {
  vertical-align: top;
  padding: 0 10px;
  color: black;
  text-decoration: none;
}

a.navlink:visited {
  color: black;
}

/* for the nav_ns4.dm macro only (for netscape4 support) */
a.navlink_ns4 {
  background-color: #e8d9b1;
}

a.navlink_sel_ns4 {
  background-color: #96c19b;
}

span.highlight {
  background: #ffff77;
}

/* content inside the pages */
img.icon { border: 0; }

div.queryform {
  text-align: center;
  /*text-align: center;*/
}
span.textselect { white-space: nowrap; }

div.document {
  padding-top: 15px;
  background: #000000;
}
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 {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  /*background: #ffeecc; */
  background: #f7e7c5;
  margin: 1px;
  border: 1px solid #eeddbb;
  text-align: center;
  vertical-align: middle;
  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 {}
span.button a { text-decoration: none; color: blue; }
/*span.button a { text-decoration: none; color: black; }*/
span.button a:hover { /* IE6 doesn't do :hover for things that aren't <A> */
  background: #eeddbb;
}

div.section p {
  text-align: justify;
}

/* for the home page - auto-generated _homeextra_ macro */
table.collections {
  width: 100%;
  text-align: center;
  /* centres a block element for gecko and opera. (IE 5.5 needs parent
   * text-align) */
  margin-left:10px; margin-right:10px;
}

table.collections td {
  border-color:#C1C1C1;
  text-align: center;
  margin-left:10px; 
  margin-right:10px;
  margin-height:10px;
  margin-width:10px;
}

/* collections that have a logo should have a border around them */
table.collections img {
  border: 0px solid;
}

/* collector bar */
table.collectorbar {
   text-align: left;
    /*text-align: center;*/
   vertical-align: large;
   /*vertical-align: middle;*/

}

td.collectorbargreen {
   background-color: #96BE9C;
}
td.collectorbaryellow {
   background-color: #EEE8AA;
}
td.collectorbargrey {
   background-color: #D3D3D3;
}

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;
}


div.section {
	padding: 0;
	width: 95%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}




div.whitecell {
	font-size: small !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	color: #FFFFFF!important;
	margin: 10px !important;
	text-align: justify!important;
}


div.whiteboard {

	font-size: medium!important;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	background: #FFFFFF!important;
	margin: 10px !important;
	text-align: center !important;
	padding: 3px;
	font-variant: small-caps;
}
td.nouvelles {
	background-image: url(/gsdl/images/gedeau/bg_nouvelles.jpg);
	background-repeat: y-repeat;
}
