/* Docking Zone properties */

.RadDockZone_BlueTheme
{
    border:1px solid #999;
    padding:5px 0 0 5px;
}

*>.RadDockZone_BlueTheme.rdVertical /* hidden from IE6 */
{
    padding-right:5px;
}

/* Dock Object properties */

/* wrappers and borders */

.RadDockZone_BlueTheme .rdPlaceHolder
{
    border-color:#666;
}

.RadDock_BlueTheme
{
    margin:0 5px 5px 0;
    background:#fff;
    color:#000;
    text-align:left;
}

.RadDock_BlueTheme .rdTopBorder,
.RadDock_BlueTheme .rdSideBorders,
.RadDock_BlueTheme .rdBottomBorder
{
    border-width:1px;
    border-color:#6788be;
}
.RadDock_BlueTheme .rdSideBorders
{
    border-style:none solid none;
}
.RadDock_BlueTheme .rdTopBorder
{
    border-style:solid none none;
}
.RadDock_BlueTheme .rdBottomBorder
{
    border-style:none none solid;
}

/* titlebar and buttons */

.RadDock_BlueTheme .rdTitlebar
{
    top:1px; /*brd*/
    border-style:solid;
    border-color:#6788be;
    color:#fff;
}

.RadDock_BlueTheme .rdHTitlebar .rdTitlebar
{
    height:28px;
    background:url(Dock/TitlebarH.gif) repeat-x;
    border-width:0 0 1px;
}
.RadDock_BlueTheme.rdCollapsed .rdHTitlebar .rdTitlebar
{
    padding-bottom:0px; /*brd - title brd*/
}
.RadDock_BlueTheme .rdVTitlebar .rdTitlebar
{
    left:1px;
    width:28px;
    background:url(Dock/TitlebarV.gif) repeat-x;
    border-width:0 1px 0 0;
}

.RadDock_BlueTheme .rdTitle
{
    font:bold 12px/28px arial,sans-serif;
}

.RadDock_BlueTheme .rdHTitlebar .rdTitle
{
    padding-left:10px;
}
.RadDock_BlueTheme .rdVTitlebar .rdTitle
{
    padding:13px 0 0 8px;
    line-height:1.4em;
}

.RadDock_BlueTheme .rdHTitlebar .rdCommands a
{
    margin:8px 5px 0 0;
}
.RadDock_BlueTheme .rdVTitlebar .rdCommands a
{
    margin:0 7px 0 0;
}

.RadDock_BlueTheme .rdTitlebar .rdCommands a
{
    height:11px;
}
.RadDock_BlueTheme .rdCollapse
{
    width:11px;
    background:url(Dock/Collapse.gif) repeat-x;
}
.RadDock_BlueTheme .rdExpand
{
    width:11px;
    background:url(Dock/Expand.gif) repeat-x;
}
.RadDock_BlueTheme .rdClose
{
    width:11px;
    background:url(Dock/Close.gif) repeat-x;
}
.RadDock_BlueTheme .rdPin
{
    width:11px;
    background:url(Dock/Pin.gif) repeat-x;
}
.RadDock_BlueTheme .rdUnpin
{
    width:11px;
    background:url(Dock/Unpin.gif) repeat-x;
}

.RadDock_BlueTheme .rdTitlebar .rdCommands .rdCustom
{
    width:15px;
    height:15px;
    margin-top:6px;
    background:url(Dock/Custom.gif) no-repeat;
}

/* inner content */

.RadDock_BlueTheme .rdContent
{
    top:1px; /*brd*/
    padding-bottom:1px; /*brd*/
    font:12px/1.2 arial,sans-serif;
}

.RadDock_BlueTheme .rdVTitlebar .rdContent
{
    margin-left:28px;
}


/* drag grips */

.RadDock_BlueTheme .rdGripTop,
.RadDock_BlueTheme .rdGripLeft
{
    background:#666;
}

.RadDock_BlueTheme .rdGripTop
{
    top:1px; /*brd*/
    height:3px;
}
.RadDock_BlueTheme .rdGripLeft
{
    left:1px; /*brd*/
    width:3px;
}

.RadDock_BlueTheme .rdWGripLeft .rdContent
{
    margin-left:3px;
}

.RadDock_BlueTheme .rdTopLeft,
.RadDock_BlueTheme .rdTopRight,
.RadDock_BlueTheme .rdBottomLeft,
.RadDock_BlueTheme .rdBottomRight,
.RadDock_BlueTheme .rdLeftMiddle,
.RadDock_BlueTheme .rdRightMiddle
{
	height: 3px;
	width: 3px;
	line-height: 3px;
	background: #6788be;
}

.RadDock_BlueTheme .rdTopCenter, 
.RadDock_BlueTheme .rdBottomCenter 
{
	background: #6788be;
	height: 3px;
	line-height: 3px;
}