﻿/* Docking Zone properties */

.RadDockZone_Widget
{
    border: 1px dashed #faccdf;
    background-color: #ffffff;
}

*>.RadDockZone_Widget.rdVertical /* hidden from IE6 */
{
    padding-right:5px;
}

/* Dock Object properties */

/* wrappers and borders */

.RadDockZone_Widget .rdPlaceHolder
{
    border-color:#666;
}

.RadDock_Widget
{
    background:window;
    color:windowtext;
    text-align:left;
}

.RadDock_Widget .rdTopBorder,
.RadDock_Widget .rdSideBorders,
.RadDock_Widget .rdBottomBorder
{
    border-width:1px;
    border-color:#ff0099;
}

.RadDock_Widget .rdSideBorders
{
    border-style:none solid none;
}

.RadDock_Widget .rdTopBorder
{
    border-style:solid none none;
}

.RadDock_Widget .rdBottomBorder
{
    border-style:none none solid;
}

/* titlebar and buttons */

.RadDock_Widget .rdTitlebar
{
    top:1px;
    border-style:solid;
    border-color:#ff0099;
    color:#666;
}

.RadDock_Widget .rdHTitlebar .rdTitlebar
{
    height:27px;
    background:#ff0099 url(Img/TitlebarHLeft.gif) no-repeat;
    border-width:0 0 1px 0;
}

.RadDock_Widget.rdCollapsed .rdHTitlebar .rdTitlebar
{
    padding-bottom:0px; /*brd - title brd*/
}
.RadDock_Widget .rdVTitlebar .rdTitlebar
{
    left:1px;
    width:24px;
    background:#484848 url(Img/TitlebarVTop.gif) no-repeat;
    border-width:0 1px 0 0;
}

.RadDock_Widget .rdTitle
{
    font:bold 15px/23px Arial,sans-serif;
    color: #fff;
}

.RadDock_Widget .rdHTitlebar .rdTitle
{
	padding-top: 2px;
    margin-left:12px;
    margin-right: 45px;
    text-indent: 2px;
    /*background: #484848 url(Img/TitlebarH.gif) repeat-x;*/
    text-overflow: ellipsys;
}
.RadDock_Widget .rdVTitlebar .rdTitle
{
    padding:13px 0 0 8px;
    background:#484848 url(Img/TitlebarV.gif) repeat-y;
    line-height:1.4em;
}

.RadDock_Widget .rdTitlebar .rdCommands
{
	right: 4px;
}

.RadDock_Widget .rdHTitlebar .rdCommands a
{
    margin:4px 0 0 0;
}
.RadDock_Widget .rdVTitlebar .rdCommands a
{
    margin:0 4px 0 0;
}

.RadDock_Widget .rdTitlebar .rdCommands a
{
    height:20px;
}
.RadDock_Widget .rdCollapse
{
    width:20px;
    background:url(Img/Collapse.gif) repeat-x;
}
.RadDock_Widget .rdExpand
{
    width:20px;
    background:url(Img/Expand.gif) repeat-x;
}
.RadDock_Widget .rdClose
{
    width:20px;
    background:url(Img/Close.gif) no-repeat center center;
}
.RadDock_Widget .rdPin
{
    width:20px;
    background:url(Img/Pin.gif) repeat-x;
}
.RadDock_Widget .rdUnpin
{
    width:20px;
    background:url(Img/Unpin.gif) repeat-x;
}

.RadDock_Widget .rdCustom
{
    width:20px;
    background:url(Img/Custom.gif) no-repeat;
}

/* inner content */

.RadDock_Widget .rdContent
{
    top:1px;
    padding-bottom:1px;
    font:12px/1.2 arial,sans-serif;
}

.RadDock_Widget .rdVTitlebar .rdContent
{
    margin-left:24px;
}


/* drag grips */

.RadDock_Widget .rdGripTop,
.RadDock_Widget .rdGripLeft
{
    background:#666;
}

.RadDock_Widget .rdGripTop
{
    top:1px;
    height:3px;
}

.RadDock_Widget .rdGripLeft
{
    left:1px;
    width:3px;
}

.RadDock_Widget .rdWGripLeft .rdContent
{
    margin-left:3px;
}

.RadDock_Widget .rdTopLeft,
.RadDock_Widget .rdTopRight,
.RadDock_Widget .rdBottomLeft,
.RadDock_Widget .rdBottomRight,
.RadDock_Widget .rdLeftMiddle,
.RadDock_Widget .rdRightMiddle
{
	height: 4px;
	width: 4px;
	line-height: 4px;
	background: #5c5c5c;
}

.RadDock_Widget .rdTopCenter, 
.RadDock_Widget .rdBottomCenter 
{
	background: #5c5c5c;
	height: 4px;
	line-height: 4px;
}

.RadDock_Widget .rdWrapTable .rdSideBorders.rdHTitlebar
{
    border: 0 !important;
}