@import url("editor.css");
@import url("services.css");
@import url("news_syndicate.css");
@import url("pdfcart.css");
html, body {
	height: 100%;
}
body {
	color: #333333;
}
#admin_link{
	display: none;
}
/* WRAPPER */
#wrapper {
	width: 717px;
	position: relative;
}
/* HEADER */
#header_print{
	display: block;
}
#header {
	display: none;
}
#top_navigation{
	display: none;
}
/* MAIN */
#main {
	overflow: hidden;
	zoom: 1;
}
/* etusivu.tpl */
#flash_content{
	display: none;
}
#front_content{
	background: transparent url("../gfx/boxs.gif") no-repeat;
	margin-left: 33px;
	position: relative;
	top: 8px;
	margin-bottom: 8px;
}
	#front_content .x3box{
		float: left;
		width: 264px;
		margin-right: 35px;
		color: #b5b4b4;
	}
	#front_content .x3box .info_content{
		padding: 15px 20px 5px 25px;
		position: relative;
	}
	#front_content .x3box h2.title{
		color: #b5b4b4;
		font-size: 15px;
		margin: 0;
		padding:  10px 0 11px 35px;
		font-weight: normal;
		position: relative;
	}
		#front_content .x3box h2.title .htmldata_controls{
			position: absolute;
			right: 5px;
			bottom: 0px;
		}
	#front_content .xright_box{
		width: 339px;
		margin-right: 0;
	}
		#front_content .xright_box #right_box_top{
			background: transparent url("../gfx/right_box_top.gif") no-repeat;
			padding: 10px 20px 0 20px;
			overflow: hidden;
		}
		#front_content .xright_box #right_box_middle{
			background: transparent url("../gfx/right_box_middle.gif") no-repeat;
			padding: 40px 20px 0 20px;
			overflow: hidden;
		}
	#front_content .x3box_bottom{
		background: transparent url("../gfx/boxs_bottom.gif") no-repeat;
		height: 34px;
	}
/* default.tpl & vetolaatikot.tpl*/
#sidebar {
display: none;
}

#content {
	width: 717px;
}

#content #content_image{
	display: none;
}
#content #content_text{
	padding: 15px 0;
}
#content .drawbox_content{
	width: 100%;
	float: left;
}
#content #content_text #pdfcart_link{
	display: none;
}
#content #content_text #linker_boxs{
	display: none;
}

/* .tpl:s eds here*/

/* FOOTER */
#footer_space{
	display: none;
}
#footer {
	display: none;
}

/* EMEDIA SIGNATURE */
#signature {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#signature, #signature a {
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
.ext{
	clear: both;
}
.wwwdata_win {
	overflow: inherit!important;
}