
/*
Veldig lys #F6F6F6
Lys: #e3e3e3
Mørk #d7d7d7

*/

/* RadMenu Black skin */

.RadMenu_ExproBase 
{
	background: #1e1e1e;
}

.RadMenu_ExproBase_rtl
{
	text-align: right;
}

.RadMenu_ExproBase_Context
{
	background: none;
	border: 0;
}

.RadMenu_ExproBase a
{
	text-decoration: none;
}

.RadMenu_ExproBase .rmLink
{
	line-height: 32px;
	text-decoration: none;
	color: #343434 ; /*Font-color*/
	padding-left:3px;
}

.RadMenu_ExproBase .rmLink:focused,
.RadMenu_ExproBase .rmFocused
{
	outline: 0;
}

/*Selected in main-menu (sides)*/
.RadMenu_ExproBase .rmRootGroup .rmLink:hover,
.RadMenu_ExproBase .rmRootGroup .rmFocused,
.RadMenu_ExproBase .rmRootGroup .rmExpanded
{

	background: transparent url(Menu/HoverBgRoot_ie7.png) no-repeat 0 4px;
	_background: transparent url(Menu/HoverBgRoot.png) no-repeat 0 4px;



}
/*Selected in main-menu (middle)*/
.RadMenu_ExproBase .rmRootGroup .rmLink:hover .rmText,
.RadMenu_ExproBase .rmRootGroup .rmFocused .rmText,
.RadMenu_ExproBase .rmRootGroup .rmExpanded .rmText
{
	background: transparent url(Menu/HoverBgRoot_ie7.png) no-repeat right 4px;
	_background: transparent url(Menu/HoverBgRoot.png) no-repeat right 4px;
}

/*Selected in dropdown*/
.RadMenu_ExproBase .rmGroup .rmLink:hover,
.RadMenu_ExproBase .rmGroup .rmFocused,
.RadMenu_ExproBase .rmGroup .rmExpanded,
.RadMenu_ExproBase .rmGroup .rmLink:hover .rmText,
.RadMenu_ExproBase .rmGroup .rmFocused .rmText,
.RadMenu_ExproBase .rmGroup .rmExpanded .rmText
{
	background: transparent url(Menu/HoverBgSubitem.png) repeat-x 0 0;
}

/*main and sub-menu*/
.RadMenu_ExproBase .rmRootGroup .rmLink
{
	margin-right: 5px;
	overflow: visible;
}
/*main and sub-menu (but only text)*/
.RadMenu_ExproBase .rmRootGroup .rmLink .rmText
{
	font: normal 11px Verdana, Arial, sans-serif;
/*	margin-right:-1px;*/
	padding-top:9px; /*Space over text*/
	padding-bottom:9px; /*Space under text*/
}

.RadMenu_ExproBase .rmGroup .rmLink .rmText
{
	font: normal 11px Verdana, Arial, sans-serif;
	
	
}

.RadMenu_ExproBase .rmGroup
{
	background: #F6F6F6;
	border: 1px solid #c2c8ce;
	border-top:1px solid #F6F6F6;  /*Border same color as background*/
	/*This is the drop down group*/
}

.RadMenu_ExproBase .rmHorizontal
{
	height: 33px;
	background: #F6F6F6 url(Menu/Background.gif) repeat-x top left
}

.RadMenu_ExproBase .rmGroup .rmHorizontal
{
	height: 21px;
	background: #F6F6F6;/* #F6F6F6;*/
}

.RadMenu_ExproBase .rmGroup .rmLink
{
	text-decoration: none;
	color: #343434; /*#9f9f9f*/
	line-height: 18px;
	margin: 0;
}

.RadMenu_ExproBase_rtl .rmGroup .rmLink
{
	text-align: right;
	padding-right:0;
}

.RadMenu_ExproBase .rmText
{
	padding: 10px 20px 8px 20px; /*Bottom here desides the selected and hover space*/
}

.RadMenu_ExproBase .rmGroup .rmLink .rmText
{
	padding: 3px 30px 3px 24px;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	height:18px;
}

.RadMenu_ExproBase_rtl .rmGroup .rmLink .rmText
{
	padding: 3px 24px 3px 30px;
}

/* <expand arrows styling> */

.RadMenu_ExproBase .rmGroup .rmLink .rmExpandLeft
{
	background: #F6F6F6 url(Menu/ArrowExpandRTL.gif) no-repeat left center;
}

