body {
	background-color: #ffffff;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	color: #000;
	text-decoration: none;
}

.clearThis {
	clear: both;
}

body, form, div {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: square;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

td.otsikko1, .otsikko1 {
	font-size: 1.15em;
	font-family: verdana, helvetica, sans-serif;
	text-transform: none;
	color: #1c429d;
	font-weight: bold;
}

td.otsikko2, .otsikko2 {
	font-size: 1.15em;
	font-family: verdana, helvetica, sans-serif;
	text-transform: uppercase;
	color: #1c429d;
}

td.otsikko3, .otsikko3 {
	font-size: 1.15em;
	font-family: verdana, helvetica, sans-serif;
	text-transform: none;
	color: #1c429d;
}

td.otsikko4, .otsikko4 {
	font-size: 1.15em;
	font-family: verdana, helvetica, sans-serif;
	text-transform: uppercase;
	color: #1c429d;
	font-weight: bold;
}

td.valiotsikko1, .valiotsikko1 {
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	font-family: verdana, helvetica, sans-serif;
	text-transform: none;
	color: #000;
}

td.valiotsikko2, .valiotsikko2 {
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	font-family: verdana, helvetica, sans-serif;
	text-transform: none;
	color: #1c429d;
}

td.leipis, .leipis {
	font-size: 1em;
	font-weight: normal;
}

td.leipis120, .leipis120 {
	font-size: 1.2em;
	font-weight: normal;
}

td.leipis110, .leipis110 {
	font-size: 1.1em;
	font-weight: normal;
}

td.leipis90, .leipis90 {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.3em;
}

td.leipis80, .leipis80 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
}

td.leipis70, .leipis70 {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.0em;
}

.standardtable {
	font-size: 1em;
}

.standardtable td {
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-top: 1px;
	vertical-align: top;
}

.standardtable2 {
	font-size: 1em;
	border-collapse: collapse;
}

.standardtable2 td {
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-top: 1px;
	vertical-align: top;
	border-bottom: 1px solid #aaa;
}

.standardtable3 {
	font-size: 1em;
	border-collapse: collapse;
}

.standardtable3 td {
	padding: 0.2em 0.5em;
	vertical-align: top;
	border: 1px solid #aaa;
}

.standardtable4 {
	font-size: 1em;
	border-collapse: collapse;
}

.standardtable4 td {
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	vertical-align: middle;
}

.standardtable td p, .standardtable2 td p, .standardtable3 td p, .standardtable4 td p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#admincontainer {
	width: 100%;
}

#admincontainer #header {
	border-bottom: 1px solid #000000;
	height: 50px;
	background-image: url("../layoutpics/headerbg.png");
}

.field {
	width: 260px;
	border: 1px solid #000000;
	font-size: 100%;
	background-color: #f0f0f0;
	font-family: verdana, arial, helvetica, sans-serif;
}

#debug {
	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;
	font-size: 0.8em;
	cursor: pointer;
}

.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: #505050;
}

.multiSelector td a:hover {
        color: #000000;
}

.multiInfo {
	font-style: italic;
	color: #909090;
}

@media print {
	div.noprint, table.noprint {
		display: none;
	}
}