﻿



 
/*Modal popup for loading message 
*/
.mdlPopup{
   filter:alpha(opacity=60);
    opacity:0.60;   
}    
.updateProgress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#FFFFFF; 
    position:absolute; 
    width:130px; 
    height:50px;    
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}
        
        
.updateLink
{
    font-size: 10px;
    color:#0099FF;
    text-decoration:none;
    font-weight:bold;
}

.highlightedMessage
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: #FFFFCC;
    padding: 5px;
}




.bluePanel
{
    background-image: url('../img/blue_panel.jpg');
    background-repeat: repeat-x;
}

.smallprint
{
    font-family: verdana;
    font-size: 10px;
    color: #666666;
}
.textbox
{
    font-family: Verdana;
    font-size: 12px;
    color: #666666;
}
.textbox:focus
{
    background-color:#FBFFFF;
}

.editItem
{
    background-color: #FFFFCC;
    padding: 5px;
}


 .modalBackground 
        {
            background-color:Gray;
            filter:alpha(opacity=60);
            opacity:0.60;   
        }    
        
         .modalBackground White
        {
            background-color:White;
            filter:alpha(opacity=70);
            opacity:0.70;   
        } 
        .updateProgress
        {
            border-width:2px; 
            border-style:solid; 
            background-color:#000; 
            position:absolute; 
            width:530px; 
            height:460px;    
            z-index:1000;
        }
        
        .imageBorder
        {
        border:solid 1px #666;
        }
        
        .linkButton{
        font-size:12px;
        padding-top:3px;
        }
