/* Globaalit tyylit
------------------------------------------------------------------*/


/* Resetoidaan marginaalit */
* {
	padding:0;
	margin:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 100.01%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #FFFFFF;
	line-height: 1.3em;
	margin: 0px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #e98f00;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 30px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #FFCC00;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(kuvat/oranssi_liuku.gif);
	background-repeat: repeat-x;
	height: 18px;
	margin-bottom: 7px;
}

h4 {
	margin-bottom: 0px;
	margin-top: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #e98f00;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #203d73;
	text-transform: uppercase;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	margin-bottom: 12px;
	margin-top: 4px;
	font-weight: normal;
	letter-spacing: 1px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #e98f00;
	line-height: 2.6em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

a {
	outline: none;
}

p {
	margin-bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

option { /* Alasvetovalikon nuolen formatointi */
	padding-right: 10px;
	padding-left: 7px;	
}

input:focus, textarea:focus, select:focus {
	background-color: #FFFFFF;
	color: #000000;
}

.noscreen {
	display:none;
}

img {
	border:none;
}

hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	text-align: left;
}


/* DIVit
------------------------------------------------------------------*/
 
#header {
	margin-bottom: 25px;
	background-image: url(kuvat/header_liuku.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 78px;
} 

#logo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
 
#base {
	background-color: #FFFFFF;
	font-size: 0.8em;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: auto;
	line-height: 1.6em;
} 

#sisalto {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 4px;
} 

#etusivumessut {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	padding-top: 3px;
	margin-left: 10px;
}

#etusivulinkki {
	text-align: right;
	width: auto;
	margin-top: 15px;
}

#etusivulista {
	padding-left: 25px;
	margin-top: 17px;
	margin-bottom: 17px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#etusivulista ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#etusivulista li {
	background-image: url(kuvat/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 1.4em;
	padding-bottom: 0.1em;
}

#sisaltorivi1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 50px;
	line-height: 1.4em;
} 

#sisaltorivi2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #DD0000;
	line-height: 1.5em;
	font-weight: bold;
	margin-right: 22px;
	margin-left: 22px;
	margin-top: 17px;
} 

#sisaltorivi3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: bold;
	margin-right: 22px;
	margin-left: 22px;
	margin-top: 23px;
	padding: 17px;
	background-color: #9C9C9C;
	background-image: url(kuvat/liuku_harmaa.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer {
	text-align: left;
	color: #999999;
	padding-left: 10px;
	font-size: 0.9em;
	background-image: url(kuvat/alalogot.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 45px;
}


/* Vertikaalin menun tyylit
------------------------------------------------------------------*/

#menukuoret { /* Päälinkit */
	float: right;
	width: 656px;
	height: 37px;
	margin-top: 41px;
	text-align: right;
}

#menu1 {
	display:table;
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap;
	font-size: 0.9em;		
}
  
#menu1 li {
	  display:table-cell;
}

#menu1 a {
	width:auto;
	display:block;
	color:#c8cdd6;
	text-decoration:none;
	background-image: url(kuvat/menu_tausta1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}

