/* Start of CMSMS style sheet 'Panels' */
div#panelcontainer {
	width: 570px;
	height: 230px;
	display: block;
  margin: 0 auto;
}

.panel {
	float: left;
	height: 190px;
	margin-top: 10px;
	padding: 10px;
}

.panelselected {
	float: left;
	height: 210px;
	margin-top: 0px;
	padding: 10px;
}

.panelsummary {
	width: 80px;
	height: 190px;
	font-family: Helvetica;
	color: white;
	font-size: 11pt;
display: none;
}

/*
.panelsummary p {
	display: none;
}


.panelsummary h2 {
display: none;
}
*/

.paneldetail {
	width: 200px;
	height: 210px;
	position: relative;
/*
	top: -190px;
*/
	font-family: Helvetica;
	color: white;
	font-size: 10pt;
        cursor: pointer;
/*
display: none;
*/
}

.paneldetail h2 {
display: none;
	color: black;
	height: 30px; 
	font-family: Helvetica;
	color: white;
	font-size: 14pt;
	padding: 0;
	margin: 0;
}

.paneldetail p {
	padding: 50px 0 0 0;
	margin: 0;
        height: 130px;
}


/* End of 'Panels' */

