.RadDockingZone
{
	float:right;
	clear:both; 	
	color:#959580;
	text-align: right;
	font-size: 11px;
	border: 1px dotted white;
}

.RadDockableObjectFixed
{
	border: 0px solid red;
}

.RadDockableObjectResizeable
{
	border: 0px solid red;
}


.RadDockableObjectTitleBar
{
	color: #9b9b7f;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-image:url(img/titleBarBg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color:Transparent;
	height: 22px;
}

.RadDockableObjectTitle
{
	padding-left: 211px;
}

.RadDockableObjectCommandButton
{
}

.RadDockableObjectHorizontalGrip
{
	height: 5px;
	background-color: gray;
	font-size: 1px;
	line-height:1px;
}

.RadDockableObjectVerticalGrip
{
	width: 5px;
	background-color: gray;
	font-size: 1px;
}

.RadDockableObjectInnerContainer
{
	vertical-align: top;
	font-family:Verdana;
	font-size:10px;
	background-color: transparent;
}

.RadDragHelper
{
	background-color: #f2f2f2;
}

.RadDragHelperTooltip
{
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	background-color: infobackground;
	font-family:MS Sans Serif;
	font-size:6px;
}
