.appendGrid .ui-state-default,
.appendGrid .ui-widget-content .ui-state-default,
.appendGrid .ui-widget-header  .ui-state-default
{
	color:				orange;
	font-weight:		bold;
}
.appendGrid .ui-widget-header
{
	background-image:	none;
	background-color:	#999;
	border:				none;
}
.appendGrid div.appendGrid table td,
.appendGrid div.appendGrid table th
{
	padding:			3px;
}
.appendGrid div.appendGrid table td.last
{
	min-width:			60px;
}
.appendGrid .ui-widget-content
{
	background-image:	none;
	background-color:	white;
}
.appendGrid button.append
{
	width:				auto !important;
	height:				auto !important;
}
.appendGrid .ui-button-text-icon-primary .ui-button-text,
.appendGrid .ui-button-text-icons        .ui-button-text
{
	padding-bottom:		0.2em;
}
.appendGrid tfoot td
{
	text-align:			right;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button
{
	font-family:		inherit;
	font-size:			inherit;
	color:				inherit;
}
div.appendGrid table td
{
	padding:			4px;
}
div.appendGrid tfoot td.viewfoot
{
	color:				white;
	text-align:			left;
}
