/* Yleiset määritykset */

body {
	margin: 0px 0px 0px 0px;
        background: #FFF url(fade.jpg) repeat-y; 
	font-family: Verdana,Arial,sans-serif;
}

TD, INPUT, SELECT, TEXTAREA {
	font-family: verdana,arial;
	font-size: 11px;
	color: #33587B;
}

H6 {
	font-family: verdana,arial;
	font-size: 11px;
	color: #3D6A93;
}

A {
	color: #33587B;
	font-size: 10px;
	text-decoration: none;
}

A:hover {
	color: blue;
	text-decoration: underline;
}

#viuhka { 
	position: absolute; 
	background: url("viuhka.jpg"); 
	top: 0px; 
	left: 0x; 
	width: 605px; 
	height: 431px; 
	margin: 0; 
	padding: 0; 
} 
 
#content { 
        position: absolute; 
        top: 80px; 
        left: 210px; 
        width: 550px; 
        margin: 0; 
        padding: 5px; 
        border: 1px dashed #88A0BA; 
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #33587B;
/*	color: #3D6A93;*/
	background: url("content_bg.jpg") no-repeat #D9E9FB;
} 

#content a {
  text-decoration: none;
  font-family: Verdana,Arial;
  font-size: 11px;
  color: #33587B;
}

#content a:hover {
  text-decoration: underline;
  color: #949494;
}

#content b {
  font-family: Verdana,Arial;
  font-size: 10px;
  text-weight: bold;
  color: #3D6A93;
}

#content h1 {
  font-family: "Trebuchet MS",Verdana,Arial;
  font-size: 16px;
  text-transform: uppercase;
  color: #635CC4;
  background: #F5F5F5;
  border-bottom: 1px solid #9EBBDD;
  margin: 0 0 10px 0;
  padding: 3px;
}


#content H6 {
  font-family: Verdana,Arial;
  font-size: 11px;
  color: #3D6A93;
}


#valikko {
	position: absolute;
	top: 140px;
	left: 35px;
	width: 150px;
	margin: 0px;
	border: 1px dashed #88A0BA;
	padding: 0px 0px 0px 0px;
	background: url("valikko_bg.jpg") no-repeat #C1DBF9;
/*	background-color: #8BBBED;*/
}

/*
#valikko a {
  text-decoration: none;
  font-family: Verdana,Arial;
  font-size: 11px;
  color: #E7F0FB;
}

#valikko a:hover {
  text-decoration: underline;
  color: #8F5CC4;
}


#valikko b {
  font-family: Verdana,Arial;
  font-size: 11px;
  text-weight: bold;
  rcolor: #CCE4FE;
  color: white;
}
*/

ul.valikko {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
}

ul.valikko li {
	display: block;
	padding: 0;
	margin: 0;
	width: 150px;
}

ul.valikko li.vali {
	display: block;
	width: 150px;
	font-size: 11px;
	padding: 4px 0px 0px 0px;
	margin: 0;
}

ul.valikko li.otsikko {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-indent: 5px;
	/*color: #4575A7;*/
	color: #635CC4;	
	background: #F5F5F5;	
	border-bottom: 1px solid #AAC6E0;
}

ul.valikko li a {
	display: block;
	width: 100%;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	text-decoration: none;
	text-indent: 5px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #AAC6E0;
	color: #305374;
/*	color: #4575A7;*/
/*	color: #FFF;*/
}

ul.valikko li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #7EADE2;
	/*opacity: 1.0;*/
}


#content #text12px {
	font-family: Verdana,Arial;
	font-size: 12px;
	color: ##3D6A93;
}

#content #text12px b {
	font-family: Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3D6A93;
}

td.otsikko {
	background: #7EADE2;
	color: #FFF;
	font-weight: bold;
}


table.tieto {
	border: 1px solid #BAD9F8;
	border-collapse: collapse;
	background: #F6FAFE;
	margin-right: 5px;
	width: 100%;
}

table.tieto tr.otsikko td {
	background: #7EADE2;
	color: #FFF;
	font-weight: bold;
}

table.tieto tr.odd {
	background: #E9F3FD;
/*	background: #C8E1F8;*/
}

table.tieto td {
	padding: 3px;
}

table.tieto tr.odd td {
	border-bottom: 1px solid #E0EEFC;
	border-top: 1px solid #E0EEFC;
}

