html,body{width:100%;height:100%;margin:0px;padding:0px;overflow:hidden;}

div#accordiondiv {
    position: absolute;
	background-color: #EEEEEE;
	height: expression(document.body.clientHeight - '86' + 'px');
	top: 36px;
	left: 0;
	bottom: 0;
	right: 0;
	color: #003366;
}
span.standartTreeRow:hover {
	color: black;
	text-decoration: underline;
}
div#searchpanel {
	background-color: white;
	height:36px;
	background-image:url(../graphics/srch_panel_bg.gif);
	background-repeat: repeat-x;
}
div#searchtext {
    position:absolute;
	top:0;
	left:4px;
	width:190px;
	height:36px;
	font-size: 0;
}
div#searchdock {
	position:absolute;
	top:0;
	left:190px;
	width:70px;
	height:36px;
	font-size: 0;
}
div#headerwidth {
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 13px;
	padding: 6px 6px 10px 10px;
}
div#headerwidth a:link {
	color: #000000;
}
div#headerwidth a:visited {
	color: #000000;
}
div#headerwidth a:hover {
	color: #F03C91;
}
p.pUAItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	margin: 0 0 0 0em;
	padding: 0 0 0 1em;
	background-position: 4px 6px;
	background-repeat: no-repeat;
	background-image: url(../graphics/n_ci.gif);
}
p.pCategory {
	color: #4a4e4f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 4pt 0 0 2pt;
	white-space: nowrap;
	font-weight: bold;
}
p.pUAItem a {
	color:#554295;
	text-decoration: underline;
}
p.pUAItem a:hover {
	color: #F03C91;
}
