

/* Tyylit */
body {
	font-family: georgia, times, serif;
	font-size: 12px;
	margin:0;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: georgia, times, serif;
	color:#0000ff;
	/*color: #935a3c;*/
	text-decoration: none;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: georgia !important;
	color: #0000ff !important;
	text-decoration: none !important;
}
.mceContentBody{
	background-image:none;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: georgia, times, serif;
	font-size: 12px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: georgia, times, serif;
	font-size: 12px;
}
.text{
	width:100%;
}

h1 {
	font-size: 20px;
	color: #87542d;
	text-transform:uppercase;
	font-weight:normal;
	margin:10px 0 14px 0;
	padding-bottom:3px;
	border-bottom:1px solid #d2d2ce;
}

h2 {
	font-size: 16px;
	color: #87542d;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px 0 6px 0;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

#left{
	width:31px;
	background:url(../img/left.png) 0 50px no-repeat;
	behavior: url(js/iepngfix.htc);}

#right{
	width:31px;
	background:url(../img/right.png) 0 50px no-repeat;
	behavior: url(js/iepngfix.htc);
	height:720px;}

#top{
	width:1060px;
	height:87px;

	margin:0;
	padding:0;
	padding-top:30px;
	}

#ca{
	background:transparent url(../img/content_bg.jpg) 0 60px repeat-x;
	width:1001px;
	}

#content{
	height:100%;
	width:1060px;
	background:transparent url(../img/footer.jpg) bottom left no-repeat;}

#container{
	width:100%;
	height:100%;
background:url(../img/top.png) top center no-repeat;
	behavior:url(js/iepngfix.htc);
}

#footer{
	height:100px;
	padding:10px 60px;
}

#footer td{
	font-size:10px;
	color:#6e6b67;
	line-height:18px;}

#content_topkuva{
	height:240px;
	width: 1001px;
    /*background: url(../img/aaltokuva.png) top left no-repeat;*/
	behavior:url(js/iepngfix.htc);
	}

#valikko{
	height:41px;
	width:100%;
	background:transparent url(../img/menu_bg.jpg) bottom left repeat-x;}

#empty{
	height:28px;
	width:100%;}

.sidebar{
	width:225px;
	height:100%;
	background:transparent url(../img/sidebar_bg.gif) top left repeat-y;
	text-align:center;
	}

.top{
	width:225px;
	height:25px;
	background:transparent url(../img/sidebar_top.gif) top left no-repeat;
	}

.bottom{
	width:225px;
	padding-bottom:20px;
	background:transparent url(../img/sidebar_bottom.gif) bottom left no-repeat;
	}

	.breadcrumb	{
	padding:0 0 14px 0;
	margin:0;
	}

#content_topkuva img{
	display:block;
	behavior:url(js/iepngfix.htc);

	}

.nuoli{
	padding:0 6px 0 14px;

	background:transparent url(../img/nuoli.gif) 0 2px no-repeat;
	}

.sidebar ul{

	padding:0;

	margin:0 0 0 6px;

	font-size:12px;

	list-style:none;}



.sidebar li{
	margin:0;

	background:transparent url(../img/nuoli.gif) 0 9px no-repeat;

	padding:6px 6px 6px 14px;
	border-bottom:1px solid #ccc;}

a.valikko, a.valikko:link, a.valikko:active, a.valikko:visited{
	color: #000000;
}

a.valikko:hover{
	color: #aa6e23;
}


/* Neuvonta */
.neuvonta{
	font-size:11px;
	font-family:arial;
}
.tools a, .neuvonta a{
	font-size:11px;
	font-family:arial;
}
.quote{
	padding:5px;
	margin:5px;
	border:1px solid #c3c3c3;
	background-color:#eeeeee;
	color:#555555;
}
.neuvonta_contentarea div.quote{
	margin-right:100px;
}
.message{
	color:#555555;
	border:1px solid #c3c3c3;
	background-color:#eeeeee;
	padding:10px;
	margin:10px 0;
}
.report{
	width:100%;
	border:1px solid #c3c3c3;
}
.report th{
	text-align:left;
	font-size:11px;
	font-family:arial;
	background-color:#eeeeee;
	border-bottom:1px solid #c3c3c3;
}

.error_message{
	color:#ab0000;
	margin-bottom:10px;
}
.success_message{
	color:darkgreen;
	margin-bottom:10px;
}
.mandatory{
	color:#ab0000;
}

/* Hoverlist */
#list{
	width:100%;
}
#list th{
	text-align:left;
}
#list td{
	padding:2px;
}
#list .highlight{
	background-color: #555555;
	cursor:pointer;
}
#list .highlight td a, #list .highlight td, #list .highlight_default td a, #list .highlight_default td{
	color:white;
	text-decoration:none;
}
#list td a, #list td{
	color:black;
	text-decoration:none;
}
#list .highlight_default{
	background-color: #555555;
}
