/* This is the css file needed for the application to correctly hide/display and then position your pop-up layer on the page. */

#pop-open {
	position:absolute;
	left:0px;
	top:0px;
	z-index:20;
	background:url(http://www.youngactorscamp.com/images/shade.png);
	border: none;
	margin: 0px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
}

#edge {
	border: solid 2px #FD8668;
	padding: 0px;
	background-color: #497748;
}

#headline div {
	height:36px;
	padding-left:5px;
	padding-top:5px;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color: #FEF4DC;
	background-color: #497748;
}

#main_title {
	float: left;
	margin-left: 20px;
	text-decoration: none;
	color: #FEF4DC;	
}

#close_link {
	float: right;
	color: #FEF4DC;
}

#content {
	overflow:auto;
	height:510px;
	background-color: #497748;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;		
}