.triviaPopup {
 	width:100%-180px;
 	margin:0px auto;
 	min-width:20em; 	
 	color:#ffffff;
 	position:absolute; 
 	left:180px;
 	top:70px;
 	overflow: visible;
 	display: none;
	z-index:102;
}

html>body .triviaPopup {
 	width:100%-180px;
 	margin:0px auto;
 	min-width:20em;
 	z-index:102;
 	color:white;
 	position:absolute; 
 	left:180px;
 	top:70px;
 	overflow: visible;
 	display: none;
}


.triviaPopup .header .corner
{
 	font-size:1px; 
 	height: 15px;
}

.triviaPopupContent 
{
 	margin:0px 0px 0px 0px;
 	background:#FF9900 0px 0px;
 	padding:15px;
 	overflow: visible;
 	width:100%;
}

html>body .triviaPopupContent 
{
 	margin:0px 0px 0px 0px;
 	background:#FF9900 0px 0px;
 	padding:15px;
 	overflow: visible;
 	width:inherit;
}


.triviaPopup .title {
	top:43px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-color: #000000;
	z-index:102;
	position:relative;
	overflow: visible;
	height:25px;
	margin-left:24px;
	margin-right:15px;
	
}

.triviaPopupBase 
{
	z-index:100;
	background-color:red;
	position:absolute;
 	left:180px;
 	top:70px;
	width:550px;
	height:400px;
	opacity:.50;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity:.0;
	display: none;	
	text-align: center;
}


A.closeTriviaPopup
{
    	cursor: default;
    	border:0;
    	color: black;
    	text-decoration: none
}

.mgtContent {
	font-family: Trebuchet MS; 
	font-size: .9em; 
	color: #003399; 
}

.mgtContentRed {
	font-family: Trebuchet MS; 
	font-size: .9em; 
	color: #FF0E07; 
}




