
/* CSS Document */

body {
	background-color: #D7A961;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 12px;
	color: #000066;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 140%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #000066;
}
h3 {
	font-size: 110%;	
}

h1, h2, h3, p, div {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 15px;
	line-height: 14px;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #003300;
}
a:active {
	color: #000066;
}
.tbody{
	background:transparent;
}
.tdbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align:left;
	vertical-align:baseline;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:4px;
	valign:baseline;
}
.initial { background:transparent; }
.normal { background:transparent; }
.highlight { background-color: #CCCCCC }

.thead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight:600;
	vertical-align:baseline;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:4px;
	color: #0000A0;
	valign:top;
	background: url(images/navsub_hover.jpg) repeat-x;
	background-color: #C3C3C3;
}
.txtbox  {
	font-size:10px;
}
.txtbox img {
	background: #DCDCDC;
    border: 1px solid #DCDCDC;
	padding: 5px;
}
.referenssit img {
	background: #DCDCDC;
    border: 0px solid #DCDCDC;
	padding: 0px;
}
.main_body {
background: #4CA2D3 url(images/main_bg.jpg);
background-position:bottom;
background-repeat:no-repeat;
}
.left_bg {
background: #4CA2D3 url(images/left_bg.jpg);
background-position:bottom;
background-repeat:repeat-x;

}
.right_bg {
background: #4CA2D3 url(images/right_bg.jpg);
background-position:bottom;
background-repeat:repeat-x;

}
.nav{background:url(images/nav_bg.jpg) repeat-x;	
}
/* Navigation */
#nav {
	padding: 0;	
	float: left;
	list-style: none;
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;	
	display: inline;

}

.nav  a {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 4px;
	border-right: 0px solid #899D00;
	border-left: 0px solid #A7D101;
	border-bottom: none;
	color: #035086;
	font: bold 11px/3.1em  'Trebuchet MS', Arial, Helvetica, Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0px;

}
.nav  a:hover, #nav  a:active {
	background: url(images/nav_hover.jpg) repeat-x;	
	color: #035086;
}
.nav #current {	
	background: url(images/nav_hover.jpg) repeat-x;	
}

/* Sidebar */	
#sidebar {
	margin-top: 40px;
	padding: 0px 0px; 
	font: 12px 1.0em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000033; 		
}	
#sidebar h1 {
	padding: 0px 0px; 
	font: bold 1.0em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000033; 		
}
#sidebar ul {
	text-align: left;
	margin-left: 3px;
	line-height:13px;
}
#sidebar ul li { 
	padding-bottom:3px;
}

#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #000033;			
}
#sidebar ul li a:hover {	
	color: #000099;
	text-decoration:underline;	
}

/*Outermost DIV for thumbnail viewer*/
#thumbBox{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #666666;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 3px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/* Anylink Menu CSS */

#nav .dropmenudiv{

	color: #035086;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0px;
	position:absolute;
	top: 0;
	border: 1px solid #666666;
	z-index:100;
	background-color: white;
	width: 220px;
	height: auto;
	visibility: hidden;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	line-height:20px;

}

#nav .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active{
	width: 97%;
	/*display: block;*/
	text-indent: 3px;
	border: 1px solid #FFFFFF;
	border-bottom-width: 0;
	font-weight: bold;
	font: bold 11px/3.1em  'Trebuchet MS', Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #035086;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0px;
	background-color: #F0F0F0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height:20px;
}


#nav .dropmenudiv a:hover{
	background: url(images/navsub_hover.jpg) repeat-x;	
	background-color: #BFCBDD;
	font: bold 11px/3.1em  'Trebuchet MS', Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #035086;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0px;
	width:97%;
	line-height:20px;
}

.news_head {
	background: url(images/news_bg.jpg);
	padding: 5px; margin: 10px 10px 0 10px;	
	color: #123456;
	border: 1px solid #4391bd;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	font-size:110%;
}

fieldset.main {
  border:         1px solid #cccccc;
  text-align:     left;
  padding-bottom: 20px;
  width:520px;
}
fieldset.main legend {
  font-weight:    bold;
  color:          #000000;
  background:     #c3c3c3;
  padding:        1px 10px 2px 10px;
  letter-spacing: 1px;
}
/*
fieldset.main img.org {
  border:         0;
  margin:         15px 20px 10px 20px;
}

fieldset.jarj {
  width:          300px;
  border:         1px solid #cccccc;
  text-align:     center;
  padding-bottom: 20px;
}
fieldset.jarj legend {
  font-weight:    bold;
  color:          #ffffff;
  background:     #cccccc;
  padding:        1px 10px 2px 10px;
  letter-spacing: 4px;
}
fieldset.jarj img.org {
  border:         0;
  margin:         15px 20px 10px 20px;
}

fieldset.form {
  border:         1px solid #999999;
  padding:        10px 0 10px 10px;
  margin:         0 10px 15px 0;
  display:        block;
  float:          left;
  vertical-align: bottom;
}
fieldset.form legend {
  font-weight:    bold;
  letter-spacing: 2px;
  color:          #666666;
}
fieldset.form table.tiedot {
  display:        block;
  width:          300px;
  border:         0px solid #e3e3e3;
  _height:        130px;
  min-height:     130px;
}


fieldset.form table.tiedot tr td {
  border:         0px solid #999999;
  float:          none;
}


fieldset.form table.korkea {
  display:        block;
  width:          300px;
  border:         0px solid #e3e3e3;
  _height:        180px;
  min-height:     180px;
}
fieldset.form table.korkea tr td {
  border:         0px solid #999999;
  float:          none;
}*/

/* TABS CSS*/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(tab/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(tab/shadeactive.gif);
/*border-bottom-color: white;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 530px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}