﻿.dxPanelTable
{
    border-collapse : collapse;
}

.dxPanelTopLeftTitle
{
    height : 29px;
    width:6px;
    background-image: url(/images/dxPanel.png);
    line-height:1px;
    font-size:1px;
    margin:0px;
    padding:0px;
}

.dxPanelTopRightTitle
{
    height : 29px;
    width:6px;
    background: url(/images/dxPanel.png) -6px 0;
    line-height:1px;
    font-size:1px;
    margin:0px;
    padding:0px;
}

.dxPanelTopMiddleTitle
{
    height : 29px;
    background: url(/images/dxPanel.png) 0 -29px;
    line-height:1px;
    font-family:Verdana;
    font-size: 11px;
    font-weight : bold;
    margin:0px;
    padding:0px;
}

.dxPanelMiddleLeft
{
    background: url(/images/dxPanel2.png) 0 0;
    background-color : #d8e9f2;
    line-height:1px;
    font-size:1px;
    margin:0px;
    padding:0px;
}

.dxPanelMiddleCenter
{
    background-color : #d8e9f2;
}

.dxPanelMiddleRight
{
    background: url(/images/dxPanel2.png) -12px 0;
    background-color : #d8e9f2;
    line-height:1px;
    font-size:1px;
    margin:0px;
    padding:0px;
}

.dxPanelBottomLeft
{
    height : 6px;
    width:6px;
    background: url(/images/dxPanel.png) 0 -64px;
    line-height:1px;
    font-size:1px;
    margin:0px;
    padding:0px;
}

.dxPanelBottomCenter
{
    height : 6px;
    background: url(/images/dxPanel.png) 0 -70px;
    line-height:1px;
    font-size:1px;
    margin:0px;
    padding:0px;
}

.dxPanelBottomRight
{
    height : 6px;
    width:6px;
    background: url(/images/dxPanel.png) -12px -64px;
    line-height:1px;
    font-size:1px;
    margin:0px;
    padding:0px;
}

.bottomPadding
{
    padding-bottom : 5px;
}

.topPadding
{
    padding-top : 5px;
}