/******************************** Site and body ********************************/
* {
	margin:0;
	padding:0;
}
html, body {
	background: #ebebeb url(img/bg.gif) repeat-y center top;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 0.95em;
	color: #000000;
}
.hidden {
	display:none;
}
#page-container {
	width: 820px;
	margin:auto;
}
#header {
	height:281px;
	background: transparent url(img/header.gif) no-repeat center top;
}
#header-index {
	height:151px;
	background: transparent url(img/header_index.gif) no-repeat center top;
}
#header-index a, #header a {
	text-decoration:none;
}
#sidebar-left {
	float:left;
	width:235px;
	padding:20px 10px 20px 30px;
	font-size:85%;
}
#footer {
	height:38px;
	clear:both;
}
#content {
	margin-left:280px;
	padding:20px 30px 20px 0;
	width:499px;
	min-height:300px;
	_height:300px;
}
#content a {
	text-decoration:none;
	border-bottom:1px dotted;
	color:#3B779F;
}
#content a:hover {
	text-decoration:underline;
}
#content strong {
	font-size:100%;
	font-weight:bold;
}
#content span {
	color:#3B779F;
}
#content em {
}


/************************* TEXT  ***************************************/

input, select, textarea {
	border: 1px solid #3B779F;
}
img {border: none;}
label {width: 140px; padding: 3px 0px 0px 0px;	float: left;}
h1 {
	font-size: 125%;
	font-weight: normal;
	color: #3B779F;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #3B779F;
}
h3 {font-size: 100%; font-weight: bolder; color: #009ddc;}
h4 {font-size: 12px; font-weight: bolder; color: #009ddc;}
h5 {font-size: 11px; font-weight: bolder; color: #009ddc;}
.comment {
	color: gray;
}
.description {
	font-size: 85%;
}
.selected {
}
.message {
	display: none;

	border: 1px solid #FFA500;
	background: #FFCE7B;
	padding: 5px;
	font-weight: bolder;
	margin-bottom: 8px;
}
.error {
	color: red;
}
img .text_right {float: left; padding-right: 5px;}
img .text_left {float: right; padding-left: 5px;}
.item {
	background: #729FCF;
	padding: 3px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #204A87;
}
.item:hover {background: #3465A4;}
.item a {
	text-decoration: none;
}
hr {
	height: 1px;
}
.highlighting {
	background: #a0cb09;
	color: #354044;
}

/*******************************************************************************/

/*********************************** News ********************************/

.latest_news {

}

#news a {
	border-bottom:none;
	display:block;
}
#news li {
	margin-bottom:15px;
	list-style:none;
}
.news_date {
	font-weight:normal;
	font-size:11px;
}


.news_entry {
	padding-bottom: 6px;
	width: 500px;
}
.news {
	padding:0.5em;
	border: 1px dotted #ffffff;
	background-color:#EFEFDE;
}
.news p {
	color:#000000;
}
.news_title {
	font-weight: bold;
	text-decoration: none;
	border-bottom:none;
}
.news_introduction {
	display:none;
}
.news_hr {
	display:none;
	width:420px;
	height:30px;
	background:transparent url(img/viiva_vaaka.jpg) 0 center no-repeat;
}
.news_date_bg {
	display:none;

	width:31px;
	height:55px;
	background:transparent url(img/news_date_bg.gif) 0 center no-repeat;
	text-align:center;
	float:left;
	margin:5px;
}
.news_month {

	display:none;
	border: 0px solid;
	color: #0059A8;
	font-size:9px;
	height: 12px;
	margin-top:12px;
}
.news_day {

	display:none;
	color: #F65007;
	font-size:18px;
	font-weight:bold;
}
.news_year {

	display:none;
	color: #59B8E6;
	font-size:9px;
}
a.news_read_more {
	font-size: 12px;
	font-weight: normal;
	color: #F65007;
	text-decoration:  none;
}
.news_footer {
	height:100px;
	width:400px;
	clear:both;
}
.show_news {
	margin-top:20px;
}
.front_news_date {
	font-size: 9px;
	font-weight: normal;
	color: #074e8c;
	text-decoration: none;
	float:left;
	display:none;
}
.front_news_title {
	margin-top: 15px;
}
.front_news_title a {
	font-size: 11px;
	font-weight: normal;
/*	color: #a61713; */
	color: #ffffff;
	text-decoration: none;
}

.comment.news_date {
	font-size: 9px;
	font-weight: normal;
	color: #074e8c;
	text-decoration: none;
	float:left;
}
.comment.news_title a {
	font-size: 11px;
	font-weight: normal;
	color: WHITE;
	text-decoration:  none;
}

/*******************************************************************************/


/********************************* Language Switcher ***************************/
.language_switcher {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.language_switcher h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #0099DF;
}
/*******************************************************************************/


/********************************** Login panel ********************************/
.login_panel {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
	width:160px;
	border:0px solid;
	text-align:left;
}
.login_panel h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #0099DF;
}
.login_panel a {
	text-decoration: none;
}
.login_panel p {
	margin: 0px;
	padding: 0px;
}
.login_panel .username, .login_panel .password {
	border: 1px solid #bb0803;
}

.login_panel .submit {
	border: 1px solid #bb0803;
	color:#ffffff;
	background:#bb0803;
}

/*******************************************************************************/


/********************************** Page Tools *********************************/
.page_tools {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.page_tools h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #0099DF;
}
.page_tools a {
	text-decoration: none;
	display: block;
}
.page_tools p {
	margin: 0px;
	padding: 0px;
}
/*******************************************************************************/


/********************************* Tools styles ********************************/
.page_counter {
	background: #DDDDDD;
	border: 1px solid #0099DF;
	padding: 3px;
	margin: 5px 0px 5px 0px;
	float: left;
}
.page_counter a {
	font-weight: bolder;
}
/*******************************************************************************/


/********************************* Search styles *******************************/
.search_box {
	margin: 0;
	padding: 0;
	background: transparent;
}
.search_box h1 {
	font-size: 100%;
	padding: 0px;
	margin: 10px 10px 13px 10px;

}
.search_item {
	display: block;
	text-decoration: none;
	padding-top: 5px;
}

.search_item_title,
.search_item_title .highlighting {
	text-decoration: underline;
	font-weight: bolder;
}
.search_item_introduction {
	display: block;
	font-weight: bolder;
}
.search_item_content {
	display: block;
	text-decoration: none;
}
.search_item_details {
	display: block;
	color: gray;
}


/*******************************************************************************/


/********************************** Navigation *********************************/
/***** navigation *****/

#menu,#menu-index {
	padding:17px 0 0 20px;
	font-size:85%;
	color:#fff;
	text-transform: uppercase;
	height:22px;
}
#menu-index li {
	display:inline;
	list-style-type:none;
	padding:16px 10px 9px 10px;
}
#menu li, #submenu li {
	display:inline;
	list-style-type:none;
	padding:16px 10px 8px 10px;
	border: 0px solid #000;
}
#menu li.menu-selected {
/*	background-color:#3c79a2; */
}
#menu-index .menu-selected {
/*	background-color:#3c79a2;
	color:#00304B; */
}
#submenu {
	padding:12px 0 0 20px;
	font-size:85%;
	color:#fff;
}


