.content {
	font-size: 10pt;
}

fieldset {
	border: 1px solid #eee;
}

legend {
	color: #999;
}
legend a {
	text-decoration: none;
	color: #f90;
}
legend a:hover {
	text-decoration: underline;
}

.floatLeftWithSpace {
	float: left;
	padding-right: 10px;
}
.floatRightWithSpace {
	float: right;
	padding-left: 10px;
}

.hiddenPanel {
	background-color: #fff;
	border: 1px solid #aaa;
	display: none;
	position: absolute;
}
.hiddenPanel h3 {
	color: #4d8ac1;
	padding: 0px 0px 0px 10px;
	margin: 4px 0px 4px 0px;
	font-size: 12px;
}

/* CC overrides. */

.sws .swsbtnh TD {
	padding: 2px 7px;
}

.fc_nf .fl {
	width: 100px;
}