.RadMenu_ExproBase .rmGroup .rmLink .rmExpandRight
{
	background: #F6F6F6 url(Menu/ArrowExpand.gif) no-repeat right center;
}

.RadMenu_ExproBase .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_ExproBase .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_ExproBase .rmGroup .rmExpanded .rmExpandLeft
{
	color: #fff;
	background: #F6F6F6 url(Menu/ArrowExpandHoveredRTL.gif) no-repeat left center;
}

.RadMenu_ExproBase .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_ExproBase .rmGroup .rmFocused .rmExpandRight,
.RadMenu_ExproBase .rmGroup .rmExpanded .rmExpandRight
{
	color: #fff;
	background: #F6F6F6 url(Menu/ArrowExpandHovered.gif) no-repeat right center;
}

/* </expand arrows styling> */


.RadMenu_ExproBase .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_ExproBase .rmTopArrowDisabled,
.RadMenu_ExproBase .rmBottomArrowDisabled,
.RadMenu_ExproBase .rmLeftArrowDisabled,
.RadMenu_ExproBase .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_ExproBase .rmTopArrow,
.RadMenu_ExproBase .rmBottomArrow,
.RadMenu_ExproBase .rmLeftArrow,
.RadMenu_ExproBase .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_ExproBase .rmTopArrow,
.RadMenu_ExproBase .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #343434 url(Menu/ArrowScrollUpDown.gif) no-repeat center top;
}

.RadMenu_ExproBase .rmTopArrow
{
	border-top: 1px solid #000;
}

.RadMenu_ExproBase .rmBottomArrow
{
	background-position: center bottom;
	border-bottom: 1px solid #000;
}

.RadMenu_ExproBase .rmLeftArrow,
.RadMenu_ExproBase .rmRightArrow
{
	width: 10px;
	height: 20px;
	margin: 0;
	background: #343434 url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_ExproBase .rmRightArrow
{
	border-right: 1px solid #000;
	background-position: right center;
}

.RadMenu_ExproBase .rmLeftArrow
{
	border-left: 1px solid #000;
}

.RadMenu_ExproBase .rmRootGroup .rmItem .rmDisabled .rmText,
.RadMenu_ExproBase .rmGroup .rmItem .rmDisabled .rmText
{
	color: #555;
}

.RadMenu_ExproBase .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_ExproBase .rmGroup .rmItem .rmDisabled
{
	background-color: #F6F6F6;
}

.RadMenu_ExproBase .rmSeparator
{
	background-color: #1f1f1f;
}

.RadMenu_ExproBase .rmHorizontal .rmSeparator
{
	height: 20px;
	margin-top: 8px;
	width: 1px;
	border-left: 1px solid #303030;
}

.RadMenu_ExproBase .rmVertical .rmSeparator
{
	height: 1px;
	border-top: 1px solid #303030;
}

.RadMenu_ExproBase .rmLeftImage
{
	margin: 9px 5px 2px 1px;
}

.RadMenu_ExproBase .rmGroup .rmLeftImage
{
	margin: 2px 5px 0 1px;
}

.RadMenu_ExproBase .rmRootGroup .rmItem .rmDisabled:hover,
.RadMenu_ExproBase .rmRootGroup .rmItem .rmDisabled:hover .rmText
{
	background: none;
}












/*Active page*/

.selected{
	background: transparent url(Menu/SelectedBgRoot_ie7.png) no-repeat 0 4px;
	_background: transparent url(Menu/SelectedBgRoot.png) no-repeat 0 4px;
}

.selected .rmText{
	background: transparent url(Menu/SelectedBgRoot_ie7.png) no-repeat right 4px;
	_background: transparent url(Menu/SelectedBgRoot.png) no-repeat right 4px;	


	
}

/*
This is the tr of the menubar
It needs a backgrund image to fill the bar between the menu and the search field
*/
.MenuBarBackground{
	
	background: url(Menu/Background.gif) repeat-x;

/*Det blir en ramme inne søkefeltet som burde hatt*/
	/*background-color:#F0F0F0;*/
}




/*
AutoCompleteExtender dropdown for search
*/
.SearchList {
	border: 1px solid #c2c8ce;
	list-style-type: none;
	margin: 0px;
	background-color: #F6F6F6;
	
}

ul.SearchList li { 
	list-style-image:url();
	list-style-type: none;
	list-style:none;
	padding: 2px 5px 0px 5px;
}

.SearchListItem {
	color: #343434;/* #676767;*/ /*343434*/
}

.SearchListHoverItem {
	background-color: #c2c8ce;
}
