﻿.RadDock
{
	/*z-index: 1;*/
}

.RadDock .rdContent
{
	overflow: hidden !important;
}

.RadDock .rdLeft
{
	width: 0px !important;
}

.RadDock .rdRight
{
	width: 0px !important;
}

.RadDock .rdLeft
{
	border-left-color: rgb(153, 153, 153) !important;
	border-left-width: 1px !important;
	border-left-style: solid !important;
}

.RadDock .rdRight
{
	border-right-color: rgb(153, 153, 153) !important;
	border-right-width: 1px !important;
	border-right-style: solid !important;
}

div.RadDock .rdTable .rdBottom .rdLeft
{
	height: 0px;
	font-size: 10px;
	border-bottom-color: rgb(153, 153, 153) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

div.RadDock .rdTable .rdBottom .rdCenter
{
	height: 0px;
	font-size: 10px;
	border-bottom-color: rgb(153, 153, 153) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

div.RadDock .rdTable .rdBottom .rdRight
{
	height: 0px;
	font-size: 10px;
	border-bottom-color: rgb(153, 153, 153) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

div.RadDock .rdTable .rdTop .rdLeft
{
	height: 6px !important;
	font-size: 10px;
}

div.RadDock .rdTable .rdTop .rdCenter
{
	height: 6px !important;
	font-size: 10px;
}

div.RadDock .rdTable .rdTop .rdRight
{
	height: 6px !important;
	font-size: 10px;
}
