@import url("reset.css");

/* =====================
	BASE STYLES
======================== */

body {
	font-size: 62.5%;
	line-height: 1.4;
	background: #fff;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, 'Helvetica Neue', sans-serif;
	color: #5b5b5b;
	}

#wrapper {
	margin: 0 auto;
	}

a, a:visited {
	color: #182c73;
	/* color: #4e7c9d; */
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

.group {
	display: block;
	float: left;
	}

hr.clear {
	clear: both;
	width: 0;
	height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	}

div.token {
    margin-bottom: 18px;
    }
	
div.ingressi {
    margin-bottom: 18px;
	font-size: 11px;
	color: #666;
    }

div.row {
    margin-bottom: 18px;
	}

/* =====================
	BLOCKS
======================== */

#wrapper,
#header,
#content,
#footer {
	width: 990px;
	}

.divThemeImage {
	width: 215px;
	overflow: hidden;
	}

#header {
	position: relative;
	margin-top: 31px;
	height: 141px;
	background: url(../img/banner.jpg) no-repeat top right;
	}

#content {
	padding-bottom: 50px;
	}

body.variant-frontpage #content {
	background: url(../img/bg_content_frontpage.gif) repeat-y top right;
	}

body.variant-default #content {
	background: url(../img/bg_content_default.gif) repeat-y top left;
	}

#content-left {
	width: 215px;
	margin: 0 35px 0 0;
	padding: 0;
	font-size: 1.2em;
	}

#content-middle {
	width: 740px;
	padding-top: 42px;
	font-size: 1.2em;
	}

.with_right {
	width: 485px !important;
	margin-right: 35px;
	}

body.variant-frontpage #content-middle {
	width: 660px;
	margin-right: 35px;
	}

#content-right {
	width: 220px;
	margin: 53px 0 0 0px;
	font-size: 1.2em;
	}

body.variant-frontpage #content-right {
	margin: 53px 0 0 30px;
	padding-left: 20px;
	}

#footer {
	border-top: 1px solid #d1d1d1;
	padding: 8px 0 40px 0;
	font-size: 1.1em;
	text-align: right;
	}

/* =====================
	LOGO
======================== */

#logo {
	margin: 30px 0 0 34px;
	width: 151px;
	height: 37px;
	background: url(../img/logo.png) no-repeat;
	}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}

/* =====================
	NAVIGATION
======================== */

#nav {
	height: 44px;
	margin: 30px 0 0 0;
	background: #2a3c7e url(../img/bg_navi.gif) repeat-x;
	width: 100%;
	-webkit-box-shadow: 1px 1px rgba(207, 207, 207, 0.65);
	-moz-box-shadow: 1px 1px rgba(207, 207, 207, 0.65);
	box-shadow: 1px 1px rgba(207, 207, 207, 0.65);
	}

#nav li {
	display: block;
	float: left;
	}

#nav li a {
	display: block;
	padding: 14px 20px 13px 20px;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	text-shadow: #494949 1px 1px 0;
	}

#nav li a.level1-onpath,
#nav li a.level1-onpath:hover {
	background: #828d96 url(../img/bg_navi-act.gif) repeat-x;
	color: #fff;
	}

#nav li a:hover {
	text-decoration: underline;
	}

#nav li a.level1-first {
	}

/* =====================
	HELP MENU (LANGUAGES)
======================== */
#helpmenu {
	position: absolute;
	right: 100px;
	top: 141px;
	z-index: 100;
	}

#helpmenu li {
	display: block;
	float: left;
	height: 13px;
	padding-top: 10px;
	margin-left: 7px;
	}

#helpmenu li.lang_act {
	background: url(../img/arrow_lang.gif) no-repeat;
	}

#helpmenu li a {
	display: block;
	width: 18px;
	height: 13px;
	}

#helpmenu li a span {
	display: none;
	}

#helpmenu li a#lang_fi {
	background: url(../img/icon_lang_fi.gif) no-repeat;
	}

#helpmenu li a#lang_se {
	background: url(../img/icon_lang_se.gif) no-repeat;
	}

#helpmenu li a#lang_en {
	background: url(../img/icon_lang_en.gif) no-repeat;
	}
	
#helpmenu li a#lang_ru {
	background: url(../img/icon_lang_ru.gif) no-repeat;
	}

/* =====================
	SIDE MENU
======================== */

#sidemenu {
	display: block;
	margin-bottom: 40px;
	}

#sidemenu li {
	display: block;
	}

#sidemenu li a {
	text-decoration: none;
	color: #333333;
	font-size: 0.9em;
	line-height: 17px;
	padding: 5px 0;
	display: block;
	border-bottom: 1px dotted #ababac;
	}

#sidemenu li.level1-onpath a,
#sidemenu li.level1-onpath a:hover {
	border-bottom: 1px dotted #ababac;
	background: #d1d1d1;
	}

#sidemenu li a:hover {
	color: #333333;
	background: #cccccc;
	}

