/* yleiset */
body {
	font-family: Tahoma, Verdana, Arial, "Sans Serif"; 
	font-size: 12px;
}

th {
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}

td {
	font-size: 12px;
}



/*omat lisäykset*/

tr.list, tr.innerList {
	background-color: #FFFFFF;
	height: 20px;
}

tr.list_color, tr.innerList_color{
	background-color: #ededed;
	height: 20px;
}


td.list {
	padding-left: 5px;
	vertical-align: top;
}

a:link.personcard { 
	color: #1D5581; 
	text-decoration: underline; 
}
a:visited.personcard { 
	color: #1D5581; 
	text-decoration: underline; 
}

.contacts   { 
	color: #b3c6d5; 
	font-weight: normal; 
	font-size: 11px; 
}
.ingressi { 
	color: black; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 18px; 
	margin-top: 10px; 
	margin-right: 15px; 
	margin-left: 15px 
}
td.indent {
	padding-left: 70px;
}
.leipis { 
	color: black; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 18px; 
	margin-right: 15px; 
	margin-left: 15px 
}
.titlelarge_liitto { 
	color: #446948; 
	font-weight: bold; 
	font-size: 16px; 
	margin-top: 10px; 
	margin-right: 15px; 
}
.titlelarge_paatoksenteko { 
	color: #bd4637; 
	font-weight: bold; 
	font-size: 16px; 
	margin-top: 10px; 
	margin-right: 15px; 
}
.titlesmall_paatoksenteko { 
	color: #bd4637; 
	font-weight: bold; 
	font-size: 12px; 
	margin-top: 10px; 
	margin-right: 15px; 
	padding-left: 5px;
}

.titlelarge_aluekehitys { 
	color: #EC9113; 
	font-weight: bold; 
	font-size: 16px; 
	margin-top: 10px; 
	margin-right: 15px; 
}
.titlesmall_aluekehitys { 
	color: #EC9113; 
	font-weight: bold; 
	font-size: 12px; 
	margin-top: 10px; 
	margin-right: 15px; 
	padding-left: 5px;
}

.titlelarge_kaavoitus { 
	color: #656565; 
	font-weight: bold; 
	font-size: 16px; 
	margin-top: 10px; 
	margin-right: 15px; 
}
.titlesmall_kaavoitus { 
	color: #656565; 
	font-weight: bold; 
	font-size: 12px; 
	margin-top: 10px; 
	margin-right: 15px; 
	padding-left: 5px;
}

.titlelarge_maakunta { 
	color: #1D5581; 
	font-weight: bold; 
	font-size: 16px; 
	margin-top: 10px; 
	margin-right: 15px; 
}
.titlesmall_maakunta { 
	color: #1D5581; 
	font-weight: bold; 
	font-size: 12px; 
	margin-top: 10px; 
	margin-right: 15px; 
	padding-left: 5px;
}

.titlelarge_kuulutukset { 
	color: #4a9abc; 
	font-weight: bold; 
	font-size: 16px; 
	margin-top: 10px; 
	margin-right: 15px; 
}
.titlesmall_kuulutukset { 
	color: #4a9abc; 
	font-weight: bold; 
	font-size: 12px; 
	margin-top: 10px; 
	margin-right: 15px; 
	padding-left: 5px;
}

a.leftmenulink:link{ 
	color: #666; 
	font-weight: bold; 
	font-size: 11px; 
	
	text-decoration: none;	
	margin-left: 5px 
}
a.leftmenulink:visited{ 
	color: #666; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;	
	margin-left: 5px 
}
.vasenvalikko a:link { 
	color: #606060; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 9px; 
	text-transform:uppercase; 
	cursor:pointer; 
	padding-right: 8px; 
	line-height: 12px; 
	font-family: Arial;
}
.vasenvalikko a:visited { 
	color: #606060; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 9px; 
	text-transform:uppercase; 
	cursor:pointer; 
	padding-right: 8px; 
	line-height: 12px; 
	font-family: Arial;
}
.vasenvalikko a:hover { 
	color: #606060; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 9px; 
	text-transform:uppercase; 
	cursor:pointer; 
	padding-right: 8px; 
	line-height: 12px; 
	font-family: Arial;
}
.rightmenulink { 
	color: #666; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none; 
	margin-right: 5px 
}

.list_data { 
	color: #666; 
	font-weight: bold; 
	font-size: 11px; 
	
	text-decoration: none;	
	margin-left: 5px 
}

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background:#fff ;
	color: #000000;
	text-align:center;
}
#outer{
	min-height:100%;
	width:990px;
	background:transparent url(/images/center_bg.gif) repeat-y center top;
	color: #000000;
	text-align:left;
	position: absolute; top: 0px; left: 50%; 
	margin-left: -495px; 
}
#outer p {}
* html #outer{height:100%} 
#header {	
	background:#ffffcc;
	height:165px;
	position: relative; top: -1px; 
	}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	background:green;
	height:28px;	

}
#clearfooter{clear:both;height:28px;}/*needed to make room for footer*/



a img { 
border: 0; 
border-style: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
}



TABLE .audit_trail {
	width: 450px;
	margin: 0px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background: #FFFFFF;
}

TH .audit_trail {
	line-height: 10px;
	color:#000000;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	vertical-align: top;
	white-space: nowrap;
}

TD .audit_trail {
	line-height: 10px;
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
	padding: 2px;
	padding-left: 8px;
	text-align: left;
	vertical-align: middle;
}

SPAN .audit_trail_span p {
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

div .auditTrail {
	display: none;
	position: absolute;
	z-index: 100;
	width: 450px;
	height: 0px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #ced9d6;
}