@import url("editor.css");
@import url("services.css");
@import url("activecalendar.css");

body {
	background-color: #e7e7e7;
}

/* WRAPPER */
#wrapper {
	width: 872px;
	margin: 0px auto;
	background-color: white;
	position: relative;
}
	#right_banners{
		position: absolute;
		top: 145px;;
		left: 875px;
		width: 150px;
		height: 150px;
	}

/* HEADER */
#header {
	height: 122px;
	background-color: aqua;
	background: transparent url("../gfx/default_header.jpg") no-repeat;
	border-bottom: solid 1px black;
	position: relative;
}
	#override{
		font-size:9px;
		left:10px;
		position:absolute;
		top:101px;
		z-index:55;
	}
	#override a{
		color: white;
		font-weight: normal;
	}
	#logo{
		position: absolute;
		top: 0;
		left: 0;
	}
	#header .htmldata_controls{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 60;
	}
	#header .htmldata_controls hr{
		display: none;
	}
#top_menu{
	position: relative;
	z-index: 50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	#front_page{
		position: absolute;
		height: 20px;
		width: 167px;
		top: 0;
		left: 0;
	}
	#top_navigation{
		position: absolute;	
		height: 20px;
		width: 600px;
		top: 0;
		left: 167px;
	}
		#top_navigation ul{}
		#top_navigation ul li{
			list-style: none;
			float: left;
			line-height: 20px;
			margin-right: 10px;
		}
		#top_navigation ul li a{
			color: white;
			background: transparent url("../gfx/top_menu_arrow.gif") no-repeat left;
			padding-left: 15px;
			display: block;
		}
		#top_navigation ul li:hover ul, #top_navigation ul li.over ul /* .over == ie6 script*/{
			visibility:visible;
		}
			#top_navigation ul ul{
				visibility:hidden;
				background-color: #e97118;
				padding: 5px;
				position: absolute;
			}
			#top_navigation ul ul li{
				float: none;
			}
			#top_navigation ul ul li a{
				background-image: none;
				padding: 0px;
			}
	
	#langueges{
		height:16px;
		padding-top:4px;
		position:absolute;
		right:0;
		top:0;
		width:115px;
	}
		#langueges a{
			float: right;
			margin-right: 10px;
		}
/* COMMON CLASS */	
.orenge_bar{
	background: transparent url("../gfx/orange.gif") repeat-x;
	height: 20px;
	position: relative;
}
.white_title{
	color: white;
	font-weight: bolder;
	line-height: 20px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: .8em;
}
	.white_title a{
		color: white;
	}
.edit{
}
	.edit .htmldata_controls{
		position: absolute;
		right: 0;
		top: 0;
	}
	.edit hr{
		display: none;
	}
.extranet_bar{
	background: transparent url("../gfx/extranet.gif") no-repeat;
	height: 22px;
	position: relative;
}	
.events_title{
	margin: 5px 0;
}
/* MAIN */
#main {
	background: transparent url("../gfx/raita.gif") repeat-y top left;
	background-color: transparent;
	overflow: hidden;
	zoom: 1;
	width:874px;
}

/* SIDEBAR */
#sidebar {
	background: transparent url("../gfx/navigation_shadow.gif") no-repeat top left;
	width: 167px;
	float: left;
	background-color: #eceff4;
	/*padding-bottom: 1001em;
	margin-bottom: -1000em;*/
	overflow: hidden;
}

/* NAVIGATION */
#sidebar #navigation {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar #navigation ul {
    padding: 0;
    margin: 0;
}
#sidebar #navigation ul ul {
    padding: 5px 0;
    margin: 0 0 0 0.5em;
	 
}
#sidebar #navigation ul li {
    padding: 0;
    margin: 5px 0 0 0;
	 list-style: none;
	 background: transparent url("../gfx/valikko.jpg") no-repeat;
	 display: block;
	 line-height: 14px;
	 background-color:#C9C9C9;
}
	#sidebar #navigation ul li a{
		display: block;
		padding: 0 0 0 21px;
		color: #013369;
		font-family: Arial,Helvetica;
		font-size: 11px;
		font-weight: bold;
	}
	#sidebar #navigation ul li a.active {
		font-weight: bold;
	}
	#sidebar #navigation ul li a:hover{
		text-decoration: none;
		border: none;
	}
	#sidebar #navigation ul ul li a{
		background: transparent url("../gfx/bulletin_tr.gif") no-repeat left top;
		background-position: 0px 4px;
		padding: 0 5px 0 15px;
		height: auto;
	}
#sidebar #navigation ul ul li{
	background-image: none;
}
/* TEKSTIN KOKO */
#font_size{
	text-align: right;
	margin: 0 0 0 10px;
	height: 22px;
	display: block;
	line-height: 22px;
	color: #ef7a23;
	width: 150px;
}
	#font_size #font_text{margin: 0 3px 6px 3px;display: block;float: left;}
/*SIDEBAR magazine*/
#magazine{
	margin-top: 5px
}
/* LANGUAGE SELECTION */
#sidebar #language_selection {
	margin-bottom: 15px;
	text-align: center;
}

/* CONTENT */
#content {
/*	margin-left: 167px;*/
float:left;
overflow:hidden;
width:705px;
background: transparent  url(../gfx/main_shadow.gif) repeat-x scroll left top;
}
	#front_page_left{
		float: left;
		width: 508px;
		overflow: hidden;
		padding: 15px 5px;
	}
		#front_page_left #articles {
		border-top: solid 3px #e97118;
		padding-top: 5px;
		}
	#front_page_right{
		float: left;
		width: 177px;
		padding: 5px;
		background:#ECEFF4 url(../gfx/navigation_shadow.gif) repeat-x scroll left top;
		margin-bottom:-1000em;
		padding-bottom:1001em;
	}
	#front_page_right hr{
		border: solid 1px #ced4df;
		height: 2px;
	}
	#extranet_menu {
		font-family: Arial, Helvetica, sans-serif;
	}
	 #extranet_menu ul{
		 margin: 0;
	 }
	 #extranet_menu ul li{
	 	margin: 5px 0;
	 	list-style: none;
		background:transparent url(../gfx/extranet_button_top.gif) repeat-y scroll left top;
		overflow: hidden;
	 }
	 #extranet_menu ul li a{
		color: #00438C;
		padding: 2px 20px;
		display: block;
		background:transparent url(../gfx/extr_menu_arrow.gif) no-repeat scroll left top;
		background-position: 5px center;
	 }
	 /* default.tpl*/
	.row{
		width: 675px;
		overflow: hidden;
		margin-left: 15px;
	}
	.margin{
		padding: 15px 0 15px 0;
	}
	.marginX2{
		padding: 15px 15px 15px 0;
	}
	.columX2{
		width: 330px;
		float: left;
                overflow:hidden;
	}
        .columX2_map{
		width: 270px;
		float: left;
        }
#print_link{
   bottom:30px;
   position:absolute;
   right:21px;
}
/* FOOTER */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	background-color: #00438c;
	height: 25px;
	border-top: none;
	color: white;
	text-align: center;
	line-height: 25px;
	font-size: 11px;
}

/* EMEDIA SIGNATURE */
#signature {
	float: right;
	margin-top: 2px;
}
#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;
}


div.addthis_share {
	width: 125px;
	position: absolute;
	bottom: 30px;
	left: 182px;
}

div.lags, div.share_es {
	left: 173px;
}






