/* onlineList */

#olOverlay {
	position: absolute;
	left: 0px;
	z-index: 190;
	width: 100%;
	background-color: #000;
}

#olCenter {
	position: absolute;
	width: 506px;
	padding: 5px;
	background-color: #d3d4b8;
	left: 50%;
	overflow: hidden;
	z-index: 200;
}

#olContent {
	clear: both;
	background-color: #ffffff;
	padding-top: 5px;
	text-align: left;
	display: none;
}

.olCol {
	float: left;
	width: 104px;
	padding-left: 20px;
}

.olRow {
	padding-top: 5px;
}

#olPad {
	clear: both;
	height: 10px;
	font-size: 1px;
}

#olHead {
	float: left;
	padding: 5px;
	padding-left: 20px;
}

#olCloseLink {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	background-image: url( '/images/bt_close.gif' );
	background-repeat: no-repeat;
}

#olCloseLink:hover {
	background-image: url( '/images/bt_close_a.gif' );
}
