@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	margin:0;
	color: #E1E1E1;
}

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {
	background-color:#999999;
	cursor:wait;
}
/* Container */
#simplemodal-container {
	height:500px;
	width:550px;
	color:#000000;
	background-color:#FFFFFF;
	border:3px solid #666666;
	padding:12px;
	overflow-y: scroll; 
	}
#simplemodal-container code {display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {
	color:#333333;
}
#simplemodal-container a.modalCloseImg {
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:10px;
	right:16px;
	cursor:pointer;
	background-image: url(images/x.png);
	background-repeat: no-repeat;
}
#simplemodal-container #basic-modal-content {padding:8px;}

.qu_player_table{
	padding:0px;
	margin:0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
