/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	height: 100%;
}

#mainTable {
	background-image: url(../images/bgGradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* containeriin laitetaan koko leiskan leveys */

#containerBg {
	width: 690px;
	margin: 0 auto;	/* centering */
	text-align: left;
	background-image: url(../images/bgRepeat.gif);
	background-repeat: repeat-y;
	height: 100%;
	display: table;
}

#container {
	background-image: url(../images/bottomBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
}

#language {
	height: 20px;
	width: 570px;
	margin-left: 60px;
}

#menuTopArea {
	height: 45px;
	width: 690px;
	background-image: url(../images/menuStripe.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

#content {
	width: 570px;
	padding-bottom: 72px;
	margin-left: 60px;
}

#header {
	height: 221px;
	background-image: url(../images/fin_header.gif);
	background-repeat: no-repeat;
}

#header.finnish {
	height: 221px;
	background-image: url(../images/fin_header.gif);
	background-repeat: no-repeat;
}

#header.swedish {
	height: 221px;
	background-image: url(../images/swe_header.gif);
	background-repeat: no-repeat;
}

/* </leiska> */

.articleCommandLink {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.articleCommandLink:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.articleCommandLink:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.articleCommandLinkDisabled {
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

.readMore {
	font-size: 8pt;
}

