/* Docking Zone properties */

* {
	padding: 0;
}

.RadDockZone_Lodestar
{
    /*border: 1px solid #b8b8b8;*/
    /*background-color: #f7f7f7;*/
	/*background:#ecedf5;*/
	width:200px;
	_width: 192px;

}

*>.RadDockZone_Lodestar.rdVertical /* hidden from IE6 */
{
    padding-right:5px;
	border:0;
}

/* Dock Object properties */

/* wrappers and borders */

.RadDockZone_Lodestar .rdPlaceHolder
{
    /*border-color:#666;*/
}

.RadDock_Lodestar
{
    background:window;
    color:windowtext;
    text-align:left;
	margin-bottom:12px;
}

.RadDock_Lodestar .rdTopBorder,
.RadDock_Lodestar .rdSideBorders,
.RadDock_Lodestar .rdBottomBorder
{
    border-width:0px;
    border-color:#5c5c5c;
	border-bottom: 1px solid #c4c4ce;
	
}

.RadDock_Lodestar .rdSideBorders
{
    border-style:none solid none;
}

.RadDock_Lodestar .rdTopBorder
{
    border-style:solid none none;
}

.RadDock_Lodestar .rdBottomBorder
{
    border-style:none none solid;
}

/* titlebar and buttons */

.RadDock_Lodestar .rdTitlebar
{
    top:1px;
    /*border-style:solid;
    border-color:#0a0a0a;*/
    color:#666;
}

.RadDock_Lodestar .rdHTitlebar .rdTitlebar
{
    height:27px;
    background: url(Dock/TitlebarHLeft.gif) no-repeat;
    _background: url(Dock/TitlebarHLeft2.gif) no-repeat;	
    /*border-width:0 0 1px 0;*/
	/*width:200px;
	_width: 192px;*/
}

.RadDock_Lodestar.rdCollapsed .rdHTitlebar .rdTitlebar
{
    padding-bottom:0px; /*brd - title brd*/
}
.RadDock_Lodestar .rdVTitlebar .rdTitlebar
{
    left:1px;
    width:24px;
    background:#484848 url(Dock/TitlebarVTop.gif) no-repeat;
    /*border-width:0 1px 0 0;*/
}

.RadDock_Lodestar .rdTitle
{
    font:bold 12px/18px Arial,sans-serif;
    color: #fff;
}

.RadDock_Lodestar .rdHTitlebar .rdTitle
{
	padding-top: 2px;
    margin-left:12px;
    margin-right: 35px;
    text-indent: 2px;
    /*background: #484848 url(Dock/TitlebarH.gif) repeat-x;*/
    text-overflow: ellipsys;
}
.RadDock_Lodestar .rdVTitlebar .rdTitle
{
    padding:13px 0 0 8px;
    background:#484848 url(Dock/TitlebarV.gif) repeat-y;
    line-height:1.4em;
}

.RadDock_Lodestar .rdTitlebar .rdCommands
{
	right: 4px;
}

.RadDock_Lodestar .rdHTitlebar .rdCommands a
{
    margin:4px 0 0 0;
}
.RadDock_Lodestar .rdVTitlebar .rdCommands a
{
    margin:0 4px 0 0;
}

.RadDock_Lodestar .rdTitlebar .rdCommands a
{
    height:15px;
}
.RadDock_Lodestar .rdCollapse
{
    width:15px;
    background:url(Dock/Collapse.gif) repeat-x;
}
.RadDock_Lodestar .rdExpand
{
    width:15px;
    background:url(Dock/Expand2.gif) repeat-x;
}
.RadDock_Lodestar .rdClose
{
    width:15px;
    background:url(Dock/Close.gif) no-repeat center center;
	_margin-right:10px;
}
.RadDock_Lodestar .rdPin
{
    width:15px;
    background:url(Dock/Pin.gif) repeat-x;
}
.RadDock_Lodestar .rdUnpin
{
    width:15px;
    background:url(Dock/Unpin.gif) repeat-x;
}

.RadDock_Lodestar .rdCustom
{
    width:15px;
    background:url(Dock/Custom.gif) no-repeat;
}

/* inner content */

.RadDock_Lodestar .rdContent
{
    top:1px;
    padding-bottom:1px;
    font:12px/1.2 arial,sans-serif;
	border-left:1px solid #c4c4ce;
	border-right: 1px solid #c4c4ce;
	border-bottom: 1px solid #c4c4ce;
	padding-left:4px;
	margin-top: -3px;
	background:#fff;
	line-height:18px;
	font-size:11px;
}

.RadDock_Lodestar .rdContent a
{
	padding-left: 15px;
	background: url(/UserFiles/images/telerik_link_arrow.jpg) 5px 5px no-repeat;
	color:#c8003d;
	text-decoration:none;	
}

.RadDock_Lodestar .rdVTitlebar .rdContent
{
    margin-left:24px;
}


/* drag grips */

.RadDock_Lodestar .rdGripTop,
.RadDock_Lodestar .rdGripLeft
{
    background:#666;
}

.RadDock_Lodestar .rdGripTop
{
    top:1px;
    height:3px;
}

.RadDock_Lodestar .rdGripLeft
{
    left:1px;
    width:3px;
}

.RadDock_Lodestar .rdWGripLeft .rdContent
{
    margin-left:3px;
}

.RadDock_Lodestar .rdTopLeft,
.RadDock_Lodestar .rdTopRight,
.RadDock_Lodestar .rdBottomLeft,
.RadDock_Lodestar .rdBottomRight,
.RadDock_Lodestar .rdLeftMiddle,
.RadDock_Lodestar .rdRightMiddle
{
	height: 4px;
	width: 4px;
	line-height: 4px;
	background: #5c5c5c;
}

.RadDock_Lodestar .rdTopCenter, 
.RadDock_Lodestar .rdBottomCenter 
{
	background: #5c5c5c;
	height: 4px;
	line-height: 4px;
}

.RadDock_Lodestar .rdWrapTable .rdSideBorders.rdHTitlebar
{
    border: 0 !important;
}