/********************************************************************
//                                                                 //
//  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:#906F5C;
	opacity:0.6;
	filter:alpha(opacity=60);
	visibility:hidden;
	height: 1000px; 
	width: 1060px;
	
}
.diadiv
{
 	position:absolute;
 	left:0;
 	top:0;
 	height: 1000px; 
 	width: 1060px;
}
.diaframe
{
	 position:absolute;
	 font-family:arial;
	 font-size:1em;
	 left:350px;
	 top:200px;
	 width:25em;
	 height:14em;
	 border:0.05em solid black;
	 overflow:auto;
	 visibility:hidden;
 

}
.diacapt
{
	position:absolute;
	left:0;
	top:0;
	height:1.5em;
	overflow:hidden;
	background-color:#603A0D;
	padding-top:0.08em;
	padding-bottom:0.02em;
	width: 25em;
}
.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:#D0A71B;
	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:#000000;
	text-decoration:none;
	background-color:#F8EE68;
	border:1px outset black;
}
.capt
{
 padding-top:0.5em;
 padding-left:0.5em;
 font-size:0.8em;
 font-weight:bold;
 color:white;	
}
.diabody
{
 position:absolute;
 top:1.6em;
 background-color:white;
 height: 12.3905em; 
 width: 25em;
}
.diaimg
{
 position:absolute;
 left:0;
 top:0;
 width:101px;
 overflow:hidden;	
}
.diatxt
{
 position:absolute;
 left:0px;
 top:0px;
 text-align: justify;
 height: 12.39em; 
 width: 24.8756em;
}

.diapara
{
 height:9em;
 overflow:auto;
 padding-left:5%;
 padding-right:5%;
 top:50px;	
}
.diaclose a {color:white;}
.diaclose
{
 text-align:right;
 padding-right:1em;
 color:white;	
}
.close_btn{
	height:1.3em;
	width:4em;
	float:right;
	background-color:#603A0D;
	color:white;
	text-align:center;
}