/* Skin */
.tabs-nav1 {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    width: 300px;
    text-align: left;
    overflow: hidden;
}
.tabs-nav1:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

ul.tabs-nav1 {
     list-style:none;
     }

.tabs-nav1 li {
    float: left;
    margin: 0 1px 0 0;
    min-width: 40px; /* be nice to Opera */
    list-style:none;
}
.tabs-nav1 a, .tabs-nav1 a span {
    display: block;
    padding: 0 8px 0px 17px;
    background: url('../images/view_results_tabs.gif') no-repeat;
}

.tabs-nav1 a {
    position: relative;
    padding-left: 0px;
    top: 1px;
    z-index: 2;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}


.tabs-nav1 .tabs-selected a {
    color: #5e808f;
}

.tabs-nav1 .tabs-selected a, .tabs-nav1 .tabs-selected a:hover, .tabs-nav1 .tabs-selected a:focus, .tabs-nav1 a:active {  /* right side of active tab */
    background-position: 100% -74px;
    outline: 0; /* prevent dotted border in Firefox */
    text-decoration:none;
    color:#5e808f;    
}

.tabs-nav1 a, .tabs-nav1 .tabs-disabled a:active { /* right side of in-active tab */
     background-position: 100% -111px;
     color:#fff;
     text-decoration:none;
}

.tabs-nav1 a:hover, .tabs-nav1 a:focus, .tabs-nav1 .tabs-disabled a:hover, .tabs-nav1 .tabs-disabled a:focus {  /* right side of in-active tab on hover */
     background-position: 100% -111px;
     color:#7d7446;
     text-decoration:none;
}

.tabs-nav1 a span {
    width: 20px; /* IE 6 treats width as min-width */
    min-width: 20px;  
    display: block;
}


*>.tabs-nav1 a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.tabs-nav1 a span, .tabs-nav1 .tabs-selected a span {
    padding-top: 7px;
    padding-bottom:7px;
}

* html .tabs-nav1 a span {padding-bottom: 7px;} 
* html .tabs-nav1 .tabs-selected a span {padding-bottom: 7px;}


.tabs-nav1 .tabs-selected a span, .tabs-nav1 .tabs-selected a:hover span, .tabs-nav1 .tabs-selected a:focus span, .tabs-nav1 a:active span {  /* left side of active tab */
    background-position: 0 0;
    text-decoration:none;
    color:#5b5b5b;
}

.tabs-nav1 a span, .tabs-nav1 .tabs-disabled a:active span {   /* left side of in-active tab */
    background-position: 0 -37px;
    color:#5b5b5b;
    text-decoration:none;
}

.tabs-nav1 a:hover span, .tabs-nav1 a:focus span, .tabs-nav1 .tabs-disabled a:hover span, .tabs-nav1 .tabs-disabled a:focus span {  /* left side of in-active tab on hover */
    background-position: 0 -37px;
    color:#727272;
    text-decoration:none;
}

.tabs-nav1 .tabs-selected a:link, .tabs-nav1 .tabs-selected a:visited, .tabs-nav1 .tabs-disabled a:link, .tabs-nav1 .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav1 a:hover, .tabs-nav1 a:focus, .tabs-nav1 a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav1 .tabs-disabled {
    opacity: 4;
}
.tabContent1 {
        background-color: #eff6f9; 
	margin: 0;
        padding: 13px;
        text-align: left;
}




