@import url("editor.css");
@import url("services.css");
@import url("news_syndicate.css");
@import url("activecalendar.css");

html, body{
	height: 100%;
}
html{
	background: #2475b7 url("../gfx/html.jpg") repeat-x;	
}
body {
	background: transparent url("../gfx/body.jpg") no-repeat center top;
}
html.home{
	background: #2475b7 url("../gfx/home_html.jpg") repeat-x;	
}
body.home {
	background: transparent url("../gfx/home_body.jpg") no-repeat center top;
}

/* WRAPPER */
#wrapper {
	width: 950px;
	margin: 0 auto;
	min-height:100%;	
	position: relative;
} * html #wrapper {
	height: 100%;
}

/* HEADER */
#header {
	height: 185px;
	overflow: hidden;
	position: relative;
}
	#print_logo{
		display: none;
	}
	#frontpage_link{
		position: absolute;
		top: 5px;
		left: 0px;
		height: 140px;
		width: 250px;
	}
	#search_embed{
		position: absolute;
		right: 5px;;
		top: 5px;
		background: transparent url("../gfx/search.gif") no-repeat;
		width: 175px;
		height: 26px;
	}
		#search_embed .searchstring{
			border:none;
			height:20px;
			left:13px;
			position:absolute;
			top:2px;
			width:110px;	
			background-color:transparent;
			color: #333333;
		}
		#search_embed .submit_button{
			background-color:transparent;
			border:medium none;
			height:26px;
			position:absolute;
			right:0;
			top:0;
			width:50px;			
		}
	#font_size{
		position: absolute;
		right: 5px;
		top: 75px;
	}
	/* LISÄVALIKKO */
	#exra_menu{
		position:absolute;
		right:190px;
		top:8px;
	}
	#exra_menu ul{
		margin: 0;
		padding: 0;
	}
	#exra_menu ul li{
		list-style: none;
		float: left;
	}
	#exra_menu ul li a{
		text-decoration: none;
		color: white;
		padding: 2px 5px;
		display: block;
	}
	/* HORIZONTAL MENU*/
	#horizontal_navigation{
		bottom:0;
		position:absolute;
		right:0;
		width:650px;
	}
	#horizontal_navigation ul{
		margin: 0;
	}
	#horizontal_navigation ul li{
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
	}
	#horizontal_navigation ul li a{
		text-decoration: none;
		color: white;
		display: block;
		padding: 5px 10px;
		font-size: 18pt;
	}
	#horizontal_navigation ul li a:hover{
		
	}
	#horizontal_navigation ul li a.active{	
		text-decoration: underline;
	}
	
/* MAIN */
#main {
	position: relative;
	overflow: hidden;
	zoom: 1;
	color: white;
}
#main .row_top h1, #main .row_top h2, #main .row_top h3, #main .row_top h4, #main .row_top h5,#main .row_top h6{color: #333333;font-weight: normal;}

/************************************************ INNERTEMPLATERS ************************************************/
/*                                                  default.tpl                                                  */
/* SIDEBAR */
#sidebar {
	width: 250px;
	padding: 0;
	float: left;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}
	/* VERTICAL NAVIGATION */
	#vertical_navigation {
	   margin: 25px 0 0 0;
		overflow:hidden;
		width:245px;
	}
	#vertical_navigation ul {
	    padding: 0;
	    margin: 0;
	}
	#vertical_navigation ul li {
	    padding: 0;
	    margin: 0;
		 list-style: none;
	}
	#vertical_navigation ul li a {
		text-decoration: none;
		text-transform: uppercase;
		/*width: 229px;*/
		height: 24px;
		padding:10px 0 2px 17px;
		font-weight: bold;
		font-size: 0.75em;
		display: block;
		background: transparent url("../gfx/vertical_navi_button.png") no-repeat;
	} * html #vertical_navigation ul li a {
			background: transparent url("../gfx/vertical_navi_button.gif") no-repeat;
		}
	#vertical_navigation ul li a.active {
		text-decoration: none;
		background: transparent url("../gfx/vertical_navi_button_hover.png") no-repeat;
	} * html #vertical_navigation ul li a.active {
			background: transparent url("../gfx/vertical_navi_button_hover.gif") no-repeat;
		}		
	#vertical_navigation ul li a.current {
		text-decoration: none!important;
		background: transparent url("../gfx/vertical_navi_button_active.png") no-repeat!important;
	} * html #vertical_navigation ul li a.current {
			background: transparent url("../gfx/vertical_navi_button_active.gif") no-repeat!important;
		}
	#vertical_navigation ul li a:hover {
		text-decoration: none;
		border: none;
		background: transparent url("../gfx/vertical_navi_button_hover.png") no-repeat;		
	} * html #vertical_navigation ul li a:hover {
			background: transparent url("../gfx/vertical_navi_button_hover.gif") no-repeat;
		}
	/* level 2*/
	#vertical_navigation ul ul{
	    padding: 0 0 8px 0;
	    margin: 0 10px 10px .5em;
	}
	#vertical_navigation ul ul li{
	}
	#vertical_navigation ul ul li a{
		background-image: none;
		padding:5px 15px 5px 5px;
		text-transform: none;
		white-space: normal;
		height: auto;
	}
	#vertical_navigation ul ul li a.active{
		background: transparent url("../gfx/vertical_navi_l2_button_hover.gif") no-repeat right;
		
	}
	#vertical_navigation ul ul li a.current{
		background-image: none!important;
		background-color: white!important;
		color: #333333!important;
	}
	#vertical_navigation ul ul li a:hover{
		background: transparent url("../gfx/vertical_navi_l2_button_hover.gif") no-repeat right;
		color: white;
	}
	/* level 3*/
	#vertical_navigation ul ul ul{	    
	    margin: 6px 0 0 .5em;
		 border-top: solid 1px;
		 border-bottom: solid 1px;		 
	}
