body {
	font-size: 1em;
	background-image: url("../layouts/bg.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
}

body, div {
	margin: 0px;
	padding: 0px;
}

body, td {
	font-family: helvetica, arial, sans-serif;
}

img {
	border: none;
}

a {
	color: #000000;
	text-decoration: none;
}

#container {
	height: 95%;
	margin-top: 30px;
}

#container #header {
	width: 829px;
	height: 200px;
}

#container #header #headerTable {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
}

#container #header #headerTable td {
	text-align: right;
	vertical-align: top;
}

#container #mainmenu {
	background-color: #ffffff;
	height: 35px;
}

#container #contents {
	background-color: #ffffff;
	vertical-align: top;
	width: 484px;
	line-height: 1.1em;
}

#container #contents #contentWrapper {
	margin-left: 50px;
	width: 450px;
}

#container #contents #contentWrapper #otsikko {
}

#container #contents #contentWrapper #valikkosanaContainer {
	display: none;
	margin-bottom: 20px;
}

#container #contents #contentWrapper #valikkosanaContainer div {
	font-size: 70%;
	color: #909090;
}

#container #contents #contentWrapper .field {
	border: 1px solid #909090;
	width: 420px;
}

#container #contents #contentWrapper #sisalto {
	margin-right: 20px;
	margin-top: 45px;
	font-size: 80%;
}

#container #contents #contentWrapper #sisalto td {
	font-size: 80%;
	line-height: 1.1em;
}

#container #contents #contentWrapper #sisalto a {
	text-decoration: underline;
}


#container #rightbar {
	background-color: #ffffff;
	vertical-align: top;
	width: 295px;
	background-image: url("../layouts/rightbg.png");
	background-repeat: no-repeat;
}

.button td {
	vertical-align: middle;
	font-size: 70%;
	font-weight: bold;
	padding: 0px;
}

.button .label {
	background-position: top center;
}

.button .icon {
	background-position: top center;
	padding-right: 4px;
}

.button .left {
	background-position: top left;
	width: 6px;
}

.button .right {
	background-position: top right;
	width: 6px;
}

.button a {
	font-size: 80%;
}

.button .white {
	color: #c0c0c0;
}

.button .white:hover {
	color: #ffffff;
}

.button .black {
	color: #707070;
}

.button .black:hover {
	color: #000000;
}

.roundBox td {
	background-repeat: no-repeat;
	font-size: 50%;
}

.roundBox .contents {
	font-size: 80%;
}

#debugData {
	position: absolute;
	z-index: 2;
	-moz-opacity: .90;
	opacity: .90;
	margin-left: 30%;
	margin-right: 30%;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #909090;
	background-color: #f0f0f0;
	padding: 10px;
}
#debugData div {
	font-size: 75%;
}

.infoBox {
	font-style: italic;
	font-size: 80%;
	color: #909090;
}

.field {
	width: 300px;
	border: 1px solid #a0a0a0;
	background-color: #f0f0f0;
	padding: 2px;
}

#multiSelector td:first-child {
	border-left: 1px solid #a0a0a0;
}

#multiSelector td {
	margin-right: 0px;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	background-color: #f0f0f0;
	font-weight: bold;
}

#multiSelector td a {
	color: #909090;
}

#multiSelector td a:hover {
	color: #000000;
}

.empty {

}

.emptywhite {
	background-image: url("../layouts/shadows/emptywhite.png");
	background-repeat: repeat-x;
}
