﻿.collapsePanel {
	width: 400px;
	overflow:hidden;
	float: left;
	height:100%;
}

.collapsePanelHeader{
	width:400px;
	height:20px;
	font-weight:bold;
	float:left;
	padding:5px;
	cursor: pointer;
	vertical-align: middle;
	color: #333333;
	height:100%;
}


.CollapsePanelContent {
	background-color: #EBEBEB;
	padding: 5px;
	border: 1px dashed #666666;
	text-align: justify;
	width: 550px;
	height:100%;
	white-space:normal !important;
}
