/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .jquery .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .jquery .tabs-nav {
        display: none;
    }
    .jquery-content {
        display:block !important;
    }
}

/* Skin */

.jquery-menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    height: 25px;
    border-bottom: 1px solid #97a5b0 !important;
}

.jquery-menu .tabs-nav {
    list-style: none;
    margin: 0 !important;
    padding: 0 0 0 4px !important;
}
.jquery-menu .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.jquery-menu .tabs-nav li {
    float: left;
    margin: 0 0 0 1px !important;
    min-width: 64px; /* be nice to Opera */
    list-style:none;
}
.jquery-menu .tabs-nav a, .jquery-menu .tabs-nav a span {
    display: block;
    padding: 0 10px !important;
    background: url(tab.png) no-repeat;
}
.jquery-menu .tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0 !important;
    color: #27537a !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap; /* required in IE 6 */
}
.jquery-menu .tabs-nav a.tabs-selected {
    color: #000;
}
.jquery-menu .tabs-nav a.tabs-selected, .jquery-menu .tabs-nav a:hover, .jquery-menu .tabs-nav a:focus, .jquery-menu .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.jquery-menu .tabs-nav a,.jquery-menu .tabs-nav .tabs-disabled a:hover, .jquery-menu .tabs-nav .tabs-disabled a:focus, .jquery-menu .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.jquery-menu .tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px !important;
    padding-right: 0 !important;
}
*>.jquery-menu .tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.jquery-menu .tabs-nav a.tabs-selected span {
    padding-top: 7px !important;
}
.jquery-menu .tabs-nav a.tabs-selected span, .jquery-menu .tabs-nav a:hover span, .jquery-menu .tabs-nav a:focus span, .jquery-menu .tabs-nav a:active span {
    background-position: 0 -50px;
}
.jquery-menu .tabs-nav a span, .jquery-menu .tabs-nav .tabs-disabled a:hover span, .jquery-menu .tabs-nav .tabs-disabled a:focus span, .jquery-menu .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}

/*
.jquery-menu .tabs-nav a.tabs-selected:link, .jquery-menu .tabs-nav a.tabs-selected:visited, .jquery-menu .tabs-nav a.tabs-disabled:link, .jquery-menu .tabs-nav a.tabs-disabled:visited {
    cursor: text;
}
 */

.jquery-menu .tabs-nav a:hover, .jquery-menu .tabs-nav a:focus, .jquery-menu .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/*
.jquery-menu .tabs-nav a.tabs-disabled {
    opacity: .4;
}
*/

.jquery-content {
    display:none;
    padding:0;
}

.jquery-block{
    padding: 10px;
}

.jquery-blocktitle{
    margin-top: 0px;
}

.jquery-blockcontent{
    padding: 0px;
    text-align: justify;
}

.jquery-loading em {
    padding: 0 0 0 20px !important;
    background: url(../images/loading.gif) no-repeat 0 50%;
}
