/* ------ LeftMenu items -----*/
a.menulink, a.menulink:active, a.menulink:hover, a.menulink:visited
{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 15px 7px 0px;
	display:block;
	float:left;
}

a.menulinkactive, a.menulinkactive:active, a.menulinkactive:hover, a.menulinkactive:visited
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px 7px 0px;
	display:block;
	float:left;
}

div.menuitemimage
{
	display:inline;
	float:right;	
}

div.menuitemindent
{
	background-image: url(/images/nordost/mnu_green_bottom.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	vertical-align:top;
	display:inline;
	background-color: #DFEF83;
	float:left;
}

div.menuitemindentexpanded
{
	background-image: url(/images/nordost/mnu_green_bottom2.gif);
	background-position: bottom right;
	background-repeat:no-repeat;	
}

div.menuitemindentchild
{
	background-image: url(/images/nordost/mnu_grey_bottom.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	vertical-align:top;
	display:inline;
	background-color: #EDEDED;
	float:left;
}

div.menuitem
{
	float:left;
	display:inline;	
}

/* Misc */
.cleardiv
{
	height: 1px;
	clear: both;
}

.BlockBlue
{
	background-image: url(/images/nordost/ruta_blue_top.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding-bottom: 15px;
	padding-top:20px;
	clear: both;
	/* Margin-top is set in the Nordost_Browser[Browser].css */
}

.BlockBlueContent
{
	padding-left:20px;
	/* Padding is set in the Nordost_Browser[Browser].css */
	background-color: #5CA8CD;
	font-size:1.3em;
	color: #FBFBFB;
	width: 120px;
}

.BlockGrey
{
	background-image: url(/images/nordost/ruta_grey_top.gif);
	background-position: top center;
	background-repeat:no-repeat;
	padding-bottom: 15px;
	padding-top:20px;
	width:165px;
}

.BlockGreyContent
{
	padding-left:20px;
	padding-right:20px;
	background-color: #EDEDED;
	color: #666666;
}

.BlockSearch
{
	/*background-image: url(/images/nordost/ruta_green_top.gif);*/
	background-position: top center;
	background-repeat:no-repeat;
	/*padding-bottom: 15px;
	padding-top:20px;
	width:165px;*/
}

.BlockSearchContent
{
	/*padding-left:20px;
	padding-right:20px;
	background-color: #DFEF83;*/
	color: #FBFBFB;
}


.BlockRight
{
	background-image: url(/images/nordost/ruta_green_top.gif);
	background-position: top center;
	background-repeat:no-repeat;
	padding-bottom: 15px;
	padding-top:20px;
	width:165px;
}
.BlockRightContent
{
	color: #666666;
	padding-left:20px;
	padding-right:20px;
	background-color: #DFEF83;
}
.BlockRightContent a
{
	color: #666666;
	text-decoration: none;
}

/* News listing */
.NewsListingItem
{
	padding: 10px 0px 0px 0px;
}

/* Quick search */
input.quicksearchinput
{
	width: 120px;
	border: 1px solid #9C9A94;
}

/* Search */
input.searchinput
{
	width: 250px;
	border: 1px solid #9C9A94;
}
