
/* Editorin säädöt */
.mceContentBody{
	background: transparent none;
	background-color: transparent;
}
.dynamic_contentarea{
	border:1px dotted red;
}
.static_contentarea{
	border:1px dotted blue;
}


/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

img{
	border:0;
}

a, a:link, a:visited, a:active {
	color:#0c6c94;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color:#ca8501;
}

a.sitemanagerlinks, a.sitemanagerlinks:link, a.sitemanagerlinks:active, a.sitemanagerlinks:visited, .sitemanagerlinks {
	color:#ad0000;
	text-decoration: none;
}

a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	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{
	color: #0c6c94 !important;
	text-decoration: underline !important;
}
.mceContentBody a:hover{
	color:#ca8501 !important;
}

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: 12px;
}

.ingressi{
	font-size:14px;
	color:#555555;
	font-weight:bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #23763f;
	background:url(../img/h1_tag.gif) no-repeat;
	padding-left:3px;
	line-height:36px;
}

h2 {
	font-size: 14px;
	color: #23763f;
}

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

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

.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;
	width:350px;
}

.report{
	width:100%;
	border:1px solid #c3c3c3;
}
.report th{
	text-align:left;
	font-size:12px;
	background-color:#eeeeee;
	border-bottom:1px solid #c3c3c3;
}

.text{
	width:100%;
}

.lastenalue{
	font-size:18px;
	color:#555555;
}
