/*

CSS Document
Nordenswan & Siirilä Oy
http://www.nordenswansiirila.fi/

*/

html {
	overflow: -moz-scrollbars-vertical;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #002CD2;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:focus {
    outline: none;
}
div.content a:link, div.content a:visited {
    border-bottom: 1px solid #cccccc;
}
div.content a:hover, div.content a:focus, div.content a:active {
    border-bottom: 1px solid #002CD2;
}
form {
	margin: 0px;
	padding: 0px;
}

/*

LAYOUT

*/

#wrapper {
	position: relative;
	/* width: 980px; */
	width: 640px;
	margin: 0px;
	padding: 0px;
}
#container {
	float: left;
	/* width: 980px; */
	width: 640px;
	text-align: left;
}
#first {
	display: none;
	float: left;
	background-image:  url("../img/bg_side.gif");
	width: 230px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#second {
	float: left;
	/* width: 520px; */
	width: 640px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#third {
	display: none;
	background-image:  url("../img/bg_side.gif");
	float: right;
	width: 230px;
	padding: 0px;
	margin: 0px;
}

/*

LAYOUT: FIRST

*/

#first div.logo {
	float: left;
	width: 150px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
div.subnavi {
	float: left;
	display: inline; /* IE6 fix */
	width: 154px;
	margin: 0px;
	margin-left: 39px;
	padding: 0px;
	margin-top: 20px;
	text-align: left;
}
#first div.filter {
	float: left;
	width: 154px;
	padding-right: 40px;
	padding-left: 40px;
}
#first div.employer {
	float: left;
	width: 154px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#first div.end {
	float: left;
	width: 230px;
}

/*

TOP NAVIGATION

*/

div.topnavigation {
	display: none;
}
#second div.topnavigation {
	display: none;
	float: left;
	width: 480px;
	padding-right: 20px;
	padding-left: 20px;
	height: 143px;
	padding-top: 20px;
}
#second div.topnavigation a {
	display: none;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 1px;
	margin-bottom: 1px;
	/* width: 109px; */
	background-color: #efefef;
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #efefef;
	text-align: center;
}
#second div.topnavigation a:hover {
	display: none;
	border: 1px solid #002CD2;
}
#second div.topnavigation a.selected {
	display: none;
	border: 1px solid #000000;
}
#second div.topnavigation a:hover.selected {
	display: none;
	border: 1px solid #000000;
}

/*

LANGUAGE NAVIGATION

*/

#third div.languages {
	float: left;
	display: inline; /* IE6 fix */
	width: 170px;
	margin: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#third div.languages a {
	float: left;
	display: block;
	padding: 4px;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 22px;
	background-color: #efefef;
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #efefef;
}
#third div.languages a:hover {
	border: 1px solid #002CD2;
}
#third div.languages a.selected {
	border: 1px solid #000000;
}
#third div.languages a:hover.selected {
	border: 1px solid #000000;
}

/*

LAYOUT: CONTENT

*/

#second div.content {
	float: left;
	display: inline; /* IE6 fix */
	/* width: 480px; */
	width: 640px;
	/* margin-left: 20px;
	padding-bottom: 20px; */
	border-top: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
}
#second div.content h1 {
	line-height: 26px;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 20px;
}
#second div.content p {
	line-height: 17px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 12px;
}

/*

PUBLICATION CATEGORIES

*/

#second div.categories {
	display: none;
	float: left;
	width: 480px;
	margin-left: 20px;
	padding-bottom: 15px;
	border-top: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
}
div.categories a.pubthumb, div.categories a.publast {
    border-bottom: none;
}
div.categories a.pubthumb img {
    border-bottom: none;
    margin-right: 15px;
    margin-bottom: 12px;
}
div.categories a.publast img {
    border-bottom: none;
    margin-right: 0px;
    margin-bottom: 12px;
}

/*

CONTENT TOOLBAR

*/

#second div.toolbar {
	/* width: 480px; */
	width: 640px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 14px;
}
#second div.bottom {
	border-top: 1px solid #000000;
}
#second div.toolbar div.leftcontent {
	float: left;
	text-align: left;
	width: 220px;
}
#second div.toolbar div.rightcontent {
	float: right;
	text-align: right;
	width: 220px;
}
#second div.toolbar div.leftcontent a {
	padding-right: 12px;
	text-decoration: none;
	border-bottom: none;
}
#second div.toolbar div.rightcontent a {
	padding-left: 12px;
	text-decoration: none;
	border-bottom: none;
}
#second div.toolbar div.leftcontent a:link, #second div.toolbar div.rightcontent a:link {
	color: #cccccc;
}
#second div.toolbar div.leftcontent a:hover, #second div.toolbar div.rightcontent a:hover {
	color: #002CD2;
}

