
/* 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;
	color:#FFFFFF;
	margin:0;
	height:100%;
}

li{
	list-style-type: disc;
	list-style-image: url(../img/li_star_small.gif);
	list-style-position: inside;
	padding-bottom: 10px;
	vertical-align: middle;

}

.mceContentBody a, a:link, a:visited, a:active {
	color:#F21921 !important;
	text-decoration: none !important;
}
.mceContentBody a:hover {
	text-decoration: none;
}


a, a:link, a:visited, a:active {
	color:#F21921;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

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;
}

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;
}


h1 {
	font-size: 21px;
	color: #ffffff;
	font-weight: normal;
	font-style:italic;
}

h2 {
	font-size: 14px;
	color: #000000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

/*omat tyylit*/

.borderLeftBottom	{
		border-left: 1px solid;
		border-bottom: 1px solid;
		/*border-color: #ebebeb;*/
		border-color: #d4d4d4;
		}
.borderBottom	{
		border-bottom: 1px solid;
		/*border-color: #ebebeb;*/
		border-color: #d4d4d4;
		}
.borderRightLeftBottom	{
		border-right: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
		/*border-color: #ebebeb;*/
		border-color: #d4d4d4;
		}
.menuTd	{
	border-bottom: 1px dotted;
	border-color: #505050;
	padding-left: 5px;

	vertical-align: middle;
}







