body,html {
	background : white;
	font-family : Arial, sans-serif, Tahoma; 
	font-size : 11px; 
	font-weight : normal; 
	color : black; 
	text-decoration : none;
	margin-top : 0; 
	margin-left : 0; 
	margin-right : 0; 
	margin-bottom : 20px;
}

a:link,
a:visited,
a:active {
	color : #4567B0;
	text-decoration : none;
}

a:hover {
	color : #8D9BC6 ! important;
	text-decoration : none;
}

form {
	display: inline;
	background-color : transparent;
}

hr {
	height : 1px;
	color : #cccccc;
}

pre {
	font-family : "Courier New", Courier, monospace; 
	font-size : 11px;	
	font-weight : plain;
}

blockquote {
	font-family : Verdana, sans-serif;
	color : Black;
	font-size : 11px;
	font-style: italic;
	text-decoration : none;
}
/*  d  */

.alignLeft {
	float : left;	
}
.alignRight {
	float : right;
	margin-right : 3px;
}

td.top {
	width: 805px;
	height: 129px;
	background-image: url('../img/webmoon_01.png');
	background-repeat: no-repeat;
}

td.left {
	width: 234px;
	height: 300px;
	background-image: url('../img/webmoon_02.png');
	background-repeat: no-repeat;
	background-position : top left
}

td.right {
	width: 83px;
	height: 300px;
	background-image: url('../img/webmoon_03.png');
	background-repeat: no-repeat;
	background-position : top left
}

td.center {
	width: 488px;
	background-color: white;

	font-size : 12px;
	color : #666666;
	font-style: normal;
	font-weight : normal;
	text-decoration : none;		
	text-align : left;
}

td.navi, td.navi a, td.navi a:link, td.navi a:visited, td.navi a:active { 
	font-family : "trebuchet MS", "Tahoma", Verdana, sans-serif;
	font-size : 14px;
	color : #4468B0;
	font-style: normal;
	font-weight : bold;
	text-decoration : none;	
}
td.navi a:hover {
	text-decoration : underline;
	color : #4468B0 ! important;
}

span.otsikko {
	font-family : "trebuchet MS", "tahoma", Verdana, sans-serif;
	font-size : 18px;
	color : #4468B0;
	font-style: normal;
	font-weight : bold;
	text-decoration : none;	
}

td.yhteys {
	font-family : "trebuchet MS", "tahoma", Verdana, sans-serif;
	font-size : 12px;
	color : #666666;
	font-style: normal;
	font-weight : bold;
	text-decoration : none;	
}

span.yhteys {
	font-size : 14px;
	color : #4568B0;
}

span.green {
	color : #66B03F;
	font-weight : bold;
}


span.blue {

	color : #4567B0;
	font-weight : bold;

}

/*	Polttoaine.net sivu	*/

div.polttoaine_net {
	width: 476px;
	background-image: url('../img/polttoaine_net_pohja.png');
	background-repeat: no-repeat;
	background-position : top left
	margin-bottom: 30px;
}

span.polttoaine_net_otsikko {
	line-height: 16px;
	font-family : "trebuchet MS", "tahoma", Verdana, sans-serif;
	font-size : 15px;
	font-weight : bold;
	font-style: normal;
	text-decoration : none;		
	text-align : left;	
}

td.polttoaine {
	font-size : 12px;
	color : #666666;
	font-style: normal;
	font-weight : normal;
	text-decoration : none;		
	text-align : left;	
}

/*	/ Polttoaine.net sivu	*/


/*	lignhtBOX	*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	