﻿.ascx_FooterTableFirstPart
{
    width: 1000px;
    height: 5px;
    background-color: Red;
    border-top: solid 1px Black;
    margin-bottom: 3px;
    margin-top: 10px;
}

.ascx_FooterTableSecondPart
{
    width: 1000px;
    height: 14px;
}

.ascx_FooterTableSecondPart_LeftCell
{
    width: 490px;
    padding-left: 10px;
    height: 14px;
    border-left: solid 2px Red;
}

.ascx_FooterTableSecondPart_RightCell
{
    width: 490px;
    height: 14px;
    padding-right: 10px;
    text-align: right;
    border-right: solid 2px Red;
}
