﻿.ui-widget {
    font-size: 13px;
    font-family: Calibri, sans-serif;
}

img.ui-tabs-spinner {
    margin-bottom: 3px;
    margin-left: 3px;
}

/* Remove border around the tabs */
.ui-tabs.ui-widget-content {
    border: none;
    background: none;
}

/* Remove border around the tab navigation panel */
.ui-tabs-nav.ui-widget-header {
    border: none;
    border-bottom: 1px solid #b1b2b2;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: none;
}

.ui-tabs-panel.ui-widget-content {
    border-top: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #999;
}

.ui-state-default a:hover {
	color: #0065bd;
}

.ui-tabs-active.ui-state-active {
    border: 1px solid #B1B2B2;
    background: #0065bd 50% 50% repeat-x; /*url(images/ui-bg_gloss-wave_55_5987C5_500x100.png)*/
    color: #ffffff;
    font-weight: bold;
}

.ui-state-active a.ui-tabs-anchor {
    color: #ffffff;
}

.ui-tabs .ui-tabs-nav li {
    margin: 1px .145em 0 0;
}