@media projection, screen {
    .ui-tabs-hide {
        display: none;
    }
}
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav { position:relative; z-index: 912; 
    list-style: none; float:left; display: block;
    margin: 0;
    padding: 2px 0 0 0;background:none;color:#002532;
}
.ui-tabs-nav:after { 
	/* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";color:#002532;
}

.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;

}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block; text-align: center;    
    padding:15px 30px;color: #002532; text-decoration:none;
    background: url(../../../images/tab2.png) no-repeat;
}
.ui-tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 922;
    color:#002532;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;color: #002532; text-decoration:none;
    white-space: nowrap; /* required in IE 6 */    
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #002532; text-decoration:none;
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav a span {
    padding-bottom: 10px;
    padding-top: 6px;
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 11px;color: #002532;
}


.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active{background-position: 0 0px; color:#002532;}

.ui-tabs-nav a { background-position: 0 -112px; outline: 0;}

.ui-tabs-nav a:hover span,
.ui-tabs-nav a:active span { background-position:0 -112px;}
.ui-tabs-nav a:hover span{ color: #002532; }

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: default; color:#002532;
}

.ui-tabs-nav a:focus,
.ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer; color:#002532; text-decoration:none 
}
.ui-tabs-nav a:hover{ /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;  color:#fd5ea0; text-decoration:none 
}
.ui-tabs-nav .ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-container {
    padding: 1em 8px;
    background: none; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.corner_tab {
    position:absolute; top:0px; right:0px;
}

