
/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
/*Drag Panel*/
.dragMe {
	width:100%;
	height:30px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}
.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

/*Modal Popup Control*/
.modalPopupBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopupTitle
{
	color: white;
	font-weight: bold;
	cursor: move;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: #ffffff 1px solid;
	padding-top: 4px;
	background-image: url(Images/WindowTitle.gif);
	background-repeat: repeat-x;
}
.modalPopup
{
	border-right: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	background-color: white;
}






