/* CSS document for the "Browse By" area */

.browse-wrap {
	float: left;
	width: 33.33%;
	background: url(browse-wrap-bg.jpg) right bottom repeat-x;
	margin: 0;
	padding: 0;
}

.browse-db {
	background: transparent url(border-dotted-vertical.jpg) top right repeat-y;
	margin: 0 0 0 0;
	padding: 0;
}

.browse-ndb {
	margin: 0;
	padding: 0;
}

.browse-db .browse-contentwrap {
	background: url(browse-contentwrap-bg.jpg) right bottom no-repeat;
	height: 110px;
	margin-right: 9px;
	padding: 12px 12px 40px 12px;
}

.browse-ndb .browse-contentwrap {
	background: url(browse-contentwrap-bg.jpg) right bottom no-repeat;
	height: 110px;
	padding: 12px 12px 40px 12px;
}

.browse-db .page-title-browse {
	background: url(title-browse-bg.jpg) 0 0 repeat-x;
	height: 58px;
	margin-right: 9px;
}

.browse-ndb .page-title-browse {
	background: url(title-browse-bg.jpg) 0 0 repeat-x;
	height: 58px;
}

.page-title-browse img, .page-title-browse h2 {
	display: inline;
	margin: 0;
	padding: 5px 0 0 12px;
	vertical-align: middle;
}

.page-title-browse h2 a {
	text-decoration: none;
}

/* browse by date styles */

.calendar-wrap {
	float: left;
	width: 249px;
	background-color: #fff;
	margin: 0 0 14px 0;
	padding: 0;
}

.calendar-head {
	height: 40px;
	background-color: #000;
	margin: 0 1px 0 2px;
	padding: 4px;
}

.calendar-head select {
	margin: 8px 0 0 8px;
	padding: 0;
}

.calendar-body {
	margin: 0;
	padding: 0;
}

.calendar-body ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
}

.calendar-body li {
	float: left;
	width: 60px;
	background-color: #e3eecd;
	margin: 0 0 2px 2px;
	padding: 0;
}

.calendar-wrap li a, .calendar-wrap li a:visited {
	display: block;
	width: 60px;
	height: 32px;
	margin: 0;
	padding: 18px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.calendar-wrap li a:hover {
	color: #333;
}

.calendar-body li p {
	display: block;
	width: 60px;
	height: 32px;
	margin: 0;
	padding: 18px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	color: #333;
}

.calendar-wrap-month {
	float: left;
	width: 253px;
	background-color: #fff;
	margin: 0 0 0 18px;
	padding: 0;
}

.calendar-wrap-month .calendar-head p {
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.calendar-wrap-month .calendar-head a, .calendar-wrap-month .calendar-head a:visited {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #e2edcb;
	font-weight: bold;
	text-decoration: none;
}

.calendar-wrap-month .calendar-head a:hover {
	text-decoration: underline;
}

.cal-month-head {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
}

.calendar-wrap-month li {
	float: left;
	width: 34px;
	background-color: #e3eecd;
	margin: 0 0 2px 2px;
	padding: 0;
}

.calendar-wrap-month li a, .calendar-wrap-month li a:visited {
	display: block;
	width: 34px;
	height: 21px;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.calendar-wrap-month li a:hover {
	color: #333;
}

.calendar-wrap-month .cal-month-head li {
	padding: 2px 0;
	color: #874336;
	font-weight: bold;
	text-align: center;
}

.whitneynoentry, .whitneynoentry:visited {
	display: block;
	width: 34px;
	height: 21px;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: normal !important;
	color: #333;
}

#browse-results {
	margin: 0 0 0 538px;
}

#browse-results h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 1em 0;
}

.tri-list div, .tri-list img {
	display: inline;
	width: 12px;
	margin-bottom: 2px;
}

.star {
	float: left;
	width: 12px;
	margin: 0 8px 0 0;
}

/* browse by region styles */

#map {
	float: left;
	width: 36%;
}

#map-newsdetails {
	float: left;
	width: 64%;
	padding-top: 12px;
} 

#map-newsdetails h2 {
	margin-left: 0;
	padding-left: 0;
}

#map-newsdetails h2 span {
	color: #98301e;
}

#browse-ni, #browse-si, #browse-country {
	float: left;
	width: 33.33%;
}

#browse-ni .inner-wrap, #browse-si .inner-wrap {
	padding-right: 4px;
}

/* bbr map styles */

#map-default {
	display:block;
	margin-left: 12px;
	position: relative;
}

#map-default .national {
	position: absolute;
	left: 140px;
	top: 210px;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}

.national a, .national a:visited {
	display: block;	
	width: 100px;
	text-decoration: none;
	color: #333;
}

