﻿/* White table classes starts here */

.white-table .td
{
	background-color: #ffffff;
}

.white-table .top-left-curve
{
    background-image: url('../white-table/topleftcurv.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 8px;
    height: 8px;
}

.white-table .top-center
{
    background-image: url('../white-table/top-center.gif');
    background-repeat: repeat-x;
    background-position: top left;
    height: 8px;
}

.white-table .top-right-curve
{
    background-image: url('../white-table/toprightcurv.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 8px;
    height: 8px;
}

.white-table .middle-left
{
    background-image: url('../white-table/left-center.gif');
    background-repeat:repeat-y;
    background-position: top left;
    width: 8px;
}

.white-table .middle-right
{
    background-image: url('../white-table/right-center.gif');
    background-repeat:repeat-y;
    background-position: top left;
    width: 8px;
}

.white-table .bottom-left-curve
{
    background-image: url('../white-table/bottomleftcurv.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 8px;
    height: 8px;
}

.white-table .bottom-center
{
    background-image: url('../white-table/bottom-center.gif');
    background-repeat: repeat-x;
    background-position: top left;
    height: 8px;
}

.white-table .bottom-right-curve
{
    background-image: url('../white-table/bottomrightcurv.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 8px;
    height: 8px;
}
