﻿body {
}
.MasterDiv
{
}
.AlertMsg
{
    font-family: "Comic Sans MS";
    font-size: medium;
    color: #00CC99;
    text-align: left;
    height: auto;
    border-width: 2px;
    border-color: #666666;
    border-top-style: groove;
}
.MSGlbl
{
    font-family: "Arial";
    font-size: medium;
    font-weight: bold;
    color: #CC0000;
    text-align: left;
    height: auto;
}
.EntryTheme
{
    background: url('../Images/EntryTitle.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #DEE5EB;
}
.PageTitle
{
    width: 975px;
    z-index: 1;
    left: 1px;
    top: -2px;
    position: absolute;
    height: 25px;
    font-family: "Tahoma";
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
}
.BranchTitle
{
    font-family: Verdana;
    font-size: medium;
    color: #ffffcc;
    height: 18px;
    width: 207px;
    font-weight: bold;
}
.TitleRow_TBL
{
    font-family: Verdana;
    font-size: 14px;
    color: #000000;
    text-align: center;
    background-repeat: repeat;
    background-image: url('../Images/PageTitle.gif');
    font-weight: bold;
}
.EntryBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #003366;
    color: #000000;
}
.Req_EntryBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #624532;
    background-color: #FFFFCE;
    margin-left: 0px;
}
.cpHeader
{
    cursor:pointer;
}
.RoleLink
{
    font-family: Tahoma;
    font-size: medium;
    color: #336699;
    z-index: 1;
}
.TitleRow_Role
{
    font-family: Tahoma;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    font-style: italic;
    background-color: #CC0000;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #FFFFCC;
    border-bottom-color: #FFFFCC;
}
.LockOff { 
     display: none; 
     visibility: hidden; 
} 
.LockOn { 
   display: block; 
   visibility: visible; 
   position: absolute; 
   z-index: 999; 
   top: 0px; 
   left: 0px; 
   width: 105%; 
   height: 105%; 
   background-color: #ccc; 
   text-align: center; 
   font-family: Tahoma;
   font-size: 18px;
   font-weight: bold;
   padding-top: 20%; 
   filter: alpha(opacity=75); 
   opacity: 0.75; 
}          