/*

LAYOUT: THIRD

*/

#third div.character {
	float: left;
	display: inline; /* IE6 fix */
	width: 210px;
	padding-right: 10px;
	padding-left: 10px;
}
#third div.quote {
	float: left;
	display: inline; /* IE6 fix */
	width: 170px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #999999;
}
#third div.quote {
	padding-top: 20px;
}
#third div.end {
	float: left;
	width: 230px;
}

/*

NAVIGATION STYLES

*/

div.subnavi h2 {
	line-height: 17px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
}
div.subnavi ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.subnavi li.title {
	text-transform: uppercase;
}

/*

BASE

*/

div.subnavi ul.base {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	color: #000000;
}
div.subnavi ul.base li  {
	padding: 5px 6px 5px 0px;
	border-bottom: 1px solid #cccccc;
}

/*

ROOT

*/

div.subnavi ul.root {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	color: #575757;
}
div.subnavi ul.root li  {
	padding: 5px 6px 5px 15px;
	border-bottom: 1px solid #cccccc;
}
div.subnavi ul.root li.hasChildren  {
	background-image:    url("../img/navibul.gif");
	background-position: 6px 10px;
	background-repeat: no-repeat;
}
div.subnavi ul.root li.selected  {
	background-color: #efefef;
}
div.subnavi ul.root li.selected a {
}

/*

PATH

*/

div.subnavi ul.path {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	color: #333333;
}
div.subnavi ul.path li  {
	font-weight: bold;
	padding: 5px 6px 5px 15px;
	background-image:  url("../img/navibul_open.gif");
	background-position: 5px 11px;
	background-repeat: no-repeat;
}
div.subnavi ul.path li.selected  {
	background-image:  url("../img/navibul_open.gif");
	background-position: 5px 11px;
	background-repeat: no-repeat;
	background-color: #efefef;
}
div.subnavi ul.path li a {
	font-weight: bold;
	color: #324aa7;
}
div.subnavi ul.path li.selected a {
	font-weight: bold;
	color: #333333;
}
div.subnavi ul.first {
	border-top: 1px solid #000000;
}

/*

SUB

*/

div.subnavi ul.sub {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	color: #666666;
	border-bottom: 1px solid #cccccc;
}
div.subnavi ul.sub li {
	padding: 5px 6px 5px 15px;
	border-top: 1px dotted #cccccc;
}
div.subnavi ul.sub li.hasChildren  {
	background-image:  url("../img/navibul.gif");
	background-position: 6px 10px;
	background-repeat: no-repeat;
}
div.subnavi ul.sub li.selected {
	background-color: #efefef;
}
div.subnavi ul.sub li a:link, div.subnavi ul.sub li a:visited, div.subnavi ul.sub li a:hover, div.subnavi ul.sub li a:active {
	color: #324aa7;
}
div.subnavi ul.sub li.selected a:link, div.subnavi ul.sub li.selected a:active, div.subnavi ul.sub li.selected a:visited, div.subnavi ul.sub li.selected a:hover {
	color: #333333;
}

/*

FILTER FORM

*/

div.filter {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 11px;
}
div.filter input {
	width: 132px;
	height: 16px;
	font-size: 11px;
	line-height: 13px;
	padding-left: 13px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image:  url("../img/navibul.gif");
	background-position: 5px 10px;
	background-repeat: no-repeat;
}

div.filter div.f-title {
	padding: 5px 6px 5px 0px;
}
div.filter div.f-input {
}

/*

FOOTER

*/

div.footer {
	float: left;
	display: inline; /* IE6 fix */
	/* width: 960px; */
	width: 640px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	/* margin-right: 10px; */
	margin-bottom: 20px;
	/* margin-left: 10px; */
}
div.footer a {
	color: #999999;
}
div.footer a:hover {
	color: #000000;
}
div.footer div.rightinfo {
	display: none;
	float: right;
	width: 400px;
	text-align: right;
	font-size: 10px;
	color: #999999;
}
div.footer div.leftinfo {
	float: left;
	width: 400px;
	text-align: left;
	font-size: 10px;
	color: #999999;
}


/*

TABS

*/

