/* 
    Nordparcel Oy -sivuston tyylitiedosto
    Versio 0.92 
	
	Some icons used © http://www.famfamfam.com/lab/icons/silk/
	Under Creative Commons Attribution 2.5 License
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
* { margin: 0; padding: 0; } /* Clear all margin & padding in every element */

html, body { 
	border: none; 
	height: 100%; 
	min-height: 100%;
}

body {
	background: #d5d5d5 url(../images/bg_bottom2.jpg) bottom center no-repeat fixed;
	font: 62.5%/1.5em Arial, "Lucida Grande", sans-serif;
}

h1 {
	color: #f0f0f0;
/*	font-size: 1.6em; */
	font-size: 22px;
	line-height: 1em;
/*	line-height: 1em;*/
	font-family: "Century Gothic",Arial, "Lucida Grande", sans-serif;
}

h2 {
	color: #333;
	font-size: 1.3em;
	margin: 0 0 1em 0; padding: 0 0 2px 0;
}

h3 {
	color: #333;
	font-size: 1.0em;

	padding: 3px 0 3px 30px;	
}

p {
	color: #333;
	margin-bottom: 1.5em;	
}

a {
	color: #0071b8;
	text-decoration: none;
	border-bottom: 1px solid #9dd2f2;
}

a:hover {	
	border-bottom-color: #0071b8;
}

a.boldlink {
	text-decoration: none;
	border-bottom: 1px solid #fabbd8;
	color: #d3005f;
}

a.boldlink:hover {
	color: #e50f9f;
	border-bottom-color: #e50f9f; 
}

span.infotext {
	color: #666;
	font-size: 0.8em;
	text-transform: uppercase;
}

span.ok, span.error, span.alert, span.info, span.timestamp, span.icon-pdf, span.icon-email, span.icon-telephone, span.icon-gsm, span.indicator {
	background: transparent url(../images/icon_accept.gif) 0 0 no-repeat;
	padding: 2px 0 0 20px;
	height: 16px;
}

span.error {
	background: transparent url(../images/icon_error.gif) 0 0 no-repeat;
}

span.delete {
	background: transparent url(../images/icon_delete.gif) 0 0 no-repeat;
}

span.attention {
	color: #d3005f;
}

span.timestamp {
	background: transparent url(../images/icon_timestamp.gif) 0 0 no-repeat;
}

span.icon-email {
	background: transparent url(../images/icon_email.gif) 0 0 no-repeat;
	padding-top: 4px;
}

span.icon-telephone {
	background: transparent url(../images/icon_telephone.gif) 0 0 no-repeat;
	padding-top: 0;
}

span.icon-gsm {
	background: transparent url(../images/icon_gsm.gif) 0 0 no-repeat;
}

span.anim-indicator {
	padding: 2px 20px 0 0;
	background: transparent url(../images/anim_loading.gif) right 0 no-repeat;
}
#indicator { display:none; visibility:hidden}

a.iconized {
	border-bottom: none;
}

a.iconized strong {
	color: #0071b8;
	text-decoration: none;
	border-bottom: 1px solid #9dd2f2;
	font-weight: normal;
}

a:hover.iconized strong {
	border-bottom-color: #0071b8;
	cursor /**/: hand !important;
	cursor: pointer;
}

a.iconized span.icon-pdf {
	background: transparent url(../images/icon_pdf.gif) 0 0 no-repeat;
}

a.iconized:hover span.icon-pdf {
	background-position: left -48px;
}

a.info {
	color: #333;
	background: transparent url(../images/icon_info.gif) 0 0 no-repeat;
	padding-left: 20px;
	border: none;
	cursor: help;
}

#infobubble {
	width: 262px;
}

#infobubble p {
	width: 262px;
	margin: 0;
	padding: 20px 0 0 0;
	background: transparent url(../images/img_info_top.png) 0 0 no-repeat;
}

