   	#divBox{ /*Outermost collapsible DIV for detail viewer*/
    position: absolute;
    left: 50%;
    top: 50%;
	margin-top: -240px;
	margin-left: -260px;
	width: auto;
	height: auto;
	text-align: left;
	padding: 10px;
	background: #333333;
	z-index: 20;
	}
	
	   	#divBox2{ /*Outermost collapsible DIV for detail viewer*/
    position: absolute;
    left: 50%;
    top: 50%;
	margin-top: -200px;
	margin-left: -240px;
	width: auto;
	height: auto;
	text-align: left;
	padding: 10px;
	background: #333333;
	z-index: 20;
	}
	
	   	#divBox3{ /*Outermost collapsible DIV for detail viewer*/
    position: absolute;
    left: 50%;
    top: 50%;
	margin-top: -200px;
	margin-left: -240px;
	width: auto;
	height: auto;
	text-align: left;
	padding: 10px;
	background: #333333;
	z-index: 20;
	}

	   	#divBox4{ /*Outermost collapsible DIV for detail viewer*/
    position: absolute;
    left: 50%;
    top: 50%;
	margin-top: -200px;
	margin-left: -240px;
	width: auto;
	height: auto;
	text-align: left;
	padding: 10px;
	background: #333333;
	z-index: 20;
	}
	
	#divFooterbar{ /*Footer DIV of box that contains "close" link */
	height: auto;
	padding: 5px 0 0 0;
	text-align: right;
	}

	#divFooterbar2{ /*Footer DIV of box that contains "close" link */
	height: auto;
	padding: 5px 0 0 0;
	text-align: right;
	}
	
		#divFooterbar3{ /*Footer DIV of box that contains "close" link */
	height: auto;
	padding: 5px 0 0 0;
	text-align: right;
	}

		#divFooterbar4{ /*Footer DIV of box that contains "close" link */
	height: auto;
	padding: 5px 0 0 0;
	text-align: right;
	}
	
	#divBackdrop{ /*DIV within box that holds the information */
	background-color: black;
	color: white;
	padding: 10px;
	width: 480px;
	height: auto;
	}
	
		#divBackdrop2{ /*DIV within box that holds the information */
	background-color: black;
	color: white;
	padding: 10px;
	width: 480px;
	height: auto;
	}
	
		#divBackdrop3{ /*DIV within box that holds the information */
	background-color: black;
	color: white;
	padding: 10px;
	width: 480px;
	height: auto;
	}

		#divBackdrop4{ /*DIV within box that holds the information */
	background-color: black;
	color: white;
	padding: 10px;
	width: 480px;
	height: auto;
	}
	
	h3 {
    font-size: 2.1em;
    line-height: 1.3em;
    color: red;
    }