/*
  !
  * Ext Core Library $version&#xD;&#xA;http://extjs.com/&#xD;&#xA;Copyright(c) 2006-2009, $author.&#xD;&#xA;&#xD;&#xA;The MIT License&#xD;&#xA;&#xD;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xD;&#xA;of this software and associated documentation files (the &quot;Software&quot;), to deal&#xD;&#xA;in the Software without restriction, including without limitation the rights&#xD;&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xD;&#xA;copies of the Software, and to permit persons to whom the Software is&#xD;&#xA;furnished to do so, subject to the following conditions:&#xD;&#xA;&#xD;&#xA;The above copyright notice and this permission notice shall be included in&#xD;&#xA;all copies or substantial portions of the Software.&#xD;&#xA;&#xD;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xD;&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xD;&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xD;&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xD;&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xD;&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xD;&#xA;THE SOFTWARE.&#xD;&#xA;
 */
/* Stars */
.ux-rating-reset,
.ux-rating-star {
    float:left;
    width:17px;
    height:15px;
    text-indent:-999em;
    cursor:pointer;
    display:block;
    background:transparent;
    overflow:hidden
}
.ux-rating-reset,
.ux-rating-reset a {
    background:url(http://www.juntadeandalucia.es/medioambiente/geoinspire/datos/apps/js/ext-ux/images/delete.gif) no-repeat 0 -16px !important
}
.ux-rating-star,
.ux-rating-star a {
    background:url(http://www.juntadeandalucia.es/medioambiente/geoinspire/datos/apps/js/ext-ux/images/star.gif) no-repeat 0 0px !important
}
.ux-rating-reset a,
.ux-rating-star a {
    display:block;
    width:16px;
    height:100%;
    background-position:0 0px
}
.ux-rating-star-on a {
    background-position:0 -16px!important
}
.ux-rating-star-hover a {
    background-position:0 -32px!important
}
.ux-rating-reset-hover a {
    background-position:0 -16px!important
}
.ux-rating-disabled a {
    cursor:default !important
}
.ux-rating-star {
    background:transparent!important;
    overflow:hidden!important
}
.ux-menu-rating-item {
    padding: 0px 21px 3px 27px;
    line-height : 16px;
}
.ext-ie .ux-rating-clearfix {
    zoom: 1;
}
.ux-rating-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}