ul.tabs {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 6px;
	border-bottom: 1px solid #000000;
	list-style-type: none;
	text-align: left;
	height: 19px;
	width: 154px;
}
ul.tabs li {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 11px;
	line-height: 14px;
	margin-right: 3px;
	margin-left: 0px;
}
ul.tabs li a {
	margin: 0px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #000000;
	border-bottom: none;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	position: relative;
}
ul.tabs li a:visited {
}
ul.tabs li a:hover {
	color: #002CD2;
}
ul.tabs li a:active {
}
ul.tabs li.selected a {
	margin: 0px;
	position: relative;
	top: 0px;
	padding-top: 5px;
	background-color: #ffffff;
	border-color: #000000;
	line-height: 14px;
}

/*

HITLIST

*/

ul.hitlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.hitlist li.hititem {
	padding: 4px 0 4px 0px;
}
.note {
	color: #999999;
}

/*

IMAGEBANK

*/

#imagebrowser {
	width: 480px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	display: block;
	float: left;
	margin-top: 25px;
}
#imagepagebrowser {
	width: 480px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 17px;
	display: block;
	float: left;
}
#imageviewer {
	width: 480px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: block;
	line-height: 17px;
	float: left;
}
.thumbbox {
	width: 110px;
	height: 110px;
	border: 1px solid #E9E9E7;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	background-color: #ffffff;

}
.thumbbox_over {
	width: 110px;
	height: 110px;
	border: 1px solid #0030CE;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	background-color: #ffffff;
}
.lastthumb {
	margin-right: 0px;
}
#imagebrowser .thumbbox a:link, #imagebrowser .thumbbox a:visited, #imagebrowser .thumbbox a:active, #imagebrowser .thumbbox a:hover {
	text-decoration: none;
    border: none;
    line-height: 0px;
	display: block;
	width: 108px;
	height: 108px;
}
#imagebrowser .thumbbox_over a:link, #imagebrowser .thumbbox_over a:visited, #imagebrowser .thumbbox_over a:active, #imagebrowser .thumbbox_over a:hover {
	text-decoration: none;
    border-bottom: 0px;
    line-height: 0px;
	display: block;
	width: 108px;
	height: 108px;
}

/*

MESSAGE BOXES

*/

.msgerror {
	background-color: #FDF1B0;
	padding: 20px;
}
.msgok {
	background-color: #EBEFFB;
	padding: 20px;
}

/*

CALENDAR

*/

table.calendar {
	font-size: 11px;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	width: 154px;
	z-index: 1;
}
table.calendar td {
	height: 21px;
	width: 21px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
table.calendar td.linkedday {
	background-color: #efefef;
}
table.calendar td.selected {
	background-image: url("../img/cal_selected.gif");
}
td.linkedday a {
	text-decoration: none;
}
table.calendar td.new {
	background-repeat: no-repeat;
	background-position: left top;
}
table.calendar td a.new {
	color: green;
	background-image: url("../img/cal_new.gif");
}
table.calendar td.emptydays {
	border-style: none;
}
table.calendar td a {
	display: block;
	vertical-align: center;
	align: center;
	text-align: center;
	width: 21px;
	height: 17px;
	padding-top: 4px;
}
table.calendar td a:hover {
	background-image: url("../img/cal_hover.gif");
}

/*

COMMENT LISTING

*/

.commentitem {
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 15px;
	font-size: 11px;
	line-height: 14px;
}
h2.comments {
	font-size: 17px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 12px;
	font-weight: normal;
}
h2.noprint, h3.noprint {
	display: none;
}
h3.comments {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 18px;
}
.box {
	background-color: #EDF0FC;
	font-size: 11px;
	line-height: 14px;
}
.boxalt {
	background-color: #fafbfe;
	font-size: 11px;
	line-height: 14px;
}
table.commenttable td {
	padding-bottom: 5px;
	padding-right: 5px;
}
table.commenttable input {
	padding: 2px;
}
.commentmsgerror {
	background-color: #FDF1B0;
	padding: 10px;
}
.commentmsgok {
	background-color: #EBEFFB;
	padding: 10px;
}
textarea.comment {
	font-size: 11px;
	color: #333333;
	padding: 3px;
}
div.formbox {
	display: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/*

HITLIST

*/

div.content ul.hitlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.content ul.hitlist li.hititem {
	padding: 0px 0px 12px;
}
.note {
	color: #999999;
}



/*

END

*/
