/* Docking Zone properties */

.RadDockZone_Playdough
{
    padding:5px 0 0 5px;
}

*>.RadDockZone_Playdough.rdVertical /* hidden from IE6 */
{
    padding-right:5px;
}

/* Dock Object properties */

/* wrappers and borders */

.RadDockZone_Playdough .rdPlaceHolder
{
    border-color:#666;
}

.RadDock_Playdough
{
    margin:0 5px 5px 0;
    background:#fff;
    color:#000;
    text-align:left;
}

.RadDock_Playdough .rdTopBorder,
.RadDock_Playdough .rdSideBorders,
.RadDock_Playdough .rdBottomBorder
{
    border:none;
}

/* titlebar and buttons */

.raddock .rdTitlebar {
background-image:url(Images/docktitleback.jpg)!important;
background-repeat:repeat-x;
background-position:bottom;
background-color:#cbebf6;
border:1px solid #333366;
height:50px;
color:#333399
}

.RadDock_Playdough .rdHTitlebar .rdTitlebar
{
    height:25px;
    background-color: #cbebf6;   
    border-width:0 0 0px;
}
.RadDock_Playdough.rdCollapsed .rdHTitlebar .rdTitlebar
{
    padding-bottom:0px; /*brd - title brd*/
}
.RadDock_Playdough .rdVTitlebar .rdTitlebar
{
    left:1px;
    width:28px;
    background:url(Dock/TitlebarV.gif) repeat-x;
    border-width:0 1px 0 0;
}

.RadDock_Playdough .rdTitle
{
    font:bold 12px/28px arial,sans-serif;
}

.RadDock_PlaydoughSnapshot .rdTitle {
color:#333366;
padding-bottom:5px;
font-weight:bold;
font-family:georgia!important;
}

.RadDock_Playdough .rdHTitlebar .rdTitle
{
    padding-left:10px;
}
.RadDock_Playdough .rdVTitlebar .rdTitle
{
    padding:13px 0 0 8px;
    line-height:1.4em;
}

.RadDock_Playdough .rdHTitlebar .rdCommands a
{
    margin:8px 5px 0 60px;
	cursor:pointer;
}
.RadDock_Playdough .rdVTitlebar .rdCommands a
{
    margin:0 7px 0 0;
	cursor:pointer;
}

.RadDock_Playdough .rdTitlebar .rdCommands a
{
    height:16px;
	cursor:pointer;
}

.RadDock_Playdough .rdCollapse
{
    width:11px;
    background:url(Dock/Collapse.gif) repeat-x;
}
.RadDock_Playdough .rdExpand
{
    width:11px;
    background:url(Dock/Expand.gif) repeat-x;
}
.RadDock_Playdough .rdClose
{
    width:11px;
    background:url(Dock/Close.gif) repeat-x;
}
.RadDock_Playdough .rdPin
{
    width:11px;
    background:url(Dock/Pin.gif) repeat-x;
}
.RadDock_Playdough .rdUnpin
{
    width:11px;
    background:url(Dock/Unpin.gif) repeat-x;
}

.RadDock_Playdough .rdTitlebar .rdCommands .rdCustom
{
    width:15px;
    height:15px;
    margin-top:0px;
    background:url(Dock/Custom.gif) no-repeat;
}

/* inner content */

.RadDock_Playdough .rdContent
{
    padding:5px;
  	font-family:verdana;
	font-size:11px;
	overflow:auto;
	border:1px solid #333366;
	border-top:none!important;
	word-wrap: break-word;
	margin-top:5px;
}

.RadDock_Playdough .rdVTitlebar .rdContent
{
    margin-left:28px;
}


/* drag grips */

.RadDock_Playdough .rdGripTop,
.RadDock_Playdough .rdGripLeft
{
    background:#666;
}

.RadDock_Playdough .rdGripTop
{
    top:1px; /*brd*/
    height:3px;
}
.RadDock_Playdough .rdGripLeft
{
    left:1px; /*brd*/
    width:3px;
}

.RadDock_Playdough .rdWGripLeft .rdContent
{
    margin-left:3px;
}

.RadDock_Playdough .rdTopLeft,
.RadDock_Playdough .rdTopRight,
.RadDock_Playdough .rdBottomLeft,
.RadDock_Playdough .rdBottomRight,
.RadDock_Playdough .rdLeftMiddle,
.RadDock_Playdough .rdRightMiddle
{
	height: 3px;
	width: 3px;
	line-height: 3px;
	background: #6788be;
}

.RadDock_Playdough .rdTopCenter, 
.RadDock_Playdough .rdBottomCenter 
{
	background: #6788be;
	height: 3px;
	line-height: 3px;
}