/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
}

/* containeriin laitetaan koko leiskan leveys */

#mainTable {
	width: 100%;
	height: 100%;
	text-align: left;
	table-layout: fixed;
}

#mainTable.front {
	background-image: url(../images/bg.front.gif);
	background-repeat: repeat-x;
	background-color: #101010;
	color: #cccccc;
}


#leftBg {
	background-image: url(../images/bg.left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftBg.front {
	background-image: url(../images/bg.left.front.gif);
}

#rightBg {
	background-image: url(../images/bg.right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightBg.front {
	background-image: url(../images/bg.right.front.gif);
}

#container {
	width: 960px;
	height: 100%;
	background-image: url(../images/bg.repeat.gif);
	background-repeat: repeat-y;
}

#container.front {
	background-image: url(../images/bg.repeat.front.gif);
}

#columns {
	width: 960px;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	display: inline-block;
}

#columns.front {
	background-image: url(../images/bg.front.jpg);
}

#frontTop {
	width: 620px;
	height: 219px;
	display: inline-block;
	margin-bottom: 42px;
}

#frontLeft {
	width: 380px;
	display: inline-block;
	float: left;
}

#liity {
	width: 220px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	padding-top: 20px;
}
#liity img {
	display: block;
	margin-bottom: 8px;
}

#frontBottom {
	display: inline-block;
	width: 620px;
	background-image: url(../images/front.bottom.bg.gif);
	background-repeat: repeat-y;
}

#kkjasen {
	width: 240px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	padding-top: 30px;
/*
	background-image: url(../images/tepsilainen_esittelyssa.gif);
*/
	background-repeat: no-repeat;
}

#keskinosto {
	width: 240px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	padding-top: 30px;
	background-image: url(../images/toimintaryhmat.gif);
	background-repeat: no-repeat;
}


#pollContainer {
	display: inline-block;
	float: left;
	width: 160px;
	margin-left: 20px;
	padding-top: 30px;
	background-image: url(../images/kysely.gif);
	background-repeat: no-repeat;
}

#linkit {
	width: 160px;
	display: inline-block;
	float: left;
	margin-left: 20px;
	padding-top: 45px;
	background-image: url(../images/tps-linkit.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#linkit img {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}



/* sidebariin laitetaan vasemman sarakkeen leveys */

#sidebar {
	width: 234px;
	float: left;
	display: inline-block;
	padding-top: 277px;
	margin-left: 63px;
	margin-right: 43px;
}

/* contentiin laitetaan oikean sarakkeen leveys */

#content {
	width: 620px;
	float: left;
	display: inline-block;
/*	background-color: #aaaaff;	*/
}

#header {
	height: 128px;
	overflow: hidden;
}

#menuTopArea {
	height: 32px;
}

#footer	{
	width: 100%;
	margin-left: 10px;
	border-top: 1px solid #343434;
	margin-top: 30px;
	font-size: 8pt;
	line-height: 1.5em;
	display: block;
}

#footerLeft {
	width: 240px;
	display: inline-block;
	float: left;
}

#footerLeft div {
	padding: 10px;
}

#footerRight {
	width: 370px;
	display: inline-block;
	float: left;
	text-align: right;
	vertical-align: middle;
}
#footerRight img {
	vertical-align: middle;
	margin-top: 8px;
	margin-left: 11px;
}


/* </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;
}

