/*CSS File for locations generated 5/1/2009*/
a.button {
	display:block; 
	background:URL('/media/images/back-btn.gif') no-repeat left 98%; 
	width:150px; 
	height:32px;
	color:#fff; 
	line-height:32px; 
	font-weight:bold; 
	text-decoration:none;
	padding:0; 
	margin:0; 
	text-align:center;	
	font-size:1.1em;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif; 				
}
a.button:hover {
	display:block; 
	background:URL('/media/images/back-btn.gif') no-repeat left top; 
	width:150px; 
	height:32px; 
	text-decoration:none;
}


/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url('/media/images/overlay/white.png');
	
	/* dimensions after the growing animation finishes  */
	width:650px;
	height:500px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:10px 0;
	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url('/media/images/overlay/close.png');
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
div.overlay h2 { padding:20px 0 0 72px; }
div.contentWrap { text-align:center; }

.map-viewer { border:1px solid black;}

/*
a.campus-map { display:block; background:url('/media/images/blue-btn-bg.gif') no-repeat left center; width:108px; height:19px; color:white; font-weight:bold; text-align:center }
a.campus-map:hover { color:#aaa; text-decoration:none;}
*/

a.campus-map { color:#7E430A; text-decoration:underline; font-weight:bold;} 