.navigation {
	display:inline;
	padding:15px 5px 20px 5px;
}
.navigation.level0 {
	display:none;
}
.navigation.level1 {
}
.navigation.level2 {
}
.navigation.level3 {
}
.navigation.level4 {
}

.navigation a {
	color:#fff;
}

.navigation.level1 a:hover {
	border-bottom: 1px dotted #ffffff;
}
.navigation.level1.current a {
	font-weight:bold;
}
.navigation.level0.current a {
}
.navigation.level2 a {
}
.navigation.level3 a {
}
.navigation.level4 a {
}
.navigation a:hover {
	border-bottom: 1px dotted #ffffff;
}
.navigation current a {
}
/******************************************/


/*********** Root navigation *************/

a.root_navigation {
	color:#ffffff;
}
a:hover.root_navigation  {
	border-bottom: 1px dotted #ffffff;
}
a.root_navigation_current {
	color:#ffffff;
	font-weight:bold;
/*	padding:10px 10px 8px 10px;
	background-color:#3c79a2; */
}
a:hover.root_navigation_current {
}

/*******************************************/


/***** Next and previous buttons *****/
.next_previous {
	color: black;
	margin: 5px 0px 0px 0px;
	text-align: right;
	float: left;
	clear: left;
	width: 100%;
}
.next_previous a {
	color: black;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}

/***** Page 1 2 3 ... *****/
.page_123 {
	border-top: 1px solid #0099DF;
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	float: left;
	clear: left;
	width: 100%;
}
.page_123 a {
	padding: 0px 0px 0px 5px;
	font-weight: bolder;
	color: #0099DF;
	text-decoration: none;
}
.page_123 span {
	padding: 0px 0px 0px 5px;
}
/*******************************************************************************/


/******************************** Content styles *******************************/
.introduction {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
/*******************************************************************************/