#sidemenu li.level2 a,
#sidemenu li.level3 a,
#sidemenu li.level4 a {
	display: block;
	padding: 2px 0;
	border-bottom: 0 !important;
	background: none !important;
	font-size: 0.8em;
	}

#sidemenu li.level2-last a {
	margin-bottom: 20px;
	}

#sidemenu li.level2-first a {
	margin-top: 10px;
	}

#sidemenu li.level2-here a,
#sidemenu li.level3-here a,
#sidemenu li.level4-here a {
	font-weight: bold;
	}

/* =====================
	SEARCH
======================== */

a#print_link:link, a#print_link:visited, a#print_link:hover, a#print_link:focus, a#print_link:active {
	margin-right: 5px;
	}

#search {
	width: 222px;
	position: absolute;
	top: 112px;
	right: 16px;
	}

#search .go,
#search .q {
	float: right;
	margin: 0;
	}

#search .go {
	margin: 0 0 0 2px;
	padding: 0;
	color: #fff;
	border: 0;
	cursor: pointer;
	background: transparent;
	}

#search .go:hover {
	text-decoration: underline;
	cursor: pointer;
	}
	
#search .q {
	padding: 0 2px;
	background: #fff;
	border: 1px solid #94a5b1;
	width: 140px;
	color: #5b5b5b;
	}

#search .q:focus {
	border: 1px solid #333333;
	}

/* =====================
	NEWS
======================== */

.token-News div.bd {
	padding-top: 10px;
	margin-left: -20px;
	}

.token-News div.row {
	padding-left: 20px;
	line-height: 1.6em;
	margin-bottom: 0 !important;
	background: url(../img/icon_link.png) no-repeat 0 5px;
	}

.token-News div.row a:link, .token-News div.row a:visited {	
	/* color: #4E7C9D; */
	text-decoration: none;
	}

.token-News div.row a:hover, .token-News div.row a:active, .token-News div.row a:focus {
	text-decoration: underline;
	}
	
.token-News div.row p {
    margin-bottom: 6px;
}

/* =====================
	HIGHLIGHT
======================== */

.token-Highlight div.row {
    padding: 10px 10px 12px 10px;
	border: 1px dotted #ccc;
}

.token-Highlight div.img {
    float: left;
	width: 50%;
}

.token-Highlight div.text {
    float: right;
	width: 45%;
	color: #182c73;
}

.token-Highlight div.text a {
	color: #182c73 !important;
}

.token-Highlight h4 a {
    text-decoration: none !important;
}

/* =====================
	FP IMAGE GRID
======================== */
.gridcol {
	width: 317px;
	float: left;
	margin-top: 25px;
	}

.gridcol.left {
	margin-right: 25px;
	}

.gridcol .contentImageWrap {
	height: 165px;
	width: 313px !important;
	overflow: hidden;
	border: 1px solid #879299;
	}

.gridcol .contentImageWrap img{

}

.gridcol .contentTextWrap {
	width: 295px;
	height: 42px;
	padding: 0 0 0 20px;
	margin: 3px 0 25px 0;
	background: url(../img/bg_link_box2.png) no-repeat;
	line-height: 42px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	border: 1px solid #bbb;
	overflow: hidden;
	}

.gridcol .contentTextWrap a {
	display: block;
	height: 42px;
	margin-left: -20px;
	padding-left: 20px;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 1px #333 !important;
	}

.gridcol .contentTextWrap a:link, .gridcol .contentTextWrap a:visited {
	text-decoration: none;
	}
	
.gridcol .contentTextWrap a:hover, .gridcol .contentTextWrap a:focus, .gridcol .contentTextWrap a:active {
	text-decoration: underline;
	}

/* =====================
	TYPOGRAPHY
======================== */

p {
	margin-bottom: 18px;
	text-shadow: 0 1px 1px #fff;
	}

h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-family: Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-serif;
	font-weight: normal;
	}

h1 { font-size: 36px; line-height: 30px; margin-bottom: 20px; color: #808b93; }
h2 { font-size: 24px; color: #182c73; }
h3 { font-size: 20px }
h4 { font-size: 16px }
h1,h2 { letter-spacing: -1px }
h2,h3,h4 { margin-bottom: 10px }

#wrapper #content .token-Content .content-container ul {
	margin: 20px 18px;
	list-style-type: disc;
	}

#wrapper #content .token-Content .content-container ol {
	margin: 20px 24px;
	list-style-type: decimal;
	}

#wrapper #content .token-Content .content-container ul ul,
#wrapper #content .token-Content .content-container ol ul {
	margin: 0;
	list-style-type: circle;
	}

#wrapper #content .token-Content .content-container li {
	padding-left: 5px;
	line-height: 1.4;
	}

#wrapper #content .token-Content .content-container ul ul li,
#wrapper #content .token-Content .content-container ol ul li {
	margin-left: 20px;
	}

#footer a {
	text-decoration: none;
	color: #8c8c8c;
	}

#footer #copyright {
	float: left;
	}

#footer #poweredby {
	float: right;
	}