.national a:hover {
	color: #98301e !important;
}

.national span {
	display: block;
	padding-top: 10px;
	padding-bottom: 11px;
	padding-left: 34px;
}

.national img {
	float: left;
	padding: 4px;
}

#map-default dd {
	position: absolute;
	padding: 0;
	margin: 0;
}

#map-default #dd-westcoast {
	left: 20px;
	top: 154px;
	z-index: 20;
}

#map-default #dd-otago {
	left: 84px;
	top: 230px;
	z-index: 20;
}

#map-default #dd-canterbury {
	left: 124px;
	top: 180px;
	z-index: 20;
}

#map-default #dd-marlborough {
	left: 132px;
	top: 158px;
	z-index: 20;
}

#map-default #dd-nelson {
	left: 40px;
	top: 132px;
	z-index: 20;
}

#map-default #dd-wellington {
	left: 164px;
	top: 136px;
	z-index: 20;
}

#map-default #dd-manawatu {
	left: 55px;
	top: 111px;
	z-index: 20;
}

#map-default #dd-hawkesbay {
	left: 180px;
	top: 110px;
	z-index: 20;
}

#map-default #dd-taranaki {
	left: 50px;
	top: 92px;
	z-index: 20;
}

#map-default #dd-gisborne {
	left: 198px;
	top: 84px;
	z-index: 20;
}

#map-default #dd-bayofplenty {
	left: 166px;
	top: 50px;
	z-index: 20;
}

#map-default #dd-waikato {
	left: 67px;
	top: 72px;
	z-index: 20;
}

#map-default #dd-auckland {
	left: 57px;
	top: 50px;
	z-index: 20;
}

#map-default #dd-northland {
	left: 138px;
	top: 10px;
	z-index: 20;
}

#westcoast, #westcoast:visited, #otago, #otago:visited, #canterbury, #canterbury:visited, #marlborough, #marlborough:visited, #nelson, #nelson:visited, #wellington, #wellington:visited, #manawatu, #manawatu:visited, #hawkesbay, #hawkesbay:visited, #taranaki, #taranaki:visited, #gisborne, #gisborne:visited, #bayofplenty, #bayofplenty:visited, #waikato, #waikato:visited, #auckland, #auckland:visited, #northland, #northland:visited {
	color: #333;
}

#westcoast:hover, #otago:hover, #canterbury:hover, #marlborough:hover, #nelson:hover, #wellington:hover, #manawatu:hover, #hawkesbay:hover, #taranaki:hover, #gisborne:hover, #bayofplenty:hover, #waikato:hover, #auckland:hover, #northland:hover {
	color: #98301e !important;
}

/* browse by title */

#title-left {
	float: left;
	width: 50%;
}

#title-right {
	float: right;
	width: 50%;
}

.title-padding {
	padding: 8px 26px;
}

/* Contents page (browse by title area) styles */

#contents-nav {
	width: 100%;
	border-bottom: 1px solid #eaf1e3;
}

#contents-nav img {
	display: inline;
}

#contents-nav a, #contents-nav a:visited {
	text-decoration: none;
}

#contents-nav a:hover {
	text-decoration: underline;
}

#contents-nav1 {
	float: left;
	width: 20%;/* same as the pageslist area */
}

#contents-nav1 a, #contents-nav1 a:visited {
	display: block;
	border-right: 1px solid #eaf1e3;
	border-left: 1px solid #eaf1e3;
	margin: 0;
	padding: 6px;
}

#contents-nav2 {
	float: left;
	width: 80%;/* same as the contentslist area */
}

#contents-nav2 a, #contents-nav2 a:visited {
	display: block;
	margin: 0;
	padding: 6px;
}

#contents-nav-prevnext {
	float: right;
	width: 206px;
	border-left: 1px solid #eaf1e3;
}

.contents-prevnext-inner-l a, .contents-prevnext-inner-l a:visited {
	float: left;
	display: block;
	width: 20px;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 3px 6px 2px 6px !important;
	text-decoration: none;
}

.contents-prevnext-inner-m a, .contents-prevnext-inner-m a:visited {
	float: left;
	display: block;
	width: 127px;
	margin: 0;
	padding: 6px;
	text-decoration: none;
	text-align: center;
}

.contents-prevnext-inner-r a, .contents-prevnext-inner-r a:visited {
	float: left;
	display: block;
	width: 20px;
	border-left: 1px solid #eaf1e3;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 3px 6px 2px 6px !important;
	text-decoration: none;
}

#contents-nav1 a:hover, #contents-nav2 a:hover, #contents-nav-prevnext a:hover {
	text-decoration: none;
}

