/* Tagien oletustyylit */
/***********************/

* {
	margin: 0;
	padding: 0;
}

html, body {	
	height: 100%;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	background: #e5e5e5 url(images/tausta.gif) repeat-x;
}

a {
	text-decoration: none;
	color: #0073e6;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

ul {
	padding-left: 40px;
	margin: 16px 0px 30px 0px;
}

td {
	vertical-align: top;
}

li {
	font-size: 13px;
}

li p {
	margin-bottom: 0;
}

h1 {
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 21px;
	color: #646d79;
}

h2 {
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #494949;
}

h3 {
	font-size: 14px;
	margin-bottom: 14px;
	color: #000000;
}

p {
	margin-bottom: 13px;
	font-size: 13px;
}

/* container elementtien määrittelyt */
/****************************/

#outerContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

#topContainer {
	width: 100%;
	height: 21px;
	position: relative;
}

#middleContainer {
	width: 100%;
	height: auto;
	position: relative;
}

#bottomContainer {
	width: 100%;
	height: 35px;
	position: fixed;
	bottom: 0px;
	background: #4e8abe;
}

div.floatContainer {
	position: relative;
}

div.floatContainer div.left {
	float: left;
	width: 440px;
}

div.floatContainer div.right {
	float: right;
	width: 240px;
	background: white;
}

/* headerin määrittelyt */
/****************************/

#topBar {
	width: 970px;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 970px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	left: 28px;
}

#yhteystiedot {
	position: absolute;
	top: 28px;
	left: 300px;
	color: #4e4e4e;
	font-size: 11px;
}

#etusivu_navi {
	position: absolute;
	top: 0px;
	left: 866px;
}

#etusivu_navi td {
	padding: 3px 0px 3px 15px;
	background: url(images/nuoli.gif) no-repeat 5px 8px;
}

#etusivu_navi a {
	font-weight: bold;
	font-family: Verdana, arial;
	font-size: 11px;
	color: #646d79;
}

#header_navi {
	position: absolute;
	top: 20px;
	left: 540px;
	width: 410px;
}

#header_navi table {
	width: 100%;
}

#header_navi td {
	border-bottom: 1px solid #c4c4c4;
	padding: 3px 0px 3px 15px;
	background: url(images/nuoli.gif) no-repeat 5px 8px;
}

#header_navi a {
	font-weight: bold;
	font-family: Verdana, arial;
	font-size: 11px;
	color: #646d79;
}

/* navigaation määrittelyt */
/***************************/ 

#navigation {
	position: absolute;
	width: 235px;
	top: 12px;
	left: 12px;
	background: white;
}

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

ul.nav li.title {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #6c8bbe;
	padding-top: 15px;	
	padding-bottom: 0px;	
	padding-left: 33px; 
	height: 20px;
	border-bottom: 1px solid black;
	background: url(images/nuoli_iso.jpg) no-repeat 8px 12px;
	text-transform: uppercase;
}

ul.nav li.basic p {
	font-family: Verdana, arial;
	font-size: 11px;
	color: #636364;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 0;
}

ul.nav li.basic a  {
	display: block;
	font-weight: bold;
	font-family: Verdana, arial;
	font-size: 11px;
	color: #646d79;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom: 1px solid #c4c4c4;
	background: url(images/nuoli.jpg) no-repeat 10px 6px;
}

ul.nav li.basic a:hover  {
	background: #6c8bbe url(images/nuoli_hover.jpg) no-repeat 10px 7px;
	text-decoration: none;
	color: white;
}

ul.nav li.selected a  {
	background: #6c8bbe url(images/nuoli_hover.jpg) no-repeat 10px 6px;
	color: white;
}

ul.nav li.selected a:hover  {
	background: #6c8bbe url(images/nuoli_hover.jpg) no-repeat 10px 6px;
	color: white;
}

ul.nav li.no-border {
	border: 0;
}

ul.nav li.newstitle {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul.nav li.newstitle p.pvm {
	font-family: Verdana, arial;
	font-size: 11px;
	color: #646d79;
}

ul.nav li.newstitle p.title {
	font-family: Verdana, arial;
	font-size: 12px;
	color: #6c8bbe;
	font-weight: bold;
	margin-bottom: 12px;
}

ul.nav li.newstitle p.short {
	font-family: Verdana, arial;
	font-size: 11px;
	color: #646d79;
	margin-bottom: 12px;
}

ul.nav li.newstitle a  {
	font-family: Verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #646d79;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background: url(images/nuoli.jpg) no-repeat 0px 6px;
}

/* sisällön määrittelyt */
/****************************/

#content {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#page {
	width: 710px;
	margin-left: 260px;
	padding-top: 20px;
	padding-bottom: 35px;
	min-height: 340px;
}

#sisallysluettelo {
	width: 100%;
	background: white;
}

#tableContainer {
	width: 100%;
	position: relative;
}

#tableContainer table {
	width: 100%;
}

#tableContainer th {
	background: white;
	text-align: left;
	font-size: 11px;
	padding: 5px 3px 5px 10px;
	color: #646d79;
}

#tableContainer th.subheader {
	background: transparent;
	text-align: left;
	font-size: 13px;
	padding: 15px 3px 5px 10px;
	color: black;
	border-bottom: 2px solid black;
}

#tableContainer td {
	text-align: left;
	font-size: 11px;
	padding: 10px 0 3px 10px;
	border-bottom: 1px solid #b2b2b2;
}

#tableContainer td.jalleenmyyja_td {
	text-align: left;
	font-size: 11px;
	padding: 0px 0 3px 10px;
	border-bottom: 0;
}

/* footerin määrittelyt */
/****************************/

#footer {
	width: 970px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding: 10px 0 0 10px;
}

#footer p {
	color: white;
	margin: 0;
	font-size: 11px;
}

#footer img {
	margin: 0px 13px;
}

#heinakuu {
	position: absolute;
	right: 10px;
	top: 10px;
}

#heinakuu a {
	color: #000;
	font-size: 11px;
}

/* luokka määrittelyt */
/****************************/

.hr {
	height: 1px;
	display: block;
	background: #b2b2b2;
}

.bold {
	font-weight: bold;
}

.error_msg {
	height:16px;
	font-size: 11px;
	color: red;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 4px;
	background: url(images/exclamation.png) left 3px no-repeat;
	margin-top: 4px;
}

.middle {
	vertical-align: middle;
}

.smalltext {
	font-weight: normal;
	font-size: 11px;
}

.nosto h2 {
	font-family: Tahoma,Arial,Verdana;
	font-weight: bold;
	font-size: 15px;
	color: black;
	margin-bottom: 13px;
}

.nosto p {
	font-family: Tahoma,Arial,Verdana;
	font-weight: normal;
	font-size: 11px;
}

.nosto a {
	font-family: Tahoma,Arial,Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #646d79;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background: url(images/nuoli.jpg) no-repeat 0px 6px;
}

.hrule {
	height: 1px;
	background: #b2b2b2;
	width: 100%;
	margin: 10px 0px;
}

.ladattavat-tiedostot-taulu {
	width: 100%;
}

.ladattavat-tiedostot-taulu td {
	text-align: center;
}

/* Selaimen tunnitukseen    */
/* liittyvät määritykset    */
/****************************/

#browser_notice {
	width: 100%;
	padding: 5px 0px;
	border: 1px solid #cecece;
	background: #d9ffb7;
}

#browser_notice span.message {
	padding: 0px 10px;
	font-size: 11px;
}

#browser_notice  img {
	vertical-align: middle;
	margin-left: 10px;
}

#browser_notice  #notice_close {
	position: absolute;
	right: 5px;
	top: 5px;
}