#boxCollection .boxContent {
	display: none;
}

.boxContent {
	padding: 15px;
	font-size:12px;
}

.BoxColLeft{
width:280px; 
padding:0px 0px 0px 0px; 
margin:0px 30px 0px 28px; 
float:left;
}
.BoxColMiddle{
width:280px; 
padding:0px 0px 0px 0px; 
margin:0px 30px 0px 0px; 
float:left;
}
.BoxColRight{
width:290px; 
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px; 
float:left;
}
.txt-blue{
color:#0053c2;
}
.BoxColGraph{
width:600px; 
padding:0px 0px 0px 0px; 
margin:0px 00px 0px 0px; 
float:left;
background-color:#4b565f;
height:520px;
margin-top:15px;
text-align:center;
}


#ctlighboxOverlay {
	position: fixed !important;
	position: absolute;
	height: 100% !important;
	height: 2000px;
	width: 100%;
	background-color: #333333;
	z-index: 500;
}

#ctlightbox {
	position: relative;
	text-align: center;
}

#activeLighboxCt {
	height: 600px; /* default height */
	position:relative;
	margin:auto;
	/*background-color: #FFFFFF;*/
	text-align:center;
	margin-top: 20px;
	width: 100%;
	/*width: 975px;
	padding: 15px;*/
}
#activeLighboxCt img{
	border:10px solid #ffffff;
	margin-top:10px;
	/*border:1px solid #666666;*/
}
/*
#ctLighbox #activeLighboxCt {
	height: 550px;
}
*/

/*
#activeLighboxCt .closeLink {
	background: transparent url(../img/closeCtLighbox.gif) no-repeat 0px 0px;
	border: none;
	height: 20px;
	margin-top: -15px;
	position: absolute;
	right: 0px !important;
	right: -1px;
	width: 80px;
	text-indent: -999em;
	outline: none;
}
*/