.black_overlay {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	display: none;
	z-index: 1001;
	background-image:  url(transparent-back.gif);
	background-repeat: repeat;
 }

.white_content {
	display: none;
	position: relative;
	top: 25%;
	left: 25%;
	right: 25%;
	bottom: 25%;
	width: 50%;
	min-width: 450px;
	height: 50%;
	min-height: 350px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	text-align: center;
	border: 1px solid #000000;
}
.frame {
	background-color: #FFFFFF;
	padding: 10px;
	z-index: 1003;
}
.insidewindow {
	padding: 10px;
	overflow: scroll;
	position: absolute;
	left: 10%;
	top: 10%;
	right: 10%;
	bottom: 10%;
	text-align: center;
	overflow-x: hidden;
}
.closewindow {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	clear: both;
	font-size: 0.8em;
}
a:link {
	color: #999999;
}
#times {
	font-family: Arial, Helvetica, sans-serif;
	color: #653614;
	border-right: 4px solid #FFFFE6;
	border-left: 4px solid #FFFFE6;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

