/* Docking Zone properties */

.RadDockZone_Vinsume
{
    border:none;
}

*>.RadDockZone_Vinsume.rdVertical /* hidden from IE6 */
{
    padding-right:5px;
}

/* Dock Object properties */

/* wrappers and borders */

.RadDockZone_Vinsume .rdPlaceHolder
{
    border: none;
    border-color:#666;
}

.RadDock_Vinsume
{
    background:#fff;
    color:#000;
    /*text-align:left;*//*moved to the common css file*/
}

.RadDock_Vinsume .rdTopBorder,
.RadDock_Vinsume .rdSideBorders,
.RadDock_Vinsume .rdBottomBorder
{
    border: none 0px #ffffff;
}
.RadDock_Vinsume .rdSideBorders
{
    border-style:none solid none;
}
.RadDock_Vinsume .rdTopBorder
{
    border-style:solid none none;
}
.RadDock_Vinsume .rdBottomBorder
{
    border-style:none none solid;
}

/* titlebar and buttons */

.RadDock_Vinsume .rdTitlebar
{
    top:0px; /*brd*/
    border-style:none;
    color:#fff;
    height: 28px;    
}

.RadDock_Vinsume .rdHTitlebar .rdTitlebar
{
    background:url(Dock/widget_header_tile.jpg) repeat-x;
    border-style: none;
}
.RadDock_Vinsume.rdCollapsed .rdHTitlebar .rdTitlebar
{
    padding-bottom:0px; /*brd - title brd*/
}
.RadDock_Vinsume .rdVTitlebar .rdTitlebar
{
    left:1px;
    width:28px;
    background:url(Dock/TitlebarV.gif) repeat-x;
    border-width:0 1px 0 0;
}

.RadDock_Vinsume .rdTitle
{
    font:bold 15px arial,sans-serif !important;
    height: 28px !important;
    padding-top: 3px !important;
}

.RadDock_Vinsume .rdHTitlebar .rdTitle
{
    padding-left:10px;
}
.raddock_Vinsume_rtl .rdHTitlebar .rdTitle
{
    padding-left:0;
    padding-right:10px;
}
.RadDock_Vinsume .rdVTitlebar .rdTitle
{
    padding:13px 0 0 8px;
    line-height:1.4em;
}

.RadDock_Vinsume .rdHTitlebar .rdCommands a
{
    margin:8px 5px 0 0;
}
.raddock_Vinsume_rtl .rdHTitlebar .rdCommands a
{
    margin:8px 0 0 5px;
}

.RadDock_Vinsume .rdVTitlebar .rdCommands a
{
    margin:0 7px 0 0;
}

.RadDock_Vinsume .rdTitlebar .rdCommands a
{
    height:11px;
}
.RadDock_Vinsume .rdCollapse
{
    width:18px;
    height: 17px;
    background:url(Dock/collapse.jpg) no-repeat;
    background-position: left center;
}
.RadDock_Vinsume .rdExpand
{
    width:18px;
    height: 17px;
    background:url(Dock/Expand.jpg) no-repeat;
    background-position: left center;
}
.RadDock_Vinsume .rdClose
{
    width:11px;
    background:url(Dock/Close.gif) repeat-x;
}
.RadDock_Vinsume .rdPin
{
    width:11px;
    background:url(Dock/Pin.gif) repeat-x;
}
.RadDock_Vinsume .rdUnpin
{
    width:11px;
    background:url(Dock/Unpin.gif) repeat-x;
}

.RadDock_Vinsume .rdTitlebar .rdCommands .rdCustom
{
    width:15px;
    height:15px;
    margin-top:6px;
    background:url(Dock/Custom.gif) no-repeat;
}

/* inner content */

.RadDock_Vinsume .rdContent
{
    top:1px; /*brd*/
    padding-bottom:1px; /*brd*/
    font:12px/1.2 arial,sans-serif !important;
}

.RadDock_Vinsume .rdVTitlebar .rdContent
{
    margin-left:28px;
}


/* drag grips */

.RadDock_Vinsume .rdGripTop,
.RadDock_Vinsume .rdGripLeft
{
    background:#666;
}

.RadDock_Vinsume .rdGripTop
{
    top:1px; /*brd*/
    height:3px;
}
.RadDock_Vinsume .rdGripLeft
{
    left:1px; /*brd*/
    width:3px;
}

.RadDock_Vinsume .rdWGripLeft .rdContent
{
    margin-left:3px;
}

.RadDock_Vinsume .rdTopLeft,
.RadDock_Vinsume .rdTopRight,
.RadDock_Vinsume .rdBottomLeft,
.RadDock_Vinsume .rdBottomRight,
.RadDock_Vinsume .rdLeftMiddle,
.RadDock_Vinsume .rdRightMiddle
{
	height: 3px;
	width: 3px;
	line-height: 3px;
	background: #6788be;
}

.RadDock_Vinsume .rdTopCenter, 
.RadDock_Vinsume .rdBottomCenter 
{
	background: #6788be;
	height: 3px;
	line-height: 3px;
}

/* Google Chrome Hack for the Dock Buttons */

body:nth-of-type(1) .RadDock_Vinsume .rdCommands a
{
   margin: 8px 0 0 0 !important;
}

/* Safari Hack for the Dock Buttons */
body:first-of-type .rdCommands a
{
   margin: 8px 0 0 0 !important;
}