﻿body {
}
@charset "UTF-8";
/* CSS Document */

/* main horizontal top menu */

#vismaMenu {
	background: url("horizontal_menu/visma_menu.png") repeat-x 0 0;
	border-bottom: 1px solid #333;
	-moz-box-shadow: 0 2px 2px #404040;
	-webkit-box-shadow: 0 2px 2px #404040;
	box-shadow: 0 2px 2px #404040;
	margin-bottom: 1em;
	position: relative;
}
#vismaMenu .topmenu1level {
	height: 37px !important;
}
#vismaMenu0level {
	height: 37px !important;
	background: none !important;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px !important;
	overflow: hidden;
	position: relative;
}
header#vismaMenu0level > ul {
	/*padding: 6px 6px 6px 0px;*/
}
#vismaMenu img#logo {
	margin: .8em 0 .8em 2em;
	left: 0;
	position: absolute;
}
#vismaMenu ul.system_icons {
	margin: 0px;
	position: absolute;
	right: 0;
}
.system_icons > li {
	list-style: none;
	margin-left: 1em;
}
.system_icons a.icon {
	background: url("common/icons/system_icons.png") no-repeat 0 0;
	display: block;
	height: 24px;
	width: 24px;
}
a#info_page {
	background-position: 0 0;
}
a#user_settings {
	background-position: 0 -24px;
}
a#logout {
	background-position: 0 -48px;
}
#menuWrapper {
	height: 42px;
}
#vismaMenu a:hover {
	text-decoration: none;
}
#vismaMenu ul.menu {
	clear: both;
	overflow: hidden;
}
#mainMenu {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3.3em;
	margin: 0 10em 0 12em;
}
#subMenu {
	font-size: 1em;
	height: 1.2em;
	line-height: 1em;
	margin: .6em 1.2em;
}
ul.menu li {
	float: left;
}
#mainMenu li {
	border-right: 1px solid #6094B0;
	height: 3.2em;
	margin-top: 1px;
}
#mainMenu a, #loginName {
	border-right: 1px solid #325167;
	color: #fff;
	display: block;
	height: 3.2em;
	line-height: 3.2em;
	padding: 0 1.7em;
	text-shadow: -1px -1px 0 #000;
}
#mainMenu li a:hover {
	background: url("images/visma_menu.png") repeat-x 0 -105px;
	text-shadow: -1px 1px 0 #325167;
}
#mainMenu li.selected, #mainMenu li.selected:hover {
	background: url("images/visma_menu.png") repeat-x 0 -66px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 0 none;
}
#mainMenu li.selected a, #mainMenu li.selected span, #mainMenu li.selected:hover a {
	border-right: 1px ridge #325167;
	color: #323232;
	text-shadow: none;
}
#subMenu li a, #subMenu li span {
	display: block;
	color: #3c3c3c;
	padding: 0 8px;
}
#subMenu li {
	border-right: 1px solid #FFFFFF;
}
#subMenu li:last-child {
	border-right: 0 none;
}
#subMenu li a, #subMenu li span {
	border-right: 1px solid #a9a9a9;
}
#subMenu li:last-child a, #subMenu li:last-child span {
	border-right: 0 none;
}
#subMenu li.selected a, #subMenu li.selected span {
	color: #0085C7;
	font-weight: bold;
}
#subMenu li a:hover {
	color: #0085C7;
}
/* end #nav styles */



/* dropdown styles */


#logoutlink {
	float: right;
	margin-right: 8px;
	margin-top: 12px;
	margin-bottom: 6px;
	color: White;
}

#usersettings {
	border: 0px currentColor;
	float: right;
}

#companyselector {
	border: 0px currentColor;
	float: right;
}


#usersettings > div:last-child > a, #companyselector > div:last-child > a {
	width: 40px;
	height: 50px;
	right: 0px;
	float: right;
	padding: 8px 0px 3px 4px;
	
	z-index: 1001 !important;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
.dropped#usersettings > div:last-child > a, .dropped#companyselector > div:last-child > a {
	
	background:url(horizontal_menu/horizontal_menu_dropdown_bluebkg.png) repeat;
	border-top-color: white;
	border-right-color: white;
	border-left-color: white;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	
}
#usersettings > div:last-child > a > img, #companyselector > div:last-child > a > img {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 6px;
	bottom: 0px;
}
.dropped#usersettings > div:last-child > a > img, .dropped#companyselector > div:last-child > a > img  {
	background:url(horizontal_menu/horizontal_menu_dropdown_bluebkg.png) repeat;
	bottom: 2px;
	margin-right: 6px;
	left: 4px !important;
}
#usersettings > div:last-child > ul, #companyselector > div:last-child > ul {
	background:url(horizontal_menu/horizontal_menu_dropdown_bluebkg.png) repeat;
	border: 2px solid white;
	top: 38px;
	width: 200px;
	right: 0px;
	display: none;
	position: absolute;
	z-index: 1201;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: -1px 1px 3px #646d73;
	-webkit-box-shadow: -1px 1px 3px #646D73;
}
.dropped#usersettings > div:last-child > ul, .dropped#companyselector > div:last-child > ul {
	list-style: none;
	padding: 0px;
	display: block;
	z-index: 1350;
	position: absolute;
}

.dropped#usersettings > div:last-child > ul > li > hr, .dropped#companyselector > div:last-child > ul > li > hr {
height: 0px !important;
border-top-color: #30393e !important;
border-bottom-color: #5891ac !important;
margin: 4px 0px 4px 0px !important;
}

.dropped#usersettings > div > ul > li, .dropped#companyselector > div > ul > li {
	color: #fff !important;	
	padding: 4px 0px 4px 0px;

	}
	
.dropped#usersettings > div > ul > li > a, .dropped#companyselector > div > ul > li > a {
	font-weight: bold;
	padding: 2px 6px 2px 8px;
	color: #fff !important;
	font-size: 1.2em;
	text-shadow: 1px 1px 0 #000;
	

	}
	
	.dropped#usersettings > div > ul > li > a:hover, .dropped#companyselector > div > ul > li > a:hover { 
	color: #ccc !important;
	
	
	
	}
	
	
.dropped#usersettings > div > ul > li > span, .dropped#companyselector > div > ul > li > span {
	margin-left: 1em;
	
	}
	
.dropped#usersettings > div > ul > li > span.dropdownheading, .dropped#companyselector > div > ul > li > span.dropdownheading {
	font-size: 1.2em;
	
	}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

