/* Caution! Ensure accessibility in print and other media types... */
@media projection , screen {
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}

#navigationContainer {
	background: #d5d5d5
		url(../i18n-assets/fi/navigationmenu/mainNavigationBackground.png)
		left top repeat-x;
	height: 2em;
	min-width: 50em;
}

#navigationLeftEnd {
	float: left;
}

#navigationRightEnd {
	float: right;
}

#navigationContainer #roundedTopLeftAngle {
	background: url(../i18n-assets/fi/navigationmenu/roundLeftTop.png) left
		top no-repeat;
	text-decoration: none;
	width: 10px;
}

#navigationContainer #roundedTopRightAngle {
	background: url(../i18n-assets/fi/navigationmenu/roundRightTop.png)
		right top no-repeat;
	text-decoration: none;
	width: 10px;
}

#navigationContainer #roundedBottomRightAngle {
	background: transparent
		url(../i18n-assets/fi/navigationmenu/roundRightBottom.png) right
		bottom no-repeat;
	text-decoration: none;
	width: 10px;
	margin: none;
	padding:none;
	font-size: 5px;
}

#navigationContainer #roundedBottomLeftAngle {
	background: transparent
		url(../i18n-assets/fi/navigationmenu/roundLeftBottom.png) left bottom
		no-repeat;
	text-decoration: none;
	width: 10px;
	float: left;
	margin: none;
	padding: none;
	font-size: 5px;
}

#navigationContainer #subNavigationContainer {
	background: #bd141b
		url(../i18n-assets/fi/navigationmenu/subNavigationBackground.png) top
		left repeat-x;
	padding-top: 0.3em;
	vertical-align: bottom;
}

#navigationContainer ul.ui-tabs-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabs-container2 ul.ui-tabs-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#navigationContainer .ui-tabs-nav li {
	float: left;
	padding: 0;
	text-align: center;
	display: inline;
	height: 1.7em;
	vertical-align: middle;
	background: #d5d5d5
		url(../i18n-assets/fi/navigationmenu/mainNavigationBackground.png)
		left top repeat-x;
	overflow: visible;
}
#tabs-container2 .ui-tabs-nav li {
	float: left;
	padding: 0;
	text-align: center;
	display: inline;
	height: 1.7em;
	vertical-align: middle;
	background: #d5d5d5
		url(../i18n-assets/fi/navigationmenu/mainNavigationBackground.png)
		left top repeat-x;
	overflow: visible;
}

#navigationContainer .ui-tabs-nav li a {
	color: #666666;
	display: block;
	padding: 0.3em 1.3em 0.3em 0.9em;
	text-decoration: none;
	background: url(../i18n-assets/fi/navigationmenu/arrowright.png) 94% 50%
		no-repeat;
}
#tabs-container2 .ui-tabs-nav li a {
	color: #666666;
	display: block;
	padding: 0.3em 1.3em 0.3em 0.9em;
	text-decoration: none;
	background: url(../i18n-assets/fi/navigationmenu/arrowright.png) 94% 50%
		no-repeat;
}

#navigationContainer li.ui-tabs-active {
	background:
		url(../i18n-assets/fi/navigationmenu/mainNavigationBackground_select.png)
		50% 50% repeat-x;
}

#tabs-container2 li.ui-tabs-active {
	background:
		url(../i18n-assets/fi/navigationmenu/mainNavigationBackground_select.png)
		50% 50% repeat-x;
}

#navigationContainer li.ui-tabs-active a {
	color: white;
	padding: 0.3em 1.3em 0.3em 0.9em;
	background: url(../i18n-assets/fi/navigationmenu/arrowdown.png) 94% 50%
		no-repeat;
}
#tabs-container2 li.ui-tabs-active a {
	color: white;
	padding: 0.3em 1.3em 0.3em 0.9em;
	background: url(../i18n-assets/fi/navigationmenu/arrowdown.png) 94% 50%
		no-repeat;
}
#navigationContainer #subNavigationContainer .elements {
    margin-left: 0.8em;
}

img.topNavigationGraphic {
	margin-right: 0.3em;
	margin-top: .3em;
	border: 0px;
}

