
/* 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);
	
}
  	
#dialogframe{
	width: 358px; 
	height: 100px;
	margin: 200px auto; 
	padding:0px; 
	text-align: left;
}
		
#dialogtop{
	font-family: Verdana, Tahoma, sans-serif, Arial;
	background-image: url(../default/dialogtop.png);
	height: 24px;
	background-repeat: no-repeat;
}

#dialogtop_content{
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 4px;
}

#dialogmid{
	background-image: url(../default/dialogmid.png);
	background-repeat: repeat-y;
}  	

#dialogbot{
	background-image: url(../default/dialogbot.png);
	height: 25px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#diagcontent{
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	padding-right: 0px;
}

#diagcontent2{
	font-family: Verdana, Tahoma, sans-serif, Arial;
	color: #3C5CAF;
	font-size: 11px;
	background: #f4f4f4;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 4px;
}

#dialogbuttons{
	text-align: center;
	padding-top: 12px;
	padding-bottom: 6px;
}

.dialogx{
	float: right;
	padding-right: 5px;
}
