

/* Tyylit */
body {
	font-family: trebuchet ms, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
}

#wrapper {
	background-image:url(../img/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: top center;
}

p{
	font-family: trebuchet ms;
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: trebuchet ms;
	color: #165b8e;
	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: trebuchet ms !important;
	color: #165b8e !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: trebuchet ms, Helvetica, sans-serif;
	font-size: 13px;

}
.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%;
}

ul {
	font-family: trebuchet ms;
	margin: 20px;
	padding: 0px;
}


h1 {
	font-size: 16px;
	color: #165b8e;
	font-family: trebuchet ms;
}

h2 {
	font-size: 14px;
	color: #000000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

img {
	border: 0px;
}


.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:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}

/* Editorista käytettävä tyyliluokka */
table.sininenTaulu{
	border:1px solid #163988;
	width:97%;
	background-color:#b9c7e4;
	border-collapse:collapse;
}
table.sininenTaulu th{
	font-family: trebuchet ms, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom:1px solid #163988;
}
table.sininenTaulu td{
	font-family: trebuchet ms, Helvetica, sans-serif;
	font-size: 13px;
}
table.sininenTaulu th p, table.sininenTaulu td p{
	margin:0;
	padding:0;
}