#infobubble p span {
 	position: static;
	width: 242px;
	display: block;
	background: transparent url(../images/img_info_bottom.png) bottom left no-repeat;
	padding: 0 10px 25px 10px;
}

#wrapper {
	position: absolute;
	width: 780px;

	left: 50%;
	margin-left: -390px; /* 780 / 2 = 390 */
	min-height:100%;

	padding-bottom:5em;	
	background:transparent url(../images/bg_content.gif) 0 0 repeat-y;
}

/* min-height for IE */
/*\*/
* html #wrapper {
height:100%;
}
/**/

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
#header {
	width: 100%;	
	height: 0 !important;
	height /**/: 50px;
	padding-top: 50px;
	overflow: hidden;
	
	background: #d5d5d5 url(../images/img_header_bg.gif) 0 0 no-repeat;
}

#topnav_wrapper {
	position: relative;
	padding-left: 20px;
	height: 34px;
	background: #d5d5d5 url(../images/img_topnav_bg.gif) 0 0 repeat-x;
	padding-bottom: 10px;	
}

	#topnav_wrapper span.leftside {
		position: absolute;
		top: 0; left: 0;
		
		width: 5px;
		height: 34px;
		background: transparent url(../images/img_topnav_left.gif) 0 0 no-repeat;
	}
	
	#topnav_wrapper span.rightside {
		position: absolute;
		top: 0; right: 0;
		
		width: 5px;
		height: 34px;
		background: transparent url(../images/img_topnav_right.gif) 0 0 no-repeat;
	}

#topnav {
	width: 100%;
	height: 36px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

	#topnav li {
		position: relative;
		/* hide from IE mac \*/
		float:left;
		/* end hiding from IE5 mac */
		list-style: none;
		display: inline;
	}
	
	#topnav a {
		/* hide from IE mac \*/
		float:left;
		/* end hiding from IE5 mac */
		width: 90px;
		padding: 36px 0 0 0;
		margin-right: 25px;
		overflow: hidden;
		height: 0px !important; 
		height /**/:36px; /* for IE5/Win only */
		border: none;
	}
		
	#topnav a:active, #topnav a:hover {
		background-position: 0 -36px;
	}
	
	#topnav a.selected, #topnav a:hover.selected {
		background-position: 0 -72px;
	}

#ajankohtaista a {
	width: 90px;
	background: transparent url(../images/btn_ajankohtaista.gif) 0 0 no-repeat;
}

#tyonantajalle a {
	width: 87px;
	background: transparent url(../images/btn_tyonantajalle.gif) 0 0 no-repeat;	
}

#tyonhakijalle a {
	width: 87px;
	background: transparent url(../images/btn_tyonhakijalle.gif) 0 0 no-repeat;	
}

#yritysesittely a {
	width: 84px;
	background: transparent url(../images/btn_yritysesittely.gif) 0 0 no-repeat;	
}

#yhteystiedot a {
	width: 82px;
	background: transparent url(../images/btn_yhteystiedot.gif) 0 0 no-repeat;	
}

#midnav_wrapper {
	position: relative;
	width: 780px;
	height: 205px;
	background: #d5d5d5 url(../images/bg_default.jpg) 0 0 no-repeat;
	padding-bottom: 10px;
}

