/* Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	background-image: none;
	background-color: #FFFFFF;
	width: 100%;
}

body {
	font-family : Arial, Helvetica, "Times New Roman",  Sans-serif;
	font-size : 12px;
	font-style : normal;
    line-height : 16px;
	background-image: none;
	background-color: #FFFFFF;
}

br {
	line-height: 10px;
}

em, i {
    font-style: italic;
}

img {
	border:0px;
}	

p {
	margin-left: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
}

pre {
    font-family: monospace;
    font-size: 1.0em;
    margin-bottom: 10px;
}
   
ul, ol, li {
    margin-left: 10px; 
    margin-bottom: 8px; 
}

small {
    font-size: 80%;
}

strong, b {
    font-weight: bold;
}

.alignCenter, p.alignCenter {
	text-align:center;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align: right;
}

.autoHeight {
	width: auto !important;
}
    
.autoWidth {
	width: auto !important;
}

.bold, p.bold	{
	font-weight: bold;
}

.clear {
	clear:both;
}

.clearRight {
	clear:right;
}

.cursorHand {
	cursor: pointer;
}

.floatCenter {
	margin-left: auto;
    margin-right: auto;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.border {
    border: none; 
}

.border small {
    margin-left: 12px;
}

.border td {
    padding: 10px;
}

.noBorder {
    border: none !important;
}

.noMargin {
    margin: 0px;
}

.noPadding {
    padding: 0px;
}

.pager {
	display: none;
}

.wide {
    width: 100%;
}

/* Layout
------------------------------------------------------------------*/    
    
/* Content areas */

#banner {
	display: none;
}

    #banner img {
		display: none;
    }
    
#contentColumn {
    margin-left: 50px;
}

    #content h1 {
        margin-top: 20px;
    }

/* Footer */

#footer {
	display: none;
}
   

/* Extra navigation for maps and languages */

#rightColumnNavigation {
	display: none;
}

#rightColumnNavigation a, #rightColumnNavigation a {
	display: none;
}

#rightColumnNavigation a, #rightColumnNavigation a:visited {
	display: none;
} 

#rightColumnNavigation a:hover {
	display: none;
} 

/* Left column */
  
#leftColumn {
	display: none;
}

/* Logo */

#logo {
		position: relative;
		left: 0px;
}

#logo img {
		position: absolute;
		left: 0px;
}

/* Right column */

#rightColumn {
	display: none;
}

    #rightColumnImage {
		display: none;
    }
    
/* Wrapper */    

#wrapper {
    background-image: none;
	background-color: #FFFFFF;
    border: none;
}

/* Main navigation
------------------------------------------------------------------*/

#mainNavigation {
	display: none;
}

#mainNavigation ul {
	display: none;
}

#mainNavigation ul li {
	display: none;
}

#mainNavigation ul li:hover {
	display: none;
}

#mainNavigation ul li#current {
	display: none;
}

#mainNavigation ul li a {
	display: none;
}

#mainNavigation ul li a:hover {
	display: none;
}

/* Sublevel list and links */

#mainNavigation ul li.sublevel {
	display: none;
}

#mainNavigation ul li.sublevel#current {
	display: none;
}

#mainNavigation ul li.sublevel a {
	display: none;
}

#mainNavigation ul li.sublevel a:hover {
	display: none;
}

/* Forms
------------------------------------------------------------------*/

form {
    width: 100%; /* width set because of IE-bugs */
}

form br 
{
	clear: left;
}

fieldset
{
    border: none;
	margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: left;
}


input
{
	border: 1px solid #D1D3D4;
    display: block;
	float: left;
    font-size: 12px;
	margin-bottom: 6px;
    margin-right: 4px;
    width: 256px;
}

input[type=text]
 {
	border: 1px solid #D1D3D4;
}

.input
{
	border: 1px solid #D1D3D4;
}

label 
{
    display: block;
	width: 120px;
	float: left;
	margin-bottom: 6px;
	padding-right: 20px;
    text-align: left;
	
}

legend
{
	background-color: transparent;
	color: #000;
    font-weight: bold;
}

select 
{
	margin-bottom: 6px;
}

textarea 
{
    border: 1px solid #D1D3D4;
    font-family : Arial, Helvetica, "Times New Roman",  Sans-serif;
    font-size: 12px;
    height: 96px;
    padding: 2px 4px 2px 2px;
    width: 250px;
}

.submit
 {
	display: none;
}

.radio
 {
	border: 0px;
}


/* Headings
------------------------------------------------------------------*/
h1,h2,h3,h4,h5 {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 	12px;
}

h1 {
    color: #000;
    line-height: 16px;
    font-size: 16px;
}

h2 {
    color: #000;
	font-size: 13px;
}

h3 {
    color: #000;
	font-size: 12px;
}

h4 {
    font-size: 11px;
}

h5 {
	font-size: 10px;
}

/* Images
------------------------------------------------------------------*/

img.border {
	display: none;
}

img.floatLeft {
	display: none;
}

img.floatRight {
	display: none;
}


/* Links
------------------------------------------------------------------*/
a:link, a:visited, a:hover {
	display: block;
}


/* Back link */

a.back:link {
	display: none;
}

a.back:hover {
	display: none;
}
a.back:visited {
	display: none;
}

/* Continue link */

a.continue {
	display: none;
}

/* Global icon-link */

a.icon {
	display: none;
}

/* Map-icon */

a.map {
	display: none;
}

/* PDF-icon */

a.pdf {
	display: none;
}

/* Print-icon */

a.print {
	display: none;
}

/* Pager links */

a.next  {
	display: none;
}

a.next:hover {
	display: none;
}

a.previous {
	display: none;
}

a.previous:hover {
	display: none;
}

/* Paragraphs
------------------------------------------------------------------*/

p.small, span.small, div.small {
	font-size: 11px;
	line-height: 14px;
}

p.tiny, span.tiny {
	font-size: 9px;
	line-height: 11px;
}

/* Styled table */

table.styled {
    border: none;
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 2em;
	width: 100%;
}

table.styled a, table.styled a:visited {
    text-decoration: none;
}

table.styled a:hover {
    text-decoration: underline;
}

table.styled caption {
	background-image: none;
	background-color: #FFFFFF;
    font-weight: bold;
	font-size: 13px;
    margin: 0px;
    margin-left: 0px;
    text-align: left;
}

table.styled td {
	background-image: none;
	background-color: #FFFFFF;
    border: none;
	margin-left: 2em;
	padding: 0px;
	vertical-align: top;
}

table.styled th {
	background-image: none;
	background-color: #FFFFFF;
	border: none;
    color: #000000;
    font-weight: bold;
    height: 17px;
	text-align: left;
    vertical-align: top;
	padding: 0px;
}

td {
	vertical-align: top;
}

.kuva {
	display: none;
}

.tulosta {
	display: none;
}


#print_yhteystiedot, #line59 {
	font-family: Arial, Helvetica;
	font-size: 10px;
	width: 100%;
	display: block;
	text-align: center;
}

#content_image {
	display: none;
	}
