

/*************************************************************
// Pop Up Windows */

.popUpOuterBorder {
	border:					1px solid #ededed;
}
.popUpWindow {
	margin-bottom:			0px;
	border:					1px solid #fff;
	background:				#fff;
}
.popUpWindow .popUpWindowTitleBar {
	position:				relative;
	background:				transparent url(../images/popUpTitleBar.gif) repeat top center;
	cursor:					move;
}
.popUpWindow .popUpWindowTitleBar span.theTitle {
	display:				block;
	color:					#ffffff;
	font-weight:			bold;
	padding:				5px 10px 5px 10px;
}

.popUpWindow .popUpWindowTitleBar span.closeIcon {
	position:				absolute;
	top:					7px;
	right:					7px;
	background:				url(../images/iconCloseWindow.gif) 50% 50% no-repeat;
	height:					15px;
	width:					15px;
	cursor:					pointer;
}

.popUpWindow div.content span.resizeIcon {
	position:				absolute;
	right:					1px;
	bottom:					1px;
	height:					16px;
	width:					16px;
	background:				transparent url(../images/iconResize.gif) no-repeat;
	cursor:					s-resize;
}


.popUpWindow .content {
	position:				relative;
	border:					none;
	background:				#fff;
	margin:					1px 0 0 0;
	padding:				0px;
}


/*------------------------------------------------------------------------------*/
/* Drop Shadow Elements for LiveFeed Pop Ups */
html>body .ds1UR { background: url(../images/dropShadowUpperRight.png) right top no-repeat; }
html>body .ds1LL { background: url(../images/dropShadowLowerLeft.png) left bottom no-repeat; padding-top: 8px; padding-left: 8px; }
html>body .ds1M { background: url(../images/dropShadowMain.png) bottom right; }
html>body .ds1C { position: relative; left: -8px; top: -8px; }
/*------------------------------------------------------------------------------*/

/* End Pop Up Windows
*************************************************************/
