﻿body
{
}
.mainDiv
{
     border:solid 1px gray;
     width:1024px;
}
.mainTable
{
     width:1024px; 
}
.footerText
{
    font-family:Arial;
    font-size:10px;
}
.regularText
{
    font-family:Arial;
    font-size:12px;
}
.regularBoldText
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold; 
}
.regularBoldTextEx
{
    font-family:Arial;
    font-size:20px;
    font-weight:bold; 
}
.rowHeaderText
{
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;   
}
.rowHeaderTextEx
{
    color:#ffffff;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;   
}
.errorText
{
    font-family:Arial;
    font-size:10px;
    font-weight:bold; 
    color:#cc0000;
}
.statusText
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold; 
    color:#cc0000;
}
.link
{
    cursor:hand; 
}
.tabBorder
{
    background-color:#007c8e;
}
.divPos
{
    position:fixed;
}
.anchorText
{
   cursor: hand;
}
