

/*************************************************************
// Pop Up Windows */
.popUpWindow {
	margin-bottom:			0px;
}
.popUpWindow .popUpWindowTitleBar {
	position:				relative;
	background:				transparent url(../images/chrome/popUpTitleBarLeftEdge.png) no-repeat top left;
	height:					23px;
	font-size:				12px;
	cursor:					move;
}
.popUpWindow .popUpWindowTitleBar span.theTitle {
	background:				transparent url(../images/chrome/popUpTitleBar.png) no-repeat top right;
	display:				block;
	color:					#fff;
	padding-top:			5px;
	margin-left:			9px;
	padding-right:			9px;
	padding-bottom:			4px;
}

.popUpWindow .popUpWindowTitleBar span.closeIcon {
	position:				absolute;
	top:					8px;
	right:					7px;
	background:				url(../images/icons/iconWhiteXOnMauve.gif) no-repeat;
	height:					13px;
	width:					13px;
	cursor:					pointer;
}

.popUpWindow div.popUpWindowContent span.resizeIcon {
	position:				absolute;
	right:					1px;
	bottom:					1px;
	height:					16px;
	width:					16px;
	background:				transparent url(../images/iconResize.gif) no-repeat;
	cursor:					s-resize;
}


.popUpWindow .popUpWindowContent {
	position:				relative;
	border:					2px solid #fff;
	background:				#E7DAE0 url(../images/chrome/popUpBG.gif) repeat-x;
	margin:					0;
	padding:				16px;
}


div.popUpWindowContent .nextSection {
	display:				block;
	clear:					both;
	margin-top:				16px;
}

div.popUpWindowContent .nextElement {
	margin-top:				6px;
}

/* End Pop Up Windows
*************************************************************/
