/* ================================================ */
/* Nationaal Archief: Emigratiekaarten Australië    */
/* Website content styles                           */
/* Media: screen                        	      	    */
/* Februari 2006, v1.0                      	  	    */
/* ------------------------------------------------ */
/* Copyright Hic et Nunc            						          */
/* www.hicetnunc.nl - info@hicetnunc.nl             */
/* ================================================ */


/* ******************** */
/* HTML tag styles      */
/* ******************** */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
	background-color: #fff;
}

/* headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	margin-bottom: 1.2em;
	padding: 0;
	font-weight: bold;
	color: #2d6c93;
}
h1 {
	margin-bottom: 1.3em;
	font-size: 1.2em;
}
h2, h3, h4, h5 { font-size: 1em; }

/* hyperlink styles */
a:link, a:visited {
	color: #83736a;
	text-decoration: underline;
}
a:hover {
	color: #ff6200;
	text-decoration: underline;
}

/* list styles */
ul { list-style-type: square; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: circle; }

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ******************** */
/* layout DIV's         */
/* ******************** */

#printHeader { display: none; }

/* ----- header ----- */

#header {
	width: 100%;
	background-color: #3c8fc3;
}
#header img {
	margin-bottom: -2px;
	}
	html>body #header img { /* IE/Win hack */
	margin-bottom: 0;
}

#logo {
	width: 190px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
}
#logo img {
	margin-top: 5px;
}

#headerNav {
	position: absolute;
	top: 0;
	left: 190px;
 width: 530px;
	text-align: right;
	white-space: nowrap;
}
#headerNav img {
	margin: 0 16px 0 16px;
}
	
#titleBar {
	height: 30px;
	padding-left: 185px;
	background-color: #000;
}
#titleBarTitle {
	position: absolute;
	left: 200px;
	top: 68px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

#titleBarHome {
	height: 30px;
	padding: 0 0 0 20px;
	background-color: #000;
}

/* ----- content ----- */

#contentWrapper {
	margin-top: 30px;
	width: 710px;
}

/* ----- leftbar --- */

#leftNav {
	float: left;
	width: 170px;
	margin: 5px 0 0 3px;
}

#leftNav ul {
	margin: 0;
	padding-left: 15px;
	list-style: none;
}

#leftNav ul ul {
	margin: .2em 0 1em 0;	
	list-style: square;
	font-weight: normal;
}

#leftNav li { margin-bottom: 20px; }
#leftNav li li { margin-bottom: 0; }
#leftNav li.selected, #leftNav li.selected a:link { color: #ff6200; }

#leftNav li a:link, #leftNav li a:visited {
	color: #83736a;
	text-decoration: none;
}
#leftNav li a:hover {
	text-decoration: underline;
}

#citationHome {
	font: 1.2em normal Verdana, Arial, Helvetica, sans-serif;
	color: #3c8fc3;
	line-height: 1.2em;
	display: block;
	margin-left: 30px;
	font-style: italic;
}
#citationSignatureHome {
	margin-top: 5px;
	float: right;
	font-style: normal;
}

/* ----- content ----- */

#content {
	margin-left: 200px;
	width: 500px;
}
#contentHomepage {
	margin-left: 200px;
	width: 300px;
}

#rightBar {
	position: absolute;
	top: 120px;
	width: 183px;
	left: 525px;	
}
#rightBar img {
	border: 1px solid #83736a;
}

/* ----- footer ----- */

#footer {
	clear: both;
	padding: 3em 0 4em 2em;
	width: 720px;
	font-size: .85em;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.topOfPage {
	float: left;
	width: 170px;
}

#footerInfo {
	width: 370px;
	margin-left: 175px;
	white-space: nowrap;
}

/* ******************** */
/* custom styles        */
/* ******************** */

#subHomageAbstract {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 1px;
}

td.spacerRow {
	margin: 0;
	padding: 0;
	height: 11px;
}

td.numeric { text-align: right; }

#logo2 {
	position: relative;
	float: left;
	margin-top: -120px;
	left: 30px;
}

.blueBlock {
	margin: 1em 0 1.2em 0;
	padding: 10px;
	background-color: #82caf7;
}