.cpira {
	text-align: right;
}

#contents-contentwrap {
}

#contents-pageslist {
	float: left;
	width: 20%;
	background-color: #c0d59a;
}

#contents-pageslist h3 {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 8px;
	border-bottom: 4px solid #fff;
}

#contents-pageslist ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 8px 20px;
}

#contents-pageslist li {
	padding: 4px 0;
}

#contents-pageslist li img {
	display: inline;
	vertical-align: bottom;
	margin-right: 3px;
}

#contents-pageslist li a, #contents-pageslist li a:visited {
	text-decoration: none;
}

#contents-pageslist li a:hover {
}

#contents-pageslist .fleuron {
	margin-left: 10px;
	margin-bottom: 12px;
}

#contents-contentslist {
	float: left;
	width: 80%;
	background: #fff !important;
}

#contentslist-wrap {
	padding: 12px;
}

#contentslist-wrap ul {
	list-style: none;
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
	clear: both;
}

#contentslist-wrap ul li {
	padding-top: 4px;
	clear: both;
}

#contentslist-wrap ul li a {
	font-style: normal;
}

#contentslist-wrap li li, #contentslist-wrap li li li {
	font-size: 1em;
}

.bc-icon {
	float: left;
	width: 4%; /*24px*/
}

.bc-text {
	float: left;
	width: 96%;
}

/* browse newspaper styles */

#newspaper-side {
	float: left;
	width: 30%;
}

#newspaper-browse {
	background: #92b15e;
	margin: 0;
	padding: 8px;
}

#newspaper-browse h2 {
	margin-bottom: 0;
	padding-bottom: 8px;
	position: relative;
}

#newspaper-browse form {
	margin: 0;
	padding: 0;
}

#newspaper-browse select {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
}

.newspaper-go-button {
	display: inline;
	background: url(go-button.gif) 0 0 no-repeat;
	width: 35px;
	height: 19px;
	/*margin: 2px 0 0 8px !important;*/
	margin: 2px 0 8px 8px !important;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}

.newspaper-go-button-m {
	display: inline;
	background: url(go_m.gif) 0 0 no-repeat;
	width: 58px;
	height: 19px;
	/*margin: 2px 0 0 8px !important;*/
	margin: 2px 0 8px 8px !important;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}

#newspaper-search {
	background: #c0d59a;
	margin: 0;
	padding: 8px;
}

#newspaper-search p {
	font-size: 1em;
	padding-bottom: 4px;
	position: relative;
}

.extra-margin-p {
	margin-left: 8px;
}

.extra-margin-i {
	margin-left: 8px;
}

.search-query { /* extention to the main button */
	margin-left: 0;
	float: left !important;
}

.newspaper-search-button {
	display: inline;
	width: 67px;
	height: 19px;
	background: url(search-button.gif) 0 0 no-repeat;
	margin: 8px 0 2px 2px;/*8px 0 2px 128px*/
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}

.newspaper-search-button-m {
	display: inline;
	width: 54px;
	height: 19px;
	background: url(search_m.gif) 0 0 no-repeat;
	margin: 8px 0 2px 2px;/*8px 0 2px 128px*/
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}

#ns-foot {
	background: #92b15e url(newspaper-fleuron.jpg) left bottom no-repeat;
	height: 140px;
}

#newspaper-main {
	float: left;
	width: 70%;
}

#nm-wrap {
	background: url(border-dotted-vertical.jpg) left top repeat-y;
	margin: 0;
	padding: 0 0 0 9px;
}

#nm-logo {
	text-align: center;
}

#nm-logo img {
	display: inline;
	margin: 12px;
}

#nm-blurb {
	background: #9fbb6d;
	margin: 0;
	padding: 12px;
}

#nm-info {
	margin: 0;
	padding: 12px;
}

/* full page view */

#article-nav {
	width: 100%;
	border-bottom: 1px solid #eaf1e3;
}

#article-nav img {
	display: inline;
}

#article-nav a, #article-nav a:visited {
	text-decoration: none;
}

#article-nav a:hover {
	text-decoration: underline;
}

#article-nav1 {
	float: left;
	width: 19.6%;/* same as the pageslist area */
}

#article-nav1 a, #article-nav1 a:visited {
	display: block;
	border-right: 1px solid #eaf1e3;
	border-left: 1px solid #eaf1e3;
	margin: 0;
	padding: 6px;
}

#article-nav2 {
	float: left;
	width: 21.7%;/* same as the contentslist area */
}

#article-nav2 a, #article-nav2 a:visited {
	display: block;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 6px;
}

#article-nav3 {
	float: left;
	width: 22.7%;/* same as the contentslist area */
}

