/*
NOTE:
Use this file to modify any styles defined in the jquery ui theme or any of the jquery plug-in styles. At release of this template, there were 2 plug-ins
with styles that could be overridden here. See the fg.menu.css and jquery.ui.selectmenu.css for classes that change the main desktop menu and the select drop-down
list styles. You can also modify any jquery ui theme classes including the override theme that could be specified for a participant in the "override-jquery-ui" folder.
*/


/*------------------------------------------------------------------------*/
/* Overridding jquery ui custom classes */
/*------------------------------------------------------------------------*/
/*
.ui-button .ui-button-text
{
    line-height: 1.2;
}
TEXTAREA.ui-state-default
{
  background-image:none;
}
INPUT[type="text"].ui-state-default
{
  background-image:none;
}
INPUT[type="text"].ui-state-focus
{
  background-image:none;
}
INPUT[type="text"].ui-state-active
{
  background-image:none;
}
.input-validation-error
{
    border: 2px solid Red;
}
*/



