/* 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... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.tabs {
    padding: 0px;
    clear:both;
}

.tabs ul {
    margin: 0px 0px 0px 0px;
    list-style: none;
    
}
.tabs ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: none;
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {}
.ui-tabs-nav {
    list-style: none;
    margin: 0 -40px 30px -40px  !important;
    padding: 16px 20px 0px 20px !important;
    list-style: none;
    height: 42px;
    background: #E7EDF2;
    display: block;
    line-height: 1em;
    border-top: 1px white solid;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 !important;
    /* be nice to Opera */
    background: transparent !important;
    padding: 0px !important;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 8px;
}
.ui-tabs-nav a {
    text-align: center;
    font-family: 'DINPro-Regular', Arial;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    height: 30px;
    padding: 12px 20px 0px 20px;
    margin: 0px 5px 0px 0px;
    font-weight: normal;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    color: #002953;
    
    background-color: #f5f9fb; /* layer fill content */-moz-box-shadow: 0 -1px 0 #c1cbd6, inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 -1px 0 #c1cbd6, inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    box-shadow: 0 -1px 0 #c1cbd6, inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZTdmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #dde7f1 0%, rgba(255,255,255,.8) 20%, rgba(255,255,255,0) 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #dde7f1 0%, rgba(255,255,255,.8) 20%, rgba(255,255,255,0) 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #dde7f1 0%, rgba(255,255,255,.8) 20%, rgba(255,255,255,0) 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #dde7f1 0%, rgba(255,255,255,.8) 20%, rgba(255,255,255,0) 100%); /* gradient overlay */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    font-family: 'DINPro-bold', Arial;
    color: #002953;
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: 0 -1px 0 #c1cbd5; /* drop shadow */
    -webkit-box-shadow: 0 -1px 0 #c1cbd5; /* drop shadow */
    box-shadow: 0 -1px 0 #c1cbd5; /* drop shadow */
    background-image:none; 

}
.ui-tabs-nav a span {
    width: auto; /* IE 6 treats width as min-width */
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
}
.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: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 0px solid #97a5b0;
     /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../img/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
