/* r.a.d.dock default skin */

.RadDockingZone
{
	/*background:#ffffff;*/
	/*border: solid 1px #dedede;*/
	font: normal 10px Tahoma, Verdana, Arial, Sanserif;
	/*padding: 4px;*/
}



.RadDockableObjectFixed
{
	
	border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #b7b7b7;
	border-bottom: solid 1px #b7b7b7;
	height:1px;
	background-color: Transparent ;
}

.RadDockableObjectResizeable
{
	border: solid 2px #868b8f;
	background-color: #fbfbfb;
}

/* titlebar start */

.RadDockableObjectTitleBarLeft
{
	width: 13px;
	/*height: 24px;*/
	background: white url('Img/titleBarBg.gif') no-repeat;
}

.RadDockableObjectTitleBarRight
{
	width: 1px;
	height: 24px;
	background: white url('Img/titleBarBg.gif') repeat-x;
}

.RadDockableObjectTitle
{
	background: white url('Img/titleBarBg.gif') repeat-x;

}

/* titlebar text */

.RadDockableObjectTitleBar
{
	height: 18px;
	color: #666;
	font: bold 11px Arial, Verdana, Sanserif;
	border-bottom: solid 1px #bbb;
	text-align:left;

}

/* command button table cell */

.RadDockableObjectCommandButton
{
	width: 15px;
	height: 15px;
	background: transparent url('Img/titleBarBg.gif') repeat-x;
}

/* button image */

.RadDockableObjectCommandButton img
{
	width: 15px;
	height: 15px;
	margin-left: 3px; /* buttons to button offeset */
}

/* titlebar end */

/* horizontal grip */

.RadDockableObjectHorizontalGrip
{
	height: 4px;
	background: #666;
	font-size: 1px;
	line-height: 1px;
}

/* vertical grip */

.RadDockableObjectVerticalGrip
{
	width: 4px;
	background-color: #666;
	font-size: 1px;

}

/* content of the dock */

.RadDockableObjectInnerContainer
{
	vertical-align: top;
	/*padding: 4px;*/
	font: normal 10px Arial, Verdana, Sanserif;
	text-align:left;
}

.RadDragHelper
{
	background-color: orange;
}

.RadDragHelperTooltip
{
	border: solid 1px #333;
	padding: 2px;
	background-color: #dadada;
	color: #000;
	font: normal 10px Verdana, Arial, Sans-Serif;
}