

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	color: #606060;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #186dab;
	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: arial !important;
	color: #186dab !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	margin-top: 0px;
	font-size: 20px;
	color: #055d9d;
	font-weight: 300;
}

h2 {
	font-size: 17px;
	color: #000000;
	font-weight: 300;
}

h3 {
	font-size: 12px;
	color: #000000;
	font-weight: 300;
}

h4 {
	color: #1a1a1a;
	font-size: 15px;
}

h5 {
	color: #055d9d;
}

h6 {
	color: #055d9d;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}


/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:130px;
	border: 0;
	border-left: 1px solid #c3c3c3; 
	border-right: 1px solid #c3c3c3; 
	border-bottom: 1px solid #c3c3c3; 
	background-color: #e7e7e7;
	padding-bottom:5px;
	margin-left: -9px;
	margin-top: 3px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#3c3c3c;
	padding:0 4px;
	font-weight:bold;
	display:block;
	padding-top: 10px;
	border: 0;

}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
	padding-top: 10px;
	border: 0;

}

hr{
	border: 0;
	height: 0;
	border-bottom: 1px dotted #a6a6a6;
	margin-top: 10px;
	margin-bottom: 10px;
}
