﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    height: 100%;
    margin: 0;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

a:link, a:visited
{
    color: #00527d;
    text-decoration: none;
}

a:hover
{
    color: #00839d;
    text-decoration: none;
}

a:active
{
    color: #00527d;
    text-decoration: none;
}

a img
{
    border: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.clr, .clear
{
    clear: both;
}

.page_title
{
    color: #008000;
}

/* root element for tabs  */
ul.tabs
{
    border-bottom: 1px solid #999;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 32px;
}

/* single tab */
ul.tabs li
{
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 !important;
    list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a
{
    padding: 0px 15px;
    line-height: 32px;
    background: #019AD4;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    color: #FFF;
    margin-right: 15px;
    text-decoration: none;
    border-bottom: none;
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;
}

ul.tabs a:active
{
    outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover
{
    color: Yellow;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a
{
    background: #0086B6;
    color: #E6E6E6;
}

/* initially all panes are hidden */
.panes
{
    clear: both;
}

.panes .pane
{
    display: none;
}

/* tab pane styling */
.panes div
{
    padding: 15px 10px;
    border: 1px solid #999;
    border-top: 0;
    height: auto;
    background-color: #fff;
}
