/*
	subOracle theme stylesheet
	(c) Oracle, 2004
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body  { background-color: #fff; margin: 0;}

/* General font families for common tags */
font, th, td, p { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link, a:active { color : #010080; text-decoration: underline; }
a:visited { color: #010080; text-decoration: underline; }
a:hover    { color : #4342c2; text-decoration: none; }
.maintitle { color: #010080; font-size: 30px; font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; font-weight: normal; font-style: italic; font-variant: normal; text-transform: none; text-align: right; }
.subtitle { color: #828282; font-size: 15px; font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; font-weight: normal; font-style: normal; font-variant: small-caps; text-transform: uppercase; text-align: left; letter-spacing: 0; }
.info { color: #828282; font-size: 12px; font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; line-height: normal; letter-spacing: 0; }
.mm_no_js_link { color: #000; font-size: 12px; font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: normal; text-decoration: none; letter-spacing: 0; }

a.mm_no_js_link:link  { text-decoration: none }
a.mm_no_js_link:visited  { text-decoration: none }
a.mm_no_js_link:hover {
	text-decoration: underline;
}

.subtitlecaps { color: #828282; font: small-caps 400 19px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; text-align: left; text-transform: uppercase; }
/* Styles for the "crumbs" */
.crumbs   { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0; padding: 0; borde;border-color: #1a0f64; border-style: solid; border-width: 0 0 1px; }
.topictitle  { color: #1a0f64; font-size: 16px; }
a.topictitle:link  { color: #00006e; text-decoration: none }
a.topictitle:visited  { color: #00006e; text-decoration: none }
a.topictitle:hover {
	text-decoration: underline;
	color : #00006e;
}
.navi  { color: #1a0f64; font-size: 10px; }
a.navi:link  { color: #00006e; text-decoration: underline }
a.navi:visited  { color: #00006e; text-decoration: underline }
a.navi:hover {
	text-decoration: none;
	color : #00006e;
}
.small  { color: silver; font-size: 10px; text-decoration: none; margin-left: 12px; }
a.small:link  { color: silver; text-decoration: none; }
a.small:visited  { color: silver; text-decoration: none; }
a.small:hover {
	text-decoration: none;
	color : silver;
}
/* mozilla only styles */
a {
	-moz-outline: 0px none gray;
}
table.crumbs {
	-moz-border-radius: 0px;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.background { background-image: url(../images/dranken.jpg); background-repeat: no-repeat; background-position: right bottom; }
.linkpartner { color: #cfd2e5; font-size: 9px; }
a.linkpartner:link  { color: #cfd2e5; text-decoration: none }
a.linkpartner:visited  { color: #cfd2e5; text-decoration: none }
a.linkpartner:hover {
	text-decoration: underline;
	color : #cfd2e5;
}
