#edit_panel {
    background-color: black;
    float: right;
    height: 97%;
    position: relative;
    top: 8px;
    z-index: 9999;
    opacity:0.9;
    filter:alpha(opacity=90);
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: -3px -3px 25px #000000;
    position: absolute;
    right: 7px;
    border: 1px solid gray;
    border-radius: 8px;

}

#edit_table
{
    margin: 24px;
    width: 86%;
    color: #A6A6A6;
}

#edit_panel table td {
    border: 0px !important;
    width: 200px;
    padding-bottom: 6px;
}

#edit_panel table td:hover {color: #626262 !important}


#edit_title {
    border-bottom: 1px solid #414145;
    font-size: 40px;
    left: 40px;
    padding: 20px;
    position: relative;
    top: 30px;
    width: 250px;
    0px 0px 10px #333;
}

#edit_panel table td input {
    border: 0 none !important;
    border-radius: 7px 7px 7px 7px;
    padding: 6px;
    background-color: #D7D7D8;
    z-index: 10000;
    text-shadow: 0 0 3px #777777;
}

#edit_panel table td .crontab {
    border: 0 none !important;
    border-radius: 7px 7px 7px 7px;
    padding: 6px;
    background-color: #D7D7D8;
    z-index: 10000;
    text-shadow: 0 0 3px #777777;
}

#panel_field_calendar_description{
    border: 0 none !important;
    border-radius: 7px 7px 7px 7px;
    padding: 6px;
    background-color: #D7D7D8;
    width: 200px;
    z-index: 300;
}
    

#edit_panel table td select {
    border-radius: 7px 7px 7px 7px;
    padding: 6px;
    background-color: #D7D7D8;
    text-shadow: 0 0 3px #777777;
}

#edit_panel table td textarea {
    border: 0 none !important;
    border-radius: 7px 7px 7px 7px;
    padding: 6px;
    background-color: #D7D7D8;
    text-shadow: 0 0 3px #777777;
}

#save {
    color: white;
    font-size: 30px;
    left: -61px;
    position: relative;
    top: 14px;
    float:right;
    cursor: pointer;
    text-shadow: 0 0 15px #FFF;
}

#cancel {
    color: white;
    font-size: 30px;
    left: -61px;
    position: relative;
    top: 14px;
    float: right;
    cursor: pointer;
    text-shadow: 0 0 15px #FFF;
}


#delete {
    color: white;
    font-size: 30px;
    left: -61px;
    position: relative;
    top: 14px;
    float: right;
    cursor: pointer;
    text-shadow: 0 0 15px #FFF;
}


.ui-widget-header{
    background-color: #9A9A9A !important;
    border: 1px solid #9A9A9A !important;
    
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: gray !important;    
    background-image: none !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") repeat-x scroll 50% top gray !important;
    border: 1px solid black !important;
    color: white !important;
    
   
}


.use_for_multiselect
{
    margin: 0px !important;
    padding: 0px !important;
    width: 20px !important;
}








