/* 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... */
                            #tabs-info .ui-tabs-hide {
                                display: none;
                            }
}

/* Hide useless elements in print layouts... */
@media print {
    #tabs-info .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
#tabs-info .ui-tabs-nav {
    list-style: none;
    margin: 0 auto;
    width: 956px;
    height: 55px;
    padding: 0 0 0 4px;
    float: left;    
   background: url('../images/nv3_all/top_tab.png') no-repeat 0 47px;
}
#tabs-info .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
                                display: block;
                                clear: both;
                                content: " ";
}
#tabs-info .ui-tabs-nav li {
    text-align: left;
    float: left;
    margin: 6px 0px 7px 0px;
    width: 175px; /* be nice to Opera */
    height: 34px;
    line-height: 39px;
    border: 0px solid #97a5b0;
    text-align: center;
    padding: 5px 0 0 5px;
    background: url('../images/nv3_all/top_tab_li.png') no-repeat 0 0;
}

#tabs-info .ui-tabs-nav li#homeTab {
    text-align: left;
    float: left;
    margin: 3px 0px 7px 0px;
    width: 42px; /* be nice to Opera */
    height: 45px;
    line-height: 39px;
    border: 0px solid #97a5b0;
    text-align: center;
    padding: 5px 0 0 5px;
    background: transparent;    
}

#tabs-info .ui-tabs-nav li#homeTab img {
  position: relative;
  top: -20px;  
  z-index: 0;  
}


#tabs-info .ui-tabs-nav a, #tabs-info .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;


}
#tabs-info .ui-tabs-nav a {
    position: relative;
    top: 5px;
    z-index: 2;
    padding-left: 0;
    color: #ff0161;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}
#tabs-info .ui-tabs-nav .ui-tabs-selected a {
    color: #fff;
}
#tabs-info .ui-tabs-nav .ui-tabs-selected {
    margin: 1px 0px 0px 0px;
    height: 45px;
   background: url('../images/nv3_all/top_tab_li_a.png') no-repeat 0 0;

}

#tabs-info .ui-tabs-nav li#tabHome .ui-tabs-selected li#tabHome {
    margin: 1px 0px 0px 0px;
    height: 45px;
   background: #000;

}
#tabs-info .ui-tabs-nav .ui-tabs-selected a, #tabs-info .ui-tabs-nav a:hover, #tabs-info .ui-tabs-nav a:focus, #tabs-info .ui-tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */

}
#tabs-info .ui-tabs-nav a, #tabs-info .ui-tabs-nav .ui-tabs-disabled a:hover, #tabs-info .ui-tabs-nav .ui-tabs-disabled a:focus, #tabs-info .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
#tabs-info .ui-tabs-nav a span {
    width: 155px; /* IE 6 treats width as min-width */
    min-width: 90px;
    height: 22px; /* IE 6 treats height as min-height */
    min-height: 22px;
    padding-top: 8px;
    padding-right: 0;
}
*>#tabs-info .ui-tabs-nav a span { /* hide from IE 6 */
                                   width: auto;
                                   height: auto;
}
#tabs-info .ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 7px;
}
#tabs-info .ui-tabs-nav .ui-tabs-selected a span, #tabs-info .ui-tabs-nav a:hover span, #tabs-info .ui-tabs-nav a:focus span, #tabs-info .ui-tabs-nav a:active span {
    background-position: 0 -50px;

}
#tabs-info .ui-tabs-nav a span, #tabs-info .ui-tabs-nav .ui-tabs-disabled a:hover span, #tabs-info .ui-tabs-nav .ui-tabs-disabled a:focus span, #tabs-info .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
#tabs-info .ui-tabs-nav .ui-tabs-selected a:link, #tabs-info .ui-tabs-nav .ui-tabs-selected a:visited, #tabs-info .ui-tabs-nav .ui-tabs-disabled a:link, #tabs-info .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
                                                                                                                                                                                                                                                           cursor: text;
}
#tabs-info .ui-tabs-nav a:hover, #tabs-info .ui-tabs-nav a:focus, #tabs-info .ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
                                                                                                     cursor: pointer;
}
#tabs-info .ui-tabs-nav .ui-tabs-disabled {
    opacity: 0.4;
}
#tabs-info .ui-tabs-panel {
    color: #000;
    width: 920px;
    float: left;
    height: 287px;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    
}
#tabs-info .ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}










/* 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... */
                            #tabs .ui-tabs-hide {
                                display: none;
                            }
}

/* Hide useless elements in print layouts... */
@media print {
    #tabs .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
#tabs .ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
#tabs .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
                                display: block;
                                clear: both;
                                content: " ";
}
#tabs .ui-tabs-nav li {
    float: left;
    margin: 0 5px -1px 1px;
    min-width: 84px; /* be nice to Opera */
	height: 22px;
	border: 1px solid #97a5b0;
	text-align: center;
	padding: 0 0 0 5px;


}
#tabs .ui-tabs-nav a, #tabs .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;


}
#tabs .ui-tabs-nav a {
   position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}
#tabs .ui-tabs-nav .ui-tabs-selected a {
     color: red;
}
#tabs .ui-tabs-nav .ui-tabs-selected {
   	border-top:1px solid #97a5b0;
    border-left:1px solid #97a5b0;
    border-right:1px solid #97a5b0;
    border-bottom: 1px solid #FFF;

}
#tabs .ui-tabs-nav .ui-tabs-selected a, #tabs .ui-tabs-nav a:hover, #tabs .ui-tabs-nav a:focus, #tabs .ui-tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */

}
#tabs .ui-tabs-nav a, #tabs .ui-tabs-nav .ui-tabs-disabled a:hover, #tabs .ui-tabs-nav .ui-tabs-disabled a:focus, #tabs .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
#tabs .ui-tabs-nav a span {
      width: 90px; /* IE 6 treats width as min-width */
    min-width: 90px;
    height: 22px; /* IE 6 treats height as min-height */
    min-height: 22px;
    padding-top: 8px;
    padding-right: 0;
}
*>#tabs .ui-tabs-nav a span { /* hide from IE 6 */
                                   width: auto;
                                   height: auto;
}
#tabs .ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 7px;
}
#tabs .ui-tabs-nav .ui-tabs-selected a span, #tabs .ui-tabs-nav a:hover span, #tabs .ui-tabs-nav a:focus span, #tabs .ui-tabs-nav a:active span {
    background-position: 0 -50px;

}
#tabs .ui-tabs-nav a span, #tabs .ui-tabs-nav .ui-tabs-disabled a:hover span, #tabs .ui-tabs-nav .ui-tabs-disabled a:focus span, #tabs .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
#tabs .ui-tabs-nav .ui-tabs-selected a:link, #tabs .ui-tabs-nav .ui-tabs-selected a:visited, #tabs .ui-tabs-nav .ui-tabs-disabled a:link, #tabs .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
                                                                                                                                                                                                                                                           cursor: text;
}
#tabs .ui-tabs-nav a:hover, #tabs .ui-tabs-nav a:focus, #tabs .ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
                                                                                                     cursor: pointer;
}
#tabs .ui-tabs-nav .ui-tabs-disabled {
    opacity: 0.4;
}
#tabs .ui-tabs-panel {
    border: 1px solid #97a5b0;
    padding: 1em 8px;
	margin: 0 0 20px 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
#tabs .ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
