/***************************
	FLOWPLAYER
***************************/
.overlay {
	display:none;
	background:url(/apache/images/overlay/white.png) no-repeat;
	_background: url(/apache/images/overlay/white.gif) no-repeat;
	padding: 40px;	
	width:576px;
	height:580px;
	margin: 0 auto;
}

.overlay div.close {
	background:url(/apache/images/overlay/close.png) no-repeat;
	_background: url(/apache/images/overlay/close.gif) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

#overlay table {
	width:580px;
	border-bottom:2px solid #9daeb4;
	margin:0 0 5px 0;
	padding-bottom: 0;
	border-collapse:collapse;
	font-size:.9em;
	line-height:1.083em;
}

#overlay tr.header td {
	color:#2398c8;
}

#overlay td {
	margin: 0;
	padding:5px 0 5px 1px;
	vertical-align:middle;
	border-bottom: 1px solid #9daeb4;
}

#overlay table#game-schedules tr td {
	padding:5px 0 5px 10px;
}

#overlay td.header {
	color:#2398c8;
	width:220px;
}

#overlay .border-right {
	border-right: 1px solid #9daeb4;
}

#overlay p {
	font-size:.9em;
	margin:0;
	padding:0;
}

#overlay span {
	margin:0;
	padding:0;
	font-size:.8em;
	color:#333333;
}

div.wrap {
	height: 450px;
	overflow-y: auto;
}