/* CSS Stylesheet for Oskari */

/* -------------- YHTEISET ---------------- */

/* <body> */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
    padding: 0;
}

.oskari1
{
    background-color: #ffffff;
}
.oskari2, .oskari4
{
    background: #0061a1 url(kuvat/bg.jpg) no-repeat center top;
}

.introduction  {
	font-size : x-small;
	line-height: 1.4em;
	font-weight : bold;
	color : #333333;
	margin-top: 2%;
	margin-bottom: 2%;
}


/* Osakasluettelo osakejarjestyksessa */
.otsikko 
{
	font-size : 20px;
	color : #A9B1BB; /*#0084d7;*/
	line-height: normal;
	margin: 0 0 3px 0;
	padding: 0;
}


/* 20 suurinta */
.alaotsikko 
{
	font-family: Arial, Helvetica, Sans-Serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #000000;
}

.table
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	empty-cells: show;
	border-collapse: collapse;
}

.table td
{
	border-right: solid 1px #ffffff;
	line-height: 1.1em;
	font-weight : normal;
	padding: 0 5px 0 5px;
}

.table a
{
}

/* sisakkaiset taulut (poistetaan solujen reunat) */
.table .table td { border: none;}

/* <td> valiviiva esim. luettelon otsikon ja teksitn valiin */
.viiva_yla
{
	display: none;
}
.viiva_ala
{
	display: none;
}

/* <tr> luetteloiden otsikkorivi (selitteet) */
.luettelo-otsikko td, .luettelo-otsikko th
{
	background-color: #c6dff7;
	font-family: Arial, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	height: 23px;
	text-align: left;
	vertical-align: middle;
}

.luettelo-otsikko .numero
{
	white-space: normal;
}

.luettelo-valiotsikko td
{
	background-color: #c6dff7;
	font-family: Arial, Sans-Serif;
	font-size : 12px;
	font-weight : normal;
	text-transform: uppercase;
	color : #000000;
	height: 23px;
	text-align: left;
}

/* <tr> luetteloiden yhteenvetorivi */
.luettelo-yhteenveto td
{
	background-color: #c6dff7;
	font-family: Arial, Sans-Serif;
	font-size : 12px;
	font-weight : normal;
	text-transform: uppercase;
	color : #000000;
	height: 23px;
	text-align: left;
}

/* <tr> luettelorivi */
.item1
{

}

.item1 td 
{
	background-color: #ffffff;
	height: 27px;
	font-size: 12px;
}

/* <tr> jokatoinen luettelorivi */
.item2 
{

}

.item2 td 
{
	background-color: #e0e0e0;
	height: 23px;
	font-size: 12px;
}

/* <td> numerot */
.numero
{
	font-size : 12px;
	text-align: right !important;
	white-space: nowrap;
	color: #000000;
}

/* <td> prosenttimuotoiset numerot */
.prosentti
{
	font-size : 12px;
	text-align: right !important;
	white-space: nowrap;
	color: #000000;
}

/* <td> tekstit */
.teksti
{
	font-size : 12px;
	color : #000000;
}

.H1, H1 {
	font-size : 150%;
	line-height: 1.2;
	font-weight: normal;
	color : #003378;
	margin: 1em 0 0 0;
	padding: 0;
}
.H2, H2 {
	font-size : 130%;
	line-height: 1.2;
	font-weight: normal;
	color : #003378;
	margin: 1em 0 0 0;
	padding: 0;
}
.H3, H3 {
	font-size : x-small;
	line-height: 1.2;
	font-weight: bold;
	color : #003378;
	margin: 1em 0 0 0;
	padding: 0;
}
P {
	font-size : small;
	line-height: 1.4em;
	color : #000000;
}

/* <a> */
a
{
    color: #0084d7;
}

a:link
{
}

a:visited
{	
}

a:active
{
}

a:hover
{
}

a:visited:hover
{
}

OL {
	
	font-size : x-small;
	line-height: 1.4em;
	font-weight : normal;
	color : #000000;
	list-style-type : decimal;
	margin-left: 70px; 
	margin-right: 15px
}

UL {
	
	font-size : x-small;
	line-height: 1.4em;
	font-weight : normal;
	color : #000000;
	list-style-type : circle;
	margin-left: 70px; 
	margin-right: 15px
}