/*                                               front_page.tpl                                                  */	
.row_top{
	height: 231px;
	overflow: hidden;
	color: #333333;
}
	.row_top h2.colum_title{
		color: #333333!important;
		position: relative;
		height: 24px;
		margin: 0 0 5px 0;
		text-transform: uppercase;
		font-weight: normal;
	}.row_top .colum_title .htmldata_controls{position: absolute;top: 0;right: 0;}
	.row_top a{color: #333333;}
	.info{
		height: 200px;
		width: 200px !important;
		padding: 0 10px 0 95px;
		overflow: hidden;
	}
	.row_top .colum_x3{
		height: 200px;
	}

	.row_top .info .htmldata_controls{position: absolute;bottom: 0;left: 0;}

.row{
	margin: 10px 0;	
}
.row_bottom{
	background: transparent url("../gfx/lines_x3.gif") repeat-y;	 
}
.colum_x3{
	position: relative;
	float:left;
	margin: 0 8px;
	width:294px;
}
	.x3left{
	margin: 0 16px 0 0;	
	}
	.x3center{
	margin: 0 16px;
	}
	.x3right{
	margin: 0 0 0 16px;	
	}
/*                                               landing.tpl                                                  */		
#top_rows{
	background: transparent url(../gfx/lines_x2.gif) repeat-y;
}
#top_rows .colums_x2{
	float: left;
	width: 320px;
	margin: 0 15px;
	overflow: hidden;
} *  html #top_rows .colums_x2{
	width: 310px;	
}
#top_rows .leftx2{
}
#top_rows .rightx2{
	
}
#x2line{
	background: url(../gfx/lines_x2_bottom.gif);
	height: 1px;
	overflow: hidden;
	margin: 10px 0 0 0;
}
/* CONTENT */
#content {
	float: left;
	width: 700px;
	overflow: hidden;	
}
	#route {
		text-align: right;
		clear: both;
		line-height: 24px;
		padding: 0 10px;
		font-size: 10px;
	}
	#data{
		padding: 15px;
	}
	#print_button{
		background: transparent url("../gfx/demo_print.gif") no-repeat;
		padding-left: 25px;
		margin: 5px 15px;
	}
/************************************************** FOOTER *****************************************************/
#footer_space {
	height:85px;
	width:950px;
}
#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	background: transparent url("../gfx/footer.gif") no-repeat;
	height: 85px;
	width: 950px;
	clear: both;
	overflow: hidden;
	z-index: 999;
}
	#addres{
		position: absolute;
		top: 0;
		left: 0;
		width: 930px;
		height: 15px;
		overflow: hidden;		
		padding-bottom: 10px;
		margin: 10px;
		color: #828282;
		font-size: 0.9em;
		border-bottom: solid 1px #b1b1b1;
	}#addres .htmldata_controls{position: absolute;bottom: 0;left: 0;}
	#banners{
		position: absolute;
		top: 38px;
		left: 0;
		width: 950px;
		height: 48px;
		overflow: hidden;
		color: #b5b5b5;
	}#banners .htmldata_controls{position: absolute;bottom: 0;left: 0;}
/* EMEDIA SIGNATURE */
#signature {
	position: absolute;
	right: 5px;
	bottom: 5px;
	margin-top: 2px;
}
#signature, #signature a {
	color: #B5B5B5;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
.ext{
	clear: both;
}
