/*
	Dark blue	#000080
	Light blue	#243D7F
	Gray		#ACB0B3
	Orange		#F38F1F
	
*/

.ContextMenuGroup
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	background-color: whitesmoke;
}

.ContextMenuItem, .ContextMenuItemOver, .ContextMenuItemClicked
{
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 4px;
	cursor: pointer;
	cursor: hand;
	color: Black;
	padding-top: 4px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	background-color: WhiteSmoke;
}

.ContextMenuItemOver, .ContextMenuItemClicked
{
	background-color: DimGray;
	color: White;
}



