/* Docking Zone properties */

.RadDockZone_InterlinkBasic
{
    border: solid 1px #dedede;
	font: normal 10px Verdana, Arial, Sanserif;
	padding: 6px 6px 0 6px;
}

*>.RadDockZone_InterlinkBasic.rdVertical /* hidden from IE6 */
{
    padding-right:5px;
}

/* Dock Object properties */

/* wrappers and borders */

.RadDockZone_InterlinkBasic .rdPlaceHolder
{
    border-color:#666;
}

.RadDock_InterlinkBasic
{
    background:window;
    color:windowtext;
    /*text-align:left;*//*moved to the common css file*/
    margin-bottom:6px !important;  
}

.RadDock_InterlinkBasic .rdTopBorder,
.RadDock_InterlinkBasic .rdSideBorders,
.RadDock_InterlinkBasic .rdBottomBorder
{
    /*border-width:1px;
    border-color:#b7b7b7;
    border-style:solid;*/
}
.RadDock_InterlinkBasic .rdSideBorders
{
    border-width:1px;
    border-color:#b7b7b7;
    border-style:solid;
}
.RadDock_InterlinkBasic .rdTopBorder
{
    /*border-width:1px;
    border-color:#b7b7b7;
    border-style:solid;*/
}
.RadDock_InterlinkBasic .rdBottomBorder
{
    /*border-width:1px;
    border-color:#b7b7b7;
    border-style:solid;*/
}

/* titlebar and buttons */

.RadDock_InterlinkBasic .rdTitlebar
{
    padding-left: 5px;
	background: white url('Dock/titleBarBg.gif') repeat-x;
}

.RadDock_InterlinkBasic .rdHTitlebar .rdTitlebar
{
    /*height:24px;*/
    background:url('Dock/TitlebarH.gif') repeat-x;
    border-width:0 0 1px;
}
.RadDock_InterlinkBasic.rdCollapsed .rdHTitlebar .rdTitlebar
{
    padding-bottom:0px; /*brd - title brd*/
}
.RadDock_InterlinkBasic .rdVTitlebar .rdTitlebar
{
    /*left:1px;
    width:24px;*/
    background:url('Dock/TitlebarV.gif') repeat-x;
    border-width:0 1px 0 0;
}

.RadDock_InterlinkBasic .rdTitle
{
    font:bold 11px/23px arial,sans-serif;
}

.RadDock_InterlinkBasic .rdHTitlebar .rdTitle
{
    padding-left:13px;
    background:url('Dock/TitlebarHLeft.gif') no-repeat;
}
.raddock_InterlinkBasic_rtl .rdHTitlebar .rdTitle
{
    padding-left:0;
    padding-right:13px;
}

.RadDock_InterlinkBasic .rdVTitlebar .rdTitle
{
    padding:13px 0 0 8px;
    background:url('Dock/TitlebarVTop.gif') no-repeat;
    line-height:1.4em;
}

.RadDock_InterlinkBasic .rdHTitlebar .rdCommands a
{
    margin:4px 0 0 0;    
}
.RadDock_InterlinkBasic .rdVTitlebar .rdCommands a
{
    margin:0 4px 0 0;
}

.RadDock_InterlinkBasic .rdTitlebar .rdCommands a
{
    height:20px;    
}
.RadDock_InterlinkBasic .rdCollapse
{
    width:15px;
    background:url('Dock/Collapse.gif') repeat-x;
}
.RadDock_InterlinkBasic .rdExpand
{
    width:15px;
    background:url('Dock/Expand.gif') repeat-x;
}
.RadDock_InterlinkBasic .rdClose
{
    width:15px;
    background:url('Dock/Close.gif') repeat-x;
}
.RadDock_InterlinkBasic .rdPin
{
    width:15px;
    background:url('Dock/Pin.gif') repeat-x;
}
.RadDock_InterlinkBasic .rdUnpin
{
    width:15px;
    background:url('Dock/Unpin.gif') repeat-x;
}

.RadDock_InterlinkBasic .rdCustom
{
    width:15px;
    background:url('Dock/Custom.gif') no-repeat;
}

.RadDock_Default .rdCenter .rdCommands a span.rdMore
{
    width:16px;
    background:url('Dock/More.png') no-repeat;
}

.RadDock_Default .rdCenter .rdCommands a span.rdRefreshDock
{
    width: 15px;
    background:url('Dock/Refresh.gif') no-repeat center;
}

.RadDock_Default {
    margin-bottom: 15px;
}

/* inner content */

.RadDock_InterlinkBasic .rdContent
{
    font:12px/1.2 arial,sans-serif;
    padding:3px 3px 3px 3px;
}

.RadDock_InterlinkBasic .rdVTitlebar .rdContent
{
    margin-left:24px;
}

/* drag grips */

.RadDock_InterlinkBasic .rdGripTop,
.RadDock_InterlinkBasic .rdGripLeft
{
    background:#666;
}

.RadDock_InterlinkBasic .rdGripTop
{
    top:1px; /*brd*/
    height:3px;
}
.RadDock_InterlinkBasic .rdGripLeft
{
    left:1px; /*brd*/
    width:3px;
}

.RadDock_InterlinkBasic .rdWGripLeft .rdContent
{
    margin-left:3px;
}

/* resizable dock */
.RadDock_InterlinkBasic .rdTopLeft,
.RadDock_InterlinkBasic .rdTopRight,
.RadDock_InterlinkBasic .rdBottomLeft,
.RadDock_InterlinkBasic .rdBottomRight,
.RadDock_InterlinkBasic .rdLeftMiddle,
.RadDock_InterlinkBasic .rdRightMiddle
{
	height: 3px;
	width: 3px;
	line-height: 3px;
	background: #dedede;
}

.RadDock_InterlinkBasic .rdTopCenter, 
.RadDock_InterlinkBasic .rdBottomCenter 
{
	background: #dedede;
	height: 3px;
	line-height: 3px;
}