/* Braille Styles
--------------------------------------------------------------------------------------- */
body {
	background: white;
	color: black;
}
*,
* * {
	float: none !important;
	background-image: none !important;
	background-color: white !important;
	border: none !important;
}	
img {
	display: none !important;
}
* img {
	display: none !important;
}

body {font-size: 1.17em;font-family:arial,clean,sans-serif;}
table{font-size:1em;}
select,input,textarea{font:0.99em arial,helvetica,clean,sans-serif;}
pre,code{font:1.15em monospace;}
body * {line-height:1.4;}
h1{font: bold 2em arial;margin-bottom: 0.5em;}
h2{font: bold 1.5em arial;margin-bottom: 0.5em;}
h3{font: bold 1.2em arial;margin-bottom: 0.4em;}
h4{font: bold 1em arial;margin-bottom: 0.4em;}
h5{font: bold 1em arial;margin-bottom: 0.3em;}
h6{font: bold 1em arial;margin-bottom: 0.3em;}
p{margin-bottom: 2em;}
a{color: #0D0069; text-decoration:underline;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #0D0069; text-decoration:underline;}
ul li a, p a, table a {color: #0D0069; text-decoration:underline;}
#topnav ul#topnav_list li a, #sidenav li a {color: #0D0069; text-decoration:underline;}

#container {
	margin: 0 5%;
	background: #fff;
	text-align: left;
}
#wrapper {
}
#content {
}
#leftcolumn {
}
#rightcolumn {
}
#content ul,
#content ol {
	margin-bottom: 1em;
}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
}
#content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

/* navigation - top */
#topnav {
	margin: 2em 0;
}
#topnav ul#topnav_list li {
	margin-bottom: .3em;
}
#topnav ul#topnav_list li a {
	font-weight: bold;
}

/* navigation - side */
#sidenav {
	margin-bottom: 2em;
}
#sidenav li {
	margin-bottom: .3em;
}
#sidenav li a {
	font-weight: bold;
}
#sidenav li ul li a {
	display: inline;
	padding: 0;
	background: none;
	margin-bottom: 0.3em;
}
#sidenav ul {
	margin: 0.8em 0;
}

/* search */
#topnav #search {
	margin-top: 2em;
}	
#topnav #search legend {
	display: none;
}
#topnav #search input {
	vertical-align: middle;
}
#topnav #search span {
	display: inline;
	margin-right: 1em;
}
#topnav #search span a {
	font-weight: bold;
}

/* language selection */
#language li {
	display: inline;
}

/* textsize selection */
#textsize {
	display: none;
}

/* contact information */
#contact {
}

/* breadcrumbs */
#breadcrumbs {
	padding: 0 0 1em 0;
}
#breadcrumbs li {
	display: inline;
}

/* lift boxes */
.lift {
	margin-bottom: 1.5em;
}
#rightcolumn .lift h4 {
	margin: 0;
	padding: 0.5em 0;
}
#rightcolumn .lift_content ul li {
	margin-bottom: 0.3em;
}

/* news listing */
#news h3 {
	text-transform: uppercase;
}
#news table {
	width: 100%;
}
#news table td {
	padding: 0.2em 0;
}
#news table td.date {
	text-align: right;
}

/* footer */
#footer {
	clear: both;
	padding: 2em 0;
}

/* search module (Fujitsu CSS, modified 25.4.2007) */
#hakemisto {
	width: 43em;
}
#hakemisto #tabit {
	margin-top: 2em;
	padding: 0 1em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#hakemisto #tabit .ei-valittu {
	padding: 3px 10px;
	display:inline;
	margin: 0 2px;
}
#hakemisto #tabit .valittu {
	padding: 2px 10px 2px 10px;
	display:inline;
	margin: 0 2px;
}
#hakemisto #valinta {
	padding: 1em;
}
#valinta table td {
	padding: 0.2em 0.5em 0.2em 0;
}
#hakemisto p {
	margin: 0 1em;
}
/* Palstan listaukset */
#listaus {
	padding: 1em;
}
#hakemisto ul {
	margin: 0 0 1.5em 1em;
	padding: 0 0 0 1em;
}
#hakemisto li {
	list-style-image: url(../imgs/icons/doc_bullet.gif);
}
#hakemisto ul ul {
	margin: 0 0 0 0.6em;
	padding: 0.1em 0 0.3em 0.6em;
	list-style-type: square;
}
#hakemisto ol ol {
	margin: 0 0 0 0.6em;
	padding: 0em 0 0.3em 0.6em;
	list-style-type: upper-roman;
}
#hakemisto ol ul {
	margin: 0 0 0 0.6em;
	padding: 0em 0 0.3em 0.6em;
	list-style-type: circle;
}
/* Definition list */
#hakemisto dl {
	margin: 1em 0 0 0;
}
#hakemisto dt {
	margin: 1em 0 0.5em 0;
}
#hakemisto dd {
	border-left: 1px solid #ECEBE4;
	padding: 0 0 0.5em 0.5em;
	margin: 0;
}
#hakemisto img {
	border: 0;
	margin: 0.3em 0 0.3em 0.3em;
}
#hakemisto img.vasempaan {
	border: 0;
	margin: 0 2em 0.2em 0;
}

/* clearfix */
#topnav:after,
#holder:after,
#footer:after,
#header:after,
#tabit:after,
.lift:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#topnav,
#holder,
#footer,
#header,
#tabit,
.lift,
.clearfix {min-width:0;}