/* <span> virheen väri */
.virhe
{
	color: #ff000c;
}

/* "paivitetty viimeksi... */
.paivitysInfo td
{
	font-weight: normal;
	padding-top: 5px;
	background-color: #ffffff;
	width: 100%;
	white-space: nowrap;
}


SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

img {}

/* ------------------ Kehyksen asetukset ----------------- */

.kehys
{
    border: none;
}

.noPadding
{
    padding: 0px !important;
}

.sarakeAsettelu 
{
    background-color: transparent;
    border: none; 
    border-collapse: collapse; 
    margin: 0 auto; 
    padding: 0;
    width: 980px;
}
#RowKeski
{
    background-color: #ffffff;
}

.taulukkoAsettelu 
{
    background-color: #ffffff;
    border: none; 
    border-collapse: collapse; 
    margin: 0; 
    padding: 0;
}

.alue {}
.yla 
{
	background-color: transparent;
    margin: 0;
    width: 980px;
}
.vasen, .vasen1 
{
    width: 250px; 
    margin: 0;
	background-image: url(/kuvat/left_nav_faded_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF; 
	font-weight: normal;
}
.keski 
{
    margin: 0;
    width: 800px;
}
.keski table { padding-bottom: 5px; }
.keski table table { padding-bottom: 0px; }
.oikea 
{
    width: 0;
    margin: 0;
}
.oikea table { padding-bottom: 5px; }
.oikea table table { padding-bottom: 0px; }
.oikea1
{
    margin: 0 0 0 10px;
    width: 720px;
}
.ala { width: 980px; }

/* ------------------ TOP.ASPX ----------------- */

.ylakehys_body
{
	background-color: #ffffff;
	font-family: Tahoma;
}

.iso_otsikko
{
	visibility: hidden;
	color: #006699;	
	font-size: 200%;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 2px;
}

/* <div> vasemman ylakulman kuva */
.logo 
{
    position: absolute;
    top: 0px;
    left: 0px;
	width: 105px;
	height: 75px;
    margin: 4px 4px 4px 15px;
    border: none;
	background-image: url("kuvat/logo.gif");
}

/* <div> yläreunaan tuleva kuva */
.kuva2 
{ 
}

/* ------------------ VALIKKO.ASPX ----------------- */

.valikko_body
{
	background-color: white;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	padding-left: 4px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}

/* valikko ilman linkkiä */
.valikko0
{ 
	color: #003378;
	MARGIN-LEFT: 10px;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
}

/* valikko */
.valikko1 
{ 
	color: #006699;
	MARGIN-LEFT: 10px;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
	cursor: pointer;
}

/* sisennetty valikko */
.valikko2
{ 
	color: #006699;
	MARGIN-LEFT: 20px;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
	cursor: pointer;
}

/* valikon linkki */
.valikkoLinkki
{
	color: #000000;
}

/* ------------------ INDEX.ASPX ----------------- */

/* <frame> freimien reunat */
.frameborderTop
{
	border-bottom: solid 1px #0078bc; /* #e78500; */
}

.frameborder
{	
	border: solid 0px #ffffff;
}

/* ------------------ PERUSTIEDOT.ASPX ----------------- */

/* <div> perustiedot lomakkeelle tuleva kuva */
.kuva1
{ 
}

.perustiedot table { width: 100%; }

/* ------------------ ILMOITUSVELVOLLISET.ASPX ----------------- */

/* yläreunan sitemap */
.sitemap
{
	width: 100%;
	color: #000000;
	font-weight: bold;
	margin: 0 0 2px 0;
	background-color: #c6dff7;
	font-size: 13px;
}

.sitemap div 
{
	padding: 2px 4px;
}

.sitemap a
{
	font-size: 13px;
	text-decoration: none;
}

.sitemap a:link
{ 
	color: #000000;
}
.sitemap a:active
{ 
	color: #000000;
}
.sitemap a:visited
{ 
	color: #000000;
}
.sitemap a:hover
{ 
	color: #000000 !important;
	text-decoration: underline;
}

/* haku */
.ilmoitusvelvolliset 
{
    padding-right: 20px;
}
.ilmoitusvelvolliset div
{
	/* padding: 2px 4px; */
}
.ilmoitusvelvolliset .paattyneet, .ilmoitusvelvolliset .paattyneet div
{
    padding: 0;
}

.ilmoitusvelvolliset td 
{
    padding: 2px 4px;
}
.ilmoitusvelvolliset td td
{
    height: auto;
    padding: 0 10px 0 0;
}

/* ------------------ OSAKASSUURUUSTILASTO.ASPX ------- */

/* osakassuuruustilaston rajojen vasen sarake */
.osuuruus_alaraja
{ 
	text-align: right;
	white-space: nowrap;
}

/* osakassuuruustilaston rajojen oikea sarake */
.osuuruus_ylaraja
{ 
	text-align: left;
	white-space: nowrap;
}

/* ------------------ UUTISET.ASPX ------- */

/* kuvan kehys */
.uutiskuva
{
	border-style: solid;
	border-width: 1px;
	border-color: #444444;
}

/* ------------------ YKOKOUS_ILMO.ASPX ------- */

.tekstikentta { width: 97%; }

.ykokous_ilmo
{
	width: 740px;
}

.ykokous_ilmo td, .ykokous_ilmo input, .ykokous_ilmo textarea
{
	font-size: 12px;
}


/* -----------<asp:Menu> -tyyli --------------*/

/*LANDSCAPE*/

.MenuOrientationLandscape
{
	font-family: Arial;
	background-color: #ffffff;
	font-size: 12px;
}

div.MenuOrientationLandscape > a
{
	display: none; 
}

.MenuOrientationLandscape .StaticMenuStyle td
{
	width: 0 !important; 
	background-color: #0084d7;
}

/* default */
.MenuOrientationLandscape .StaticMenuStyle table.StaticMenuItemStyle td
{
	padding: 5px 15px 5px 15px;
	text-align: center;
}

.MenuOrientationLandscape .StaticMenuStyle a.StaticMenuItemStyle
{
	color: #ffffff;
	font-weight: bold;
}

/* selected */
.MenuOrientationLandscape .StaticMenuStyle table.StaticSelectedStyle td
{
	background-color: #ffffff;
}

.MenuOrientationLandscape .StaticMenuStyle a.StaticSelectedStyle
{
	color: #0084d7;
}

/* hover */
.MenuOrientationLandscape .StaticMenuStyle table.StaticHoverStyle td
{
	background-color: #ffffff;
}

.MenuOrientationLandscape .StaticMenuStyle a.StaticHoverStyle
{
	color: #0084d7;
}


/* PORTRAIT */

.MenuOrientationPortrait
{
	margin: 10px 0 40px 10px;
}

.MenuOrientationPortrait a
{
	color: #000000;
}

.MenuOrientationPortrait a:hover
{
	color: #0084D7;
}

.MenuOrientationPortrait .StaticMenuItemStyle
{
	margin: 3px 0 0 0;
	padding: 0 0 3px 0;
	font-size: 12px;
	border-bottom: dotted 1px #000000;
}

.MenuOrientationPortrait .StaticMenuStyle .StaticMenuStyle .StaticMenuItemStyle
{
	font-size: 12px;
}

.MenuOrientationPortrait .StaticSelectedStyle
{
	font-weight: bold;
	color: #0084D7;
}

.MenuOrientationPortrait .StaticSelectedStyle:hover
{
}

/*
.MenuOrientationLandscape
.MenuOrientationPortrait 
.StaticMenuStyle
.StaticMenuItemStyle
.StaticHoverStyle
.StaticSelectedStyle
*/

/* <table> ilmestyneen menun ymparilla */
.DynamicMenuStyle 
{
}

.DynamicSelectedStyle 
{
}


/* ImageMap */

.verticalCssClass 
{
	background-image: url(kuvat/transparent_blue.png);
}

.horizontalCssClass 
{
	background-image: url(kuvat/transparent_blue.png);
}

.tooltipCssClass 
{
	background-color: #00beea;
	border: none 1px #ffffff;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
}

.InnoImageMap_Loader, .loading, iframe
{
	background-image: url(kuvat/ajax-loader_indicator_blue.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.progressImage {
    position: static; 
    bottom: 60%; 
    right: 50%;
}

.mvalta_rivi td
{
	line-height: 1.4em !important;
}
