

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	color: #000000;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #6c7289;
	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: #ab0000 !important;
	text-decoration: none !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.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 {
	font-size: 20px;
	color: #484f6a;
	font-weight:normal;
	letter-spacing: -1;
}

h2 {
	font-size: 16px;
	color: #484f6a;
	font-weight:normal;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.menuselected{
	/*background-image: url(../img/menu_selected.gif);
	background-position:bottom right;
	background-repeat:no-repeat;*/
	vertical-align:top;
	padding-top: 9px;
	padding-left: 0px;
	padding-right: 18px;
	height: 35px;



	}

.menunotselected{
	/*background-image: url(../img/menu_selected.gif);
	background-position:bottom right;
	background-repeat:no-repeat;*/
	vertical-align:top;
	padding-top: 9px;
	padding-left: 0px;
	padding-right: 18px;
	height: 35px;


	}

a.selected {
	font-size: 11px;
	font-weight: bold;

	}


a.notselected {
	font-size: 11px;
	}


/* app/register */
.mandatory{
	color:#ab0000;
}
.error_message{
	color:#ab0000;
	margin:10px 0;
}
.success_message, .success_message a, .success_message a:link, .success_message a:visited, .success_message a:active{
	color:#3f610f;
	margin:10px 0;
}


