﻿/*
jquery ui theme overrides - these should be kept to a minimum and
should only adjust sizing aspects.  Should never override things like
color, font family, etc.
*/

.ui-tabs .ui-tabs-nav li a
{
    padding: 0.15em 1.2em !important;
}

.ui-tabs-anchor
{
    font-size: .76em !important;
    font-weight: bold !important;
}

.ui-widget-header {
    font-size: 1.2em !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.2em .8em !important;
}

.ui-button-text-only .ui-button-text
{
    padding: 0.2em .4em !important;
}
.ui-dialog .ui-dialog-buttonpane
{
    padding-right: .4em !important;
    padding-left: .4em !important;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text
{
    padding: 0.2em 1em 0.2em 2.1em !important;
}
button.ui-button-icons-only {
    min-height: 2.0em !important;
}

.ui-helper-reset {
    line-height: 1.0em !important;
}

.error
{
    color: #800000;
}
 