/*
This is essentially the area out side the box
that can be clicked to close the box
*/
#lightBox {
    position:fixed;
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    z-index: 1000;
}


#lightBox .lightBoxContent {
	text-align:center;
	width: auto;
	height: auto;
	overflow: hidden;
    background-color: none;
	position: absolute;
	top:0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 1000;
	
}

/*=============================================================================
Popup window css

=============================================================================*/
.lightBoxContent .InfoBanner {
	width: inherit;
	height: 45px;
	line-height: 45px;
	background-color: rgba(0,0,0, 0.8);
	color: white;
	position: fixed;
	z-index: 100;
	white-space:nowrap;
}

.lightBoxContent .InfoContent {
	position: relative;
	top: 45px;
	height: 255px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(255,255,255,0.8);
	color: black;
}

.lightBoxContent #nameBox {
	font-size: 150%;
	float: left;
	margin-left: 25px;
}

.lightBoxContent .InfoBoxTabs {
	float: right;
}

.lightBoxContent .infoTab {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	cursor: pointer;
}

.lightBoxContent .infoTab.active {
	text-decoration: underline;
	color: #99FFFF;
}

.lightBoxContent #closeInfo {
	padding-left: 20px;
	padding-right: 10px;
}

.lightBoxContent .infoTab:hover {
	color: blue;
}




.lightBoxContent #aboutTextBox.resizeableTextBox {
	overflow: hidden;
	white-space: normal;      /* CSS3 */   
	white-space: -moz-pre-wrap; /* Firefox */    
	white-space: -pre-wrap;     /* Opera <7 */   
	white-space: -o-pre-wrap;   /* Opera 7 */    
	word-wrap: break-word;      /* IE */
}

.lightBoxContent #infoBoxLoadMsg {
	line-height: 255px;
	vertical-align: middle;
}


.resizeableTextBox {
	display: none;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	vertical-align: top;
}


.resizeableTextBox p, .resizeableTextBox h2, .resizeableTextBox h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	text-indent: 20px;
	
}

.resizeableTextBox h2 {
	text-align: center;
	white-space: pre-line;      /* CSS3 */   
	white-space: -moz-pre-line; /* Firefox */    
	white-space: -pre-line;     /* Opera <7 */   
	white-space: -o-pre-line;   /* Opera 7 */    
}

.resizeableTextBox li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: decimal;
	list-style-position: inside;
}

.clusterListLI {	
	width: 100%;
	height: 50px;
	background-color: lightgrey;
}

.clusterInner {
	width: 100%;
	vertical-align: middle;
}

.clusterInnerImg {
	width: 100%;
	text-align: center;
}



a.clusterLIImg {
	display: inline-block;
	padding-right: 5px;
}

div.clusterLIInfo{
	display: inline;
	padding-right: 20px;
}
