.RadDockingZone
{
	background-color: infobackground;
	border:1px solid #d3d3d3;
	font-family: ms sans serif;
	font-size: 12px;
}

.RadDockableObjectFixed
{
	/order: 1px solid #fff;
	background-color: transparent;
}

.RadDockableObjectTitleBarLeft
{
	width:32px;
	height:57px;
	background-image:url(img/titleBarLeft.gif);
}

.RadDockableObjectTitleBarRight
{
}

.RadDockableObjectTitleBar
{
	height: 57px;
	background-color: none;
	color: red;
	font-family: ms sans serif;
	font-size: 13px;
}

.RadDockableObjectTitle
{
	padding-left:0px;
	font-weight:bold;
	background-image:url(img/titleBarBg.gif);
	background-repeat: repeat;
	vertical-align:bottom;
}

.RadDockableObjectCommandButton
{
	width: 12px;
	height: 57px;
	background-color: none;
}

.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;
	padding:5px 5px 5px 5px;
	margin-right:20px;
	border: none;	
    
	background-image: url(img/contentAreaBg.gif);
	background-color: transparent;
	
	margin: 10px 10px 10px 10px;
	font: normal 13px Comic Sans MS, Trebuchet MS, Arial, Verdana, Sans-serif;
	color: black;
	text-align: center;
	vertical-align: middle;
}

.RadDragHelper
{
	background-color: transparent;
}

.RadDragHelperTooltip
{
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	background-color: infobackground;
	font-family:MS Sans Serif;
	font-size:6px;
}