/* 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: 33px;
     
}

.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-left:  0px !important;*/
    background: url(hons_63.jpg) no-repeat;
/*_background: url(mamboa_55.gif) no-repeat;*/
        width: 150px;
    height: 78px;
    color: #F2F2F2;
    	text-align: center; 
    	font-size: 1.2em;
}


.jquery-menu .tabs-nav a {
      position: relative;
    top: 1px;
    z-index: 2;
    color: #404040 !important;
    font-size: 105%;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    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 */
        height: 42px;
}
.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: 0px !important;
   }
.jquery-menu .tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: 38px;
    padding-top: 20px !important;
       padding-left: 0px !important;
    
}
.jquery-menu .tabs-nav a.tabs-selected span {
    padding-top: 20px !important;
}
.jquery-menu .tabs-nav a.tabs-selected span, 
.jquery-menu .tabs-nav a:focus span, 
.jquery-menu .tabs-nav a:active span {
width: 150px;
height: 78px;        
background: url(hons_62.jpg) no-repeat;
color: #FFFDFE;
font-size: 1.2em;
}



.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  0px  10px  0px;
}

.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%;
}
