@CHARSET "UTF8";

.ui-widget {
    font-size: 0.8em;
}

.ui-widget-content {
    background-color: #fff;
    background-image: none;
}

a.ui-dialog-titlebar-close {
    background-color: transparent;
}

.ui-tabs-nav {
    height: 42px;

}

#selectable li {
    border: 2px solid #aaa;
}
#selectable .ui-selecting {
    background: #FECA40;
}
#selectable .ui-selected {
    background: #F39814;
    color: white;
    border: 2px solid red;
}
#selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#selectable li {
    margin: 3px;
    padding: 1px;
    padding-top: 3px;
    float: left;
    width: 210px;
    height: 210px;
    font-size: 1em;
    text-align: center;
}
#selectable li, #selectable .ui-selecting, #selectable .ui-selected {
    background-position: center 5px;
    background-repeat: no-repeat;
}

#selectable li a {
    overflow: hidden;
    display: block;
    height: 30px;
    width: 30px;
    border: none;
    opacity: 0.8;
    background-color: #fff !important;
    padding: 3px;
    margin: 2px 5px;
}
#selectable li a img {
    border: none;
}
#selectable li a:hover {
    background-color: #bbb !important;
    opacity: 0.5;
}
