﻿.tabPlace
{
	padding: 0px 2px 0px 2px;
	white-space: nowrap;
}

#moreMenuHolder
{
	padding: 0px 0px 0px 2px;
}

.addMenuItems
{
	width:100%; white-space:nowrap;
}

#actionGroupsViewMenu
{
	width:100%; white-space:nowrap;
}

.overlay
{
	background: black;
	height: 100%;
	left: 0px;
	opacity: 0.3;
	filter: alpha(opacity=50);
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 1000001;
}

#dragyour
{
	padding: 10px 0px 5px 10px;
	color: rgb(41, 139, 210);
	font-size: 14px;
	font-weight: bold;
	display: none;
}

#btnStartMenuCustomizationHolder
{
	padding: 5px 0px 0px 10px;
}

#btnStartMenuCustomization
{
	background: #a1cf92;
	height: 40px;
	background: transparent url('images/edit-bg.gif') repeat scroll 0 0 !important;
}

.paneledit
{
	-moz-background-clip: border !important;
	-moz-background-inline-policy: continuous !important;
	-moz-background-origin: padding !important;
	background: transparent url('images/edit-bg.gif') repeat scroll 0 0 !important;
	z-index: 1000001;
	position: relative;
}

.paneledithover
{
	-moz-background-clip: border !important;
	-moz-background-inline-policy: continuous !important;
	-moz-background-origin: padding !important;
	background: transparent url('images/edit-hover-bg.gif') repeat scroll 0 0 !important;
	z-index: 1000001;
	position: relative;
}

.tab span
{
	text-align: center;
	width: 100%;
	padding: 5px 15px;
	cursor: move;
	color: white;
}
.tabToAdd span
{
	text-decoration: none;
	padding: 3px 10px;
}

.disabledTabToAdd span
{
	text-decoration: none;
	padding: 3px 10px;
	color:Gray;
}

.disabledTab
{
	background: none repeat scroll 0pt 0pt #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.disabledTab:hover
{
	background: none repeat scroll 0pt 0pt #dfdfdf !important;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.disabledTab a
{
	text-decoration: none;
	color: #FFFFFF !important;
	cursor:default;
}

.additionalMenuTabCustomize
{
	text-align: center;
	width: 100%;
	padding: 5px 15px;
	cursor: move;
	color: white;
	background: #298bd2;
}

.tabToAdd
{
	cursor: move;
}

.dragTab
{
	z-index: 100001;
}

.tabPlaceHolder
{
	background: #f0cf0b;
}

.menuBackLogHighlighted
{
	background: #fff9e0;
}
