﻿.slidercontainer
{
	position:relative;
	background: #ffffff url(../pics/scrollbar-bg.gif) repeat-y;
	height:10px;
	overflow:hidden;
	margin-bottom:20px;
}

.slider, .slider:hover
{
	position:absolute;
	z-index:120;
	display:block;
	background:#6d6dff url(../pics/scrollbar-handle.gif);
	overflow:hidden;
}

.slider:hover
{
	background:#6d6dff url(../pics/scrollbar-handle.gif);
}

#info
{
	border:solid 1px #606060;
	padding:5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	opacity:0.70;
	filter:alpha(opacity=70);
	background-color:#ffffff;
	width:300px;
	height:60px;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:auto;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	z-index:190272;
	letter-spacing:1px;
}

#list, .buffer
{
	width:300px;
	background-color:#cbc6ba;
	float:left;
	border-bottom:solid 1px #6d6dff;
	border-top:solid 1px #6d6dff;
	margin-right:5px;
}

.buffer
{
	background-color:#f0f0ff;
	opacity:0.60;
	filter:alpha(opacity=60);
}

#list a, #list a:hover, .buffer a
{
	display:block;
	background-color:#ffffff;
	height:34px;
	padding-top:5px;
	margin-bottom:1px;
	color:#124b8a;
	text-decoration:none;
	padding-left:5px;
	font-size:1.2em;
	width:800px;
}

#list a:hover
{
	background-image:none;
	background-color:#e4eac4;
	color:#124b8a;
}

.buffer a
{
	height:12px;
	font-size:1.0em;
}

.up, .dn, .dnimg, .upimg
{
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	left:164px;
}

.up, .upimg
{
	top:2px;
}

.up
{
	background:#f4f4f4 url(../pics/scrollbar-up.gif);
}

.up:hover
{
	background:#f4f4f4 url(../pics/scrollbar-up.gif);
}

.dn, .dnimg
{
	top:226px;
}
.dn
{
	background:#f4f4f4 url(../pics/scrollbar-down.gif);
}

.dn:hover
{
	background:#f4f4f4 url(../pics/scrollbar-down.gif);
}




/* autocomplete */

#aclist
{
	height:150px;
	top:96px;
	left:-188px;
	width:240px;
	overflow:hidden;
	border:solid 1px #a1a1a1;
	background-color:#ffffff;
	position:absolute;
	z-index:130;
}

#aclistshadow
{
	height:150px;
	top:98px;
	left:-186px;
	width:240px;
	overflow:hidden;
	border:solid 1px #000000;
	background-color:#000000;
	position:absolute;
	opacity:0.15;
	filter:alpha(opacity=15);
	z-index:129;
}

.textbox
{
	border:solid 1px #808080;
	background-color:#ffffff;
	color:#124B8A;
	width:140px;
}

#aclist a, #aclist a:hover
{
	height:19px;
	display:block;
	width:500px;
	overflow:hidden;
	font-size:1.2em;
	text-decoration:none;
	color:#4274a7;
	border-bottom:solid 1px #ffffff;
	background-color:#eaf6fb;
	padding-left:2px;
}

/* Moved from .aspx // Lauri */
.searchtab, .searchtab:hover
{
	display:block;
	text-align:center;
	position:absolute;
	top:63px;
	background-color:#f0f0ff;
	color:#6d6dff;
	width:100px;
	padding-top:3px;
	height:17px;
	font-size:1.1em;
	border:solid 1px #6d6dff;
	border-bottom:none;
	text-decoration:none;
}

/* /autocomplete */

.relevancebar
{
	width:100px;
	height:6px;
	background-image:url(../pics/relevance-bg.gif);
	margin-top:4px;
	overflow:hidden;
}
.relevancebar span
{
	display:block;
	float:left;
	background-image:url(../pics/relevance-green-01.gif);
	width:1px;
	height:6px;
	overflow:hidden;
}

.relevancebar div
{
	float:left;
	height:6px;
	background-image:url(../pics/relevance-green-02.gif);
	overflow:hidden;
}

.abcfiller
{
	height:6px;
	width:100%;
	overflow:hidden;
}

#searchbox
{
	z-index:100;
	position:absolute;
	top:3px;
	left:-192px;
	width:265px;
	height:94px;
	background-image:url(../pics/Searchbox.gif);
}

#artcontainer
{
	background-color:#ffffff;
	position:relative;
}

#printartcontainer
{
	background-color:#ffffff;
	position:relative;
	font-size: 62.5%;
}

.arttools
{
	text-align: right;
	border-bottom: dashed 1px #bbaf91;
	padding-bottom: 7px;
	margin-bottom:20px;
}

.artname
{
	margin-bottom:2px;
}

.artheadings
{
	margin-bottom:20px;
	
	width:312px;
	float:left;
}

.artimage
{
	
	margin-bottom:20px;
	float:left;
	width:200px;
	text-align:center;
	
	
}

.artimage .headericon
{
	display:inline;
	float:right;
	margin-bottom:4px;
}

.nationalanthem
{
	float:right;
	margin-top:4px;
	display:block;
	
}

.nationalanthem img
{
	margin-right:8px;
}

.artheadings a
{
	text-decoration:none;
}

.artheadings a:active, artheadings a:focus
{
	outline:0;
}


