/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:450px; width:450px; background-color:Transparent; border:1px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(../images/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent  #basicModal{padding:8px;}

#DivShowLogo{
	background:#000000 url(../images/LiveLogo.jpg) no-repeat top right; 
	width:480px;
	height:43px;
	position:absolute;
	top:1px;	
	right:1px;
	left:1px;
	/**/
	display:block;	
	z-index: 1000;
}

#DivShowMother{
	background:transparent url(../images/MotherMary.png) no-repeat bottom right; 
	width:120px;
	height:85px;
	position:absolute;
	bottom:35px;
	right:60px;	
	display:block;	
	z-index: 1000;
}
#DivHideMenu{
	/*background:transparent;  */
	background-color:#68B1D9; 
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	font-family:verdana;
	border:2px solid #E8EAED;	
	width:72px;
	height:22px;
	position:absolute;
	bottom:0px;
	right:26px;	
	display:block;	
	z-index: 100;
}
.ShowLogo{
}