.secondary.hybrid {
   background-color: #f5f5f5;
   height: 260px;
}
.secondary.hybrid p, .secondary.hybrid h3{
   padding-left: 5px;
   padding-right: 5px;
}

.secondary.hybrid ol,{
	margin-left:5px; 
 }

 .secondary.alt1 {
   height: 260px;
}

/*  Table Information and Tooltip Popup */

.popupYellow, .popupBlue, .popupCustom { 
	position: absolute;
	visibility: hidden;
	padding: 0px;
	z-index: 999
}
.popupYellow table, .popupBlue table{
	width:200px;
	border:0;
}
.popupCustom table{
	width:auto;
	border:0;
}	
.popupYellow table td.popcontent, .popupBlue table td.popcontent, .popupCustom table td.popcontent{ 
	font: normal 10px Arial, Helvetica, Verdana, sans-serif;
	border: 2px solid #1b7dbb;
	padding: 10px;
}
.popupYellow table td.popcontent .title, .popupBlue table td.popcontent .title, .popupCustom table td.popcontent .title{ 
	font: bold 11px Arial, Helvetica, Verdana, sans-serif;
}	
.popupYellow table td.popcontent{ 
	background-color: #ffff99;
}
.popupBlue table td.popcontent, .popupCustom table td.popcontent{ 
	background-color: #e9f3fc;
}	
.popupYellow table td.popcontent hr{ 
	height: 0; 
	border: 0; 
	border-top: 1px solid #ff9900;
}	
.popupBlue table td.popcontent hr, .popupCustom table td.popcontent hr{ 
	height: 0; 
	border: 0; 
	border-top: 1px solid #97c4e3;
}	
