/* Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}

body {
	background-color: #596C1A;
    background-image: url('../images/bg_body.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family : Arial, Helvetica, "Times New Roman",  Sans-serif;
	font-size : 12px;
	font-style : normal;    
    height: 100%;
    line-height : 16px;
    
}

br {
	line-height: 10px;
}

em, i {
    font-style:italic;
}

hr {
    background-color: #D1D3D4;
    border:           0px;  
    clear:both;
    color:            #D1D3D4;
    height:           1px; 
}

img {
	border:0px;
}	

p {
    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: hand;
	cursor: pointer;
}

.floatCenter {
	margin-left: auto;
    margin-right: auto;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;	
}

.border {
    border: #CCCCCC 1px solid; 
}

.border small {
    margin-left: 12px;
}

.border td {
    padding: 10px;
}

.noBorder {
    border: none !important;
}

.noMargin {
    margin: 0px;
}

.noPadding {
    padding: 0px;
}

.pager {
    height: 16px;
    padding-bottom: 10px;
}

.wide {
    width: 100%;
}

/* Layout
------------------------------------------------------------------*/    
    
/* Content areas */

#banner {  
    display:none;
}
    
#contentColumn {    
    margin-left: 10px;
    margin-right: 190px;
}

#content {
    border: none;
    position:absolute;
    left:50px;
    top:10px;

}

#content h1 {
        margin-top: 15px;
    }

#content img {
        margin-top: 15px;
    }    
    
/* Footer */

#footer {
    display:none;
}

#footer div {
    line-height: 10px;
}

/* Left column */
  
#leftColumn {	
	display:none;
}

/* Left column links block for front page */

#leftColumnContent {
    display:none;
}

#leftColumnContent ul {
    display:none;
}

#leftColumnContent ul li {
    display:none;
}

#leftColumnContent ul li a {
    display:none;
}

#leftColumnContent ul li a:hover {
    display:none;
}

#leftColumnContent ul li a img {
    display:none;
}

/* Logo */

#logo {
	float:inherit;	
	height: 72px;
    margin: 0px auto 22px 150px;
    width: 76px;
}

#logo img {
    border: 0px;
    height: 72px;
    width: 76px;
}

/* Right column */

#rightColumn {
    display:none;
}

/* Right column image block */

#rightColumnImage {
    display:none;
}

/* Right column news block for front page */
    
#rightColumnContent {
    display:none;
}

#rightColumnContent a {
    display:none;
}

#rightColumnContent table {
    display:none;
}

/* Right column 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;
} 
    
/* Wrapper */    

#wrapper {
    background-color: #FFF;
    border: none;
    height: 100%;
    margin: 0px auto 0px auto;
    padding: 0px;
    /*min-height: 576px;    */
    width: 872px;
}

/* Main navigation (div/table combination, content column)
------------------------------------------------------------------*/

.mainNavigation {
    display:none;
}

.mainNavigation table {
    display:none;
}

.mainNavigation table td {
    display:none;
}

.mainNavigation table td a, .mainNavigation table td a:visited {
    display:none;
}

.mainNavigation td:hover {
   display:none;
}

.mainNavigation td#current {
   display:none;
}

/* Sub navigation (left column)
------------------------------------------------------------------*/

#subNavigation {
    display:none;
}

#subNavigation ul {
	display:none;
}

#subNavigation ul li {
    display:none;
}

#subNavigation ul li a {
    display:none; 
}

#subNavigation ul li a:hover {
    display:none; 
}

#subNavigation ul li a.current {
    display:none;
}


/* Sublevel list and links */

#subNavigation ul li ul {
    display:none;
}

#subNavigation ul li ul li {
    display:none;
}

#subNavigation ul li ul li a {
    display:none;
}

#subNavigation ul li ul li a:hover {
    display:none;
}

#subNavigation ul li ul li a.current {
    display:none;
}

/* Forms
------------------------------------------------------------------*/

form {
    width: 480px; /* width set because of IE-bugs */
}

form br 
{
	clear: left;
}

fieldset
{
    border: none;
	margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: left;
}