#midnav {
	position: relative; top: 20px; left: 20px;
	width: 560px; 	
}

	ul#midnav  {
		list-style: none;
		list-style-position: outside;
		width: 620px; 
	}
	
	ul#midnav li {		
		position: relative;	
		list-style-position: outside;	

		display: block; width: 250px; height: 27px;
		float: left; margin-right: 60px;
	}
	
	ul#midnav li a {
		position: absolute; top: 0; left: 0; z-index: 5;
		
		display: block;
		
		width: 250px; 
		height: 0 !important;
		height /**/: 27px;
		padding-top: 27px;
		overflow: hidden;
			
		background: transparent url(../images/btn_midnav_tyonantajalle.png) 0 0 no-repeat;	
		border: none;
	}
	
	ul#midnav li a#midnav_tyonhakijalle {
		background-image: url(../images/btn_midnav_tyonhakijalle.png);
	}
	
	ul#midnav li a:hover {
		background-position: 0 -27px;
	}
	
	ul#midnav div {
		position: relative; top: 15px; left: 0;
		height: 200px; width: 250px;
		overflow: hidden;
	}
	
	/* ---------------------------------------------*/
	/* --------->>> SUB-MENU NAVIGATION <<<---------*/
	/* ---------------------------------------------*/	
	
	ul#midnav ol {
		position: absolute; left: 0; top: -110px;
		width: 250px;	

		list-style: none;
		list-style-position: inside;	
		float: none;
		display: block;
		z-index: 4;
		
		margin: 0; padding: 0;
	}
	
	ul#midnav ol li {
		width: 250px; height: 24px;
		display: block;
		float: none;
		margin: 0; padding: 0;			
	}
	
	ul#midnav ol li.midnav_lastline  {
		background: transparent url(../images/img_submenu_bottom.png) 0 0 no-repeat;
		
		height: 0 !important;
		height /**/: 10px;
		padding: 10px 0 0 0;
		overflow: hidden;									
		float: left;
	}	
	
	ul#midnav ol li a {
		position: relative;
		display: block;
		
		height: 0 !important;
		height /**/: 24px;
		padding-top: 24px;
		overflow: hidden;
		
		width: 250px;
		
		background: transparent url(images/../btn_submenu_item1.png) 0 0 no-repeat;
		border: none;
	}
	
	ul#midnav ol li a:hover, ul#midnav ol li a.selected { background-position: 0 -24px}
	
	ul#midnav ol li a#midnav_henkilostovuokraus { background-image: url(../images/btn_submenu_item1.png)}
	ul#midnav ol li a#midnav_rekrytointi { background-image: url(../images/btn_submenu_item2.png)}		
	ul#midnav ol li a#midnav_otayhteytta { background-image: url(../images/btn_submenu_item3.png)}		
	ul#midnav ol li a#midnav_tyonantajaedut { background-image: url(../images/btn_submenu_item4.png)}	
	ul#midnav ol li a#midnav_hakemuslomake { background-image: url(../images/btn_submenu_item5.png)}		
	ul#midnav ol li a#midnav_avoimet { background-image: url(../images/btn_submenu_item6.png)}		
	ul#midnav ol li a#midnav_yleista { background-image: url(../images/btn_submenu_item7.png)}		
	ul#midnav ol li a#midnav_tyontekijaedut { background-image: url(../images/btn_submenu_item8.png)}
	
