﻿/*Personalizacion de Jquery UI Lightness*/

.ui-widget-overlay {
    background: #666666 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat;
    opacity: .5;
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
    opacity: .2;
    border-radius: 5px;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #FF6600;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}

.ui-widget-content {
    font-size: 12px;
}

    .ui-widget-content .linkbutton {
        color: #fff;
    }

.ui-corner-bottom a {
    float: left;
    width: 150px;
    background: url(../img/master/ico_link.gif) no-repeat 11px 9px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #0086c3;
    font-weight: 200;
    padding: 3px 0 3px 20px;
    margin: 0 0 1px 0;
}

    .ui-corner-bottom a:hover {
        padding: 3px 0 3px 20px;
        margin: 0 0 1px 0;
        color: #FF6600;
    }

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em 1em 1em;
    border-top: 0;
    overflow: auto;
}
