
/* THIS IS SESCA CONTENTPAGE CSS */


form
{
    margin:0;
    padding:0;
}

html, body {
	margin: 0;
	padding: 0;
	
}

html{overflow-y: scroll;}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
	color: #000000;	
	text-align: center;
	background: url(../img/body_bg_slice.gif) top left repeat-x;
    background-color:#F3F8FB;
}

body a img, body a:hover img {
	border: none;
}

body a 
{
	color: #2289B7;
	text-decoration: none;
}

body a:link	
{	
	color: #2289B7;
	text-decoration: none;
}	
		
body a:visited	
{	
	color: #2289B7;
	text-decoration: none;
}	
		
body a:active
{	
	color: #2289B7;
	text-decoration: none;
}	
		
body a:hover {
	color: #E42D87;
	text-decoration: none;
}

html>body h1, html>body h2, html>body h3, html>body h4 {
	margin:auto;
}

hr {	
	width: 100%;
	height: 1px;
}

table 
{
	font-size: 1em;
	color: #000000; 	
}

/* Set static page width */

#Container, #Header, #Columns, #Footer   {
	width: 996px;
}

/* Set cross-browser minimum content height */


#Container 
{
	position: relative;
	display: block;
	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto;
	padding: 0;
	height: auto;
	text-align: left;
	background: url(../img/container_bg_slice.gif) top left repeat-y;
}

html>body #Container {
	border-bottom: 1px transparent;	
}

/* This is needed for clearing floats  inside container */

#Container:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#HeaderOLD 
{
	position: relative;
	display: block;
    margin:0;
    padding:0;
	height: 250px;
	background-color:transparent;
	background: url(../img/header_bg_996x220.gif) top left no-repeat;
}
#Header
{
	position: relative;
	display: block;
    margin:0;
    padding:0;
	height: 175px;
	background-color:transparent;
	background: url(../img/v2/header_bg_996x145.gif) top left no-repeat;
}


#Header_topOLD
{	position: relative;
	display: block;
	width: 996px;
	height: 76px;
	/*background-color: #888888;
	background: url(../img/etusivu/headertop_bg.gif) 0 0 no-repeat;	*/
	}
#Header_top
{	position: relative;
	display: block;
	width: 996px;
	height: 52px;
	}


#LanguageSelection1
{
    position:absolute;
    top:20px;
    left:766px;
    width:95px;
    background-color:transparent;
    text-align:center;
}
#LanguageSelection1 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px!important; 	
    font-weight:bold!important;
    color:#515151!important;
}
#LanguageSelection2
{
    position:absolute;
    top:20px;
    left:866px;
    width:95px;
    background-color:transparent;
    text-align:center;
}
#LanguageSelection2 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px!important; 	
    font-weight:bold!important;
    color:#515151!important;
}


#Header_toolbar_areaOLD
{
    position:relative;
    display:block;
    width:950px;
    height:74px;
    vertical-align:top;
    /*background: url(../img/fake_search.gif) top right no-repeat;	*/
}
#Header_toolbar_area
{
    position:relative;
    display:block;
    width:950px;
    height:64px;
    vertical-align:top;
    /*background: url(../img/fake_search.gif) top right no-repeat;	*/
}

#SearchAdnStuffTable
{
    float:right;
}


#Header_menu_holderOLD
{
    position:relative;
    display:block;
    width:996px;
    height:70px;
    text-align:right;
	overflow: hidden;
    float:right;
    background: url(../img/menu1_bg.gif) top right no-repeat;	
}
#Header_menu_holder
{
    position:relative;
    display:block;
    width:996px;
    height:50px;
    text-align:right;
	overflow: hidden;
    float:right;
    background: url(../img/v2/menu1_bg.gif) top right no-repeat;	
}


#MainColumns {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 996px;
    background-color:transparent;
}

#MainColumns:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


#ContentArea 
{
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding:  0 0 0 0;
    min-height:500px;
    height:500px;
    height: auto;
    /*border: solid 1px black;*/
	width: 996px;
    background-color:transparent;
    /*background:url(../img/menu2_bg.gif) bottom left no-repeat;*/
}
html>body #ContentArea {height:auto;}

#ContentArea:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


#BannerArea
{
   	display: block;
	position: relative;
    margin:0 0 0 33px;
	padding:0px;
    height:150px;
	width: 930px;
    background-color:white;
}


#Columns {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	width: 996px; 
}

#Columns:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.Column 
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	}


#C1_left
{
	position: relative;
	display: block;
	width: 263px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*border: dashed 1px red;*/
	background:url(../img/menu2_bg.gif) bottom left no-repeat;
}


#C1_right
{
	position: relative;
	display: block;
	width: 733px; /*600*/
	margin: 0;
	padding: 0;
    /*background:url(../img/contentpage/content_area_bg_715x203.jpg) no-repeat top right;*/
}

#CategoryName
{
    position:absolute;
    display:block;
    top:127px;
    left:20px;
    font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:bold;
    color:#FEFEFE;
    text-transform:uppercase;
}
#MenuSpacer
{
	position: relative;
	display: block;
    height:40px;
    width:263px;
    margin:0;
    background:url(../img/menu2_top.gif) no-repeat top left;
}




#CategoryNameOnRight
{
	position: relative;
	display: block;
	width: 690px;
    height:30px;
	margin: 10px 0 0 10px;
	padding: 0;
    text-align:left;
    background-color:Transparent;
    background:url(../img/content_topbar.jpg) no-repeat top left;
}
#CategoryNameOnRight span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    line-height:30px;
    margin:0 0 0 30px;
    vertical-align:middle;
    text-decoration:none;
    font-weight:bold;
    color:#0077AC;

}

