.jsPanel {
	border: 1px solid #7f7f7f;
	background-color: white;
}

.jsPanel .jsHeader {
	background-color: #1f1fdf;
	color: white;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px;
}

.jsPanel .jsHeader .jsCloseBtn {
	display: block;
	float: right;
	width: 12px;
	height: 12px;
	margin-top: 1px;
	background-image: url(../images/close.gif);
	cursor: pointer;
	font-size: 1px; /* make sure font-size height wont affect div height strict mode */
}

.jsPanel .jsBody {
	overflow: hidden;

	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	
	padding: 5px;
}

.jsPanel .jsFooter {
	background-color: #c0c0c0;
	border-top: 1px solid #a0a0a0;

	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	
	padding: 2px 5px 2px 5px;
}