#calendar_wrapper {
	position: absolute; right: 20px; top: 20px;
	width: 140px;
	font-family: Arial;
}

	#calendar_wrapper br {
		clear: both;
	}
	
	#calendar_wrapper h2 {
		color: #e5e5e5;
		font-size: 1.6em;
		margin-bottom: 5px;
	}
	
	#current-date_wrapper {
		position: relative;
		background: transparent url(../images/img_calendar.jpg) 0 0 no-repeat;
		height: 62px;
	}

		#current-date_wrapper strong {	
			color: #333;
			font-size: 1.6em;
			line-height: 18px;
			display: block;
			text-transform: uppercase;
		}
	
		#current-date_wrapper strong.today {
			color: #ea0437;
			font-size: 2.4em;
			font-weight: bold;
		}	
	
	#current-date { width: 54px; padding-top: 2px}
	
	#current-date_wrapper p {
		position: absolute;
		top: 50%; left: 0; height: 2em; line-height: 1em;
		margin: 0; padding: 0;
		margin-left: 55px; margin-top: -1em;
		width: 90px;
		text-align: center;
		font-size: 1.5em;
		color: #d4f1fa;
		text-transform: uppercase;
	}	
	
	#calendar_wrapper .calendar {
		font-size: 1.0em;
	}

	#calendar_wrapper .calendar caption.calendar-month {
		color: #d4f1fa;
		font-size: 1.1em;
		text-transform: uppercase;
		background-color: #0da6d9;
		letter-spacing: 0.15em;
		height: 1.5em;
	}
	
	#calendar_wrapper .calendar th {
		text-transform: lowercase;
		color: #a2e4fa;
		font-size: 1.1em;
		border-bottom: 1px solid #1882ed;
	}
	
	#calendar_wrapper .calendar tr td {
		font-size: 1.0em;
		color: #96c5fa;
			
		width: 2em; line-height: 1.5em;
		
		text-align: center;
		vertical-align: middle;
		
		border-color: #136eed;
		border-left: 1px solid #136eed; 
		border-bottom: 1px solid #136eed;
	}	
	
	#calendar_wrapper .calendar tr td.first-line {
		border: none;
		border-bottom: 1px solid #136eed;
	}
	
	#calendar_wrapper .calendar tr td.last-line {
		border: none;
		border-left: 1px solid #136eed;
	}	
	
	#calendar_wrapper tr td.linked-day a {
		color: #e5e5e5;
		font-weight: bold;
		font-size: 1.1em;
		display: block;
		background-color: #0c7ef0;
		border: none;
	}
	
	#calendar_wrapper tr td.linked-day a:hover {
		color: #fff;
		background-color: #2590fa;
	}	
	
	#calendar_wrapper tr td span.today {
		font-weight: bold;
		border-bottom: 1px solid #faa2af;
	}
	
/* ---------------------------------------------*/
/* -------------->>> NEWSTICKER <<<-------------*/
/* ---------------------------------------------*/
#newsticker {
	width: 780px;
	height: 27px;
	background: #d5d5d5 url(../images/img_newsticker_bg.gif) 0 0 no-repeat;
	font-family: Arial, "Lucida Grande", sans-serif;
	
	padding-bottom: 10px;
	
	/* Piilotetaan elementti ja näytetään se vasta javascriptin avulla. Tällöin elementtiä ei näy jos javascript on pois päältä */
	/*display: none; visibility: hidden;*/
}

	#newsticker td {
		font-size: 12px;
		height: 27px;
	}
	
	#newsticker h3 {
		background: transparent url(../images/img_nt_separator.gif) top right no-repeat;
		padding-right: 20px;
		font-size: 1.0em;
		font-weight: normal;
		color: #333;
		font-weight: bold;
	}
	
	#newsticker .nordparcelclass {
		background-color: #e5e5e5;
		width: 560px;
		margin-left: 15px;
		-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
		opacity: 0.8;
	}
	
	#newsticker .nordparcelclass a {
		color: #333;
		border: none;
/*		background: transparent url(../images/bulletin_tre.gif) center left no-repeat;
		padding-left: 1em;*/
		text-decoration: underline;
	}
	
	#newsticker .nordparcelclass a:hover {
		color: #000;
	}
	
	#newsticker .rsstitle { /*shared class for all title elements in an RSS feed*/
	
	}
	
	#newsticker .rssdate { /*shared class for all date elements in an RSS feed*/
		color: gray;
		font-size: 85%;
	}
	
	#newsticker .rssdescription { /*shared class for all description elements in an RSS feed*/
	}
	
