/* Algu-tietokannan tyylitiedosto */

/* Yleiset */

/* aineistopalvelimen yleiset */
@import url("http://locahost/tyyli/aineistopalvelin.css");

body {
	margin: 0;
	padding: 0;
/*	color: #000;*/
	color: #3C3C3C;
	background: #E6E6E6;
}

body,td,th {
	font-family: "Lucida Grande","Arial",sans-serif;
	font-size: 12px; 
}

a { 
	color: #0B5DA3;
	text-decoration: none;
}

a:hover	{
	color: #2D96EF;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #99652D;
	border-bottom: 1px dotted #C0C0C0;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

form {
	margin: 0;
}

input.unicode { 
	font-family: "Charis SIL","Doulos SIL","Gentium","Everson Mono Unicode","Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",sans-serif; 
	font-size: 16pt;
}

input.unicode2 { 
	font-family: "Charis SIL","Doulos SIL","Gentium","Everson Mono Unicode","Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",sans-serif; 
	font-size: 14pt;
}

table {
	border: 0;
}

td {
	padding: 2px;
}

.unicode { 
	font-family: "Charis SIL","Doulos SIL","Gentium","Everson Mono Unicode","Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",sans-serif; 
	font-size: 16pt; 
}

.unicode2 { 
	font-family: "Charis SIL","Doulos SIL","Gentium","Everson Mono Unicode","Lucida Grande","Arial Unicode MS",sans-serif; 
	font-size: 12pt; 
}

.logintext { 
	font-size: 11px; 
}

.stat { 
	font-size: 11px; 
}

.clearfix {
	clear: both;
}


/* Rakenne */

#page {
	width: 867px;
	padding: 0px 8px 0px 8px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	background: #FFF;
}

#kotus_header {
	margin: 0px auto;
	width: 867px;
}

#header {
	margin: 5px 0px 0px 2px;
	width: 862px;
	font-size: 1px;
}

#header #line1 {
	background: #409DD2; 
	height: 2px;
}

#header #logo {
	background: #217AB3;
	height: 24px;
	text-align: center;
	width: 100%;
}

#header #logo img {
	text-align: center;
}

#header #line2 {
	background: #115E94; 
	height: 2px;
}

#header #line3 {
	background: #C9D4DF; 
	height: 2px;
}

#header_space {
	height: 5px;
}

#yla_nav {
	margin: 0px auto;
	margin-bottom: 6px;
	width: 863px;
}

#yla_nav_v {
	float: right;
}

#footer {
	font-size: 10px; 
	color: #BBBBBB;
	text-align: center;
	border-top: 1px dashed #DDDDDD;
	padding-top: 4px;
	padding-bottom: 4px;
}

.footer td {
	font-size: 11px;
}

body#palaute {
	background: #FFF;
	margin-top: 10px;
}


/* Grafiikka */

.dotline_gray {
	border-top: 1px dashed #DDDDDD;
	margin: 8px 0px 8px 0px;
	width: 100%;
	font-size: 1px;
	clear: both;
}

.sepa_gray {
	border-top: 1px solid #C0C0C0;
	margin: 0;
	width: 100%;
	font-size: 1px;
}


/* Laatikot */

.laatikko_l, .laatikko_l2 {
	margin: 0px 0px 0px 2px;
	padding: 0;
	width: 860px;
	min-width: 300px;
	border: 1px solid #B1B1B1;
	background: #EEEEEE;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.laatikko_l3 {
	margin: 0px auto;
	padding: 0;
	width: 570px;
	max-width: 570px;
	border: 1px solid #B1B1B1; 
	background: #EEEEEE;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.laatikko_l h1, .laatikko_l3 h1 {
	margin: 0;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background: #DBDBDB;
/*	background: #DBDBDB url("kuvat/lotsikko_tausta.gif");*/
}

td.laatikko_l_td {
	margin: 0;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background: #DBDBDB;
/*	background: #DBDBDB url("kuvat/lotsikko_tausta.gif");*/
}

.laatikko_s {
	margin: 0px 0px 0px 2px;
	padding: 0;
	width: 860px;
	border: 1px solid #BAAD89;
	background: #EDEADD;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.laatikko_s h1 {
	margin: 0;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background: #E1DCCA;
/*	background: #E1DCCA url("kuvat/otsikko_rusk.gif");*/
}

td.laatikko_s_td {
	margin: 0;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background: #E1DCCA;
/*	background: #E1DCCA url("kuvat/otsikko_rusk.gif");*/
}


.laatikko_sis {
	padding: 3px;
}

.laatikko_l h1 a, .laatikko_s h1 a {
	float: right;
}
/*
.oik {
	float: right;
}
*/

/* Alkusivu */

div#alkusivu {
	margin-top: 100px;
	margin-bottom: 130px;
	font-size: 20px;
	text-align: center;
}

div#alkusivu p.pieni {
	font-size: 14px;	
}

/* Etusivu */

#etusivu_oik {
	float: right;
	width: 230px;
}

#etusivu_vas {
	float: left;
	width: 595px;
}

#etusivu_vas h3, #etusivu_oik h3 {
/*        font-weight: bold;
        font-size: 12px;*/
        margin-top: 4px;
        margin-bottom: 5px;
        font-size: 14px;
