
/* Page */
#headblock
{
	width: 500px;
}
#headblock p
{
	margin: 0px 0px 10px 3px;
}

div.modelblock {
	width: 600px;
}

h4
{
	color: #808080;
}

p.personcv
{
	color: #a1282d;
}

table.personcvbox
{
	width: 725px;
}
table.personcvbox p, span
{
	margin: 0px 0px 2px;
	font: 1.2em/1.1em 'Trebuchet MS' , Arial, Sans-Serif;
}
table.personcvbox td
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
table.personcvbox td.startyear
{
	width: 30px;
}
table.personcvbox td.length
{
	width: 70px;
}
table.personcvbox td.header
{
	width: 190px;
}
table.personcvbox td.header2
{
	width: 190px;
}
table.personcvbox td.text
{
	
}

table.personcvbox td.files
{
	width: 350px;
}
table.personcvbox td.links
{
	width: 350px;
}

/* Bildgalleri */
.image-block
{
	border-right: #f6b800 1px solid;
	padding-right: 0px;
	border-top: #f6b800 1px solid;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px 10px 10px 0px;
	border-left: #f6b800 1px solid;
	padding-top: 0px;
	border-bottom: #f6b800 1px solid;
}
.image-block .image
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 10px 0px 0px 0px;
	width: 130px;
	background-repeat: no-repeat;
	height: 120px;
	text-align: center;
}
.image-block .image .opacthumbnail
{
	border-right: 0px;
	border-top: 0px;
	filter: alpha(opacity=70);
	border-left: 0px;
	border-bottom: 0px;
	moz-opacity: .7;
	opacity: .7;
}
.image-block .image .solidthumbnail {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
}

/* Söksida - kategorilista */
#namesearch
{
	float: right;
	width: 200px;
	margin: 0px 0px 0px 0px;
}
#namesearch .inputtext
{
	font-size: 8pt;
	margin-bottom: 3px;
	width: 140px;
	font-family: Arial, Verdana, Helvetica;
	letter-spacing: 0.06em;
	height: 12px;
	border: #f7ba00 1px solid;
}
#namesearch .submitbutton
{
	font-size: 8pt;
	width: 30px;
	height: 18px;
	margin: 0px 0px 2px 0px;
}
#namesearch .button
{
	font-size: 8pt;
	width: 175px;
	height: 20px;
	margin: 0px 0px 2px 0px;
}

.maincategorielist-block
{
	border-right: #f6b800 1px solid;
	padding: 5px;
	border-top: #f6b800 1px solid;
	margin: 10px 0px 0px;
	border-left: #f6b800 1px solid;
	width: 500px;
	cursor: pointer;
	border-bottom: #f6b800 1px solid;
	background-color: #ffffff;
}
.praktikant-block
{
	border-right: #f6b800 1px solid;
	padding: 5px;
	border-top: #f6b800 1px solid;
	margin: 30px 0px 0px;
	border-left: #f6b800 1px solid;
	width: 500px;
	cursor: pointer;
	border-bottom: #f6b800 1px solid;
	background-color: #ffffff;
}
.hl
{
	background-color: #fafafa;
}
.maincategorielist-block .image
{
	width: 110px;
	height: 110px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px 10px 0px 0px;
	padding-top: 0px;
}
.maincategorielist-block .text
{
	float: left;
	width: 350px;
}

/* Objektlista */
.objectlist-block
{
	border-right: #f6b800 1px solid;
	padding: 5px;
	border-top: #f6b800 1px solid;
	margin: 10px 0px 0px;
	border-left: #f6b800 1px solid;
	width: 500px;
	cursor: pointer;
	border-bottom: #f6b800 1px solid;
	background-color: #ffffff;
}
.hl
{
	background-color: #fafafa;
}
.objectlist-block .image
{
	width: 110px;
	height: 110px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px 10px 0px 0px;
	padding-top: 0px;
}
.objectlist-block .text
{
	float: left;
	width: 350px;
}
.objectlist-block .text p
{
	
}
.objectlist-block a
{

}
.objectlist-block a:hover
{

}
.objectlist-block .link
{
	display:block;
	text-align: right;
}

.objectlist-block-admin
{
	border-right: #b0b0b0 1px solid;
	border-top: #b0b0b0 1px solid;
	margin: 0px 0px 0px 0px;
	border-left: #b0b0b0 1px solid;
	width: 660px;
	border-bottom: #b0b0b0 1px;
}
.objectlist-block-admin form
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}


/* Lightbox */
#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/Lightbox/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/Lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/Images/Lightbox/nextlabel.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: normal;
	font-size: 8pt;
	color: #262626;
}
#imageData #numberDisplay
{
	clear: left;
	display: block;
	padding-bottom: 1em;
	color: black;
}			
#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 */
	}	
a.imagedatalink
{
	font-size: 13px;
	margin: 0px auto;
	color: #0032a4;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.imagedatalink:hover
{
	color: #005d8b;
	text-decoration: underline;
}