#article-nav3 a, #article-nav3 a:visited {
	display: block;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 6px;
}

#article-nav4 {
	float: left;
	width: 20%;/* same as the contentslist area */
}

#article-nav4 a, #article-nav4 a:visited {
	display: block;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 6px;
}

#article-nav-prevnext {
	float: right;
	width: 206px;
	border-left: 1px solid #eaf1e3;
	border-bottom: 1px solid #eaf1e3;
}

#article-nav-prevnext img {
	display: inline;
}

.article-prevnext-inner-l a, .article-prevnext-inner-l a:visited {
	float: left;
	display: block;
	width: 20px;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 3px 6px;
	text-decoration: none;
}

.article-prevnext-inner-m a, .article-prevnext-inner-m a:visited {
	float: left;
	display: block;
	width: 127px;
	margin: 0;
	padding: 6px;
	text-decoration: none;
	text-align: center;
}

.article-prevnext-inner-r a, .article-prevnext-inner-r a:visited {
	float: left;
	display: block;
	width: 20px;
	border-left: 1px solid #eaf1e3;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 3px 6px;
	text-decoration: none;
}

#article-nav1 a:hover, #article-nav2 a:hover, #article-nav3 a:hover, #article-nav4 a:hover, #article-nav-prevnext a:hover {
	text-decoration: none;
}

#article-wrap {
	padding: 12px;
	text-align: center;
}

#article-wrap img {
	display: inline;
}

#disclaimer {
	margin: 8px 0 0 0;
	padding: 12px;
	border-top: 1px dotted #becdbc;
}

#disclaimer {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 0.9em;
}

/* OCR text page */

#ocr-main {
	float: left;
	width: 65%;
}

#ocr-sidebar {
	float: left;
	width: 35%;
	background: #9db768 url(ocr-sidebar-bg.jpg) left top repeat-x;
	font-size: 0.9em;
}


#ocr-nav {
	width: 100%;
	border-bottom: 1px solid #eaf1e3;
}

#ocr-nav img {
	display: inline;
}

#ocr-nav a, #ocr-nav a:visited {
	text-decoration: none;
}

#ocr-nav a:hover {
	text-decoration: underline;
}

#ocr-nav1 {
	float: left;
	width: 32%;
}

#ocr-nav1 a, #ocr-nav1 a:visited {
	display: block;
	border-right: 1px solid #eaf1e3;
	border-left: 1px solid #eaf1e3;
	margin: 0;
	padding: 6px;
}

#ocr-nav2 {
	float: left;
	width: 68%;
}

#ocr-nav2 a, #ocr-nav2 a:visited {
	display: block;
	margin: 0;
	padding: 6px;
}

#ocr-nav-prevnext {
	float: right;
	width: 206px;
	border-left: 1px solid #eaf1e3;
}

.ocr-prevnext-inner-l a, .ocr-prevnext-inner-l a:visited {
	float: left;
	display: block;
	width: 20px;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 3px 6px 2px 6px !important;
	text-decoration: none;
}

.ocr-prevnext-inner-m a, .ocr-prevnext-inner-m a:visited {
	float: left;
	display: block;
	width: 127px;
	margin: 0;
	padding: 6px;
	text-decoration: none;
	text-align: center;
}

.ocr-prevnext-inner-r a, .ocr-prevnext-inner-r a:visited {
	float: left;
	display: block;
	width: 20px;
	border-left: 1px solid #eaf1e3;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 3px 6px 2px 6px !important;
	text-decoration: none;
}

#ocr-nav1 a:hover, #ocr-nav2 a:hover, #ocr-nav-prevnext a:hover {
	text-decoration: none;
}

div#panojs-mode-link {
	float: left;
	display: block;
	width: 20.8%;
	border-left: 1px solid #eaf1e3;
	border-right: 1px solid #eaf1e3;
	margin: 0;
	padding: 6px;
}

#panojs-mode-link a, #panojs-mode-link a:visited {
	display: inline;
	padding-left: 0px;
	text-align: left;
	text-decoration: none;
}

div.veridianpanojscrosshair
{
	display: none;
}

table.contextmenu a, table.contextmenu a:link, table.contextmenu a:visited {
	color: #BBBBBB;
	font-size: 9pt;
	line-height: normal;
	text-decoration: none;
	white-space: nowrap;
}

table.contextmenu a:hover
{
	color: #FFFFFF;
}

table.contextmenu img
{
	display: inline;
  	vertical-align: -30%;
}

table.contextmenu th
{
 	color: white;
	font-size: 1.2em;
 	font-weight: normal;
	line-height: normal;
	padding-bottom: 4px;
	text-align: left;
	width: 130px;
}