#navigationContainer li.menu {
	float: left;
	margin-right: 0.2em;
	padding: 0;
	text-align: center;
	display: inline;
	height: 1.2em !important;
}

a.selectedMenuTtem {
	font-weight: bold;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

/* Mobile browser style settings */ /* MOBILE STUFF */
#info {
	position: relative;
}

p.bold {
	padding-left: 15px;
	color: #c00;
}

a.linkup {
	position: relative;
}

a.buttonup {
	position: absolute;
	top: 200px;
	left: 650px;
	border: 0;
}

a.buttonup img {
	border: 0;
}

.gleft {
	float: left;
	margin: 25px 0 10px 0;
}

.gright {
	float: right;
	margin: 25px 5px 10px 0;
}

.grc {
	margin: 20px 0 0 10px;
}

#mobileMenu {
	height: 3em;
	font-size: 0.85em;
	position: relative;
	z-index: 100;
	border-right: 1px solid #000;
	background: #c0c0c0;
}

#mobileMenu a,#mobileMenu a:visited {
	background: #cc0000 none repeat scroll 0 0;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	line-height: 29px;
	padding-left: 10px;
	text-decoration: none;
	width: 138px;
	font-weight: bold;
}

#mobileMenu span,#mobileMenu span:visited {
	background: #cc0000 none repeat scroll 0 0;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	line-height: 29px;
	padding-left: 10px;
	text-decoration: none;
	width: 138px;
}


#mobileMenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#mobileMenu ul ul {
	width: 149px;
}

#mobileMenu li {
	float: left;
	width: 149px;
	position: relative;
}

#mobileMenu a,#mobileMenu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	width: 138px;
	border: 1px solid #000;
	border-width: 1px 0 1px 1px;
	background: #cc0000;
	padding-left: 10px;
	line-height: 29px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #mobileMenu a,* html #mobileMenu a:visited {
	width: 149px;
	w\idth: 138px;
}

/* style the second level background */
#mobileMenu ul ul a.drop,#mobileMenu ul ul a.drop:visited {
	background: #cc0000;
}

/* style the second level hover */
#mobileMenu ul ul a.drop:hover {
	background: #cc0000;
}

#mobileMenu ul ul :hover>a.drop {
	background: #cc0000;
}

/* style the third level background */
#mobileMenu ul ul ul a,#mobileMenu ul ul ul a:visited {
	background: #cc0000;
}

/* style the third level hover */
#mobileMenu ul ul ul a:hover {
	background: #cc0000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#mobileMenu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0;
	width: 149px;
	border-top: 1px solid #000;
}

/* another hack for IE5.5 */
* html #mobileMenu ul ul {
	top: 30px;
	t\op: 31px;
}

/* position the third level flyout menu */
#mobileMenu ul ul ul {
	left: 149px;
	top: -1px;
	width: 149px;
}

/* position the third level flyout menu for a left flyout */
#mobileMenu ul ul ul.left {
	left: -149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#mobileMenu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
}

/* style the second level links */
#mobileMenu ul ul a,#mobileMenu ul ul a:visited {
	background: #cc0000;
	color: #cccccc;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html #mobileMenu ul ul a,* html #mobileMenu ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}

/* style the top level hover */
#mobileMenu a:hover,#mobileMenu ul ul a:hover {
	color: #fff;
	background: #cc0000;
}

#filterMenu {
	display: none;
	border: 1px solid #c0c0c0;
	padding-left: 0.7em;
	background-color: white;
	width: 100%;
}

#mobileMenu :hover>a,#mobileMenu ul ul :hover>a {
	color: #fff;
	background: #C0C0C0;
}

/* make the second level visible when hover on first level list OR link */
#mobileMenu ul li:hover ul,#mobileMenu ul a:hover ul {
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#mobileMenu ul :hover ul ul {
	visibility: hidden;
}

/* me the third level visible when you hover over second level list OR link */
#mobileMenu ul :hover ul :hover ul {
	visibility: visible;
}

#mobileMenu #subNavigationContainer {
    padding-top: 0.0em;
    position: absolute;
}


#mobileMenu .ui-tabs-panel {
    position: absolute;

}