#appbar_container {
	z-Index: 200;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:25px;
	background: ButtonFace;
	font-size: 9pt;
	font-family: arial;
	border-left: 1px ThreeDShadow solid;
	border-bottom: 1px ThreeDShadow solid;
	border-right: 1px ThreeDShadow solid;
}

#appbar_nudge {
	z-Index: 50;
	position:relative;
	width:100%;
	height:26px;
}

#appmenu_btn {
	height:20px;
	display: table-cell;
	vertical-align: middle;
	position:relative;
	left:0px;
	padding:2px;
	border-right: 1px ButtonShadow solid;
	border-top: 1px ButtonHighlight solid;
	border-left: 1px ButtonHighlight solid;
	background: ButtonFace;
	color: ButtonText;
	float:left;
}

#appbar_apps_menu {
	z-Index: 200;
	position:absolute;
	top:26px;
	left:0px;
	height: auto;
	max-height: 250px;
	width:250px;
	background: ThreeDFace;
	font-size: 9pt;
	font-family: arial;
	display:none;
	border-left: 1px ThreeDShadow solid;
	border-bottom: 1px ThreeDShadow solid;
	border-right: 1px ThreeDShadow solid;	
	overflow-x:hidden;
	overflow-y:scroll;	
}

#appbar_online_users {
	z-Index: 200;
	position:absolute;
	top:26px;
	left:0px;
	height: auto;
	max-height: 250px;
	width:250px;
	background: ThreeDFace;
	font-size: 9pt;
	font-family: arial;
	display:none;
	border-left: 1px ThreeDShadow solid;
	border-bottom: 1px ThreeDShadow solid;
	border-right: 1px ThreeDShadow solid;	
	overflow-x:hidden;
	overflow-y:scroll;	
}

#appbar_apps_menu_dark {
	z-Index: 195;
	position:absolute;
	top:29px;
	left:3px;
	height:250px;
	width:250px;
	background: ThreeDShadow;
	display:none;		
}

#appbar_apps_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:100%;	
}

#appbar_apps_menu  ul li { margin: 0 0 1px 0; padding:0px; line-height:100%; }

#appbar_apps_menu ul li a {
	display: block;
	padding: 5px 5px 5px 10px;
	width: 100%;
	color: MenuText;
	margin:0px;
	background-color: #FFF;
	text-decoration: none;
	border-bottom:1px #CCC solid;
}

#appbar_apps_menu ul li a:hover {
	background-color: Highlight;
	color: HighlightText;
}

#appmenu_logout {
	text-align:right;
	position:absolute;
	right:10px;
	top:3px;
}

#appbar_online_users ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:100%;	
	background: #FFF;
}

#appbar_online_users  ul li { margin: 0 0 1px 0; padding:0px; line-height:100%; }

#appbar_online_users ul li a {
	display: block;
	padding: 5px 5px 5px 10px;
	width: 100%;
	margin:0px;
	text-decoration: none;
	border-bottom:1px #CCC solid;
}

#appbar_online_users ul li a:hover {
	background-color: Highlight;
	color: HighlightText;
}

.currently_active {
	color: #427F00;
	font-weight: bold;
}

.currently_inactive {
	color: #FF8A00;
	font-weight: bold;
}