.RadDockingZone
{
	background-color: #fff;
	border: 1px solid #dedede;
	font-family: ms sans serif;
	font-size: 12px;
	padding: 3px;
}

.RadDockableObjectFixed
{
	border: 1px solid #fff;
	background-color: #fafafa;
	border-collapse: separate !important;
}

.RadDockableObjectResizeable
{
	border: 2px solid #fff;
	background-color: #fafafa;
}

.RadDockableObjectTitleBarLeft
{
	width: 13px;
	height: 34px;
	background:url(img/titleBarLeft.gif) no-repeat;
	line-height: 10px;
}

.RadDockableObjectTitleBarRight
{
	width: 13px;
	height: 34px;
	background:url(img/titleBarRight.gif) no-repeat;
	line-height: 10px;
}

.RadDockableObjectTitleBar
{
	height: 34px;
	background-image:url(img/titleBarBg.gif);
	background-repeat: repeat-x;
	color: #666;
	font-family: ms sans serif;
	font-size: 12px;
	line-height: 10px;
	text-align:left;
}

.RadDockableObjectTitle
{
	padding-left: 4px;
	font-weight: bold;
	background-image:url(img/titleBarRightBg.gif);
	background-position: right top; 
	background-repeat: no-repeat;
	line-height: 10px;
}

.RadDockableObjectCommandButton
{
	height: 34px;
	width: 15px;
	background-image:url(img/titleBarBg.gif);
	background-repeat: repeat-x;
	line-height: 10px;
}

.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;
	border-left: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;	
	border-right: solid 1px #f2f2f2;
	border-top: none;
	background-color: #fafafa;
	text-align:left;
}

.RadDragHelper
{
	background-color: orange;
}

.RadDragHelperTooltip
{
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	background-color: infobackground;
	font-family:MS Sans Serif;
	font-size:6px;
}

.RadDockableObjectFixed,
.RadDockableObjectResizeable
{
    display: table !important; /* Mozilla Fix Jan, 4th 2008 */
}