﻿
.itemDescription
{
    font-family:Verdana;
    font-size:x-small;
    font-style:normal;
    font-weight:normal;

}

.itemCaption
{
    font-family:Verdana;
    font-size:small;
    font-style:normal;
    font-weight:bold;
    color:White;
}
.subItemCaption
{
    font-family:Verdana;
    font-size:small;
    font-style:normal;
    color:#336699;
   
    
}
.txtErrorStatus
{
    font-family:Verdana;
    font-size:small;
    font-style:normal;
    font-weight:normal;
    color:Red;
}
.gridValidators
{
    background-color:#FFFFC0;
    border-color:#666666;
    border-style:Solid;
    border-bottom-width:2px;
    border-left-width:2px;
    border-right-width:2px;
    border-top-width:2px;
    font-family:Tahoma;
    font-size:x-small;
    color:#CC0000;
    
}
.pageLayout
{
    background-color:White;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
}
 .divErr
 {
    border:solid 1px Red;
    height:40px;
    background-color:#ffffcc;
      font-family:Verdana;
    font-size:small;
    font-style:normal;
    font-weight:normal;
    color:Red;
    width:50px;
 }
