﻿.head-table
{
    border-collapse:collapse;
    width:100%;
    border:0px none black;
    padding:0px;
    margin:0px;
}
.head-table .hleftTop, 
.head-table .htop, 
.head-table .hrightTop, 
.head-table .hright, 
.head-table .hrightBottom, 
.head-table .hbottom, 
.head-table .hleftBottom, 
.head-table .hleft
{
    padding:0px;
    margin:0px;
    border:0px none black;
}

.head-table .hleftTop
{
    background-color:transparent;
    background-image: url('/Images/Tables/leftTop.png');
    background-repeat: no-repeat;
    width:0px;
    height:0px;
    padding:6px 11px;
    background-position:right bottom;
}

.head-table .htop
{
    background-image: url('/Images/Tables/top.png');
    background-repeat: repeat-x;
    padding:6px 0px;
    background-position:bottom;
    width:100%;
}

.head-table .hrightTop
{
    background-image: url('/Images/Tables/rightTop.png');
    background-repeat: no-repeat;
    width:0px;
    height:0px;
    padding:6px 11px;
    background-position:left bottom;
}

.head-table .hright
{
    background-image: url('/Images/Tables/right.png');
    background-repeat: repeat-y;
    width:0px;
    padding:0px 11px;
    background-position:left;
}

.head-table .hrightBottom
{
    background-image: url('/Images/Tables/rightBottom.png');
    background-repeat: no-repeat;
    width:0px;
    height:0px;
    padding:6px 11px;
    background-position:left top;
}

.head-table .hbottom
{
    background-image: url('/Images/Tables/bottom.png');
    background-repeat: repeat-x;
    padding:6px 0px;
    background-position:top;
    width:100%;
}

.head-table .hleftBottom
{
    background-image: url('/Images/Tables/leftBottom.png');
    background-repeat: no-repeat;
    width:0px;
    height:0px;
    padding:6px 11px;
    background-position:right top;
}

.head-table .hleft
{
    background-image: url('/Images/Tables/left.png');
    background-repeat: repeat-y;
    width:0px;
    padding:0px 11px;
    background-position:right;
}

table.body-table
{
    border-collapse:collapse;
    width:100%;
    height:100%;
    border:0px none black;
    padding:0px;
    margin:0px;
}

.body-table .leftTop, 
.body-table .top, 
.body-table .rightTop, 
.body-table .right, 
.body-table .rightBottom, 
.body-table .bottom, 
.body-table .leftBottom, 
.body-table .left
{
    padding:0px;
    margin:0px;
    border:0px none black;
}

.body-table .leftTop
{
    background-image: url('/Images/Tables/leftTop1.png');
    background-repeat: no-repeat;
    width:0px;
    height:0px;
    padding:12px 10px 11px 10px;
    background-position:left bottom;
}

.body-table .top
{
    background-image: url('/Images/Tables/top1.png');
    background-repeat: repeat-x;
    padding:12px 0px 11px 0px;
    background-position:bottom;
}

.body-table .rightTop
{
    background-image: url('/Images/Tables/rightTop1.png');
    background-repeat: no-repeat;
    width:0px;
    height:0px;
    padding:12px 10px 11px 10px;
    background-position:right bottom;
}

.body-table .right
{
    background-image: url('/Images/Tables/right1.png');
    background-repeat: repeat-y;
    width:0px;
    padding:0px 10px;
    background-position:right;
}

.body-table .rightBottom
{
    background-image: url('/Images/Tables/rightBottom1.png');
    background-repeat: no-repeat;
    width:0px;
    height:0px;
    padding:45px 10px;
    background-position:right top;
}

.body-table .bottom
{
    background-image: url('/Images/Tables/bottom1.png');
    background-repeat: repeat-x;
    padding:10px 0px;
    background-position:top;
}

.body-table .leftBottom
{
    background-image: url('/Images/Tables/leftBottom1.png');
    background-repeat: no-repeat;
    width:0px;
    height:0px;
    padding:45px 10px 45px 10px;
    background-position:left top;
}

.body-table .left
{
    background-image: url('/Images/Tables/left1.png');
    background-repeat: repeat-y;
    width:0px;
    padding:0px 10px 0px 10px;
    background-position:left;
}

.td-helper
{
    border:0px none black;
    padding:0px;
    margin:0px;
}

.td_Menu
{
    height:40px; 
    padding:0px 0px 0px 20px; 
    margin:0px;
}