/* ----------------------------------------------------

	UBA Journals
	Generic Stylesheet: textclass.css
	Journal(s): all

---------------------------------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	reset.css
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
/* v1.0 | 20080212 */
/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
#mainbody, .navbanner {
	margin: auto;
    width: 60em;
}

#mainbody {
	padding-bottom: 3em;
}

#header .navbanner {
	position: relative;
	margin-top: 1em;
	/* height: 7em; */
}

	#header .floatgeneralmenu {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		font-size: 90%;
		font-weight: bold;
	}

		#header .floatgeneralmenu a {
			text-decoration: none;
		}

			#header .floatgeneralmenu a:hover {
				color: blue;
			}
	
		#header .floatgeneralmenu .bbinfo {
			padding-top: .5em;
			margin-top: .5em;
		}


	#header .generalmenu li {
	}


#header .collnavcontainer {
	height: 2em;
	margin: 1em 0 0 0;
	background-image: url("http://www.zoologischemededelingen.nl/j/journal/gradient2.png");
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

	#header .collnavcontainer ul {
		margin: 0 auto;
	    width: 60em;
		height: 100%;
		padding: 0;
	}
	
		#header .collnavcontainer ul li {
			display: block;
			padding: 0 1em;
			border-right: 1px solid #999;
			float: left;
			height: 100%;
		}
	
			#header .collnavcontainer ul li a {
	    		color: white;
	    		text-decoration: none;
				display: block;
			    margin-top: 0.2em;
			}

				#header .collnavcontainer ul li:first-child {
					/*padding-left: 0;*/
					margin-left: -1em;
				}

#header .collnavsubcontainer {
	height: 2em;
	background: #eee;
}

#header .collnavsubcontainer ul {
margin: 0 auto;
width: 60em;
padding: 0;
height: 100%;
}

#header .collnavsubcontainer ul li {
display: block;
padding: 0 7px;
float: left;
height: 100%;
}

#header .collnavsubcontainer ul li a {
text-decoration: none;
display: block;
margin-top: 0.2em;
}

#header .collnavsubcontainer ul li:first-child {
	padding-left: 0;
}



#footercollnavcontainer {
	background: #666;
	height: 2em;
	clear: both;
	margin: 1em 0 0 0;
}

	#footercollnavcontainer ul {
		margin: 0 auto;
	    width: 60em;
		padding: .2em 0;
	}

		#footercollnavcontainer ul li {
			display: block;
			padding: 0 1em;
			float: left;
		}
	
			#footercollnavcontainer ul li a {
	    		color: white;
	    		text-decoration: none;
			}

				#footercollnavcontainer ul li:first-child {
					padding-left: 0;
				}


#footer {
	clear: both;
	background: #444;
}

	#footer ul {
		margin: 0 auto;
	    width: 60em;
		padding: 2em 0;
		color: #bbb;
	}

		#footer ul li {
			font-size: 90%;
		}

			#footer ul li a {
	    		color: #bbb;
	    		text-decoration: none;
			}

				#footer ul li a:hover {
					color: white;
				}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	markup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 150%;
}

center {  
	/* usually used to contain tables */ 
	padding: 1em 0;
	background: #e8e8e8;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #ccc;
}

p {
	margin: .5em 0;
}

a {
	text-decoration: none
}

	a:hover {
		text-decoration: underline;
	}

h2 {
	font-size: 1.5em;
	margin: 1.5em 0 .5em 0;
	background: #DDD;
	padding: .5em;
	min-height: 1em;
	line-height: 1.4em;
}

h1.article {
	font-size: 1.5em;
	margin: 1.5em 0 .5em 0;
	background: #DDD;
	padding: .5em;
	min-height: 1em;
	line-height: 1.4em;
}

h2.article {
	font-size: 1.3em;
	margin: .5em 0;
}

h3.article {
	font-size: 1.1em;
	margin: .5em 0;
}

h4.article {
	font-size: .85em;
	margin: .5em 0;
}

h5.article {
	font-size: .85em;
	font-style: italic;
	margin: .5em 0;
}

h6.article {
	font-size: .85em;
	font-style: italic;
	margin: .5em 0;
}


a.tooltip {
	position: relative;
}

div#tooltip {
	position:absolute;
	padding: .5em;
	background: white;
	border: solid 1px black;
	outline: solid 2px white;
}

.imagetable table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	border-color: #ccc;
    border-style: dotted;
    border-width: 1px 0;
}

	.imagetable table td {
		padding: 2em;
		vertical-align: middle;
		text-align: left;
		font-size: 90%;
		background: #eee;
	}

		.imagetable table td:first-child {
			background: #ddd;
		}

		.imagetable table td:last-child {
			padding-right: 0;
		}	

		.imagetable table td img {
			border-color: #bbb;
    		border-style: solid;
    		border-width: 1px;
		}

