﻿/*
QS4 system menu css
*/

.syspopupMenu {
	/*width:9em;*/
	width: 144px;
	background:#ffffff;
	/* -moz-box-sizing:border-box; bugfix html5 */

	border: solid 2px #535355; 
	text-align:left;
	display:none;
	float:left;
	z-index:1090;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.syspopupMenu a {
	font: 8pt tahoma, helvetica, sans-serif;
	display: block;
	white-space:nowrap;
	margin: 0;
	padding: 6px;
	padding-left:7px;
	text-decoration:none;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.syspopupMenu a, .syspopupMenu a:visited {
	color:black;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.syspopupMenu a:hover {
	background:#cfe4ee;
	text-decoration:none;
	padding:6px;
	padding-left:7px;
	border: none;
	color:black;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.syspopupMenu a img {
	margin:0;
	border:0;
	float:left;
	margin-left:-5px;
	margin-right:9px;
	margin-top: -1px;
	width:13px;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.syspopupMenu li {
	position:relative;
	padding:0;
	background: url('Images/PopupMenuBg.gif') repeat-y;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.syspopupMenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
/*	float:left;*/
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.syspopupMenu ul li {
/*	float: left;*/ /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
	display:none;
	/* -moz-box-sizing:border-box; bugfix html5 */
}
.syspopupMenu ul li a {
	height: 1%; /* make links honour display: block; properly */	
	/* -moz-box-sizing:border-box; bugfix html5 */
} 

.syspopupMenu .syspopupMenuTitle 
{
	/*width:146px;*/
	font: 8pt Tahoma, arial, helvetica, sans-serif;
	color:White;
	display:block;
	text-align:left;
	padding-left:24px;
	background: #535355 url(/qsPortal/Themes/Default/Images/PopupMenuLogo.gif) no-repeat;
	min-height:20px;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.syspopupMenu .syspopupMenuTitle span
{
	color:#84d3f6;
	padding-left:5px;
	/* -moz-box-sizing:border-box; bugfix html5 */
	min-height:20px;
}

img.editPopup
{
	margin-right:5px;
	cursor:pointer;
}
.syspopupMenu #mnuBottom
{
	/*border-top: solid 2px #535355; */
	padding-top: 2px;
	/*height:22px;*/
	display:table;
	width: 100%;
	background-color: #535355;
}

.syspopupMenu #mnuBottom a
{
	padding: 0px;
	margin: 0px;
	width:24px;
	height:20px;
	float:right;
}
a.disable
,a.disable:hover 
{
	cursor:default;
}

a#mnuClipboardCut 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuCutClipboard.gif) no-repeat 6px 4px;
}
a#mnuClipboardCut:hover 
{
	background: #535355 url(/qsPortal/Themes/Default/Images/PopupMenuCutClipboardWhite.gif) no-repeat 6px 4px;
}
a#mnuClipboardCut.disable
,a#mnuClipboardCut.disable:hover 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuCutClipboardDisable.gif) no-repeat 6px 4px;
}

a#mnuClipboardCopy 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuCopyClipboard.gif) no-repeat 6px 4px;
}
a#mnuClipboardCopy:hover
{
	background: #535355 url(/qsPortal/Themes/Default/Images/PopupMenuCopyClipboardWhite.gif) no-repeat 6px 4px;
}
a#mnuClipboardCopy.disable
,a#mnuClipboardCopy.disable:hover 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuCopyClipboardDisable.gif) no-repeat 6px 4px;
}


a#mnuClipboardPaste 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuPasteClipboard.gif) no-repeat 6px 4px;
}
a#mnuClipboardPaste:hover
{
	background: #535355 url(/qsPortal/Themes/Default/Images/PopupMenuPasteClipboardWhite.gif) no-repeat 6px 4px;
}
a#mnuClipboardPaste.disable
,a#mnuClipboardPaste.disable:hover 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuPasteClipboardDisable.gif) no-repeat 6px 4px;
}


a#mnuMoveUp 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuUp.gif) no-repeat 6px 4px;
}
a#mnuMoveUp:hover 
{
	background: #535355 url(/qsPortal/Themes/Default/Images/PopupMenuUpWhite.gif) no-repeat 6px 4px;
}
a#mnuMoveUp.disable
,a#mnuMoveUp.disable:hover 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuUpDisable.gif) no-repeat 6px 4px;
}


a#mnuMoveDown 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuDown.gif) no-repeat 6px 4px;
}
a#mnuMoveDown:hover
{
	background: #535355 url(/qsPortal/Themes/Default/Images/PopupMenuDownWhite.gif) no-repeat 6px 4px;
}
a#mnuMoveDown.disable
,a#mnuMoveDown.disable:hover 
{
	display:block;
	background: #dedede url(/qsPortal/Themes/Default/Images/PopupMenuDownDisable.gif) no-repeat 6px 4px;
}



/* same for standard menu -> should be moved after tests */

.vMenu {
	border: solid 1px #6e6d8f; 
	text-align:left;
	float:left;
	width:9em;
	background:#eeffee;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.vMenu a {
	font: 8pt tahoma, helvetica, sans-serif;
	display: block;
	white-space:nowrap;
	margin: 0;
	text-decoration:none;
	line-height:24px;
	height:24px;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.vMenu a, .vMenu a:visited {
	color:black;
	line-height:24px;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.vMenu a:hover {
	background:#ffeec2;
	text-decoration:none;
	line-height:24px;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.vMenu li
{
	position:relative;
	padding:1px;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.vMenu ul
{
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.vMenu ul ul,
.vMenu ul ul ul
{
	position:absolute;
	top:0;
	left:100%;
	border: solid 1px #6e6d8f; 
	text-align:left;
	width:12em;
	background:#eeffcc;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.vMenu ul li
{
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
	/* -moz-box-sizing:border-box; bugfix html5 */
}
.vMenu ul li a {
	/* aheight: 1%;  make links honour display: block; properly -> Bug in FF */	
	/* -moz-box-sizing:border-box; bugfix html5 */
} 

.vMenu ul ul, 
.vMenu ul li:hover ul ul,
.vMenu ul li.sfHover ul ul
{
	display:none;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

.vMenu ul li:hover ul,
.vMenu ul li:hover ul li:hover ul,
.vMenu ul li.sfHover ul,
.vMenu ul li.sfHover ul li.sfHover ul
{
	display:block;
	/* -moz-box-sizing:border-box; bugfix html5 */
}

