@charset "ISO-8859-1" ;

/*
 * Perusvärit:
 * valkoinen                    #ffffff 
 * tummansininen (navy)         #000080
 * indigo                       #4b0082
 *
 * Spesiaalivärit:
 * tumman sinivihreä            #1d7791 (RGB=29/119/145)
 * keskitumma sinivihreä        #84b8c6 (RGB=132/184/198)
 * vaalea sinivihreä            #e6f1f4 (RGB=230/241/244)
 */

/* PERUSMÄÄRITYKSET */

body {
	background-color: #ffffff;
	color: #000080;	
	font-family: Verdana, Arial, "Times New Roman", sans-serif, serif;
	font-size: 11px;
	margin: 0px 20px 0px 20px;
	text-align: center;
}

a 						{ text-decoration: none; }
a:link 				{ color: #000080; }
a:hover 			{ font-weight: normal; text-decoration: none; }
a:active 			{ color: #000080; }
a:visited 		{ color: #000080; }

h1 { 
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 0px; 
}
h2 { 
	font-size: 12px; 
	font-weight: bold;
	margin: 15px 0px 5px 0px; 
}
h3 { 
	font-size: 11px; 
	font-weight: bold;
	margin: 15px 0px 5px 0px; 
}
p { 
	font-size: 11px; 
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}

img { 
	border: none; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

input {
	color: #000000;
	font-family: Verdana, Arial, "Times New Roman", sans-serif, serif;
	font-size: 11px;
}

pre {
	font-size: 11px;
	margin: 5px 10px 10px 10px;
}

textarea {
	color: #000000;
	font-family: Verdana, Arial, "Times New Roman", sans-serif, serif;
	font-size: 11px;
	vertical-align: top;
}

table	{ 
	border: none;
	border-collapse: collapse;
  border-spacing: 0px;
	empty-cells: show;
	font-family: Verdana, Arial, "Times New Roman", sans-serif, serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px; 
	width: 100%; 
}
td {
	margin: 0px;
	padding: 0px;
}

/* SIVUALUE */
#container {
	background-color: #ffffff;
	border: 2px solid #1D7791; 
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	width: 850px;
	}

/* YLÄTUNNISTE */
table.header {
	background-color: #84b8c6;	
	height: 97px;
}		

/* ALATUNNISTE */
table.footer { 
	background-color: #84b8c6; 
	border-top: solid #1D7791 1px;
	height: 20px;
	padding: 0px;
}		
table.footer td { 
	padding: 0px 5px 0px 5px;
}		

/* SISÄLTÖ */ 
table.main { 
	background-color: #ffffff; 
	border: none; 
	font-family: Verdana, Arial, "Times New Roman", sans-serif, serif;
	font-size: 11px;
	height: 400px;
}
table.main td	{ 
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}

/* VASEN NAVI */
td.left {
	background-color: #e6f1f4; 
	border-right: 2px #84b8c6 solid;
	color: #000080;
	width: 150px; 
}
td.left ul {
	padding-left: 0px;
	margin: 5px 5px 10px 10px;
	}
td.left li {
	line-height: 125%;
	margin-top: 5px;
	list-style-type: none;
	}
#etusivu .valittu {
	font-weight: bold;
	color: #000080;
	letter-spacing: 2px;
}
#etusivu a:link, 
#etusivu a:active,
#etusivu  a:visited { color: #1d7791; }
#etusivu  a:hover 	{ font-weight: bold; text-decoration: underline; }
td.left a:link, 
td.left a:active,
td.left a:visited { color: #1d7791; }
td.left a:hover 	{ font-weight: normal; text-decoration: underline; }
td.left .valittu {
	font-weight: bold;
	color: #1d7791;
}

/* OIKEA NAVI */
td.right {
	background-color: #e6f1f4; 
	border-left: 2px #84b8c6 solid;
	color: #4b0082;
	padding: 0px;
	width: 150px; 
}
td.right ul {
	padding-left: 0px;
	margin: 5px 5px 10px 15px;
	}
td.right li {
	line-height: 125%;
	margin-top: 5px;
	list-style-type: none;
	}
td.right a:link, 
td.right a:active,
td.right a:visited { color: #1d7791; }
td.right a:hover 	{ font-weight: normal; text-decoration: underline; }

td.right td.mainos {
	padding: 14px 5px 2px 0px; 
}

td.right p {
	font-family: Verdana, Arial, "Times New Roman", sans-serif, serif;
  font-size: 9px;
  line-height: 1.4em;
	margin: 2px 0px 0px 0px; 
}

/* TIETOALUE */
table.content	{ 
	border: none; 
	background-color: #ffffff; 
	font-family: Verdana, Arial, "Times New Roman", sans-serif, serif;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	width: 500px; 
}

table.content a:link, 
table.content a:active,
table.content a:visited { color: #1d7791; }
table.content a:hover 	{ font-weight: normal; text-decoration: underline; }

table.content table {
	border-collapse: collapse;
	color: #000080;
	font-size: 11px; 
	text-align: left; 
	vertical-align: top; 
}
table.content th { 
	border-top: 1px solid #84b8c6; 
	color: #000080;
	font-size: 11px; 
	padding: 15px 0px 5px 0px; 
	text-align: left; 
	vertical-align: top; 
}
table.content th.eka { 
	border-top: none;
	padding-top: 14px; 
}
table.content th.viim { 
	padding-top: 0px; 
}
table.content td { 
	padding: 2px 0px 5px 0px; 
	vertical-align: top; 
}

table.content ul {
	line-height: 1.4em;
	list-style-type: disc;
	margin: 5px 15px 5px 15px;
	padding: 0px;
}

table.content ol {
	line-height: 1.4em;
	list-style-type: decimal;
	margin: 5px 15px 10px 20px;
	padding: 0px;
}

table.content li {
	color: #000080;
	margin: 0px 5px 5px 5px;
	padding: 0px;
}
table.content li.uutinen {
	margin-bottom: 15px;
}

.special	{ 
	line-height: 1.5em; 
}

table.t01 {
	width: 220px;
}
table.t01 td {
	padding-bottom: 0px;
	padding-top: 0px;
}

table.t02 {
	width: 490px;
}
table.t02 th { 
	border-top: 1px solid #e6f1f4; 
}
table.t02 td.eka {
	width: 180px;
}

table.kirjasto {
	width: 490px;
}
table.kirjasto th {
	background-color: #e6f1f4;
	border: none;
	font-size: 10px;
	font-weight: bold;
	padding: 5px; 
	text-align: left; 
	vertical-align: top; 
}
table.kirjasto td {
	border: 1px solid #e6f1f4;
	font-size: 10px; 
	padding: 7px 5px 7px 5px; 
	text-align: left; 
	vertical-align: top; 
}

table.kalenteri {
	border-bottom: 1px solid #e6f1f4;
	margin: 5px;
	width: 490px;
}
table.kalenteri th {
	background-color: #e6f1f4;
	border: none;
	font-size: 10px;
	font-weight: bold;
	padding: 5px; 
	text-align: left; 
	vertical-align: top; 
}
table.kalenteri td {
	border: 1px solid #e6f1f4;
	font-size: 10px; 
	padding: 7px 5px 7px 5px; 
	text-align: left; 
	vertical-align: top; 
}
table.kalenteri td.s1 {
	white-space: nowrap;
}

.toright	{ 
	color: #000080; 
	font-family: Verdana, Arial, "Times New Roman", sans-serif, serif;
	font-size: 9px;
	text-align: right;
}

.copyright	{ 
	color: #000080; 
	font-family: Verdana, Arial, "Times New Roman", sans-serif, serif;
	font-size: 9px;
	font-weight: bold; 
	letter-spacing: 1px; 
}

#logo {
	border: none;
	float: right;
	margin: 0px;
	padding: 10px 0px 5px 10px;
}