#menu1 a:hover {
	color:#001949;
	background-color: #FFFFFF;
	background-image: url(kuvat/menu_tausta2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menu1 a.valittu {
	color:#001949;
	background-color: #FFFFFF;
	background-image: url(kuvat/menu_tausta2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.container {
	clear:both; text-decoration:none;
}


/* Muut
------------------------------------------------------------------*/

td.tdetusivu1 {
	width: 235px;
	background-color: #c3ccdb;
	padding-left: 25px;
	padding-bottom: 20px;
}

td.tdetusivu2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

td.tdetusivu3 {
	height: auto;
	width: 247px;
	padding-bottom: 8px;
	padding-left: 15px;
}

td.tdetusivu4 {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}

td.tdetusivu5 {
	padding-bottom: 12px;
	padding-left: 16px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 13px;
	line-height: 1.4em;
}

.kuvitus {
	padding-left: 30px;
	padding-bottom: 40px;
	float: right;
}

.otsikko1 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #333333;
}

.otsikko2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #7D7D7D;
}

.otsikko3 { /* Harmaa otsikko messujen otsikoissa */
	color: #999999;
}

.otsikko4 { /* Harmaa otsikko messujen alapuolella */
	color: #666666;
	font-weight: normal;
	margin-bottom: 16px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.otsikko5 { /* Tekstin seassa olevat isot oranssit otsikot */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #e98f00;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 33px;
}

.otsikko6 { /* "kaikki maat" -maaotsikko */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #24385C;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 28px;
}

.otsikko7 { /* etusivun "ajankohtaista"-otsikot */
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 20px;
	color: #e98f00;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 33px;
}

.otsikko8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #24385C;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

td.tdmessuinfo {
	padding-right: 19px;
	padding-left: 22px;
}

td.tdoikeatlinkit {
	width: 213px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

td.tdoikeatlinkit2 {
	width: 647px;
	padding-right: 20px;
}

td.tdmaatlooper1 { /* Kaikki maat looperin solu */
	padding-right: 20px;
}

.gemena {
	text-transform: lowercase;
}

.huomio1 { /* Etusivulle huomioteksti (tulevia suurmessuja) */
	color: #0033CC;
	font-weight: bold;
}



/* Taulujen tyylit
------------------------------------------------------------------*/

table.tabledata1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b4bac3;
	border-bottom-color: #b4bac3;
	border-left-color: #b4bac3;
	margin-bottom: 20px;
}

table.tabledata1 th {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #6F86AB;
	background-image: url(kuvat/taulu_tausta1.gif);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4f6d9a;
	border-bottom-color: #395683;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c6d1e4;
	padding-right: 0px;
	padding-left: 7px;
}

table.tabledata1 td {
	color: #4f6b72;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #b4bac3;
	border-bottom-color: #b4bac3;
}

table.tabledata2 {
	background-color: #e7ecf7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b4bac3;
	border-right-color: #b4bac3;
	border-bottom-color: #b4bac3;
	border-left-color: #b4bac3;
}

table.tabledata2 th {
	color: #dbe7f2;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #6F86AB;
	background-image: url(kuvat/taulu_tausta1.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4f6d9a;
	border-bottom-color: #395683;
	padding-right: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c6d1e4;
}

table.tabledata2 td {
	color: #4f6b72;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.3em;
}

table.tabledata2 p {
	margin-bottom: 6px;
	line-height: 1.3em;
}

/* Linkkityylejä
------------------------------------------------------------------*/

td.tdmenu a:link, td.tdmenu a:visited, td.tdfooter2 a:link, td.tdfooter2 a:visited {
	color:#FDFDFD;
	text-decoration: none;
	font-weight: bold;
}

td.tdmenu a:hover, td.tdfooter2 a:hover {
	color:#f4771f;
	text-decoration: none;
	font-weight: bold;
}

#etusivumessut a:link, #etusivumessut a:visited, td.tdetusivu4 a:link, td.tdetusivu4 a:visited, td.tdetusivu5 a:link, td.tdetusivu5 a:visited {
	margin-bottom: 0px;
	margin-top: 1px;
	font-size: 1em;
	color: #e98f00;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}

#etusivumessut a:hover, td.tdetusivu4 a:hover, td.tdetusivu5 a:hover {
	color: #e98f00;
	text-decoration: none;
}

p a:link, p a:visited { /* Oranssi linkki */
	font-size: 1em;
	color: #e98f00;
	text-decoration: underline;
}

p a:hover {
	color: #e98f00;
	text-decoration: none;
}

.KT_tngtable th a:link, .KT_tngtable th a:visited { /* Datataulujen linkkityylit - valkoinen */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: underline;
}

.KT_tngtable th a:hover {  /* Datataulujen linkkityylit - valkoinen */
	color: #FFFFFF;
	text-decoration: none;
}

.KT_tngtable a:link, .KT_tngtable a:visited, table.tabledata1 tbody a:link, table.tabledata1 tbody a:visited, td.tdmaatlooper1 a:link, td.tdmaatlooper1 a:visited { /* Datataulujen linkkityylit - sininen */
	font-family: Arial, Helvetica, sans-serif;
	color: #185298;
	text-decoration: underline;
}

.KT_tngtable a:hover, table.tabledata1 tbody a:hover, td.tdmaatlooper1 a:hover {  /* Datataulujen linkkityylit - sininen */
	text-decoration: none;
}

#footer a:link, #footer a:visited { /* Footerin harmaa linkki */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