#newsTicker { 
font-size:1.2em;
line-height:27px;
width:100%; 
height:27px; 
background:#d5d5d5 url(../images/img_newsticker_bg.gif) no-repeat;
padding-bottom:10px;
overflow:hidden;
}
	#newsTicker span {
	position:relative;
	float:left;
	font-weight:bold;
	color:#2c2c2c;
	padding-left:10px;
	padding-right:15px;
	margin-right:15px;
	background:transparent url(../images/bg_separator.gif) right center no-repeat;
	}
	#newsTicker h3 {
	display:inline;
	background: transparent url(../images/img_nt_separator.gif) right center no-repeat;
	padding:0; margin:0;
	padding-left:20px;
	padding-right: 20px;
	font-size: 1.0em;
	font-weight: normal;
	color: #333;
	font-weight: bold;
	float:left;
	}	
	#newsTicker ul li { float:left; display:none; padding-left:15px}
	#newsTicker ul li a {
	color:#666;
	display:inline;
	background-color:#e5e5e5;
	border-color:#ccc;
	}
	#newsTicker ul li a:hover {color:#2c2c2c; border-color:#2c2c2c}	

/* -----------------------------------*/
/* --------->>> CONTENT <<<-----------*/
/* -----------------------------------*/
#content_wrapper {
	width: 100%;		
	height:64px;
	background: transparent url(../images/bg_content_top.jpg) 0 0 no-repeat;		
}

#content {
	float:left;
	color: #333;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 20px;

/*	height: 100%;*/

	width: 560px;
}

	#content ul li {
		list-style-type: none;
		list-style-type: square;
/*		list-style-image: url(../images/bullet_black.gif);*/
		list-style-position: outside;
		margin-left: 20px;
	}

	#content .headline {
		width: 560px;
		background: #fff url(../images/img_headline.gif) bottom left no-repeat;
		margin-bottom: 5px;
		padding: 10px;
	}
	
	#content .headline h1 {
		margin-bottom: 0;
	}	

	#content .headline span.timestamp {
		background: transparent url(../images/icon_timestamp.gif) center left no-repeat;	
		color: #e5e5e5;
		font-size: 1em;
		line-height: 20px;
		vertical-align: middle;
		padding-left: 20px;
	}
	
	#content .description {
		padding: 10px 0;
		/*background-color: #edf8ff;*/
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;		
	}
	
#sidenav_wrapper {
	float: right;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding-top:64px;
}

#sidenav {}
	
	#sidenav ol {
		list-style-position: outside;
		list-style: none;	
		padding: 0; margin: 0;		

	}
	
	#sidenav ol li {
		list-style: none;
		display: inline;
		padding: 0; margin: 0;
	}	
	
	#sidenav ol li a {		
		padding: 0; margin: 0;
	
		display: block;
		height: 0 !important;
		height /**/: 30px;
		padding-top: 30px;
		overflow: hidden;		
		background: transparent url(../images/btn_sidenav_1.gif) 0 0 no-repeat;
		border: none;
	}
	
	#sidenav a#sidenav_tyonantajalle { background-image: url(../images/btn_sidenav_2.gif) }
	#sidenav a#sidenav_tyonhakijalle { background-image: url(../images/btn_sidenav_3.gif) }
	#sidenav a#sidenav_yritysesittely { background-image: url(../images/btn_sidenav_4.gif) }
	#sidenav a#sidenav_yhteystiedot { background-image: url(../images/btn_sidenav_5.gif) }
	
	#sidenav ol li a.selected, #sidenav ol li a.selected:hover { background-position: left -60px}	
	
	#sidenav ol li a:hover, #sidenav ol li a:active { background-position: 0 -30px}
	
	#sidenav ul {
		list-style: none;
		padding: 0; margin: 0;
	}
	
	#sidenav ul li {
		position: relative;

		list-style-position: outside;
		list-style: none;
		width: auto;
		display: block;
		height: 25px;

		background: transparent url(../images/img_sidenav_bg.jpg) left top no-repeat;
	}
	
	#sidenav ul li.lastline {
		background-position: 0 bottom;
	}	
	
	#sidenav ul li a {
		display: block;
		position: relative;
		top: 0.45em;
		padding: 0 0 0 35px;
		
		color: #3f3f3f;
		text-decoration: none;
		font-size: 1.0em;	
		font-weight: bold;	
		
		border: none;
		background: none;		
	
		overflow: visible;
	}
	
	#sidenav ul li a:hover {
		color: #e50f9f;
		background-position: 0 0;
	}
	
	#sidenav ul li.selected {
		background-position: 0 -25px;
	}
	
