/********************************************************************
//                                                                 //
//  Modal CSS Dialog Stylesheet                                    //
//  Copyright© BrandsPatch LLC                                     //
//  http://www.explainth.at                                        //
//                                                                 //
//  All Rights Reserved                                            //
//                                                                 //
//  Permission is granted to use, modify and redistribute          //
//  this code on the condition that this notice is retained        //
//  unchanged.                                                     //
//                                                                 //
//  BrandsPatch  declines all responsibility for any losses,       //
//  direct or indirect, that may arise  as a result of using       //
//  this code.                                                     //
********************************************************************/
.overlay
{
 position:absolute;
 left:0;
 top:0;
 background-color:#c0c0c0;
 opacity:0.6;
 filter:alpha(opacity=60);
}
.diadiv
{
 position:absolute;
 left:0;
 top:0;
}
.diaframe
{
 position:absolute;
 font-family:arial;
 font-size:1em;
 left:200px;
 top:200px;
 width:25em;
 height:13em;
 border:0.05em solid black;
 overflow:auto;
}
.diacapt
{
 position:absolute;
 left:0;
 top:0;
 height:1.5em;
 overflow:hidden;
 background-color:#c0c0c0;	
 padding-top:0.05em;
 padding-bottom:0.05em;
}
.diacapt a{
 float:right;
 width:1.3em;	
 height:1.625em;
 font-family:arial;
 font-weight:bold;
 font-size:0.8em;
 font-style:italic;
 background-color:#A1EFF7;
 text-align:center;
 text-decoration:none;
 padding-top:0.1em;
 margin-right:0.05em;
 border:0.05em solid gray;
}
.diacapt a:visited{color:black}
.diacapt a:hover
{
 color:red;
 text-decoration:none;
 background-color:#28AEBD;
 border:1px outset black;	
}
.capt
{
 padding-top:0.1em;
 padding-left:0.5em;
 font-size:0.8em;
 font-weight:bold;
 color:white;	
}
.diabody
{
 position:absolute;
 top:1.6em;
 background-color:white;
}
.diaimg
{
 position:absolute;
 left:0;
 top:0;
 width:101px;
 overflow:hidden;	
}
.diatxt
{
 position:absolute;
 left:101px;
 top:0;
 padding-top:2em;
}
.diapara
{
 height:4em;
 overflow:auto;
 padding-left:5%;
 padding-right:5%;
 top:50px;	
}
.diaclose
{
 text-align:right;
 padding-right:1em;	
}