﻿.ContextMenuGroup
{
	background-color:#e3f1fc;
	background-image: url(images/top-menu-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: solid 1px #8193b9;
	cursor: default;
	z-index:200;
}

.ContextMenuItem
{
	color: #656668;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	cursor: default;
	height:22px;
}

.ContextMenuItemHover
{
	background-color:#e3f1fc;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	background-image:url(images/top-item-hover.gif);
	background-repeat:repeat-y;
	cursor: pointer;
	height:22px;
}

.ContextMenuBreak
{
	background-image: url(images/break.gif);
	width: 100%;
	height: 1px;
	margin-left:17px;
}
.ContextMenuImageFileItem
{
	color: black;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	cursor: default;
}
.ContextMenuW
{
	width:250px;
}
.ContextMenuListBoxItem
{
	color: black;
	background-color:#F7F7F7;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	cursor: default;
	background-image:none;
}

.GrayedTreeNode
{
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: normal;
	color: #cccccc;
	cursor: default;
}

.SelectedGrayedTreeNode
{
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: normal;
	color: #cccccc;
	padding:0 2px 0 2px;
	cursor: default;
	border: solid 1px  #dbdbdb;
}

div.contentTemplatesType
{
    width:240px;
    float:left;
}
div.contextMenuType
{
    width:228px;
    float:left;
}
span.formLabelsType
{
    padding-left:10px;
    padding-bottom:7px;
}
.contentListBox
{
    float:left;
}