/* maidennimet.css */


/**  C O N T E N T  **/

#content h1, h2, h3, h4 {
	color: #c33d00;
	font-family: Georgia, serif;
}
#content h1 {
	font-size: 18px;
}	
#content h2 {
	font-size: 16px;
}
#content h3 {
	font-size: 14px;
}
#content h4 {
	font-size: 12px;
}

.table_header {
	color: #c33d00;
	font-family: Georgia, serif;	
	font-size: 12px;
	font-weight: bold;
}

/* Hakemisto */
.hakemisto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.hakemisto dt {
	color: #c33d00;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
}
.hakemisto dd {
	display: inline;
	padding-right: 1em;
	margin: 0;
}

/* Hakemisto - pysty */
.vasenpalsta dt {
	color: #c33d00;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
}
.vasenpalsta dd {
	margin: 0;
}
.vasenpalsta dl {
	color: #3068c0;
}

table.maatieto {
	border-collapse: collapse;
}
.maatieto td {
	border-style: none;
	border-width: 0px;
}
tr.selected_tr td{
	background-color: #eaddcf;
}

ul.linkit {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
	min-height: 1em;
}
ul.linkit li {
	list-style-type: none;
	margin: 0;
	padding: 4px;
}
ul.linkit li.selected {
	background-color: #eaddcf;
	font-weight: bold;
}

table.lyhenteet {
	font-size: 11px;
}
table.lyhenteet td {
	padding-right: 4px;	
}


.vaakanavi li a:active, a:active {
	text-decoration: underline;
	color: #ca6363;
}


.maatieto .nimi {
	font-size: 13px;
}
.vaakanavi li a.valittu {
	text-decoration: underline;
}

