/*****************************************************/
/*	Base Modal Window styles	*/

#modalOverlay {
  background-color:#000;
}

.modalContainer {
	width:600px;
	left:50%;
	top:15%;
	margin-left:-300px; /* half the width, to center */
	border:1px solid #666666;
	text-align:left;
	background:#FFFFFF url(/images/common/modal-grad.gif) top repeat-x scroll;
}
.modalContainer a.modalCloseImg {
	background:url(/images/buttons/modalclose_01.gif) no-repeat scroll 0px 0px;
	width:14px;
	height:14px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}

.modalContainer a.modalCloseImg:hover, .modalContainer a.modalCloseHover {
	background-image:url(/images/buttons/modalclose_02.gif) !important;
}

div.modalData {
	background-color:#FFFFFF;
	padding:1px 12px 4px;
}

/*****************************************************/
/*	Modal Text Styles	*/

h1#modalTitle {
	background:none;
	font-size:14px;
	line-height:25px;
	padding:0px 25px 0px 5px;
	margin:0px;
}

.modalContainer div.modalCol {
	float:left;
	width:50%;
}

div.modalCol {
	float:left;
	width:40%;
}

.modalContainer h2, .modalContainer h3, .modalContainer h4, .modalContainer h5, .modalContainer h6 {
	margin-bottom:0.5em;
}

.modalContainer ul {
	margin:0.5em 0px 0.5em 1.5em !important;
}

.modalContainer ul ul {
	margin:0px 0px 0px 1.5em !important;
}

/*****************************************************/
/*	Specific Window Styles	*/


#accessModal {
	width:400px;
	margin-left:-200px; /* half the width, to center */
}

#exitModal {
	width:500px;
	margin-left:-250px; /* half the width, to center */
	text-align:center;
}

#popWin {
	width:700px;
	margin-left:-350px;
}

#popWin div.modalData {
	height:450px;
	width:676px;
	overflow:auto;
}


#popWinAuto {
	width:600px;
	margin-left:-300px;
}

#popWinAuto div.modalData {
	height:auto;
	max-height:450px;
	overflow:auto;
}
#Microsite {
	width:780px;
	height:640px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #666666;
	text-align:left;
}
