/* Yleiset ulkoasumääritykset koko sivustolle */

/* General */
BODY {
	background-color: #CCCCFF;
	background-repeat: repeat-y;
	color: black;
	margin: 10px 10px 10px 176px;
}
H1 { margin-top: 0 }
IMG { border: 0 }
IMG[align=left], .left {
	float: left;
	margin-right: 5px;
}
IMG[align=right], .right {
	float: right;
	margin-left: 5px;
}

/* Links */
A:link { color: red }
A:visited { color: #0099FF }
A:active { color: white }

/* Lists */
DL IMG, TH IMG { vertical-align: middle }

/* Tables */
TABLE { border-collapse: collapse }
CAPTION { font-weight: bold }
TD { vertical-align: top }

/* Layout elements */
#menu {
	position: absolute;
	left: 10px;
}
ADDRESS { font-size: smaller }

@media print {
BODY {
	background-image: none;
	margin: 0;
}
#menu { display: none }
}

/* Common classes */
DL.index { clear: left }
DL.index DT A {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: larger;
}	
DL.links DT {
	font-weight: bold;
	margin-top: 1em;
}
.links A, H4 A { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
H1.title { margin: 0 }
DIV.slogan {
	text-align: center;
	font-style: italic;
}
TD.menu IMG, H1.title IMG, DIV.slogan IMG, H1.title IMG, H4 IMG, .form IMG, .links IMG { vertical-align: middle }
TABLE.author {
	border-top: gray 2px solid;
	border-bottom: gray 2px solid;
	font-size: smaller;
	font-weight: bold;
}
.footnote { font-size: smaller }
P.footnote { margin-top: 3em }
.form {
	font-weight: bold;
	white-space: nowrap;
}
.form TD { vertical-align: top }
.note {
	font-size: 60%;
	font-weight: normal;
}
TR.buttons TD { padding-top: 1em }
H3.error { color: red }
P.caption {
	font-size: smaller;
	font-weight: bold;
}
P.w200 { width: 200px }
P.w267 { width: 267px }
.gap { margin-top: .5em }
TABLE.list TD:first-child { white-space: nowrap }
.cancel { text-decoration: line-through }
