
	#smodal-overlay
	{
		display:none;
		background:#000;
		width:100%;
		height:100%;
		position:fixed;
		opacity:0.7;
		top:0;
		left:0;
		z-index:899;
	}


	#smodalmsg-overlay
	{
		display:none;
		background:#000;
		width:100%;
		height:100%;
		position:fixed;
		opacity:0.7;
		top:0;
		left:0;
		z-index:905;
	}
		
	#smodal-div
	{
		display:none;
		position:absolute;
		z-index:900;
	}

	#smodal-body
	{
		z-index:99999;
		width:100%;
		height: 100%;
	}
	
	/* Redirect Nav - Refreshes ajax content */
	#smodal-nav-redirect, #ssmodal-nav-redirect
	{
		background-image:url(images/navbar_bg.gif);
		background-repeat: repeat-x;
		width:100%;
		height:36px;
		margin:0;
		padding:0;
		z-index:99999;
	}
	
	#smodal-nav-redirect li, #ssmodal-nav-redirect li
	{
		float:left;
		list-style:none;
		margin:0;
		z-index:99999;
	}
	
	#smodal-nav-redirect li a, #ssmodal-nav-redirect li a
	{
		display:table-cell;
		vertical-align: middle;
		padding:10px;
		font-size:13px;
		font-weight:bold;
		color:#d5d5d5;
		text-transform: uppercase;
		border-right:solid 1px #dddddd;
		z-index:99999;
	}
	
	#smodal-nav-redirect li .active, #ssmodal-nav-redirect li .active
	{
		background:#fff;
		color:#888887;
		z-index:99999;
	}
	
	
	/* Modal Message - tricky modal over modal */
	#modalmsg-div
	{
		display:none;
		position:absolute;
		z-index:900;
	}

	#modalmsg-body
	{
		z-index:99999;
		width:100%;
		height: 100%;
	}
	
	/* Redirect Nav - Refreshes ajax content */
	#modalmsg-nav-redirect
	{
		background-image:url(images/navbar_bg.gif);
		background-repeat: repeat-x;
		width:100%;
		height:36px;
		margin:0;
		padding:0;
		z-index:99999;
	}
	
	#modalmsg-nav-redirect li
	{
		float:left;
		list-style:none;
		margin:0;
		z-index:99999;
	}
	
	#modalmsg-nav-redirect li a
	{
		display:table-cell;
		vertical-align: middle;
		padding:10px;
		font-size:13px;
		font-weight:bold;
		color:#d5d5d5;
		text-transform: uppercase;
		border-right:solid 1px #dddddd;
		z-index:99999;
	}
	
	#modalmsg-nav-redirect li .active
	{
		background:#fff;
		color:#888887;
		z-index:99999;
	}
	