/**
 * XS2: Стили для контекстных меню
 *
 * file.css: PUBLIC_HTML/_inc/inface/css/contextmenu.css
 *
 * This file is confidential and may be privileged or otherwise protected
 * from disclosure. If you are not the intended recipient any use,
 * distribution, copying or disclosure is strictly prohibited. If you have
 * received this file in error, please notify the sender immediately either by
 * telephone or by e-mail and delete this file from your system. Solutecs, LLC.
 *
 * +7 (495) 585-0833 / 13 Rusakovskaya street, Moscow 107140 Russia
 *
 * @link http://www.solutecs.com
 * @copyright ©1998-2006 Solutecs, LLC
 * @version 1.XX
 */

div.contextmenu {
	background-color: #F6F6F6;
	display: none;
	position: absolute;
	z-index: 9999;
}

div.contextmenuitem {
	background-color: #F5F5F5;
	color: #6F6F6F;
	cursor: pointer;
	font-size: 8pt;
	margin: 0px 2px 0px 2px;
	padding: 3px 5px 4px 5px;
}

div.contextmenuitemsel {
	background-color: #0B2778;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 8pt;
	margin: 0px 2px 0px 2px;
	padding: 3px 5px 4px 5px;
}

span.vw_minmax{
}

table.contextmenubox {
	border: 1px solid #ACA899; /*  border-collapse: collapse; */
}

tr.vw_title_status{
	background-color: #CCCCCC;
	cursor: move;
}

.contextmenubox div.normal{
}

.contextmenubox div.service{
    font-style: italic;
}

.contextmenubox hr {
	border-top: 1px solid #D4D4D4;
	color: #D4D4D4;
	height: 1px;
	margin: 0px 1px 0px 1px;
	padding: 0px;
}

.contextmenubox td{
	border: 0px;
	padding: 0px;
}
