﻿.ui-widget
{
	font-family: SW, Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button
{
	font-family: SW, Arial, Trebuchet MS, Tahoma, Verdana, sans-serif;
}

.ui-widget-content
{
	color: #FFFFFF;
}

.ui-widget-content
{
	border: 1px solid #dddddd;
	background: #eeeeee url(../JQueryUI/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #000;
}

.ui-widget-content .ui-state-focus
{
	color:#fff;
	background-color: #3F537F;
	border: 1px solid #3F537F;
}
