﻿.MainDiv
{
    font-family:Verdana| Arial| Tahoma| Times New Roman;
    font-variant:normal;
    height:325px;
    width:675px;
    outline-style:groove;
    overflow:hidden;
}
.Table
{
    table-layout:fixed;
    text-align:center;
    white-space:nowrap;
    word-spacing:normal;
    width:100%;
    border:None;
}
.captionCol
{
    width:25%;
    text-align:right;
}
.ControlCol
{
    width:70%;
    text-align:center;
}
.spaceCol
{
    width:5%;
}
.Row
{
    height:25px;
}
.Controls
{
    width:98%;
}
#ucSMain
{
   width:220px;
} 
.ucSCap 
{
    width:45%;   
}
.ucSCon
{
    width:50%;
}
.fullWidth
{
    width:100%;
}
   
