/*
 *		Description: Metso.com - metsoNaviFrame Special Styles
 *		Type: CSS
 *		Copyright: Metso Corporation
 *		Author: Morning Digital Design, Jani Tarvainen
 *		Created: 16/06/2004
 *
 */

body {
	margin: 12px 0px 0px 33px !important;
	padding:0px	!important;
}

/* CSS inconsistency hack, hide input styling from NS4.x.x */

/*/*/a{}

input.SearchField
{
	font-size:11px;
	color:black;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
    border: #348387 1px solid;
    width: 117px;
	height: 15px;
	font-family: arial, helvetica, sans-serif;
    background-color: white;
	text-align:middle;
}

/* */ 

div.secondLevelNaviWrapper {
	width:600px;
}


td.secondLevelNaviCell {
	padding-top:3px;
}

/* CSS inconsistency hack, hide padding-right from NS4.x.x */

/*/*/a{}

a.secondLevel {
	padding-right:9px;
}

/* */ 

a.secondLevel:link {
	font-size:10px;
	color:#D85016;
	text-decoration:none;
}

a.secondLevel:visited {
	font-size:10px;
	color:#D85016;
	text-decoration:none;
}

a.secondLevel:active {
	font-size:10px;
	color:black;
	text-decoration:none;
}

a.secondLevel:hover {
	font-size:10px;
	color:#D85016;
	text-decoration:underline;
}

a.secondLevelSelected {
	padding-right:9px;
	font-size:10px;
	color:black !important;
	text-decoration:none !important;
}

/* CSS inconsistency hack, hide padding-right from NS4.x.x */

/*/*/a{}

a.topLevel {
	padding-right:9px;
}

/* */ 

a.topLevel:link {
	font-size:10px;
	color:#006668;
	text-decoration:none;
}

a.topLevel:visited {
	font-size:10px;
	color:#006668;
	text-decoration:none;
}

a.topLevel:active {
	font-size:10px;
	color:#006668;
	text-decoration:none;
}

a.topLevel:hover {
	font-size:10px;
	color:#D85016;
	text-decoration:underline;
}

a.topLevelSelected {
	padding-right:9px;
	font-size:10px;
	color:#D85016;
	text-decoration:none;
}