.H {
	display: none;
}
.panel {
	display: none;
	position: absolute;
	padding: 4px;
}
.panel a:hover {
	color: #ffffff;
	background-color: #7187a8;
}
.panel a.selected {
	color: #ffffff;
	background-color: #7187a8;
}
.panel a.special {
	color: #424242;
	background-color: #FFFFFF;
}
.panelBody {
	background-color: #FFF;
	border: 2px #CCC solid;
	height: 160px;
	padding: 10px 0 10px 10px;

	font-family: "Arial";
	font-size: 11px;
}
.panelBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.panelBody a {
	color: #6b6b6b;
	text-decoration: none;
}
.panelBody a:hover {
	color: #FFF;
	background-color: #7187a8;
}
.panelBody ul {
	padding: 0 0 0 0 !important;
	list-style: none !important;
	float: left;
}
.panelBody ul li {
	padding: 2px 10px 0 0 !important;
	background: none !important;
}
#lightboxTip {
	display: none;
	z-index: 112;
	position: absolute;
}
#lightbox {
	display: none;
	font-size: 10px;
	color: #666666;
	width: 242px;
	text-align: center;
	z-index: 111;
	position: absolute;
}
.formcenter .help {
	margin-top: 7px;
}
.formcenter select.box {
	margin-top: 2px;
	margin-bottom: 3px;
}

