@CHARSET "UTF-8";

.dragMain {
	position: absolute;
	background: #FFF;
	text-align: left;
	border-top: 1px #A99 solid;
	border-right: 2px #977 solid;
	border-bottom: 2px #977 solid;
	border-left: 1px #A99 solid;
}
.dragHeader {
	font: 11px Arial, Helvetica, sans-serif;
	color: #99B;
	background: #DDD;
	cursor: default;
}
.dragHeader td {
	padding: 0px;
	vertical-align: text-bottom;
}
.optionHead a,
#dragHead a:link,
#dragHead a:visited {
	font: 12px Arail, "Comic Sans MS", sans-serif;
	color: #44A;
	text-decoration: none;
	cursor: pointer;
}
.optionHead a:hover {
	color: #F60;
	text-decoration: none;
}
.dragBody {
	font: 8pt "Times New Roman", Times, serif;
	white-space: normal;
}