.hilite {
    color: brown;
    font-weight: bold;
}

.warning {
    background-color: #CCE1E1;
    border-color: #666;
    border-style: solid;
    border-width: 1px;
    margin: 2em 0;
    padding: 1em;
}

.permalink, .hitsfound {
	margin-top: 1em;
	font-size: 90%;
}

.journaltitle {
	margin-bottom: 1em;
	font-size: 90%;
}

#mainbody .floatgeneralmenunext {
    float: right;
	border-right: 1px solid #CCCCCC;
	padding: 0 1.5em 0 0;
}

	#mainbody .floatgeneralmenunext li {
		float: left;
		display: block;
		margin-left: 1.5em;
		font-size: 90%;
		border-left: 1px solid #CCCCCC;
		padding: 0 0 0 1.5em;	
	}
	
		#mainbody .floatgeneralmenunext li a {
			color: #666;
		}

			#mainbody .floatgeneralmenunext li a:hover {
				color: #000;
			}	



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	tooltip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
.mini-tooltip{
	position	:	absolute;	
	z-index		:	999999;
	max-width	:	40em;
}

.mini-tooltip table td.mtt-content{
	background-color: #666;
	color: #fff;
	outline: solid 2px #fff;
	padding: 1em;
	text-align: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
p.searchtype {
	font-weight: bold;
	margin: 1em 0;
}

form[name=search] {
	background: #e8e8e8;
	border-style: dotted;
	border-width: 1px 0;
	border-color: #ccc;
	padding: 1em 2em;
}

form[name=search] td {
	padding: .5em 2em .5em 0;
}

form[name=search] input, form[name=search] select {
	font-family: inherit;
	font-size: 1em;
	margin: 0 .5em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	search results
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
.resultsheader {
	font-weight: bold;
	padding: .5em 0;
	margin: .5em 0;
}

.slicehdr, #slicehdr, .sliceftr, #sliceftr {
	margin: .5em 0;
	padding: .2em;
	background: #e8e8e8;
	border-style: dotted;
	border-width: 1px 0;
	border-color: #ccc;
}

#resultslist br {
	display: none;
}

.resauthor {
	display: block;
	margin: 1em 0 .5em 0;
}

.journaltitle {
	display: block;
	margin: 0 0 .5em 0;
	font-size: 1em;
	color: #777;
}

.resitemlinks {
	display: block;
	margin: 0 0 2em 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	browse / toc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#articlelist {
	margin: 0 0 2em 0;
}

	#articlelist li {
		margin: 0 0 1em 0;
	}
 

 /* added by mb */
 div.video {
	width: 560px;
	border-collapse: collapse;
	padding: 1em 1em 1em 1em;
	margin:1em 0;
	border-color: #ccc;
    border-style: dotted;
    border-width: 1px 0;
	font-size: 90%;
	background: #ddd;
}

div.sound {
	border-collapse: collapse;
	padding: 1em 1em 1em 1em;
	margin:1em 0;
	border-color: #ccc;
    border-style: dotted;
    border-width: 1px 0;
	font-size: 90%;
	background: #ddd;
}

.indentlevel1 {   /* used for indenting blocks of text in results details displays  */
                display : block;
                margin-bottom : 1px;
                padding-bottom : 0px;
                padding-top : 5px;
				font-weight: bold;
}

.indentlevel2 {   /* used for indenting blocks of text in results details displays  */
                display : block;
                margin-bottom : 1px;
                padding-bottom : 0px;
                padding-top : 0px;
                font-weight: normal;
                margin-left: 1.0em;
}

.indentlevel3 {
                display : block;
                margin-bottom : 1px;
                padding-bottom : 0px;
                padding-top : 0px;
                margin-left: 2.0em;
}

.indentlevel4 {
                display : block;
                margin-bottom : 1px;
                padding-bottom : 0px;
                padding-top : 0px;
                margin-left: 3.0em;
}

.indentlevel5 {
                display : block;
                margin-bottom : 1px;
                padding-bottom : 0px;
                padding-top : 0px;
                margin-left: 4.0em;
}

.indentlevel6 { /* this should be sufficient!! */
                display : block;
                margin-bottom : 1px;
                padding-bottom : 0px;
                padding-top : 0px;
                margin-left: 5.0em;
}

.searchhistory {
}

.searchhistory td {
	padding: .5em 2em .5em 0;
}
/* header row */ 
.searchhistory tr:first-child td {
	font-weight: bold; background: #999; color: white; 
} 

sup {
	font-size: .83em;
	line-height:0;
	vertical-align:	super;
}

blockquote {
	padding: 1em;
	font-size: .9em;
}