﻿.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.menu
{
	float: left;
	display: inline;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em; /*10px;  */
	width: 100%;
	margin-right: 0px;
}
a[disabled='disabled']
{
	color: Silver;
}
a[disabled='true']
{
	color: silver;
}
.adjustedZIndex {
    z-index: 1;
}
.menuStaticMenuItemStyle
{
	font-size: 0.8em;
	text-decoration: none;
	color: black;
	border: 1px solid white;
	border-width: 1px 1px 1px 1px;
	background: transparent;
	padding: 1px 2px;
	height: 25px;
	/* line-height: 29px; */
	font-weight: bold;
}

.menuStaticMenuItemStyle a
{
	color: Black;
}

.menuStaticMenuItemStyle a:visited
{
	color: Black;
}
/* statiska Text-objekt */
.menuStaticMenuItemStyle a:hover
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
/* statiska background */
.menuStaticHoverStyle
{
	background: #74aed4;
	color: Black;
}

.menuDynamicMenuItemStyle
{
	background: #89c3e9;
	color: black;
	height: 25px;
	/* line-height: 20px; */
	width: 139px;
	border: 1px solid #fff;
	border-width: 1px 1px 1px 1px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em; /*10px;  */
	font-weight: bold;
	padding: 1px 1px 1px 2px;
}
.menuDynamicMenuItemStyle a, .menuDynamicMenuItemStyle a:hover
{
	color: Black;
	background: transparent;
}
.menuDynamicHoverStyle
{
	background: #74aed4;
	color: Black;
}

.menuSelectedStyle
{
	/*    background:#758279;        font-weight:normal;     text-decoration:underline; */
}

