.modalPopUp {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	font-family:Verdana;
	font-size:medium;
	padding:3px;
	width:520px;
}

.closeButton
{
	margin-left: 96%;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}

.collapsePop
{
	width: 520px;
	height: auto;
	background-color:#EDF3F8;
}

#CollapseContainer
{
	width: 100%;
}
#CollapseBorder
{
	width: 100%;
	/*border: 1px solid black;*/
	background-color:Navy;
    height: 20px;
}
#CollapseHeader
{
	width: 100%;
	margin-bottom: 2px;
	background-color: Navy;
	color: White;
	/*border-bottom: 0px solid black;*/
	border: none;
	font-size: 8pt;
	font-weight: bold;
    FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif;
}
#CollapseTitle
{
	padding-top: 2px;
	position: absolute;
	float: left;
	color: white;
}
#CollapseClose
{
	padding-top: 2px;
	padding-right:2px;
}
#CollapseBody
{
	width: 100%;
	height:0px;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
