/* ------ Text items -------- */
body
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.75em;
	color: #000000;
	padding: 0; 
	margin: 0;
}
p
{
	font-family: Arial, Helvetica, Sans-serif;
	color: #000000;
}
h1, .heading1
{
	font-weight: bold;
	font-size: 1.1em; 
	color: #000000;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.0em; 
	color: #000000;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
	EditMenuName: Heading 3;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}
hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	color: #024075;
	text-decoration:underline;
}
a:visited
{
    color:#465e73;
}
a:hover, a:active
{
    color: #1183ad;
	text-decoration:underline;
}
a.breadcrumb,  a.breadcrumb:visited, a.breadcrumb:active, a.breadcrumb:link
{
	color:#808080;
}

/* --------- Links in Top menu ----------- */
a.menuhead,a.menuhead:
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	text-transform:uppercase;
	margin: auto;
}
a.activemenuhead,a.activemenuhead:active,a.activemenuhead:visited,a.activemenuhead:hover
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	margin: auto;
}


/* --------- Links in Top sub menu ----------- */
a.menusubhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	text-transform:uppercase;
	margin: auto;
}
a.activemenusubhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	margin: auto;
}

/* --------- Left menu ----------- */

div.menuitem
{
    width: 219px;
	border:none;
	border-bottom:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	padding-top:4px;
	padding-bottom:4px;
}
div.menuitem1
{
    width: 219px;
	border:none;
	border-bottom:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
    padding-top:4px;
	padding-bottom:4px;
	background-color: transparent;
}
div.menuitem2
{
    width: 219px;
	border:none;
	border-bottom:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
    padding-top:4px;
	padding-bottom:4px;
	background-color: #f7f7f7;
}
div.menuitem3
{
    width: 219px;
	border:none;
	border-bottom:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	padding-top:4px;
	padding-bottom:4px;
	background-color: #f7f7f7;
}
div.menuitem4
{
    width: 219px;
	border:none;
	border-bottom:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	padding-top:4px;
	padding-bottom:4px;
	background-color: #f7f7f7;
}
div.menuitem5
{
    width: 219px;
	border:none;
	border-bottom:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	padding-top:4px;
	padding-bottom:4px;
	background-color: #f7f7f7;
}
div.menuitemselected
{
	width: 219px;
	font-weight: bold;
	/*background-color: #f0f0f0; alkuperäinen, leiskan mukainen*/ 
	background-color: #e0e0e0;
	border:none;
	border-bottom:1px solid #e7e7e7;	
	border-right:1px solid #e7e7e7;
	padding-top:4px;
	padding-bottom:4px;
}
div.menuitemexpanded
{
	width: 219px;
	/*background-color: #f7f7f7; alkuperäinen, leiskan mmukainen*/ 
    background-color: #e7e7e7;
    border:none;
	border-bottom:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	padding-top:4px;
	padding-bottom:4px;
}
div.menuitemchild
{
	width: 219px;
	/*padding: 0.4em 0em 0.6em 0em;*/
	background-color: #F0F0F0;
	height: 20px;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: Arial, Helvetica, Sans-serif;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
legend
{
	color: #333;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
fieldset label
{
	margin-right: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}

/* FAQ-ankkurit */
a.anchor
{
	text-decoration:none;
	color:#000000;
}
