/* bluish colour theme - Alternate stylesheet for greenstone.
   Written by John McPherson, 2006. Feel free to copy/modify this for
   any purpose.
*/

body {
  background: #AEC3DC; /* light blue */
  color: #000000;
  height: 100%;
}

body.bgimage {
  background: #AEC3DC; /* light blue */
  color: #000000;
  height: 100%;
}

a:link { color: #006666; } 

a:hover { color: #001F66; }

a:visited { color: #666633; } 

img.link { border: 0; }

/* for unesco/human info etc logos on home page */
img.logo {
  border: 0;
  float: right;
  margin-left: 10px;
}

div.v_list {
  padding: 10px;
  font-size: smaller;
}
/* specific columns, named in the format string */
div.vlist_entry {
  clear: both; /* comes after any previous floating divs */
  border-bottom: 1px grey solid;
  margin-top: 10px;
  margin-bottom: 5px;
}
div.vlist_entry div {
  width: 15%;
  padding-left: 1%;
  padding-right: 1%;
  float: left;
}

div.vlist_entry div.descr { width: 45% }

#banner {
  margin: 0 0 5px 0;
  padding: 0;
 }

/* this div contains the bannerlinks and bannerimage paragraphs */
div.pageinfo {
  float: right;
  text-align: right;
  width: 45%;
}
/* home, help, preferences links */
p.bannerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #2B50A3;
}
/* the image based on the page action */
p.bannerimage {
  display: none;
}
/* the image for the collection, shown in the banner */
div.collectimage {
  float: left;
  text-align: left;
  width: 45%;
  margin: 0;
  padding:0;
}
/* link for collection name - will have text if there is no image */
div.collectimage a {
  text-decoration: none;
  color: #666666;
}

/* 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;
}

div.navbar {
	background: #39657b;
	white-space: nowrap;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin: 0px;
	min-width: 400px;
	font-size: x-small;
	color: #FFFFFF;
}

div.divbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: top;
	border: 0;
}
p.navbar {
	text-align: center;
	margin: 0px;
	background-color: #2B50A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

a.navlink {
	padding: 0 10px;
}


a.navlink:hover {
  background: #001F66;
 
}

a.navlink_sel {
}

a.navlink:visited {
  color: white;
}


span.spaceextra {
 padding: 0 ;
 margin: 0 0 0 200px;

}


/* content inside the pages */
/* this contains everything - all the other divs */
div#page {}

/* document content after nav bar */
div.document {
	border: 1px #cccccc solid;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	background-color: #F1F2F8;
}

img.icon { border: 0; }

div.queryform {
  text-align: center;
}
span.textselect { white-space: nowrap; }

div.section p {
  text-align: justify;
}

div.h_list {
  text-align: right;
  padding: 5px;
  background: #637d7d;
}

/* A-Z entries other than the current one */
span.h_item a {
  text-decoration: none;
  color: #cccccc;
}
span.h_item a:hover {
  text-decoration: none;
  color: red;
}

/* for the home page - auto-generated _homeextra_ macro */
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;
}
p.bannertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2B50A3;
}

div.navbar p.navbar a.navlink_sel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

div.navbar p.navbar a.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
div.navbar p.navbar a.navlink:hover {
	background-color: #003399;
}

p.bannerlinks a.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B50A3;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;

}
