@import url("editor.css");
@import url("services.css");
@import url("news_syndicate.css");
@import url("blog.css");
#admin_link{
	display: none;	
}
.htmldata_controls{
	display: none;	
}
body {
 	background-color: white;
	font-size: 0.9em!important;
}

#top_bar{
	display: none;	
}
#banners{
	display: none;	
}		
/* WRAPPER */
#wrapper {
	width: auto;
	margin: 0px;
	position: relative;
}
	
/* HEADER */
#header {
	display: none;	
}
#print_header{
	height: 111px;
	width: 750px;
	overflow: hidden;
	position: relative;
}

/* ROUTE */
#route {
	display: none;
}

/* MAIN */
#main {
	overflow: hidden;
	zoom: 1;
	background-color: white;
	width: 700px;
}

/* SIDEBAR */
#sidebar {
	display: none;	
}
/* CONTENT */
#content {
	width: 660px;
	padding: 15px;
	overflow: hidden;
}
/* etusivu.tpl */
.front_row{
	
}
	#x2colum{
		float: left;
		width: 435px;
		overflow: hidden;
		margin-right: 10px;
	}
	#news_boxs{
		float: left;
		width: 210px;	
		overflow: hidden;
		position: relative;
	}#news_title{
			padding: 0px 0 0 20px;
			text-transform: uppercase;
			position: relative;
			width: 175px;
			height: 18px;
			overflow: hidden;
		}#news_title .htmldata_controls{
			position: absolute;
			top: 0px;
			right: 10px;
		}
	.x3colum{	
		float: left;
		width: 220px;
		height: 216px;
		background: transparent url("../gfx/front_box.jpg") no-repeat;
	}
		.x3_title{
			padding: 10px 0 0 40px;
			text-transform: uppercase;
			position: relative;
			width: 175px;
			height: 18px;
			overflow: hidden;
		}.x3_title .htmldata_controls{
			position: absolute;
			top: 10px;
			right: 10px;
			}
		.x3_content{
			position: relative;
			width: 190px;
			height: 160px;
			overflow: hidden;
			margin: 15px;
		}.x3_content .htmldata_controls{
			position: absolute;
			bottom: 5px;
			left: 5px;
			}
		/* default.tpl */	
		.default_right_margin{
			margin-right: 25px;
		}
		.default_colum{
			overflow: hidden;
			width: 310px;
			float: left;
		}
		.default_colum_horison_space{
			margin: 10px 0;
		}
/* FOOTER */
#footer {
	width: 660px;
	clear: both;
	background-color: #dc5a2b;
	position: relative;
	height: 23px;
	border-top: none;
	color: white;
	text-align: center;
	padding-top: 6px
}
	#footer a{
		color: white;
	}
	#footer .htmldata_controls{
			position: absolute;
			top: 5px;
			right: 5px;
	}

/* EMEDIA SIGNATURE */
#signature {
	display: none;
}
.ext{
	clear: both;
}
