﻿.LoadingDiv 
{
    width:100%; text-align:center; font-size:16px; font-weight:bold; color:Green; z-index:1000;
     position:  fixed;
    _position:  absolute;    
    top:15px;
    _top: expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop+15 :
            document.body.scrollTop +
            (document.body.clientHeight
            -this.clientHeight));

}
.LoadingFace {background-color:White; border:solid 5px Green; width:200px; margin-left:auto; margin-right:auto;}

a {
  text-decoration:none;  
}

body {
}

img { border-width:0px;}

.validatorCalloutHighlight
{
    background-color:Yellow;
}

.loginInput
{
    width:200px; height:20px; border-collapse:collapse; border-style:solid; border-color:#CCCCCC; font-size:16px; vertical-align:middle;
}

.alertColor
{
    color:Red;    
}

.leftMenuDIV
{
    width:189px; position:relative; top:0px; 
}

.PagerNumSelected
{
    font-weight:bold;
    color:Black;
    font-size:16px;
    padding: 2px;  
}

.PagerNum
{
    color:Gray;   
    padding: 2px;  
    font-size:16px; 
}

.watermarked
{
    color:Silver;    
}

.HiddenItem
{
    display:none;
}


.FrameFace{ font-size:12px; text-align:center; border:solid 2px Silver; background-color:#efefef; margin-bottom:5px; width:100%; }
.FrameTitle{ background-color:Gray; color:White; line-height:24px; width:22%; }
.FrameBar{ background-color:Transparent; text-align:center; }


.GreenFace{font-size:12px; text-align:center; border:solid 2px #deeede; background-color:Silver; width:100%;}
.GreenFaceTitle{background-color:#deeede; color:black;}

.YellowLine{background-color:Transparent;  font-size:12px; text-align:left; margin-left:auto; margin-right:auto;}

.BigYellowLine{width:100%; text-align:center; font-size:18px; font-weight:bold; background-color:Yellow; border:solid 1px Red;}