.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,sans-serif;
}

.ui-widget-header {
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    border: 1px solid #59616a;
    color: #6b6a6a;
}

.ui-widget-content {
    color: #6b6a6a;
    border: 1px solid #59616a;
}

.ui-widget-header .ui-icon {
    background-image: url("/img/ui-icons_custom_256x240.png");
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #cccccc;
}

.ui-widget-content a {
    color: #59616A;
}

.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus {
    border: 1px solid #7BCD2D;
    background-color: #D7F6B9;
    color: #59616A;
}

.newInEODialog.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
    border: 1px solid #59616A;
    background-color: inherit;
}

.newInEODialog .ui-widget-header {
    color: #59616A;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-dialog.ui-widget-content .ui-state-hover,
.ui-dialog.ui-widget-content .ui-state-focus {
    border: 1px solid #59616A;
    background: none;
    background-color: #f6f6f6;
}

.newInEODialog.ui-dialog,
.newInEODialog.ui-dialog .ui-dialog-content,
.newInEODialog.ui-dialog .ui-dialog-buttonpane {
    background-color: #ffffff;
}

.newInEODialog.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
    border: 1px solid #59616A;
    background-color: inherit;
}

.newInEODialog .ui-widget-header {
    color: #59616A;
}

.ui-widget .ui-widget,
.ui-widget {
    font-size: 12px;
}

.ui-widget .ui-widget {
    font-weight: bold;
}

.ui-widget-overlay {
    background: #aaaaaa;
}