/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmHoleInfo {
    display: none;
    position: fixed;
    top: 30px !important;
    left: 50%;
    width: 670px;
    background-color: #C6C6C6;
    color: #333;
    border: 1px solid black;
    padding: 20px;
	 text-align: left;
}

.jqmHoleTitle { width: 100%; float: left; margin-bottom: 20px; position: relative; }
	.jqmHoleTitle h2 { font-family: "Garamond Premire Pro", "Garamond","Times New Roman",Times,Georgia,serif; font-size: 24px; line-height: 33px; text-shadow:1px 1px 1px #FFFFFF; text-transform: uppercase; color: #000; text-decoration: none; font-weight: normal; display: block; }
	.jqmHoleTitle h3 { font-family: "Garamond Premire Pro", "Garamond","Times New Roman",Times,Georgia,serif; font-size: 24px; line-height: 33px; text-shadow:1px 1px 1px #FFFFFF; color: #000; text-decoration: none; font-weight: normal; float: left; }
	.jqmHoleTitle h4 { font-family: "Garamond Premire Pro", "Garamond","Times New Roman",Times,Georgia,serif; font-size: 24px; line-height: 33px; text-shadow:1px 1px 1px #FFFFFF; color: #000; text-decoration: none; float: left; font-style: italic; font-weight: normal; float: left; margin-left: 10px; }

	a#back-to-course-card { background: transparent url("../images/layout/back-course-card.gif") top left no-repeat; display: block; height: 32px; width: 200px; padding: 10px 0px; }
	div#close-btn { position: absolute; top: -15px; right: -15px; }


.hole-modal-content { float: left; width: 305px; padding-right: 30px; }

.course-aerial-large { float: left; width: 326px; }
div.hole-info-content { float: left; width: 305px; }
div.hole-info-content h3 { color:#292929 !important; font-size:1.8em !important; font-weight:normal; text-shadow:none !important; width: 100%; background: none; padding: 0px; margin: 0px; }
div.hole-info-content p { color:#292929 !important; font-size:1.2em !important; line-height:2em !important; margin:0 0 20px !important; font-family: Georgia, "Times New Roman", Times, serif; }

#close-btn { position: absolute; top: -15px; right: -15px; }

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
/* html .jqmHoleInfo {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}*/
