br.clear { clear:both;}

/* Kaikki linkit */
a { cursor:pointer; color:#002e6a; text-decoration:none; }
a:hover { text-decoration:underline; }

img { border:none; }

table#searchResults tbody td p a { text-decoration:underline; }
a.print {
	color:#4E4E4E; 
	float:left;
	margin-top:3px;
	padding:0 0 0 20px; 
	background:#fff url(img/print.gif) no-repeat 0 0;
	}
a.close { 
		color:#4E4E4E;
		float:left;
		height:16px;
		margin:3px 0 0 15px;
		padding:0 0 0 12px; 
		background:#fff url(img/close.gif) no-repeat 0 0; 
		}

#wrapper { position:relative; width:1018px; margin:0 auto; }
#header { position:relative; height:59px;position:relative; }
			
	#header h1 { 
		position:relative;
		margin:0;
		width:262px;
		height:26px;
		left:15px;
		top:19px;
	}
			
#page {
	visibility:visible;
	background:#fff url(img/bg_page.gif) no-repeat 0 0;
	min-height:500px;
}

#contentArea {
	width:980px;
	margin:0 auto;
	padding: 16px 17px 10px 17px;
}

#crumbs { margin:15px 0 10px 0; color:#31608C; float:left; }
#crumbs ul li { display:inline; }
#crumbs span { font-weight:bold; }

div#left { float:left; margin-left:30px; }
div#left img { 
	max-width:150px; 
	max-height:200px;
	border:none; 
	}

div.lightblue { 
		background-color:#f7faff; 
		border:solid 1px #DFDFDF; 
		margin:5px 0; 
		padding:0 0 5px 0; 
		max-width:304px;
		}
		
		div.lightblue ul {
			/* LVINRO-766: linkit allekkain
			 * margin:5px 0 0 10px;
			 */
			
			margin:5px 10px 0 10px; 
		}
		div.lightblue ul li { 
			list-style-type: none;
		}
div.lightgray { background-color:#ececec; padding:5px; margin:5px 0; }
div.lightgray ul { margin-left:20px; }
div.lightgray ul li { width:50%;float:left; }
div.lightgray ul li a, div.lightblue a { }
 
	/* BUTTONS */
	
	.buttons {position:relative; height:35px;//margin-bottom:15px;_margin-bottom:10px; }

	.buttons a, .buttons button {
	    display:block;
	    float:left;
	    background-color:#f5f5f5;
	    border:1px solid #dedede;
	    border-top:1px solid #eee;
	    border-left:1px solid #eee;

	    font-family:"lucida sans unicode", "lucida grande", sans-serif;
	    font-size:100%;
	    line-height:130%;
	    text-decoration:none;
	    font-weight:bold;
	    color:#565656;
	    cursor:pointer;
	    padding:5px 10px 6px 7px; /* Links */
	    margin:10px;
	}
	.buttons button{
	    width:auto;
	    overflow:visible;
	    padding:4px 10px 3px 7px; /* IE6 */
	}
	.buttons button[type]{
	    padding:5px 10px 5px 7px; /* Firefox */
	    line-height:17px; /* Safari */
	}
	*:first-child+html button[type]{
	    padding:4px 10px 3px 7px; /* IE7 */
	}
	.buttons button img, .buttons a img{
	    margin:0 3px -3px 0 !important;
	    padding:0;
	    border:none;
	    width:16px;
	    height:16px;
	}
	
	/* STANDARD */

	button:hover, .buttons a:hover{
	    background-color:#dff4ff;
	    border:1px solid #c2e1ef;
	    color:#336699;
	}
	.buttons a:active{
	    background-color:#6299c5;
	    border:1px solid #6299c5;
	    color:#fff;
	}

	/* POSITIVE */

	button.positive, .buttons a.positive{
	    color:#529214;
	}
	button.positive:hover, .buttons a.positive:hover {
	    background-color:#E6EFC2;
	    border:1px solid #C6D880;
	    color:#529214;
	    text-decoration:none;
	}
	.buttons a.positive:active{
	    background-color:#529214;
	    border:1px solid #529214;
	    color:#fff;
	}

	/* NEGATIVE */

	.buttons a.negative, button.negative{
	    color:#d12f19;
	}
	.buttons a.negative:hover, button.negative:hover{
	    background:#fbe3e4;
	    border:1px solid #fbc2c4;
	    color:#d12f19;
	    text-decoration:none;
	}
	.buttons a.negative:active{
	    background-color:#d12f19;
	    border:1px solid #d12f19;
	    color:#fff;
	}
	
	/* SEARCHPAGES */
	
	tr.footer {
	    background-color:#ececec;
	}
	
	tr.footer .buttons a {
	    display:block;
	    float:left;
	    margin:4px;
	    background-color:#fff;
	    border:1px solid #C2D5F3;
	    color:#11457A;
	    cursor:pointer;
	    padding:4px 6px;
	}
	
	tr.footer .buttons a:hover{
	    background-color:#dff4ff;
	    border:1px solid #c2e1ef;
	    color:#336699;
	}
	tr.footer .buttons a:active{
	    background-color:#6299c5;
	    border:1px solid #6299c5;
	    color:#fff;
	}
	
    tr.footer .buttons a.notActive{
        background-color:#F7F7F7;
        border:1px solid #EEEEEE;
        color:#DEDEDE;
    }
    
    tr.footer .buttons div.skipping  {
        display:block;
        float:left;
        margin:4px;
        background-color:#fff;
        border:1px solid #C2D5F3;
        color:#11457A;
        padding:4px 6px;
    }
    
tr.footer .buttons a.selected{
		background-color:#003871;
	    color:#fff;
	}
	
li.list { margin-left:30px; }
	
	/* ERROR */
	
.padding { padding:40px 0; }
	
	
img.addressPicture {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	top: 2px;	
}


/* --------------------------------------------------------------

	Forms

-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding: 0; margin: 0 0 15px; border: 0; }
legend      { font-weight: bold; }


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, textarea, select {
  background-color: #fff;
  border: 1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, textarea:focus, select:focus {
  border-color: #666;
}

input[type=text], input[type=password],
input.text, textarea, select { }

input.text	{ width: 240px; padding: 5px; }
textarea	{ width: 280px; height: 150px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

input[type=submit], input.submit { margin: 2em 0 0 20px; }