/*        color: #99652D;
        border-bottom: 1px dotted #C0C0C0;*/
}

#etusivu_vas h3 a {
	font-size: 12px;
	font-weight: normal;
}

#etusivu_uutinen {
	width: auto;
}

#etusivu_uutiset {
	overflow: auto;
	font-size: 11px;
	width: 585px;
	height: 135px;
	background: #FBFBFB;
	border: 1px solid #D1D1D1;
	float: left;
	padding: 5px;
	margin-bottom: 15px;
}

#etusivu_uutiset h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom: 1px dotted #DDDDDD;
}

#etusivu_uutiset ul {
	margin-left: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-left: 25px;
}

/* Haku */

div.haku { background: #EEEEEE; }

div.haku:hover { background: #E4E4E4; }

/*table.haku {
	width: 100%;
	background: #EEEEEE;
}*/

/*table.haku td { border: 1px solid #000; }

table.haku:hover {
	background: #E4E4E4;
}*/

#haku_kirjaimet {
	margin-top: 4px;
}

/* Tekstit */ 

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

/* Ohjeet */

#ohjeet table {
	width: 100%;
}

#ohjeet table.stat {
	width: 590px;
}

#ohjeet table.stat td.viiva {
	font-size: 1px;
	border-bottom: 1px solid #000;
	height: 1px;
	padding: 0;
	margin: 0;
}

#ohjeet td, #ohjeet th {
	/*background: #E1E1E1;*/
	border: 0;
	vertical-align: top;
}

#ohjeet td h3 {
	margin: 0;
}

#ohjeet td.big {
	font-size: 14px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS","Everson Mono Unicode",sans-serif;
	font-weight: bold;
	width: 25px;
}

#ohjeet td.statspace {
	width: 50px;
}


/* Valikkonapit */

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

ul.valikko li {
	margin: 8px 0;
}

ul.valikko li a {
	display: block;
	width: 215px;
	color: #2A5472;
	background: #C5DAE9;
	border-left: 2px solid #D4E4F0;
	border-top: 2px solid #D4E4F0;
	border-right: 2px solid #80ADCC;
	border-bottom: 2px solid #80ADCC;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

ul.valikko li a:hover {
	background: #B1CEE3;
	border-right: 2px solid #D4E4F0;
	border-bottom: 2px solid #D4E4F0;
	border-left: 2px solid #80ADCC;
	border-top: 2px solid #80ADCC;
	color: #FFF;
	text-decoration: none;
}


input.nappi {
/*	display: block;
	width: 170px;*/
	color: #2A5472;
	background: #C5DAE9;
	border-left: 2px solid #D4E4F0;
	border-top: 2px solid #D4E4F0;
	border-right: 2px solid #80ADCC;
	border-bottom: 2px solid #80ADCC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 3px;
}

input.nappi:hover {
	background: #B1CEE3;
	border-right: 2px solid #D4E4F0;
	border-bottom: 2px solid #D4E4F0;
	border-left: 2px solid #80ADCC;
	border-top: 2px solid #80ADCC;
	color: #FFF;
	text-decoration: none;
}

a.tlinkki {
	color: #2A5472;
	background: #C5DAE9;
	border-left: 1px solid #D4E4F0;
	border-top: 1px solid #D4E4F0;
	border-right: 1px solid #80ADCC;
	border-bottom: 1px solid #80ADCC;
	text-decoration: none;
	padding: 0 3px 0 3px;
	font-size: 12px;
	font-weight: bold;
}

a.tlinkki:hover {
	color: #FFF;
	background: #B1CEE3;
	border-right: 1px solid #D4E4F0;
	border-bottom: 1px solid #D4E4F0;
	border-left: 1px solid #80ADCC;
	border-top: 1px solid #80ADCC;
}

a.klinkki {
	color: #2A5472;
	background: #C5DAE9;
	border-left: 1px solid #D4E4F0;
	border-top: 1px solid #D4E4F0;
	border-right: 1px solid #80ADCC;
	border-bottom: 1px solid #80ADCC;
	text-decoration: none;
	padding: 0 3px 0 3px;
	font-size: 14px;
	font-weight: bold;
}

a.klinkki:hover {
	color: #FFF;
	background: #B1CEE3;
	border-right: 1px solid #D4E4F0;
	border-bottom: 1px solid #D4E4F0;
	border-left: 1px solid #80ADCC;
	border-top: 1px solid #80ADCC;
}


.sivut {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	text-align: center;
}

tr.lsuhderivi {
        background: #EEEEEE;
}

tr.lsuhderivi:hover {
        background: #E4E4E4;
}

tr.ssuhderivi {
        background: #EDEADD;
}

tr.ssuhderivi:hover {
        background: #E7E2CD;
}

/*tr.ssuhderivi td { border: 1px solid #000; }*/

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

ul.bibliolista li {
        margin: 1px;
}

ul.bibliolista li a {
        display: block;
	padding: 2px;
	background: none;
}

ul.bibliolista li a:hover {
	background: #E4E4E4;
}

div#sivunosoite {
	font-size: 11px;
}
