
div.RadDock_Simple .rdContent
{
    font: normal 12px Tahoma;
}

div.RadDock_Simple .rdTitleBar em
{
    font: normal normal 11px/27px Tahoma;
}

.RadDock_Simple .rdTop .rdLeft, .RadDock_Simple .rdTop .rdRight, .RadDock_Simple .rdTop .rdCenter, .RadDock_Simple .rdBottom .rdLeft, .RadDock_Simple .rdBottom .rdRight, .RadDock_Simple .rdBottom .rdCenter
{
    background-image: url('Dock/HorizontalSpriteSimple.gif');
}

.RadDock_Simple .rdMiddle .rdLeft, .RadDock_Simple .rdMiddle .rdRight
{
    background-image: url('Dock/VerticalSpriteSimple.gif');
}

.RadDock_Simple .rdCenter .rdCommands a span
{
    background-image: url('Dock/CommandSprite.gif');
}

.RadDock_Simple .rdCenter .rdCommands a, .RadDock_Simple .rdCenter .rdCommands a span
{
    cursor: pointer;
}

.RadDock_Simple .rdMiddle .rdCenter, .RadDock_Simple .rdBottom .rdCenter
{
    background-color: #fff;
}

.RadDock_Simple .rdContent
{
    color: black;
    width: 99% !important;
}

div.RadDock_Simple table.rdTable tr td.rdLeft, div.RadDock_Simple table.rdTable tr td.rdRight
{
    width: 2px;
}

div.RadDock_Simple table.rdTable tr td.rdRight
{
    background-position: -12px -68px;
}

div.RadDock_Simple table.rdTable tr.rdBottom td.rdRight
{
    background-position: -12px -95px;
}

.RadDock_Simple .rdTitleBar em
{
    color: #000000;
    text-indent: 12px;
}

div.RadDock_Simple tr.rdTop td.rdCenter
{
    background: url('Dock/TitleBarBgr.gif') no-repeat 0 0;
}

/* rounded corner settings */
div.RadDock_Simple table.rdTable td.rdRoundedCorner.rdLeft, div.RadDock_Simple table.rdTable td.rdRoundedCorner.rdRight
{
    width: 7px;
}

div.RadDock_Simple table.rdTable tr.rdBottom td.rdRoundedCorner.rdRight
{
    background-position: -7px -54px;
}

div.RadDock_Simple table.rdTable tr.rdMiddle td.rdRoundedCorner.rdRight
{
    background-position: -7px 0;
}
