﻿#NavigateMainContainer
{
	height:100%;
}
 
#NavigateLanguageSelectContainer
{
	margin-bottom:15px;
}

#NavigateSearchContainer
{
	padding: 10px; 
	background-color: #dbdce5; 
	color: #0860a8;
}

#NavigateTreeContainer
{
	margin-top:15px;
	overflow:auto;
}

.RightAlignButton
{
	text-align:right;
	margin-top:10px;
}

.SearchButton
{
	background-color: White;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-top: 0px;
	border-top: solid 1px #BCBCBC;
	border-left: solid 1px #BCBCBC;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	text-decoration: none;
}
	
.IntranetTreeSmall
{
	font-size:9px;
}

#cArtnoPopup
{
	visibility:hidden;
	width:160px;
	position:absolute;
	top:200px;
	left:200px;
	border:1px solid black;
	background-color:#f1f1f5;
	padding:5px;
	font-weight:bold;
}

.artNoTable
{
	width:100%;
}

.flagCell
{
	width:40px;
}

.rskCell
{
	font-weight:bold;
}

.closelink
{
	font-weight:bold;
}

.closeCell
{
	text-align:right;
}

.redText
{
	color:Red;
}
