.RadDock_Mss {
}

.RadDock_Mss .rdTitlebar {
	height: 28px;
}

.RadDock_Mss .rdTitlebar .dockTitle {
	position: absolute;
	background: transparent url(Dock/TitleBar.gif) repeat-x top left;
	height: 28px;
	left: 8px;
	right: 8px;
}

.RadDock_Mss .rdTitlebar .rdCommands {
	margin-right: 16px;
}

.RadDock_Mss .rdContent .docContent {
	margin: 0px 8px 0px 8px;
	padding-top: 28px;
}

.RadDock_Mss .t,
.RadDock_Mss .b,
.RadDock_Mss .r,
.RadDock_Mss .l,
.RadDock_Mss .tl,
.RadDock_Mss .tr,
.RadDock_Mss .bl,
.RadDock_Mss .br {
	position: absolute;
}

.RadDock_Mss .l,
.RadDock_Mss .bl,
.RadDock_Mss .br {
	width: 8px; 
	height: 8px;	
}

.RadDock_Mss .tl,
.RadDock_Mss .tr {
	width: 8px;	
	height: 28px;
}

.RadDock_Mss .tl {
	background: transparent url(Dock/CornerLeft.gif) no-repeat top left;
	top: 0px;
	left: 0px;
}

.RadDock_Mss .tr {
	background: transparent url(Dock/CornerRight.gif) no-repeat top left;
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
}

.RadDock_Mss .bl {
	background: transparent url(Dock/FooterLeft.gif) no-repeat top left;
	bottom: 0px;
	left: 0px;
}

.RadDock_Mss .br {
	background: transparent url(Dock/FooterRight.gif) no-repeat top left;
	bottom: 0px;
	right: 0px;
}

.RadDock_Mss .b {
	background: transparent url(Dock/FooterCenter.gif) repeat-x top left;
	height: 8px;
	bottom: 0px;
	left: 8px;
	right: 8px;
}

.RadDock_Mss .l {
	background: transparent url(Dock/BodyLeft.gif) repeat-y top left;
	width: 8px;
	height: auto;
	top: 0px;
	left: 0px;
	bottom: 8px;
}

.RadDock_Mss .r {
	background: transparent url(Dock/BodyRight.gif) repeat-y top left;
	width: 8px;
	height: auto;
	right: -13px;
	top: 0px;
	bottom: 8px;
	margin-right: 13px;
}

.RadDock_Mss a.rdClose,
.RadDock_Mss a.rdCollapse,
.RadDock_Mss a.rdExpand,
.RadDock_Mss a.rdPin,
.RadDock_Mss a.rdUnpin {
	position: relative;
	top: 6px;
	height: 15px; width: 28px;
}

.RadDock_Mss a.rdClose {
	background: transparent url('Dock/ControlButtons.gif') no-repeat -84px top;
}

.RadDock_Mss a.rdClose:hover
{
	background: transparent url('Dock/ControlButtons.gif') no-repeat -84px -15px;
}

.RadDock_Mss a.rdCollapse {
	background: transparent url('Dock/ControlButtons.gif') no-repeat left top;
}

.RadDock_Mss a.rdCollapse:hover {
	background: transparent url('Dock/ControlButtons.gif') no-repeat 0px -15px;
}

.RadDock_Mss a.rdExpand {
	background: transparent url('Dock/ControlButtons.gif') no-repeat -56px top;
}

.RadDock_Mss a.rdExpand:hover {
	background: transparent url('Dock/ControlButtons.gif') no-repeat -56px -15px;
}

.RadDock_Mss a.rdPin {
	background: transparent url('Dock/ControlButtons.gif') no-repeat -140px top;	
}

.RadDock_Mss a.rdPin:hover {
	background: transparent url('Dock/ControlButtons.gif') no-repeat -140px -15px;	
}

.RadDock_Mss a.rdUnpin {
	background: transparent url('Dock/ControlButtons.gif') no-repeat -168px top;	
}

.RadDock_Mss a.rdUnpin:hover {
	background: transparent url('Dock/ControlButtons.gif') no-repeat -168px -15px;	
}

.RadDock_Mss .rdTitlebar,
.RadDock_Mss .t,
.RadDock_Mss .b,
.RadDock_Mss .l,
.RadDock_Mss .r,
/*.RadDock_Mss .tr,*/
/*.RadDock_Mss .tl,*/
.RadDock_Mss .bl,
.RadDock_Mss .br {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: .8;
}
