body{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
	margin:0px;
	background-color: #1e373c;
	background-image: url(../img/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

table {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}

ul li
{
list-style-type: disc; color: #ffffff;
margin-left: 0px;
padding-left: 0px;
}



/* Teksti tyylittelyt */

h1{
	color: #1e373c;
	font-family: Serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
}
h2{
	color: #32180b;
	font-family: Serif;
	font-size: 16px;
	font-weight: normal;

}
h3{
	color: #32180b;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;

}


a {
	color: #642d11;
	text-decoration: none;

}

input{
	font-size:11px;
}
.text{
	width:100%;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}


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


div.dynamic_contentarea textarea, div.static_contentarea textarea {

}
a.sitemanagerlinks, a.sitemanagerlinks:link, a.sitemanagerlinks:active, a.sitemanagerlinks:visited, .sitemanagerlinks {
	color:#ad0000;
	text-decoration: none;
}

table.report{
	width:100%;
	border:1px solid #c3c3c3;
	border-collapse:collapse;
}
table.report td{
	vertical-align:top;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
}
table.report th{
	text-align:left;
	border-bottom:1px solid #c3c3c3;
	background-color:#555555;
	color:#ffffff;
	padding:3px;
}

table.datatable td{
	border:0;
}

