/* Matkakuvasivujen tyylimäärittelyt, Teppo Vuori, 27.04.2003, 19.07.2008. */

/* Yleiset määrittelyt: Valkoinen lihavoitu teksti,
   tummanharmaa tausta. */
.BODY, .BODY A {
	background-color: #666;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	}
/* Kaikki tekstilinkit alleviivataan. */
A {
	text-decoration: underline;
	}
/* Korostus: Keltainen lihavoitu teksti, punainen tausta, musta kehys. */
.EMPHASIS {
	background-color: red;
	border: 2px ridge black;
	color: yellow;
	font-family: Arial, sans-serif;
	font-weight: bold;
	}
/* Kuvat: Kapea musta kehys. */
.IMG {
	border: 1px solid black;
	}

/* Määrittelyt useimmille taulukoiduille teksteille:
   Musta teksti, vaaleanharmaa tausta, musta kehys. */
.TABLE, .TABLE TD {
	background-color: #CCC;
	border: 1px solid black;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	}
.TABLE TH {
	background-color: #CCC;
	border: 1px solid black;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	}
.TABLE A {
	background-color: #CCC;
	border: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: normal;
	}

/* Erilliset määrittelyt eräille taulukoiduille teksteille:
   Valkoinen lihavoitu teksti, tummanharmaa tausta, valkoinen kehys */
.TABLE-S, .TABLE-S TH, .TABLE-S TD {
	background-color: #666;
	border: 1px solid white;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	}

/* Erillismääritykset eräiden taulukkoelementtien kohdistukseen. */
TR.CEN TH, TR.CEN TD, .CEN, DIV.CEN, TABLE.TABLE TD.CEN, TABLE.TABLE TH.CEN,
TABLE.TABLE-H TD.CEN , TABLE.TABLE-S TD.CEN {
	text-align: center;
}
TR.CEN TD.LEF, .LEF {
	text-align: left;
}
TABLE.TABLE TD.RIG, TABLE.TABLE-H TD.RIG {
	text-align: right;
}

/* Erilliset määrittelyt risteilyjen päiväohjelma- ja ruokalistavalikolle:
   Valkoinen lihavoitu teksti, tummanharmaa tausta, ei kehystä. */
.TABLE-H, .TABLE-H TH, .TABLE-H TD {
	background-color: #666;
	border: 0;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	}

/* Erilliset määrittelyt yksittäisille kuville ja niiden teksteille:
   Musta teksti, vaaleanharmaa tausta, ei kehystä. */
.D-CELL {
	text-align: center;
	vertical-align: top;
	}
.PICTURE {
	border: 0;
	}
.CAP-FRAME {
	margin-left: auto;
	margin-right: auto;
	}
.CAPTION, .CAPTION A {
	background-color: #CCC;
	border: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	}

/* Määritykset palkille, joka osoittaa matkan kuvien läpikäynnin edistymistä. */
.LBAR {
	background-color: white;
	}
.RBAR {
	background-color: black;
	}

/* TooTip-tekstien väri. */
.TIP {
	color: blue;
	}

