/* LIVE CSS */
.live-dialog-container {
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:300px;
	border:5px solid #ACE;
	padding:10px;
}

#live-alert-container {
	background:#F00;
}



/* Canopy Styles */
#canopy {
	z-index:99997;
	position:fixed;
	min-height:100%;
	height:100%;
	min-width:100%;
	width:100%;
	left:0%;
	top:0%;
	bottom:0%;
}

#canopy-overlay {
	z-index:99998;
	background:#000;
	position:absolute;
	min-height:100%;
	height:100%;
	min-width:100%;
	width:100%;
	left:0%;
	top:0%;
	bottom:0%;
}

#canopy-content-container {
	z-index:99999;
	position:absolute;
	min-height:100%;
	height:100%;
	min-width:100%;
	width:100%;
	left:0%;
	top:35px;
	bottom:0%;
}

#canopy-content-container div.drag {
	cursor:move;
}

	
#canopy-btn-close {
	z-index:999999;
	position:absolute;
	right:0%;
	top:0%;
	color:#FFF;
	font-weight:bold;
	font-size:200%;
	font-family:Arial;
	width:100%;
	height:35px;
	text-align:center;
	background: url("/inc/scripts/image_text.php?text=close x&color=ffffff&background=000000&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat 99% center;
}

#canopy-btn-close:hover {
	background:#000 url("/inc/scripts/image_text.php?text=close x&color=ffffff&background=000000&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat 99% center;
	cursor:pointer;
}

/* PopUp CSS */

#popUpContainer {
	background: #FFF;
	border:1px solid #000;
	position:absolute;
	top:25%;
	left:25%;
	}

#popUpControls {
	text-align:right;
	padding:1%;
	border-bottom:1px solid #000;	
	display:block;
	}
#popUpControls a {
	padding:1%;
	margin:0%;
	display:inline;
	}
#popUpControls a:hover {
	background:#EEE;
	cursor:pointer;
	}

.minimized {
	border-top:none;
	width:15%;
	height:20px;
	position:absolute;
	top:0%;
	right:5%;
	}
	
div.popup_container {
	top:50px;
	left:300px;
	background:#FFF;
	border:3px solid #ACE;
	-moz-border-radius:10px;
	padding:0%;
}

div.popup_controls {
	padding:1%;
	background:#CADFED;
	-moz-border-radius:5px 5px 0px 0px;
}

div.popup_controls a {
	padding:0px 5px;
	cursor:pointer;
}
