﻿.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*BUTTON*/
.ui-button { display: inline-block; position: relative; padding: 0; text-decoration: none !important; cursor: pointer; text-align: left; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button .ui-button-text { display: block; }
.ui-button-text-only .ui-button-text { padding:6px 0px 5px 30px; font-family:'LucidaGrandeBold'; font-size:11px; }
.ui-button-text-only .ui-button-text:Hover { color:#333333; }

/*THEME*/

/*NORMAL*/
.ui-state-default { background:url('../images/sub-menu-passive.png') left center no-repeat;  }

/*ÜZERİNDE*/
.ui-state-hover {   } 


/*SEÇİLİ*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {  background:url('../images/sub-menu-active.png') left center no-repeat;  }

.ui-widget :active { outline: none; }