/* image tekst */
.imageText {
	font-family: Arial, Helvetica, sans-serif;
}

/* ----- dataTable ----- */

table.dataTable td, table.dataTable th { padding: 5px; }

table.dataTable th {
	font-weight: bold;
	color: #fff;
	text-align: left;
	background-color: #2d6c93;
}
table.dataTable td {
	color: #000;
	background-color: #82caf7;
}

table.dataTable a:link, table.dataTable a:visited {
	color: #000;
	text-decoration: underline;
}
table.dataTable a:hover {
	color: #ff6200;
}

/* ----- table for forms ----- */

table.formTbl td, table.formTbl th { font-size: 1em; }

table.formTbl th {
	padding: 3px 0 4px 20px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background-color: #2d6c93;
}
table.formTbl td {
	padding: 2px;
	color: #000;
	background-color: #82caf7;
}

table.formTbl a:link, table.formTbl a:visited {
	color: #000;
	text-decoration: none;
}
table.formTbl a:hover {
	text-decoration: underline;
}

table.formTbl th, table.formTbl td.label {
	padding-left: 20px;
	font-weight: bold;
}
table.formTbl td.formUtils {
	height: 30px;
	vertical-align: middle;
	text-align: right;
	background-color: #2d6c93;
}

.formRequiredText {
	float: right;
	width: auto;
	margin-right: 15px;
	font-weight: bold;
	color: #fff;
}

.formError {
	float: left;
	margin-left: -18px;
	width: 15px;
	height: 15px;
	background-image: url(../images/form_error.gif);
	background-repeat: no-repeat;
	z-index: 999;
}

/* ----- search results --- */

#searchResults p {
	background-image: url(../images/bullet_searchResults.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
}

/* ----- search results ABC ----- */

.searchResultsABC {
	width: 100%;
	height: 2em;
	font-weight: bold;
	color: #ff6200;
	letter-spacing: 2px;
	line-height: 2em;
}
.searchResultsABC a:link, .searchResultsABC a:visited {
	color: #ff6200;
	text-decoration: none;
}
.searchResultsABC a:hover {
	text-decoration: underline;
}

/* ----- page footer : nav ----- */

.contentFooter {
	display: block;
	width: 370px;
	height: 2em;
	margin-top: 2em;
	font-weight: bold;
	color: #ff6200;
	line-height: 2em;
	}
	html>body .contentFooter { /* IE/Win hack */
	margin-top: 1.5em;
	margin-bottom: 2em;
}

.contentFooter a:link, .contentFooter a:visited {
	color: #ff6200;
	text-decoration: none;
}
.contentFooter a:hover {
	text-decoration: underline;
}

.currentPage {
	color: #000;
}

/* Toggle */
.titlebar, .titlebarmin {
	background-repeat: no-repeat;
	background-position: -3px 0;
	cursor: pointer;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 20px;
}

.titlebar {
	background-image: url("../images/icons/toggle_plus.gif");
}

.titlebarmin {
	background-image: url("../images/icons/toggle_minus.gif");
}
.titlebarNone {
	float:left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url("../images/1px_transparant.gif");
}

div.hrSolidBlue {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #3c8fc3;
}

div.hrDottedBlue {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px dotted #3c8fc3;
}

.small { font-size: 90%; }

#exhibitionGalleryTBL {
	position: absolute;
	margin-left: -4px;
	}
	html>body #exhibitionGalleryTBL { /* IE/Win hack */
	margin-top: 1.2em;
}

.exhibitionGalleryImg {
	border: 1px solid #3c8fc3;
}

.exhibitionGalleryCaption {
	width: 174px; 
	padding: 3px 3px 5px 3px; 
	margin-bottom: 2px;
	display: none; 
	font-size: 90%;
	font-weight: bold;
	color: #3c8fc3; 
	border: 1px solid #3c8fc3;
}

#breadCrumb {
	margin-bottom: 2em;
	font: 80% normal Arial, Helvetica, sans-serif;
	color: #3c8fc3;
}
#breadCrumb a:link, #breadCrumb a:visited {
	color: #3c8fc3;
	text-decoration: none;
}
#breadCrumb a:hover {
	color: #2d6c93;
	text-decoration: underline;
}