@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {        display: none;}
}
/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}
/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
    height:25px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.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-nav .tabs-selected a {color: #000;}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

.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;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span { padding-top: 7px;}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {opacity: .4;}
.tabs-container {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #97A5B0;
font-size:11px;
padding:1em 8px;
}
.tabs-container h1{display:none}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}
/*DETAILS*/
.wfqbe_even {background-color:none;}
tr.wfqbe_table_header th a{text-align:center; font-size:12px}
#wfqbe_id_notset .wfqbe_even strong{
     color:#003680;
     padding-left:15px; 
     padding-right:5px;
     }
.wfqbe_table_results tr:hover td{background:#EAEEF1}
.wfqbe_table_results td{font-size:12px;}
.wfqbe_browser{font-size:11px;}
table.details{
 float:left;
 border-bottom: 3px solid #BADEC4;
 border-top: 3px solid #BADEC4;
 border-collapse:collapse;
 width:100%;
 background:#F1FFEF;
}
table.details th{
 text-align:left; 
 border-bottom:3px solid #BED9BA; 
 padding:5px;
 background:#fff;
 font-size: 12px;
 }
table.details td{
padding:5px;
border-bottom:1px solid #BED9BA;
border-spacing:2px;
font-size:11px;
  height:33px; vertical-align:top;
}
table.details tr:hover td{background:#fff;}
table.details td strong{color:#253D88;}
#list_results tr:hover td{/*cursor: pointer;*/}
#Maps, #csvDownload{cursor: pointer;}
table.detailsimg{border-collapse:collapse;width:100%;}
table.detailsimg th{
 text-align:left; 
 border-bottom:3px solid #BED9BA; 
 padding:5px;
 background:#fff;
 }
table.detailsimg td{
padding:5px;
border-bottom:1px solid #BED9BA;
border-spacing:2px;
font-size:11px;
}
table.detailsimg ul{margin-top:1px; margin-bottom:1px;}
table.detailsimg ul li {background: url(../images/bullet.png)no-repeat scroll 0.5em .8ex;list-style-type:none;}
/*table.detailsimg tr:hover td{background:#EAEEF1;}*/
table.detailsimg td strong{color:#253D88;}
table.detailsimg td.title{
   background:#EAEEF1; 
   font-weight:bold; 
   padding-top:15px;  
   border-bottom:3px solid #253D88;
   font-size:14px; 
   text-align:left;}
a img{border:0 none;}
#wfqbe_browser{float:right;margin-top: -40px;}
.thrColElsHdr #mainContent ul li {background-image: none;}
.wfqbe_header p, .wfqbe_header h2{padding-left:0px}
.thrColElsHdr #mainContent ul li.radiomap{display:inline; padding-left:3px;font-size:12px;}
.radiomap input{font-size:12px}
.radioContainer {
    float: right;
    font-size: 12px;
    margin-left: 29px;
    margin-top: -13px;
}
