/*------------ GLOBAL ------*/

/*
div#ButtonLeftFloat 
	{ 
	display:					none;
	position:				absolute;
	left:						1px;
	margin-top:				20px;
	height:					100px;
	padding:					0px;
	font:						bold 10px Verdana;
	color:					#BB0000;
	text-decoration:		none;
	text-align:				center;
	writing-mode:			tb-rl;
	filter:					flipV() flipH() Alpha( style=0,opacity=100);
	background-color:		#C0C0C0;
	z-index:					100;
	cursor:					pointer;
	}
*/

.QwikCloseBtn
	{
	width:					70px;
	border:					1px solid #000000;
	background-color:		#E0E0E0;
	font:						8px Verdana;
	color:					#880000;
	font-weight:			normal;
	text-align:				center;
	vertical-align:		middle;
	text-decoration:		none;
	cursor:					pointer;
	}
.CD_DocBody 
	{
	background-color:		#FFFFF6;
	font:						bold 12px Times;
	color:					#000000;
	margin:					0px 0px 0px 0px;
	}
.DocBody 
	{
	background-color:		#FFFFF6;
	font:						bold 12px Times;
	text-align:				justify;
	color:					#000000;
	border:					none;
	}
.DocSectionHdg
   {
   font:						17px Times New Roman;
   color:					#900000; 
   font-weight:			bold; 
   font-style:				normal; 
   font-variant:			normal; 
   text-transform:		none; 
   text-decoration:		none; 
   }
.DocDetail
	{
	font-family:			Times New Roman, Times;
	font-size:				12pt;
	color:					#900000;
	font-weight:			bold;
	font-style:				normal;
	font-variant:			normal;
	text-align:				left;
	}
.DocNavControlBox
   { 
   display:					block;
   width:					100%;
   font:						bold 12pt Times New Roman; 
   color:					#000000; 
   text-decoration:		none; 
   text-align:				center; 
   border-top:				2px solid silver; 
   border-bottom:			2px solid silver; 
   background-position:	center;
   background-color:		#FEFFE8;
   }
A.DocNavControlLive
	{
	display:					block;
	font:						bold 12px Times New Roman;
	color:					#0000CC; 
	text-decoration:		none; 
	background-color:		#FFFFF8;
	}
A.DocNavControlLive:hover
	{
	color:					#CE0000; 
	}
A.DocNavControlDead
   {
   display:					none;
   }
.Copyright
	{
	text-align:				center;
	margin-bottom:			0;
	font-weight:			normal;
	font-size:				10pt;
	color:					#000000;
	}
.li_num 
	{
	list-style-type: 		decimal; 
	text-indent: 			0px; 
	text-align:				justify; 
	line-height:			100%; 
	margin-left:			-15px; 
	}
.li_dot 
	{
	list-style-type: 		disc; 
	text-indent: 			0px; 
	text-align:				justify; 
	line-height:			100%; 
	margin-left:			-15px; 
	}
td 
	{
	font-family:			Times New Roman, Times;
	font-size:				12pt;
	font-style:				normal;
	font-weight:			bold;
	font-variant:			normal;
	color:					#000000;
	text-align:				justify;
	}
.RuleHdr
	{
	color:					#900000;
	text-align:				left; 
	text-indent:			-.25in; 
	margin-left:			.25in; 
	}
.RuleSub
	{
	color:					#0000A0;
	text-align:				left; 
	text-indent:			-.05in; 
	margin-left:			.05in;
	}
.RuleDtl
	{
	text-align:				left; 
	text-indent:			0in;
	margin-left:			0in;
	}
/*------------ DE03 ONLY ---*/
#Ex1, #Ex2
	{
	width:					40px;
	padding:					5px;
	background-color:		#EFEFEF;
	border:					2px outset #909090;
	font-size:				18px;
	color:					#CE0000;
	font-family:			Verdana;
	font-weight:			bold;
	text-align:				center;
	cursor:					default;
	}
#Ex2
	{
	width:					140px;
	}
/*------------ DE06 ONLY ---*/
#Ex1_CardTable
	{
	display:					block;
	position:				absolute;
	top:						120px;	/*	120px;	*/
	left:						50px;
	width:					730px;
	height:					195px;
	background-color: 	#409840;
	border-width:			2px;
	border-style:			outset;
	}
#Ex1_CardDeckArea
	{
	display:					block;
	position:				absolute;
	top:						0px;
	left:						40px;
	}
#Ex1_TurnOverBtn, #Ex1_ShufflerBtn, #Ex1_ResultsBtnGroup
	{
	display:					block;
	position:				absolute;
	top:						165px;
	left:						0px;
	width:					100%;
	}
#Ex1_Explanation
	{
	display:					block;
	visibility:				hidden;
	position:				absolute;
	top:						120px;	/*	120px;	*/
	left:						10px;
	height:					195px;
	margin:					10px;
	}
#Ex2_SelectResults
	{
	display:					block;
	visibility:				visible;
	border:					none;
	font-family:			Times;
	font-size:				12pt;
	font-weight:			bold;
	color:					#900000;
	background-color:		#FFFFF6;
	}