﻿.system_contextMenu {
	background-color: #fff;
	background-image: url(Img/GroupBkg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border: 1px solid #002D96;
	left: -1000cm;
	margin: 0px;
	padding: 0px;
	position: absolute;
	white-space: nowrap;
	font-family:tahoma;
	font-size:8pt;
	display:inline;
	}

.system_contextScroll {
	position: absolute;}

.system_contextScroll a {
	background-color: #b6c9c4;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	width: auto;}

.system_contextScroll a:hover {
	background-color: #8ea19d;}

.system_contextScroll .down {
	background-image: url(img/bottom.gif);
	border-top:  1px outset #b6c9c4;}

.system_contextScroll .up {
	background-image: url(img/top.gif);
	border-bottom: 1px outset #b6c9c4;}

.item .system_contextMenu {
	display: none;
	width: auto;}

.system_contextMenu ul {
	margin: 0px;
	padding: 0px;}
.system_contextMenu li {
	display: inline;}

.system_contextMenu .selected {
	font-weight: bold;}

.system_contextMenu a {
	text-align: left !important;}
.system_contextMenu a.item {
	background-position: 2px center;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	height: auto;
	margin: 1px;
	padding: 3px 1px 4px 25px;
	text-align: left !important;
	text-decoration: none !important;
	width: auto;}
.system_contextMenu a.item span {
	display: block;
	padding: 0px 24px 0px 0px;
	position: relative;
	width: auto;}

.system_contextMenu .group {
	background-image: url(Img/groupImage.gif);
	background-position: right center;
	margin-right: 5px;
	background-repeat: no-repeat;}
.system_contextMenu .groupDisabled {
	background-position: right center;
	background-repeat: no-repeat;}
.system_contextMenu .disabled {
	color: #c0c0c0;}

.system_contextMenu a.item-hover 
{
	background-color: #FFEEC2;
	background-image: none;
	background-position: 1px center;
	border: 1px solid #002D96;
	padding: 2px 0px 3px 24px;}

.system_contextMenu .separator {
	display:block;
	line-height:5px;
	background:url(Img/Separator.gif) 0 50% repeat-x;
	}
.system_contextMenu .separator span {
	display:block;}
