


/* JQuery Tabs */
.ui-tabs-nav
{
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
    font-size: 100%;
    float: left;
    position: relative;
    z-index: 3;
    bottom: -1px;
    width: 100%;
    background-color: #7091B0;
}
.ui-tabs-nav ul
{
    margin: 0;
    padding: 0;
}
.ui-tabs-nav li
{
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
    font-size: 100%;
    float: left;
    border: 1px solid #7091B0;
    border-right: none;
}
.ui-tabs-nav li a
{
    margin: 0;
    padding: 0;
    border: 0 none !important;
    text-decoration: none;
    list-style: none;
    font-size: 100%;
    float: left;
    text-decoration: none !important;
    padding: 7px 10px;
    color: #464646;
    background-color: #e9f2fc;
    font-size: 12px;
	font-weight: bold;
}
.ui-tabs-nav li a:hover
{
    background-color: #f4f9ff;
    color: #197ce7 !important;
    border: 0 none !important;
    text-decoration: none;
}
.ui-tabs-nav li.ui-tabs-selected
{
    border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover
{
    background-color: #ffffff;
    color: #000000;
}
.ui-tabs-panel
{
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
    font-size: 100%;
    clear: left;
    border: 1px solid #7091B0;
    border-top: none;
    background: #ffffff;
    color: #222222;
    padding: 15px;
    list-style-position: inside; /*This will put list bullets inside unordered list*/
}
.ui-tabs-panel li
{
    float: none;
    border: none;
    font-family: arial,helvetica,sans-serif; /*the same font for all*/
}
.ui-tabs-hide
{
    display: none;
}
/* End JQuery Tabs */
/*For Mozilla. To disable dotted outline for active anchor.*/
a
{
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}
/*The same that vspace and hspace attributes for img tag*/
.ui-tabs-panel img
{
    margin: 5px;
}