.artheadings img
{
	margin-right:4px;	
}

.artheadings ul, li
{
	padding:0;
	margin:0;
}

.artheadings li
{
	list-style: none;
	padding-left:8px;
	font-size:12px;
}

.art
{
	font-size:1.2em;
	/* Named anchor fix for FireFox (Lauri): If container is floated, */
	/* jumping to anchor will scroll one line too low. Use table for positioning instead. */
	/*float:left;*/
	margin-left:4px;
	width:412px;
	margin-right:27px;
	line-height:150%;
}

.art a, .art a:hover 
{
	color:#124b8a;
}

#listarea
{
	top:-1px;
	float:left;
	position:relative;
	background:#eae8e4 url(../pics/list-bg.gif) repeat-x;
	border:solid 1px #a1a1a1;
	height:308px;
	width:183px;
	overflow:hidden;
	margin-bottom:6px;
}

#listcontainer
{
	position:absolute;
	border:solid 1px #cbc6ba;
	background-color:#ffffff;
	width:158px;
	height:239px;
	left:2px;
	top:2px;
	overflow:hidden;
	
}

.classtree
{
	font-size:1.1 em;
}

.classtree a, .classtree a:hover
{
	text-decoration:none;
	color:#000000;
}

.classtree a:hover
{
	color:#0000ff;
}

.classbutton, .expandbutton
{
	float:left;
}

.linksmorelink
{
	display:block;
	margin-top:10px;
	background-color:#f1f0ef;
	padding:2px;
}

.links .ucBaseContainerPanel a
{
	display:block;
	margin-bottom:2px;
}

.artheadings
{
	font-size:1.1em;
}

.artheadings li, .artheadings ul
{
}

.mmicons
{
	width:69px;
	/* Named anchor fix for FireFox (Lauri): If container is floated, */
	/* jumping to anchor will scroll one line too low. Use table for positioning instead. */
	/*float:left;*/
	overflow:hidden;
}

.mmicons img
{
	margin-bottom:8px;
}

.mmiconnomargin
{
	margin-bottom:0px !important;
}

.iconsbgtop
{
	height:4px;
	width:69px;
	background: #f3f3f3 url(../pics/icons-bg-top.gif) no-repeat;
	overflow:hidden;
}

.iconsbgmid
{
	padding-top:5px;
	width:69px;
	background: #f3f3f3 url(../pics/icons-bg-mid.gif) repeat-y;
	text-align:center;
}

.iconsbgbottom
{
	height:4px;
	width:69px;
	background: #f3f3f3 url(../pics/icons-bg-bottom.gif) no-repeat;
	overflow:hidden;
}

.highlite
{
    color:#aa0000;
    border-bottom:dotted 1px #000000;
    background-color:#ffffff;
}

a .highlite
{
	color:#124b8a !important;
	border-bottom:dotted 1px #000000;
}


.searchtabs
{
	margin-left:5px;
	display:block;
	float:left;
	cursor: pointer;
	position:relative;
	z-index:2;
}

.nohits
{
	top:96px;
	left:-188px;
	width:240px;
	overflow:hidden;
	border:solid 1px #000000;
	background-color:#fff8e0;
	position:absolute;
	z-index:132;
	color:#000000;
	padding:3px;
	font-size:1.2em;
}

.nohitsclose, .nohitsclose:hover
{
	width:70px;
	background-color:#ffffff;
	display:block;
	text-align:center;
	padding:1px;
	border:solid 1px #c8c0b0;
	font-size:1em !important;
	color:#000000;
	margin:5px;
	margin-left:auto;
	margin-right:auto;
}

.refinedNohits
{
	border:solid 1px #000000;
	background-color:#fff8e0;
	color:#000000;
	padding:3px;
	font-size:1.2em;
}

.printimages img
{
	display:block;
	margin:10px;
}

.classfilter
{
	display:block;
	color:#124b8a !important;
	padding:5px;
}

.classfilter span
{
	font-size:0.8em !important;
	color:#808080 !important;
}

.classfilterselected
{
	background-color:#e4eac4;
	font-weight:bold;
}

.selectedart
{
	background-image:none !important;
	background-color:#e4eac4 !important;
	font-weight:bold !important;
}

.toTop
{
	position:relative;
	margin-bottom:15px;
}

.toTop a
{
	position:absolute;
	top:-5px;
	right:0px;
	display:block;
	width:71px;
	height:7px;
	padding:1px;
	background: #f3f3f3 url(../pics/totop.gif) no-repeat;
}

.articlelistinfo
{
	top:236px;
	text-align:center;
	position:relative;
	font-size:1.2em;
	color:#333333;
}

.articlelistinfo a
{
	font-size:1.1em;
}

.inlinelinks
{
	font-size:1.1em;
}
.inlinelinks a
{
	display:inline !important;
	font-size:1em;
}

.fullsizeimg
{
	position:absolute;
}

.art a
{
	font-size:1em;
}

.moremmicons
{
	margin-bottom:8px;
}

.articletoolseparator
{
	font-size: 1.2em;
}

/*sanakirja*/
.lang
{
	font-size:10px;
	color:#909090;
}

.dnimagedic
{
	top:266px !important;
}

.ArticleImage
{
	margin-bottom:15px;
}

.ArticleImage a
{
	display:block !important;
}