/******************************** Site and body ********************************/
* {
	padding:0;
}

.hidden {
	display:none;
}

html, body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: black;
}
.all {
	background:#ffffff url(img/bg.gif) top repeat-x;
	text-align:center;
}
.wrapper {
	margin:auto;
	border-top:0px;
	border-left:1px solid #4B83C9;
	border-right:1px solid #4B83C9;
	border-bottom:0px solid #f79620;
	width:859px;
	min-height:450px;
	_height:450px; /* IE Hack for min-height */
}
.header_vali {
	margin:0;
	padding:0;
	height:38px;
	width:859px;
	background:#ffffff url(img/header_vali.gif) repeat-x;
}
.footer {
	margin:auto;
	padding:0;
	height:55px;
	width:859px;
	border-top:5px solid #f79620;
}
.content_front {
	margin:0;
	padding:0;
	width:665px;
	background:#ffffff url(img/content_bg.gif) top no-repeat;
	text-align:left;
	vertical-align:top;
	line-height:1.5;
	font-family:arial;
	font-size:0.8em;
}
.content_index {
	margin:0;
	padding:0;
	width:665px;
	background:#ffffff;
	text-align:left;
	vertical-align:top;
	line-height:1.5;
	font-family:arial;
	font-size:0.8em;
}
	.text_header {
		height:27px;
		background-color:#3674c3;
		text-align:left;
		color:#ffffff;
		font-weight:bold;
		font-family:arial;
		font-size:14px;
		line-height:1.7;
	}
	.text_yellow_block {
		float:left;
		background-color:#f79620;
		height:27px;
		width:3px;
		margin-right:5px;
		vertical-align:top;
	}
	.greater_than {
		color:#f79620;
	}
	.content_area, .content_uutiset {
		float:left;
	}
	.content_text {
		padding:0 70px 0 40px;
		margin-top:10px;
	}
	.content_text a, .content_uutiset a {
		text-decoration:none;
		color:#0072BC;
	}
	.content_text a:hover {
		text-decoration:underline;
		color:#0072BC;
	}
	.content_text h1 {
		font-size:1.8em;
		font-weight:bold;
		color:#3674c3;
	}
	.content_text h3 {
		font-size:1.2em;
		font-weight:bold;
		color:#6B9CD9;
	}
	.content_text ul {
		margin-left:30px;
	}
	
	

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

input, select, textarea {
	border: 1px solid #d6d6d6;
	background:white;
}

img {border: none;}
label {width: 140px; padding: 3px 0px 0px 0px;	float: left;}

h1 {
	font-size: 120%;
	font-weight: bolder;
	color: #3055A2;
}

h2 {
	color:#3055A2;
	font-size:130%;
}

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 {
	color: gray;
}
.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;
	border: 1px solid WHITE;
	display: none;
}
.highlighting {
	background: #a0cb09;
	color: #354044;
}


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


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

.news_entry {
	padding-bottom: 6px; 
	float: left; 
	clear: left; 
	width: 500px;;
}
.news {
	padding:0.5em;
	border: 1px dotted #ffffff;
	background-color:#EFEFDE;
}
.news p {
}
a.news_title {
	font-size: 12px;
	font-weight: bolder;
	color: #3055A2;
	text-decoration:  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 {
	background-color:#d5dae3;
	margin:0px 30px 10px 220px;
	padding:10px 0 10px 20px;
	color:black;
}
.latest_news {
}
.front_news_date {
	font-size: 9px;
	font-weight: normal;
	color: #074e8c;
	text-decoration: none;
	float:left;

	display:none;
}
.front_news_title {
	margin-top: 5px;
}
.front_news_title a {
	font-size: 11px;
	font-weight: normal;
	color: #5D5D59;
	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 *****/


	li.navigation.level0 {
		color:#a6a6a6;
		padding-left:20px;
		height:29px;
		margin-bottom:4px;
		border:0px solid;
		background-color:#ebebeb;
	}
	li.navigation.level0:hover {
		color:#a6a6a6;
		padding-left:20px;
		height:29px;
		margin-bottom:4px;
		background:#ffffff url(img/menu_btn_taso1_mouseover.gif) left top no-repeat;
	}
	li.navigation.level0 a {
		color:#7C7C7C;
		font-weight:bold;
	}
	li.current, li.navigation.level0.current:hover {
		background:#ffffff url(img/menu_btn_taso1_valittu.gif) left top no-repeat;
		color:white;
	}
	li.current a, li.navigation.level0.current a:hover {
		color:#ffffff;
	}
	li.navigation.level1 {
		padding-left:30px;
		height:29px;
		margin-bottom:4px;
		background:#ffffff url(img/menu_btn_taso2.gif) left top no-repeat; 
	}
	li.navigation.level1 {
/*		background:#ffffff url(img/menu_btn_taso2_valittu.gif) left top no-repeat; */
	}
	li.navigation.level1 a,li.navigation.level1 a:hover {
		color:#7C7C7C;
		font-weight:bold;
	}

	.menu a {
		text-decoration:none;
	}
.navigation {
/*	width:195px; */
	font-family:arial;
	font-size:12px;
	margin:2px 0 2px 0;
}
.menu {
	margin:0;
	padding:0;
/*	width:195px; */
	background-color:#ffffff;
	vertical-align:top;
	text-align:left;
}
.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:arial;
	font-size:12px;
	line-height:2.2;
}
.menu li {
	height:29px;
	margin-bottom:4px;
	border:0px solid;
	background-color:#ebebeb;
	vertical-align:middle;
}

/*
li.navigation.level0 {
	color:#a6a6a6;
	padding-left:20px;
	height:29px;
	margin-bottom:4px;
	border:0px solid;
	background-color:#ebebeb;
}
li.navigation.level0:hover {
	color:#a6a6a6;
	padding-left:20px;
	height:29px;
	margin-bottom:4px;
	background:#ffffff url(img/menu_btn_taso1_mouseover.gif) left top no-repeat;
}
.navigation.level0 a {
}
.navigation.level0 a:hover {
}
.navigation.level1 {
}
.navigation.level2 {
}
.navigation.level3 {
}
.navigation.level4 {
}

.navigation a {
}
.navigation.level1 a {
}
.navigation.level1.current a {
}

.navigation.level0.current a {
}
	
.navigation.level2 a {
}
	
.navigation.level3 a {
}
	
.navigation.level4 a {
}

.navigation a:hover {
}
.navigation current a {
}
*/

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


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

a.root_navigation {
}
a:hover.root_navigation  {
}
a.root_navigation_current {
}
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;
}
/*******************************************************************************/