input
{
	border: 1px solid #BFBFBF;
    display: block;
	float: left;
    font-size: 12px;
	margin-bottom: 6px;
    margin-right: 4px;
    width: 256px;
}

input[type=text]
 {
	border: 1px solid #BFBFBF;
}

.input
{
	border: 1px solid #BFBFBF;
}

label 
{
    display: block;
	width: 140px;
	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 #BFBFBF;
    font-family : Arial, Helvetica, "Times New Roman",  Sans-serif;
    font-size: 12px;
    height: 96px;
    padding: 2px 4px 2px 2px;
    width: 250px;
}

.submit
 {
    background-color: #596C1A;
    background-image: url('../images/bg_input_submit.gif');
	background-position: top left;
	background-repeat: repeat-x;
    border: #596C1A 1px solid;
    color: #FFF;
    cursor: hand;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    height: 22px;
    line-height: 18px;
    margin: 0px;
	text-transform: uppercase;
    padding: 0px 4px 2px 4px;
    width: 96px;
}

.radio
 {
	border: 0px;
}

/* Headings
------------------------------------------------------------------*/
h1,h2,h3,h4,h5 {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 	12px;
}

h1 {
    color: #596C1A;
    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 {
	border: #D1D3D4 1px solid;
    padding: 3px;
}

img.floatLeft {
	margin: 0px 10px 0px 10px;
}

img.floatRight {
	margin: 0px 0px 10px 10px;
}


/* Links
------------------------------------------------------------------*/
a:link,
a:visited {
	text-decoration:underline;
	color:#B5111A;
}

a:hover {
	text-decoration:none;
	color:#B5111A;
}

/* Back link */

a.back {
	background-image: url('../images/icon_arrow_left.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 14px;
	text-decoration:underline;
}

a.back:hover {
	text-decoration:none;
}

/* Continue link */

a.continue {
	background-image: url('../images/icon_arrow_right.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 14px;
}

/* Global icon-link */

a.icon {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
	line-height: 20px;
}

/* Map-icon */

a.map {
	background-image: url('../images/icon_map.gif');
}

/* PDF-icon */

a.pdf {
	display:none;
}

/* Print-icon */

a.print {
	display:none;
}

/* Pager links */

a.next  {
	background-image: url('../images/icon_arrow_right.gif');
	background-position: right 4px;
	background-repeat: no-repeat;
	color:#B5111A;
    padding-right: 14px;
    text-decoration:underline;
}

a.next:hover {
	text-decoration:none;
}

a.previous {
	background-image: url('../images/icon_arrow_left.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	color:#B5111A;
    padding-left: 14px;
	text-decoration:underline;
}

a.previous:hover {
	text-decoration: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: #D1D3D4 1px solid;
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 10px;
}

table.styled a, table.styled a:visited {
    text-decoration: none;
}

table.styled a:hover {
    text-decoration: underline;
}

table.styled caption {
    caption-side:top;
    display:table-caption;
	font-size: 13px;
    margin: 0px;
    margin-left: -1px; /* Fixes 1-pixel margin error in Firefox 1.0 and Netscape 7.2. */
	padding: 5px 0px 6px 0px;
    text-align: left;
}

/* Opera 6+ specific value to fix caption bug */

@media screen and (min-width: 0px) {
    table.styled caption {margin-left:0}
} 

table.styled td {
    border-top: #D1D3D4 1px solid;
    border-left: #D1D3D4 1px solid;
	padding: 3px 6px 3px 6px;
	vertical-align: top;
}

table.styled th {
    background-color: #E8E8E8;
    border-bottom: #D1D3D4 1px solid;
    border-left: #D1D3D4 1px solid;
    border-top: #D1D3D4 1px solid;
    color: #000;
    font-weight: normal;
    height: 17px;
    padding: 2px 8px 2px 6px;
	text-align: left;
    vertical-align: top;
}

table.styled th a, table.styled th a:visited {
    color: #000;
}

td {
	vertical-align: top;
}

.icon_print {
	display:none;
	}
.back {
	display:none;
	}
	
#tulostustiedot {
	display:block;
	}