#SAContent1
{
    position: relative;
	display: block;
    margin:25px 0 0 40px;
	width: 660px;
    background-color:transparent;
}



#C1_left:after, #C1_right:after
 {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}





#Footer {
	position: relative;
	display: block;
	clear: both;
	height: 50px;
	width: 996px;
	background: url(../img/footer_bg_996x10.gif) top left no-repeat;
    background-color:#F3F8FB;
    padding:15px 0 0 0;
}	

#FooterContent
{
    text-align:left;
    display:block;

    margin-left:40px;
    position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration:none;
    font-weight:normal;
    color:#999999;
}
#FooterContent a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration:none!important;
    font-weight:normal!important;
    color:#2289B7!important;
}
#FooterContent a:hover
{
    color:#E42D87!important;
}


/* SIVUKARTTA */

#SAArea1 ul 
{
    margin:0;
    padding:0;
}

#SAArea1 ul li
{
    list-style-type:none;
}

#SAArea1 ul li ul
{
    margin: 0 0 0 0;
}

#SAArea1 ul li a
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:18px;
    text-decoration:none;
    font-weight:bold;
    color:#33255A;  
}

#SAArea1 ul li a:hover
{
 color: #00ADEF;
}
#SAArea1 ul li ul li a
{
    padding:0 0 0 20px;
    line-height:14px;
    text-decoration:none;
    font-weight:normal;
}
#SAArea1 ul li ul li ul li a
{
    padding:0 0 0 40px;
    text-decoration:none;
    font-weight:normal;
}


/* SEARCH RESULT PAGE */

#VWS2007_ResultHolder
{
    position:relative;
    display:block;

    margin:10px 0 0 40px;
	width: 600px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height:20px;
    text-decoration:none;
    font-weight:normal;
    color: #666666;
}

#VWS2007_Results h3
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin:0;
    padding:0;
    line-height:18px;
    text-decoration:none;
    font-weight:bold;
    color:#2289B7;  
}

#VWS2007_Results a
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:18px;
    text-decoration:none;
    font-weight:bold;
    color:#2289B7;  
}
#VWS2007_Results a:hover
{
 color: #E42D87;
}




/* SEARCH AND FONT SIZE CONTROLS */


#SearchLinkSwe
{
    position:absolute;
    display:block;
    left:900px;
    top:6px;
    width:48px;
    height:16px;
    background: url(../img/header_etsi_not_swe.gif) top left no-repeat;
}
#SearchLinkSwe:hover
{
    background: url(../img/header_etsi_sel_swe.gif) top left no-repeat;
}


#SearchLinkEng
{
    position:absolute;
    display:block;
    left:900px;
    top:6px;
    width:48px;
    height:16px;
    background: url(../img/header_etsi_not_eng.gif) top left no-repeat;
}
#SearchLinkEng:hover
{
    background: url(../img/header_etsi_sel_eng.gif) top left no-repeat;
}

#SearchLinkFin
{
    position:absolute;
    display:block;
    left:910px;
    top:6px;
    width:28px;
    height:16px;
    background: url(../img/header_etsi_not.gif) top left no-repeat;
}
#SearchLinkFin:hover
{
    background: url(../img/header_etsi_sel.gif) top left no-repeat;
}

#SearchInputTextBox
{
    position:absolute;
    display:block;
    left:730px;
    top:4px;
}


#SearchInputTextBox
{
    width:160px;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height:14px;
    text-decoration:none;
    font-weight:normal;
    color:black;  
    background-color:#F5F5F5;
}



/* NEWS ARHIVE */

#NewsArhiveListing
{
    position: relative;
	display: block;
    margin:15px 0 0 40px;
	width: 660px;
    background-color:transparent;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px!important; 	
    font-weight:normal;
    color:#BEBEBE;
    line-height:16px;
}
.NewsLinkAndDateArchive
{
    display:block;
    position:relative;  
    margin:0;
    padding:0;
}
.NewsLinkTextArchive
{
    font-weight:bold;
    padding:0 0 0 5px;
    background:url(../img/menu2_l1_not.gif) 0px 5px no-repeat;
}
.NewsLinkTextArchive:hover
{
    background:url(../img/menu2_l1_sel.gif) 0px 5px no-repeat;
}
.NewsNoLinkTextArchive
{
    color:#666666;
    font-weight:bold;
}
.NewsLinkDateArchive
{
    font-weight:normal;
    color:#E42D87;
}
.NewsIngressArchive
{
    color:#666666;
}
.NewsBottomFillerArchive
{
    display:block;
    position:relative;
    height:15px;
}


/* Lomake generaattori tekemä lomake alkaa */

/* Taulu jossa kaksi palstaa. Vasemmalla otsikot, oikealla kentät */
.FormGeneratorTable
{

    margin:0 0 0 40px;
    padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 	
	color: #666666;
    line-height:16px;
}

/* Lomakkee otsikko, 2 soluinen */
.FormGeneratorTableHeaderTd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	color: #0077AC;
    line-height:16px;
}

/* * = pakollinen kenttä */
.FormGeneratorTableInfoTd
{
    padding-top:10px!important;
}

.FormGeneratorTableLeftTd
{
    padding-top:10px!important;
}
.FormGeneratorTableRightTd
{
    padding-top:10px!important;
}

/* input type="text" */
.FormGeneratorTextField
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 	
	color: #666666;
}
/* <text area> */
.FormGeneratorTextArea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 	
	color: #666666;
}
/* <select> */
.FormGeneratorDropDown
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 	
	color: #666666;
}


/* Napit */
.FormGeneratorResetButton
{}
.FormGeneratorSubmitButton
{}
/* Lomake generaattori tekemä lomake loppuu */