.ui-widget .ui-widget,
.ui-widget input, 
.ui-widget select, 
.ui-widget textarea {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: .95em;
}

.ui-state-orange,
.ui-widget-content .ui-state-orange,
.ui-widget-header .ui-state-orange
	{
	border: 1px solid #d19405;
	background: #FF870B url(jquery-ui/redmond/images/ui-bg_gloss-wave_60_FF870B_500x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #FFFFFF
}

.ui-state-orangemouseover,
.ui-widget-content .ui-state-orangemouseover,
.ui-widget-header .ui-state-orangemouseover
	{
	border: 1px solid #d19405;
	background: #FFA92D url(jquery-ui/redmond/images/ui-bg_gloss-wave_60_ff981C_500x100.png)
		50% 50% repeat-x;
	font-weight: bold;
	/*color: #4c3000 */
	color: #FFFFFF
	
	}

.ui-state-blue,
.ui-widget-content .ui-state-blue,
.ui-widget-header .ui-state-blue
{
	border: 1px solid #dfeffc;
	background: #dfeffc url(jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #FFFFFF
}


.ui-state-green,
.ui-widget-content .ui-state-green,
.ui-widget-header .ui-state-green
{
	border: 1px solid #4aa564;
	background: #4aa564 url(jquery-ui/redmond/images/ui-bg_highlight-soft_60_4ca20b_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #FFFFFF
}

.ui-state-greenmouseover,
.ui-widget-content .ui-state-greenmouseover,
.ui-widget-header .ui-state-greenmouseover
{
	border: 1px solid #6ea680;
	background: #6ea680 url(jquery-ui/redmond/images/ui-bg_glass_100_6aa564_1x400.png)
	50% 50% repeat-x;
	font-weight: bold;
	color: #FFFFFF
}

.ui-state-yellow,
.ui-widget-content .ui-state-yellow,
.ui-widget-header .ui-state-yellow
{
	border: 1px solid #2e6e9e;
	background: #FFFF00 url(jquery-ui/redmond/images/ui-bg_glass_10_ffff00_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #000000
}

.ui-state-red,
.ui-widget-content .ui-state-red,
.ui-widget-header .ui-state-red
{
	border: 1px solid #CC0000;
	background: #CC0000 url(jquery-ui/redmond/images/ui-bg_glass_50_CC0000_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #FFFFFF
}

.ui-state-redmouseover,
.ui-widget-content .ui-state-redmouseover,
.ui-widget-header .ui-state-redmouseover
{
	border: 1px solid #cd0a0a;
	background: #cd0a0a url(jquery-ui/redmond/images/ui-bg_highlight-soft_50_CC0000_1x100.png)
	50% 50% repeat-x;
	font-weight: bold;
	color: #FFFFFF
}

.ui-state-yellowmouseover,
.ui-widget-content .ui-state-yellowmouseover,
.ui-widget-header .ui-state-yellowmouseover
{
	border: 1px solid #2e6e9e;
	background: #FFFFA3 url(jquery-ui/redmond/images/ui-bg_glass_100_ffff00_1x400.png)
	50% 50% repeat-x;
	font-weight: bold;
	color: #000000
}

.ui-autocomplete {	
	max-height: 200px;
	overflow-x: none;
	overflow-y: auto;
}

.ui-combobox-toggle {
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    width: 20px;
    /* adjust styles for IE 6/7 */
	*top: 1px;
	*bottom: 1px;
}

.ui-dialog-buttonpane {
	margin-top: 4px;
}

.ui-button-text-heavy{
	font-weight: 900;
	
}
.watermark {
	color: #aaaaaa;
}

.ui-tabs .ui-widget-header {
	background: none;
	border-radius: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-left: 0px;
}

.ui-tabs .ui-tabs-panel.ui-helper-hidden {
	display: none;
}

.ui-tabs.ui-tabs {
	border: none;
}

.ui-tabs .ui-tabs-panel {
	border: 1px solid #79b7e7;
	border-top: none;
	position: relative;
}

.ui-dialog button.ui-dialog-titlebar-close span {
   margin-top: -8px;
   margin-left: -8px;
}

.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
	text-shadow: none;
}

.ui-dialog .ui-dialog-footer {
	text-align: right;
}

.button,
.ui-button {
	box-shadow: none;
	text-shadow: none;
	webkit-box-shadow: none;
}

.button .ui-button-text,
.ui-button .ui-button-text,
.ui-dialog-title {
	text-shadow: none;
}


