BODY {
	background: #E7E7E7;
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-serif;
	font-size: 10pt;
	color: #3A3A3A;
}

P {
	font-family: Arial, Sans-serif;
	font-size: 9pt;
	color: #3A3A3A;
	line-height: 1.25em;
}

TD {
	vertical-align: top;
	font-family: Arial, Sans-serif;
	font-size: 9pt;
	color: #3A3A3A;
	line-height: 1.25em;
}

/* Päätaulukko (koko sisältö) */
TABLE.main {
	width: 840px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;	
}

		TD.main_vasen {
			width: 10px;
			background-image: url('../img/layout/varjo_vasen.gif');
			background-repeat: repeat-y;
		}

		TD.main_oikea {
			width: 10px;
			background-image: url('../img/layout/varjo_oikea.gif');
			background-repeat: repeat-y;
		}

/* Sisältötaulukko (vasen puoli (sisältö), ja oikea puoli (kalenteri yms.) */
TABLE.content_table {
	width: 100%;
	height: 100%;
	background: white;	
}

	/* Yläosa, jossa navivalikot */
	TD.content_table_ylaosa {
		height: 164px;
		background-image: url('../img/layout/ylaosa.gif');
		background-repeat: no-repeat;
	}

	/* Vasen puoli, jossa itse sisältö */
	TD.content_table_vasen {
		background-image: url('../img/layout/sisalto_fade.gif');
		background-repeat: repeat-x;
		width: 633px;
		height: 100%;
		padding: 15px;
		padding-right: 2px;
		padding-bottom: 0;
	}
		
	/* Oikea puoli, jossa mm. kalenteri */
	TD.content_table_oikea {
		width: 216px;
		background-color: #DFE5DB;
		border-top: 1px solid #557D49;
		border-left: 1px solid #557D49;
	}
	
		/* Ajankohtaista (uutiset)*/	
		TD.ajankohtaista_tekstit {
			padding: 12px;
			padding-top: 7px;
			background-image: url('../img/layout/varjostus_vihrea.gif');
			background-repeat: repeat-x;;
			font-family: Arial, Sans-serif;
			font-size: 8pt;
		}

		/* finnair & rukka */	
		TD.alapainikkeet {
			height: 38px;
			vertical-align: bottom;
			padding-bottom: 1px;
		}

	/* Alapalkki */
	TD.content_table_ala {
		background-color: #597B48;
		background-image: url('../img/layout/taustaraidat.gif');
		background-repeat: repeat;
		height: 75px;
	}

/* Alinavi */
A.submenu_link {
	color: white;
	font-size: 8pt;
	text-decoration: none;
}

/* Alinavi - aktiivinen */
A.submenu_link_active {
	color: white;
	font-size: 8pt;
	text-decoration: underline;
}

.head { 
	font-family: Arial, Sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #597B48;
	line-height: 1.25em;
}

.content { 
	font-family: Arial, Sans-serif;
	font-size: 9pt;
	color: #3A3A3A;
	line-height: 1.25em;
}

A {
	text-decoration: underline;
	color: #0000FF;
}

div.ion_component {
	display: none;
}

HR {
	width: 100%;
	height: 1px;
	color: #597B48;
}

INPUT, TEXTAREA {
	background-color: #F4F4F4;
	background-image: url('../img/layout/inputfade.gif');
	background-repeat: repeat-x;
	border: 1px solid #7D7D7D;
	font-family: Arial, Sans-serif;
	font-size: 9pt;
	color: #3A3A3A;
}

table.tour_calendar_table {
	width: 100%;
}

td.tour_calendar1 {
	background-color: #D0DAD1;
	padding: 5px;
	vertical-align: top;
	font-size: 8pt;
	border-right: 1px solid white;

}

td.tour_calendar2 {
	background-color: #E5EAE6;
	padding: 5px;
	vertical-align: top;
	font-size: 8pt;
	border-right: 1px solid white;
}

td.week_cell_1 {
	width: 25px;
	height: 19px;
	border-bottom: 1px solid #98AE8F;
	border-right: 1px solid #98AE8F;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	color: #3B3B3B;
}

td.week_cell_2 {
	border-bottom: 1px solid #98AE8F;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	padding-left: 6px;
	padding-right: 6px;
	color: #3B3B3B;
}