
/* SuperModal V1 Style Sheet */
/* this style sheet is copyright 2008 and cannot be used without permission */

#overlay{
	position: fixed;
	left: 0px; 
	top: 0px;
	display: none;
	visibility: hidden; 
	width: 100%; 
	height: 100%; 
	text-align: center; 
	z-index: -1;
	background-image:url(../default/bluetbg55c.png);
	background-image:url(../default/bluetbg55d.png);
	font-size:1.4rem;
	line-height:1.35em;
}

#dialogframe{
	height: 100px;
	margin: 10em auto;
	padding:0px; 
	text-align: left;
}

.diagwidthsml{width:26em;}
.diagwidthlg{width:40em;}

/*
	font-family: Verdana, Tahoma, sans-serif, Arial;
	background-image: url(../default/dialogtop.png);
	height: 24px;
	background-repeat: no-repeat;
*/

#dialogtop{
}

#dialogtop_content{
	background: #3F3F3F;
	background: #f4f4f4;
	font-size:1.4rem;
	color: #fff;
	color: #283E6D;
	color: #3C5CAF;
	text-align:center;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom:8px;
	border-bottom: 1px #C0C0C0 dotted;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

/*	background-image: url(../default/dialogmid.png);
	background-repeat: repeat-y;*/
#dialogmid{
	padding:4px;
}  	

/*background-image: url(../default/dialogbot.png);*/

#dialogbot{
	height: 25px;
	overflow: hidden;
}

#diagcontent{	
	background: #fff;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 14px;
	padding: 10px;
	border-top: 1px #ADADAD solid;
	border-left: 1px #ADADAD solid;
	border-right: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
	border-radius:7px;
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, .3);
}

/*color: #3C5CAF;*/
#diagcontent2{
	font-family: Verdana, Tahoma, sans-serif, Arial;
	color: #283E6D;
	color: #3C5CAF;
	font-size: 1.2rem;
	background: #f4f4f4;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

#dialogbuttons{
	text-align: center;
	padding-top: 12px;
	padding-bottom: 6px;
}

.dialogx{
	float: right;
	padding-right: 5px;
}

@media screen and (max-width:538px){
	
	#overlay{position:absolute; height:130%;}
	
	#dialogframe{margin: 3.5em auto;}
	
	.diagwidthlg{width:90%;}
}

@media screen and (max-width:360px){
	
	#diagcontent{margin:auto;	}
	
	#dialogframe{margin: 2em auto;}
	
	.diagwidthlg{width:310px;}
}