body {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 1em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.myTitleClass .ui-widget-content {
	border: none;
	background: #ffffff;
	color: #333333;
}

.myTitleClass .ui-widget.ui-widget-content {
	border: 1px solid #535353;
}

.myTitleClass .ui-widget-header {
	border: 1px solid #535353;
	background: #6c6c6c;
	color: #ffffff;
	font-weight: bold;
}

.myTitleClass .ui-widget-overlay {
	background: #ffffff;
	opacity: .7;
	filter: Alpha(Opacity=70);
}

.myTitleClass .ui-dialog-buttonpane {
	margin-top: 2px;
}

.myTitleClass .ui-dialog {
	background: #ffffff;
}

.ui-widget-content {
	border: 1px solid #ac5656;
	background: #ffeeee;
	color: #333333;
}

.ui-widget.ui-widget-content {
	border: 1px solid #ac5656;
}

.ui-widget-header {
	border: 1px solid #ac0000;
	background: #e53737;
	color: #ffffff;
	font-weight: bold;
}

.ui-widget-overlay {
	background: #000000;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

