/* r.a.d.dock inox skin */

.RadDockingZone
{
	/*background: blue;
	border: solid 1px #dedede;
	font: normal 10px Verdana, Arial, Sanserif;
	padding: 0px;*/
}

.RadDockableObjectFixed
{
	/*border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #b7b7b7;
	border-bottom: solid 1px #b7b7b7;
	background-color: white;*/
}

.RadDockableObjectResizeable
{
	border: solid 2px #868b8f;
	background-color: #fbfbfb;
}

/* titlebar start */

.RadDockableObjectTitleBarLeft
{
	/*width: 13px;
	height: 24px;
	background: white url('img/titleBarBg.gif') no-repeat;*/
	background: url(/images/title_left.gif);
	width: 9px;
	height: 26px;
}

.RadDockableObjectTitleBarRight
{
	/*width: 1px;
	height: 24px;
	background: white url('img/titleBarBg.gif') repeat-x;*/
	background: url(/images/title_right.gif);
	width: 9px;
	height: 26px;
}

.RadDockableObjectTitle
{
	/*background: white url('img/titleBarBg.gif') repeat-x;*/
	padding-top:5px;
	background: url(/images/title_main.gif) repeat-x;
	height: 26px;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align:center;
}

/* titlebar text */

.RadDockableObjectTitleBar
{
	/*height: 18px;
	color: #666;
	font: bold 11px Arial, Verdana, Sanserif;
	border-bottom: solid 1px #bbb;
	text-align:left;*/
	background: url(/images/title_main.gif) repeat-x;
	height: 26px;
	color: #fff;
	font-weight: bold;
	text-align:center;
}

/* 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: 0px;
	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;
}