#footer {
clear:both;
}
	
		
#joblist {}

	#legend {
		border: 1px solid #ccc;
		margin: 3px 0 5px 0;
	}		

	#joblist tbody tr td {
		padding: 0 5px;	
		background: transparent url(../images/img_separator.gif) 0 0 no-repeat;
	}
	
	#joblist tbody tr td.no-separator {
		background: none;
	}	
	
	#joblist thead tr th img {
		display: inline;
	}
	
	#joblist thead tr th a {
		background: transparent url(../images/img_titlebar_left.gif) 0 0 no-repeat;
		display: block;
		height: 20px;
		text-decoration: none;
		color: #000;
		vertical-align: middle;
		line-height: 20px;
		padding-left: 5px;
		font-weight: normal;
		border: none;
	}
	
	#joblist thead tr th a span {
		background: transparent url(../images/img_titlebar_bg.gif) top right repeat-x;
		height: 20px;
		display: block;
		padding-right: 5px;
	}	
	
	#joblist thead tr th a span.right {
		background: transparent url(../images/img_titlebar_right.gif) top right no-repeat;
	}	
	
	#joblist thead tr th a:hover, #joblist thead tr th a:hover span {
		color: #333;
		background-position: 0 bottom;
		cursor: pointer;
		cursor /**/: hand;
	}
	
	#joblist thead tr th a:hover span.right {
		background: transparent url(../images/img_titlebar_right.gif) bottom right no-repeat;
	}
	
	#joblist thead tr th.separator {
		background: transparent url(../images/img_titlebar_separator.gif) 0 0 no-repeat;
		width: 3px;
		height: 22px;
	}
	
	#joblist tbody tr td {
		height: 22px;
		font-size: 0.9em;
	}
	
	#joblist tbody tr td.separator {
		background: transparent url(../images/img_separator.gif) 0 0 repeat-y;
		width: 3px;
		height: 22px;
	}
	
	/* ikonit */
	#joblist tbody tr td span {
		width: 7px;
		padding-left: 10px;	
		margin-right: 1em;
	}	
	
	#icon_oulu {
		/*background: transparent url(../images/icon_oulu.gif) 0 0 no-repeat;*/
		background: transparent url(../images/bulletin_oulu.gif) center left no-repeat;
	}
	
	#icon_tampere {
		/*background: transparent url(../images/icon_tre.gif) 0 0 no-repeat;*/
		background: transparent url(../images/bulletin_tre.gif) center left no-repeat;
	}	
	
	#icon_jyvaskyla {
		/*background: transparent url(../images/icon_jkl.gif) 0 0 no-repeat;*/
		background: transparent url(../images/bulletin_jkl.gif) center left no-repeat;
	}	
	/* */
	
	#joblist tbody tr.oddline td {
		background-color: #edf8ff;
	}	
	
	#joblist tbody tr td a {
		color: #0071b8;
		text-decoration: none;
		border-bottom: 1px solid #9dd2f2;
		height: 22px;
	}
	
	#joblist tbody tr td a:hover {
		border-bottom-color: #0071b8;
	}	
	
	#joblist tbody tr:hover td {
		background-color: #eefae6;
	}
	
#newslist {}

	#newslist p a {
		background: transparent url(../images/bullet_go.gif) 0 0.5em no-repeat;
		font-weight: bold;
		display: block;
		border: none;		

		padding: 0.5em 0.5em 0.5em 20px;
	}	
	
	#newslist p a strong {
		color: #0071b8;
		font-size: 1.1em;		
		border-bottom: 1px solid #9dd2f2;
		display: block;
		padding: 0; margin: 0;
	}
	
	#newslist p a:hover strong {	
		border-bottom-color: #0071b8;
	}	
	
	#newslist p a span {
		font-weight: normal;
		color: #666;
	}
	
	#newslist p a:hover {
		background-position: 5px 0.5em;
		background-color: #edf8ff;/*eefae6;*/
	}	
	
