 /** Dialogs */
 
 #dialog-controller {
	display:none;
	position:fixed;
	top:0px; right:0px; bottom:0px; left:0px;
	z-index:9999;
 }
 
 #dialog-modal-overlay {
	position:absolute;
	top:0px; right:0px; bottom:0px; left:0px;
	background-color:black;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity:0.6;
 }
 
 #modal-dialog {
	position:absolute;
	background-color:#ccc;
	height:0px;
	width:0px;
	top:35%;
	left:50%;
 }
	#modal-dialog > .close 
	{
		position: absolute;
		z-index:3;
		top: -10px;
		right: -10px;
		height: 48px;
		width: 53px;
		cursor:pointer;
		background-image:url(/NetSmartzKids/images/sitewide/closeButton.png);
	}
	
	#modal-dialog > .close:hover
	{
		background-position:bottom left;
	}

	#modal-dialog > .contents.loading
	{

		background-position: center center;
		background-repeat: no-repeat;
		background-image: url(/netsmartz_v3/images/logos/Loading_ani.gif);
		
	}
	

 /** NetSmartzKids Styles */
 
#monthlymessage {
	position:relative;
	top:0px;
	left:0px;
}

.messagePlayer {
	z-index:2;
	position:absolute;
	width:640px;
	height:350px;
	top:14px;
	left:14px;	
}

.messageBackground {
	z-index:1;	
	position:relative;
	width:667px;
	height:378px;
	top:0px;
	left:0px; 
	background-image:url(/NetSmartzKids/images/sitewide/messageBackground_grx.png);
	background-color: transparent;
	border:none;
	background-repeat: no-repeat;
}
 
#whatisrbs {
	width:635px;
	height:389px;
	background-repeat: no-repeat;
	background-image: url(/netsmartzkids/images/rbsplay/whatisrbsi_grx.png);	 
 }
 
.close {
	position: absolute;
	z-index:3;
	top: -10px;
	right: -10px;
	height: 48px;
	width: 53px;
	cursor:pointer;
	background-image:url(/NetSmartzKids/images/sitewide/closeButton.png);
} 
