/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	background-color: #a7b7c5;
}

/* containeriin laitetaan koko leiskan leveys */

#container {
	width: 100%;
	background: #c8d3dc url(../images/topStripe.gif) repeat-x left top;
	text-align: center;
}

#path {
	width: 100%;
	background-color: #faa;
	height: 30px;
	text-align: right;
	background: #ffffff url(../images/pathBg.gif) repeat-x left top;
	line-height: 30px;
}

/* sidebariin laitetaan vasemman sarakkeen leveys */

#sidebar {
	width: 200px;
	float: left;
	overflow-x: hidden;
}

#content {
	width: 690px;
	float: left;
	overflow-x: hidden;
	margin-left: 1px;
}

#header {
	width: 100%;
	height: 160px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 900px;
}

#columns {
	width: 900px;
	margin: 0 auto;	/* centering */
	background: #ffffff url(../images/repeatBg.gif) repeat-y left top;
	display: table;
	text-align: left;
}

#footer	{
	width: 100%;
	height: 30px;
	background: #a7b7c5 url(../images/bottomStripe.gif) repeat-x left top;
	text-align: center;
}

#loginBox	{
	width: 900px;
	margin: 0 auto;	/* centering */
	text-align: left;
	height: 30px;
	background: #ffffff url(../images/bottomBg.gif) no-repeat left top;
}

/* </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;
}

