

/* Tyylit */
body {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	margin:0;
}

#wrapper {
	background-image:url(../img/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ffffff;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: calibri, arial;
	color: #114874;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* 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: calibri, arial !important;
	color: #114874 !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: calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.login {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text{
	width:100%;
}

img {
	border: 0px;
}

h1 {
	font-family: georgia;
	font-size: 23px;
	color: #1386c9;
	background-image:url(../img/dot.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: 500;
}

h2 {
	font-size: 14px;
	color: #242424;
}

h3 {
	font-size: 13px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}


/* custom css */
.box_title {
	height: 35px;
	width: 224px;
	background-color: #1867a7;
	color: #ffffff;
}

.box_title_wrapper {
	padding: 10px;
}
