﻿.textBoxShadow
{
	background-image: url(/images/gradient.jpg?o=Vertical&l=3&c1=dfdfdf&c2=ffffff);
	background-repeat: repeat-x;
	border: solid 1px #aaa;
	padding: 2px;
}
.uwSortDropTarget
{
	border: dashed 1px #ccf;
	background-color: #f8f8ff;
	height: 6em;
}
.uwEditBar
{
	font-size: xx-small;
	color: #99b;
	text-align: right;
	/*background-color: #eeeeee;
	background-image: url(/images/gradient.jpg?o=Horizontal&l=200&c1=eeeeee&c2=ffffff);
	background-repeat: repeat-y;*/
	padding: 2px;
}
.uwEditBar a
{
	color: #99b;
	text-decoration: none;
	padding: 2px;
}
.uwEditBar a:hover
{
	color: #669;
	text-decoration: underline;
}
.uwEditPageItemList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.uwPageItemEditBox
{
	padding: 1px;
}
.uwPageItemEditBox:hover
{
	padding: 0px;
	border: dashed 1px #bbbbbb;
}
.undyingMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.undyingMenu li>ul
{
	margin-left: 1em;
}
.undyingMenu a
{
	color: #000;
	text-decoration: none;
}
.undyingMenu a:hover
{
	text-decoration: underline;
}
.undyingNewElementBox
{
	font-family: Tahoma;
	font-size: smaller;
	border-top: solid 1px #aab;
	text-align: left;
	background-color: #fff;
	clear: both;
}
.undyingNewElementBox ul
{
	margin: 0;
	padding: 4px 0 0 0;
	background-image: url(/images/gradient.jpg?o=Horizontal&l=150&c1=ffffff&c2=d0d0ff);
	background-repeat: repeat-y;
	border-right: solid 1px #aab;
}
.undyingNewElementBox li
{
	list-style-type: none;
	margin: 0;
	padding: 3px 4px 2px 0;
	cursor: default;
	text-align: right;
	background-repeat: no-repeat;
}
.undyingNewElementBox a
{
	font-size: inherit;
	color: #66A;
}
#uwModalDialog
{
	font-size: small;
}
#uwEditStaticMenuSelected
{
	border: dashed 1px #00c;
	padding: 0;
}