﻿.watermark {
	background: #FFAAFF;
}



.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 1px;	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup 
{
    
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:2px;
	width:335px;
}

.ModalPopupBack
{
    
        background: white;
        border: 1px solid black; 
        width:335px;
    }
    
    
.ModalPopupBackCustom
{
        display:block;
        margin-left:135px;
        margin-top:145px;    
        background: white;
        border: 1px solid black; 
        height:270px; width:380px;
        z-index:4;
    }


.ModalPopupBackShadow
{
    display:block;
        margin-left:140px;
        margin-top:150px;        
        background: black;
        border: 1px solid black; 
        height:270px; width:380px;
        z-index:3;
       
    }
    
.ModalPopupHeader
{
    text-indent:10px;
    background: #a9c1d9;
    font-size:12px;
    line-height:28px;    
    font-weight:bold;
    font-style:italic;
    height:30px;    
    font-family:Verdana;
    
}

.tdControl
{
    width:185px;
    }
.modalControl
{
    width:165px;
}    

.normal
{
    font-size:10px;
    font-family:Verdana;
    font-weight:normal;
    }
