@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000 !important;
	font-family: Helvetica, Arial, sans-serif;
  
}
.overlay_alphacube {
	z-index: 1001 !important;
}
.ok_button {
	color: #999;
	background-color: #252525;
	border: 1px solid #666;
	border-top: none;
	width: 100px;
	padding: 2px 0; 
	letter-spacing: 2px;
	font-weight: bold;
	cursor : pointer;
	float: right;
}

.popup_content {
	background-color: #000;
	clear: left;
	float: left;
	height: auto;
	width: 600px;
	border: 1px solid #666;
	
}
.popup_title {
	background-color: #000;
	color: #FFF;
	text-indent: 20px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popup_title h3 {
	margin: 0px;
	padding: 0px;
}
.popup_holder {
	height: 400px;
	clear: left;
	float: left;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #333;
}
.popup_row{
	width: 560px;
	clear: left;
	float: left;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #FFF;
	font-size: 90%;
}
.popup_img {
	float: left;
	height: auto;
	width: auto;
}
.popup_event {
	float: left;
	width: 465px;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
}

.popup_time {
	float: right;
	height: auto;
	width: 75px;
	text-align: right;
	padding-right: 5px;
}
.popup_disc {
	color: #999;
	
	font-weight: bold;
}
.popup_disc_width {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	float: left;
	height: auto;
	background-color: #252525;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	
}
.popup_moreinfo {
	float: right;
	height: auto;
	width: 80px;
	text-align: right;
	clear: left;
	padding-top: 25px;
}
.popup_holder a:link, .popup_holder a:visited, .popup_holder a:active {
	text-decoration: none;
	cursor : pointer;
	display: block;
	float: left;
	height: auto;
	width: 560px;
}
.popup_holder a:hover {
	background-color: #4B4B4B !important;
}

