/* 
================================
POPUP PAGE STYLES
================================
*/

body.popup-window {
	padding: 0;
	margin: 15px;
	background: #fff;
	font: 75% verdana, geneva, arial, helvetica, sans-serif;
	color: #222;
}	
.popup-window img.mayo-logo {
	margin-bottom: 12px;
	border: none;
}

.popup {
	border: #cbcbcb 1px solid;
	position: relative; 
}


.popup h1 {
	background: #edeee8 url(/images-global/sidebar-heading-gray.gif) bottom repeat-x;
	color: #444;
	font-family: georgia, serif;
	font-weight: normal;
	margin: 0;
	padding: 4px 10px; 
	font-size: 130%; 
	clear: both;
}
.popup img.enlarged {
	border: none;
	margin-bottom: 12px;
}
.enlarged-image-caption {
	padding: 10px 10px 0px 10px;
	font-size: 100%;
	clear: both;
}

a.close {
	background: transparent url(/images-global/close.gif) no-repeat; 
	padding-left: 20px;
	padding-bottom: 4px;
	margin-left: 10px;
	display: block;
	clear: both;
}

.popup .column {
	width: 45%;
	float: left;
	position: relative;
}
.popup .gutter-right {
	margin-left: 10px;
}

.enlarged-column-one {
	width: 45%;
	float: left;
	position: relative;
}
.enlarged-column-two {
	width: 45%;
	float: left;
	margin-left: 10px;
	position: relative;
}
