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

Title : TIFF css
Author : Tank Design / Roar Řien
URL : http://www.tank.no/

Created : 01.09.2006
Modified : 21.09.2009

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

/* ----- CSS ----- */

*{
}
html{
	border: 0;
	margin: 0;
}
body{
	border: 0;
	margin: 0;
	background-color: #fff;
	color: #323d43;
	line-height: 160%;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 8pt;
}

.container {
	position: relative;
	background-color: #fff;
	background-image: url("http://www.tiff.no/images/2010/center_bg.gif");
	background-repeat: repeat-y;
	background-position: top left;
	z-index: 3;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.footer {
	background-color: #000;
	text-align: right;
	height: 60px;
	padding: 10px 0 0 0;
	color: #fff;
}
	.footer span {
		padding: 0 10px 0 0;
	}
.tblRight {
	padding: 15px 0 0 0;
	width: 184px;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
	.tblRight_bg {
		background-image: url("http://www.tiff.no/images/2010/tblRight-bg.gif");
		background-repeat: no-repeat;
		background-position: top right;
	}
.tblCenter {
	padding: 15px 0 0 0;
}
.tblLeft {
	padding: 15px 0 0 0;
	width: 184px;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
	.tblLeft_bg {
		background-image: url("http://www.tiff.no/images/2010/tblLeft-bg.gif");
		background-repeat: no-repeat;
		background-position: top left;
	}
.tblContent {
	padding: 0 0 0 5px;
	width: 94%;
}
.ingress {
	font-weight: bold;
	padding-bottom: 0px;
}
.brodtekst {
	padding-bottom: 15px;
}
.forsidetekst, .forsidetekst a {
	font-size: 10pt;
	line-height: 150%;
}
.forsidetittel {
	font-size: 10pt;
}
.imageRight {
	width: 170px;
	border: 1px solid #BFBFBF;
	padding: 2px;
	margin: 2px 0 2px 2px;
	font-size: 7pt;
	text-align: center;
	float: right;
}
.imageRightSmall {
	width: 89px;
	border: 1px solid #BFBFBF;
	padding: 2px;
	margin: 2px 0 2px 2px;
	font-size: 7pt;
	text-align: center;
	float: right;
}
.imageLeft {
	width: 90px;
	border: 1px solid #BFBFBF;
	padding: 2px;
	margin: 2px 2px 2px 2px;
	font-size: 7pt;
	text-align: center;
	float: left;
}
.imageCenter {
	width: 580px;
	border: 1px solid #BFBFBF;
	padding: 2px;
	margin: 2px;
	font-size: 7pt;
	text-align: center;
}
.link a {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #9b999a;
}
.okmsg {
	background-color: #B89B01;
	padding: 10px;
	margin: 5px 0 5px 0;
}
.errormsg {
	background-color: #F58110;
	padding: 10px;
	margin: 5px 0 5px 0;
}
h1 {
	border-top: 1px dotted #9b999a;
	border-bottom: 1px dotted #9b999a;
	padding: 4px 0 4px 4px;
	margin: 2px 0 8px 0;
	font-size: 9pt;
	font-weight: bold;
	color: #323d43;
}
h2 {
	color: #545555;
	font-size: 16pt;
	padding: 3px 0 5px 0;
	margin: 0;
}
h3 {
	color: #b1b1b1;
	font-size: 10pt;
	padding-bottom: 5px;
	margin: 0;
}
hr {
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}
a {
	color: #323d43;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 0;
}

/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
}

#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}


.jqueryslidemenu{
	background: #000;
	width: 100%;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: #000; /*background of tabs (default state)*/
	color: white;
	padding: 4px 20px 4px 20px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;
}

.jqueryslidemenu ul li a:hover{
	background: black; /*tab link background during hover state*/
	color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 160px; /*width of sub menus*/
	padding: 4px 5px 3px 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #fff;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ----- LIGHTBOX ----- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }