/* RadDock for ASP.NET AJAX Base Stylesheet */

.RadDockZone
{
    position: relative;
    border-style: none !important;
    border-width: 0px;
}

*>.RadDockZone.rdVertical /* hidden from IE6 */
{
    padding-right: 4px;
}

.RadDock
{
	margin: 0px;
	text-align: left; /* we need this in case the BODY has text-aligh:center applied */
}

.rdRtl
{
	text-align: right; /* we need this in case the BODY has text-aligh:center applied */
}

.rdPlaceHolder
{
    border-style:dashed;
    border-width:1px;
}

.rdHorizontal .RadDock,
.rdVertical .RadDock
{
    position: relative;
}

.rdHorizontal .RadDock
{
    float: left;
}

.rdHorizontal .rdRtl
{
    float: right;
}

.RadDock,
.rdTopBorder,
.rdBottomBorder
{
    position: absolute;
    overflow: hidden;
}

.rdTopBorder,
.rdSideBorders,
.rdBottomBorder
{
      border-style: none !important;
    border-width: 0px;
}

.rdSideBorders
{
    border-style: none solid none;
}

.rdTopBorder
{
    border-style: solid none none;
}

.rdBottomBorder
{
    border-style: none none solid;
}

.rdVariableHeight .rdBottomBorder,
.rdCollapsed .rdBottomBorder
{
    position: static;
}

.rdSideBorders
{
    height: 100%;
    overflow: hidden;
    z-index: 10;
}
.rdVariableHeight .rdSideBorders
{
    height: auto;
}

.rdTopBorder,
.rdBottomBorder
{
    width: 100%;
}
.rdTopBorder
{
    top: 0;
    left: 0;
}
.rdBottomBorder
{
    bottom: 0;
    left: 0;
}

.rdContent,
.rdGripTop
{
    position: relative;
}

/* titlebar */
.rdTitlebar
{
    display: none;
    position: relative;
    top: 1px; /*brd*/
    border-style: solid;
}

.rdHTitlebar .rdTitlebar
{
    height: 25px;
    border-width: 0 0 1px;
}

.RadDock.rdCollapsed .rdHTitlebar .rdTitlebar
{
    padding-bottom: 0px; /*brd - title brd*/
}

.RadDock .rdVTitlebar .rdTitlebar
{
    left: 1px;
    width: 22px;
    border-width: 0 1px 0 0;
}

.RadDock .rdTitle
{
    font: normal 12px "Segoe UI", Arial, Sans-serif;
    line-height: 24px;
}

.rdHTitlebar .rdTitlebar,
.rdVTitlebar .rdTitlebar
{
    display: block;
}

.rdVTitlebar .rdTitlebar
{
    position: absolute;
    overflow: hidden;
}

.rdTitlebar .rdTitle
{
    display: block;
    overflow: hidden;
    white-space:nowrap;
    font-style:normal;
}

.rdTitlebar .rdCommands
{
    position: absolute;
    display: block;
    z-index: 2;
    right: 0;
}

.rdRtl .rdTitlebar .rdCommands
{
	right: auto;
	left: 0;
}

.rdHTitlebar .rdTitlebar .rdCommands
{
    top: 0;
}
.rdVTitlebar .rdTitlebar .rdCommands
{
    bottom: 0;
}

.rdTitlebar .rdCommands a
{
    display: block;
    overflow: hidden;
    text-indent: -3333px;
    cursor: default;
}
.rdHTitlebar .rdTitlebar .rdCommands a
{
    float: right;
}

.rdRtl .rdHTitlebar .rdTitlebar .rdCommands a
{
	float: left; 
}

* html .rdTitlebar .rdCommands a
{
	display: inline-block;
}
/* inner container */

.rdContent
{
    overflow: auto;
}
/*IE6 overflow fix*/
* html .rdContent
{
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
* html .rdWGripLeft .rdContent,
* html .rdWGripRight .rdContent,
* html .rdVTitlebar .rdContent
{
    width: auto;
}

.rdCollapsed .rdContent
{
    display: none;
}

/* grips */
.rdGripTop,
.rdGripLeft
{
    display: none;
    font-size: 1px;
    line-height: 1px;
}

.rdWGripTop .rdGripTop,
.rdWGripLeft .rdGripLeft
{
    display: block;
}

.rdGripTop
{
    width: 100%;
    overflow: hidden;
}

.rdGripLeft
{
    position: absolute;
    height: 100%;
}

/* dragging */
.rdDraggable
{
    cursor: move;
}

/* float clearing */
.clear
{
    clear: both;
    height: 1px;
    margin-bottom: -1px;
    visibility: hidden;
}

/* temporary wrapping table classes */
.rdWrapTable .rdTopLeft,
.rdWrapTable .rdTopCenter,
.rdWrapTable .rdTopRight,
.rdWrapTable .rdLeftMiddle,
.rdWrapTable .rdRightMiddle,
.rdWrapTable .rdBottomLeft,
.rdWrapTable .rdBottomCenter,
.rdWrapTable .rdBottomRight
{
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}

.rdCenter,
.rdLeftMiddle,
.rdRightMiddle
{
    vertical-align: top;
    height: 100%;
}

.rdWrapTable .rdTopBorder,
.rdWrapTable .rdCenter,
.rdWrapTable .rdContent
{
    border: 0 !important;
    top: 0px !important;
}

.rdWrapTable .rdTitlebar
{
    top: 0 !important;
}

.rdWrapTable .rdTitlebar
{
    margin: 0 !important;
}
/* temporary wrapping table classes */

.rdWrapTable .rdGripTop {
	top: 0px !important;
}

.RadDockZone
{
	padding: 4px;
}

.rdHTitlebar .rdTitle
{
    padding-left: 10px;
}

.rdVTitlebar .rdTitle
{
    padding: 13px 0 0 8px;
    line-height: 1.4em;
    border: 1px solid;
}

.RadDock_Vista .rdVTitlebar .rdTitle
{
    background-repeat: repeat-y;
}

.rdTitlebar .rdCommands a
{
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    margin: 3px 0 0 0 !important;
}

.rdCollapse
{
    background-position: 0 0;
}

.rdExpand
{
    background-position: 0 -19px;
}

.rdClose
{
    background-position: 0 -76px;
}

.rdPin
{
    background-position: 0 -57px;
}

.rdUnpin
{
    background-position: 0 -38px;
}

.rdCustom
{
    background-position: 0 -95px;
}

.rdContent
{
    top: 1px; /* brd */
    padding-bottom: 1px; /* brd */
    font: normal 11px "Segoe UI", Arial, Sans-serif;
    cursor: default;
}

.rdVTitlebar .rdContent
{
    margin-left: 24px;
}

.rdGripTop
{
    top: 1px; /* brd */
    height: 3px;
}

.rdGripLeft
{
    left: 1px; /*brd*/
    width: 3px;
}

.rdWGripLeft .rdContent
{
    margin-left: 3px;
}

.rdTopLeft,
.rdTopRight,
.rdBottomLeft,
.rdBottomRight,
.rdLeftMiddle,
.rdRightMiddle
{
	height: 3px;
	width: 3px;
	line-height: 3px;
}

.rdTopCenter, 
.rdBottomCenter 
{
	height: 3px;
	line-height: 3px;
}

.rdWrapTable .rdTitlebar,
.rdWrapTable .rdTitle,
.rdWrapTable .rdCommands
{
    background-repeat: repeat-x;
}

.rdWrapTable .rdCommands
{
    margin-top: 1px;
}

.rdWrapTable .rdSideBorders.rdHTitlebar
{
    border: 0 !important;
}
