/* CSS Document */

.bildarkivSearchtext {
	font-size: 14px;
	color: #333333;
	margin-bottom: 4px;
	width: 220px;
}

.bildarkivSearchbutton { 
	width: 220px;
}

h4.bildarkivUsername
{
	font-size: 14px;
	color: #333333;
	margin-bottom: 8px;
}

.bildarkivLoginEmail
{
	font-size: 14px;
	color: #333333;
	margin-bottom: 8px;
}

.bildarkivLoginPassword
{
	font-size: 14px;
	color: #333333;
	margin-bottom: 8px;
	width: 100%;
}

.bildarkivLoginSubmit { 
	font-size: 14px;
	color: #333333;
	margin-bottom: 8px;
	width: 100%;
}

.bildarkivLogOut { 

}

/* Meny vid detaljvisning */

.bildarkivResultMenu {
	font-size: 14px;	
}

.bildarkivResultLink {
}

.bildarkivResultCurrent {
	margin-left: 0px;	
}

.bildarkivThumbText {
	line-height: 13px;
	margin: 2px 2px 2px 2px;
}

.bildarkivDetailInfo {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
}

.bildarkivThumbTable
{
}

.bildarkivThumbDelimiter
{
	font-size: 20px;
	color: #dddddd;
}

.bildarkivPrisDropdown
{
	width: 220px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bildarkivPrisDiv
{
	width: 220px;
	font-size: 12px;
}

.bildarkivPrisDivF
{
	width: 220px;
	font-size: 12px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.bildarkivPrisResetLink { 
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.bildarkivPrisField
{
	width: 220px;
	text-align: right;
	border-top: dashed 1px #333333;
	font-weight: bold;
} 

.h4lightbox, .h6lightbox, .submitlightbox, .selectlightbox, .checkboxlightbox, .textarealightbox, .inputlightbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
 } 

.h4lightbox {
	font-size: 14px;
	margin-top: 4px;
	font-weight: bold;
 } 

.h6lightbox { 
 
 } 

.submitlightbox { 
 
 } 

.selectlightbox { 
 
 } 

.checkboxlightbox { 
 
 } 
 
.h1getimage, .h2getimage, .pgetimage, .buttongetimage
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
 }

.h1getimage
{ 

}
 
.h2getimage
{

}

.pgetimage
{

}

.buttongetimage
{

 }

/*Inställningar för bildspel*/

#slideshow {
	position:relative;
	height: 480px;
	width: 720px;
	overflow: hidden;
	background-color: #000000;
}

#slideshow DIV {
	position:absolute;
	z-index:8;
	opacity:0.0;
	height: 480px;
	width: 720px;
	background-color: #000000;
}

#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
	height: 480px;
	width: 720px;
	background-color: #000000;
}

#slideshow DIV.last-active {
	z-index:9;
	opacity:0.0;
	height: 480px;
	width: 720px;
	background-color: #000000;
}

#slideshow DIV IMG {
	display: block;
	border: 0;
	background-color: #000000;
}