/*	#newslist a:visited strong {
		color: #6994b0;
		border-bottom-color: #c7dbe8;
	}	*/

	#newslist p {
		color: #333;
		font-size: 1.0em;
		margin: 0;
		/*border-bottom: 1px solid #e5e5e5;		*/
	}
	
	#newslist p.oddline {
		/*background: #edf8ff;*/
	}	

#application-form {
	color: #333;
	line-height: 1.5em;
}		

	.js-input {
		font-size: 1.0em;
	}
	
	#loose-fit tr td {
		padding-top: 1.5em;
	}

	#application-form p {
		margin-bottom: 0; padding: 0;	
	}
	
	#application-form u {
		font-style: normal;
		font-weight: normal;
		text-decoration: underline;
	}
	
	#application-form span.alert, #application-form .js-input span.alert {
		background: transparent url(../images/icon_alert.gif) 0 0 no-repeat;
	}	
	
	#application-form h2 {
		color: #333;
		font-size: 1.3em;
		margin: 0 0 5px 0; padding: 0 0 2px 0;
		border-bottom: 1px solid #ccc;
	}
	
	#application-form h3 {
		color: #333;
		font-size: 1.0em;
		margin: 0 0 0.5em 0;
		padding: 3px 0 3px 0;
	}	

	#application-form div.application-data {
		width: 560px; position: relative; left: -2px
	}
	
	#application-form hr {
		width: 90%;
		margin: 0.5em 0 0.5em 0;
		margin /**/: 1em 0 1em 0;
	}
	
	/* This one's for the submit button */
	#application-form input.btn_previous, #application-form input.btn_next, #application-form input.btn_add, #application-form input.btn_delete, #application-form input.btn_send {
		font: 1.0em Arial, "Lucida Grande", sans-serif;
		color: #333;
		font-weight: bold;
		background: none;
		height: 26px;
		width: 152px;
		padding: 0 0 2px 0;
		border: none;
		
		cursor:pointer;
		cursor:hand;	
	}	
	
	#application-form input.btn_previous {
		background: transparent url(../images/btn_previous.gif) 0 0 no-repeat;	
	}
	
	#application-form input.btn_next {
		background: transparent url(../images/btn_next.gif) 0 0 no-repeat;
	}
	
	#application-form input.btn_add,#application-form input.btn_delete {
		width:102px;
		background: transparent url(../images/btn_add.gif) 0 0 no-repeat;
	}
	
	#application-form input.btn_delete {
		background-image:url(../images/btn_delete.gif);
	}		
	
	#application-form input.btn_send {
		background: transparent url(../images/btn_send.gif) 0 0 no-repeat;
	}	
	
	#application-form input.btn_previous:hover, #application-form input.btn_next:hover, #application-form input.btn_add:hover, #application-form input.btn_delete:hover, #application-form input.btn_send:hover {
		background-position: bottom left;
	}
		
	/* For normal link-buttons */
	#application-form .buttons {
		display: inline;
	}
	
	#application-form .buttons a {
		color: #333;
		font-weight: bold;
		background: #f0f0f0 url(../images/btn_left.gif) 0 0 no-repeat;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
		border: none;
	}
	
	#application-form .buttons span {
		background: #f0f0f0 url(../images/btn_right.gif) top right no-repeat;
		padding: 5px 5px 5px 0;
	}	
	
	#application-form .buttons a#button_add:hover, #application-form .buttons a#button_delete:hover {
		background-position: 0 -26px;
	}
	
	#application-form .buttons a:hover span	{
		background-position: right -26px;
	}
		
	#application-form .buttons a#button_add {
		background: #f0f0f0 url(../images/btn_add_left.gif) 0 0 no-repeat;
		padding-left: 25px;
	}
	
	#application-form .buttons a#button_delete {
		background: #f0f0f0 url(../images/btn_delete_left.gif) 0 0 no-repeat;
		padding-left: 25px;
	}	
	
	#application-form input.button {
		width: auto; 
		border: 3px double #999; 
		border-top-color: #CCC; 
		border-left-color: #CCC; 
		padding: 0.25em; 
		background: #eee url(../images/img_input_bg.gif) 0 0 repeat-x; 
		color: #333; 
		font-size: 1.0em; 
	}
	
	#application-form input.button:hover {
		color: #666;
		background-color: #fff;
	}
	
	#application-form input.button:active {
		border-color: #CCC;
		border-top-color: #999;
		border-left-color: #999;	
	}
	
	#application-form input, #application-form select, #application-form textarea {
		font-size: 1em;
		color: #333;	
		margin-left: 0.5em;		
	}
	
	#application-form select {
		line-height: 1.5em;
		padding: 1px 0;
	}
	
	#application-form .js-input input, #application-form .js-input textarea /* js-input class for stupid IE */ {
		color: #333;
		border: 1px solid #ccc;
		background: #fff url(../images/img_inputbox_bg.gif) 0 0 repeat-x;
		padding: 3px;
		margin-bottom: 2px;		
	}
	#application-form .js-input textarea {
		font: 1.0em  Arial, "Lucida Grande", sans-serif;
		background-position: left 0;
	}
	
	#application-form .js-input input:hover, #application-form .js-input textarea:hover /* doesn't work in IE */ {
		border-color: #999;
	}
	
	#application-form .js-input input.selected, #application-form .js-input textarea.selected {
		color: #333;
		border-color: #0082d1;
		background-position: 0 -100px;
	}					
	
	#application-form .js-input textarea.selected { background-color: #f2faff }
		
	#tabs {
		position: relative; 
		list-style: none;
		font-weight: bold;
		z-index: 4;
	}

		ul#tabs li {
			list-style: none; list-style-image: none; margin: 0;
			background: transparent url(../images/img_tab_left.gif) left top no-repeat;
			padding-left: 5px;
			float: left;
			border-bottom: 1px solid #a0a0a0;
		}
		
		ul#tabs li a {
			border: none;
		}
		
		ul#tabs li span {
			color: #999;
			background: transparent url(../images/img_tab_right.gif) right top no-repeat;
			padding: 3px 15px 1px 2px;
			display: block;
		}
		
		ul#tabs li#selected {
			background-position: left -50px;
			border-bottom-color: #f0f0f0;			
		}
		
		ul#tabs li#selected span {
			color: #000;
			background-position: right -50px;
		}		
		
		ul#tabs li#selected a:hover span {
			color: #fff;
		}
		
		ul#tabs li#selectable {
			background-position: left -25px;
		}
		
		ul#tabs li#selectable span {
			color: #333;
			background-position: right -25px;
		}		
		
		ul#tabs li#selectable a:hover span {
			color: #fff;
		}		
			
#contact-info { }
	
	#contact-info h2 {
		border-bottom: 1px solid #e5e5e5;
		display: block;
		margin: 1em 0 0.5em 0;
		padding-left: 3px;
	}
	
	#contact-info span {
		padding-left: 16px;
	}
	
	#tag-oulu {
		background: #fff url(../images/tag_oulu.gif) left 4px no-repeat;
	}
	
	#tag-jkl {
		background: #fff url(../images/tag_jkl.gif) left 4px no-repeat;
	}	
	
	#tag-tre {
		background: #fff url(../images/tag_tre.gif) left 4px no-repeat;
	}	
	
/* -----------------------------------*/
/* -------->>> GOOGLE MAPS <<<--------*/
/* -----------------------------------*/
#map { display:none; visibility:hidden}