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

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

/* Skin */
.tabs-nav {
    list-style: none;	 
    margin: 0;
	 width: inherit;
    padding: 0 0 0 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;	
    margin: 0 5px 0 0px;

    /*min-width: 84px;  be nice to Opera 	 min-width: 84px;*/
}

.tabs-nav a, .tabs-nav a span {
    display: block;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    color: #003e8b;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav a:hover{
text-decoration: none;
color: #038dd5;

}
.tabs-nav .tabs-selected a {
    color: #000;
}

.tabs-nav a span {
   /* IE 6 treatsmin-width: 64px; width as min-width */
 	 width: 80px;
    height: 19px; /* IE 6 treats height as min-height */
    min-height: 19px;
    padding-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
	 background-color: #fff;
    
}
*>.tabs-nav a span { /* hide from IE 6  width: auto;	 */
   
    height: auto;
}
.tabs-nav .tabs-selected a span {
 border-top: #bbb 1px solid;
    border-right: #bbb 1px solid;
    border-left: #bbb 1px solid;
	
}
.tabs-nav .tabs-selected a span div {
text-align: center;
    padding-bottom:2px;
	 color: #000;	 
	 background: url();
}

.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 {
   border-top: #bbb 1px solid;
    border-right: #bbb 1px solid;
    border-bottom: #bbb 1px solid;
    border-left: #bbb 1px solid;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 1em;
    font-size: 11px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
  
}
div.under-1,div.under-2 {
/*  width:100%;*/
  text-align: center; 
  background-color: #fff;
  padding: 0 5px 1px 5px;
  background-position: 0px 14px;
  background-repeat: repeat-x;
  border: 1px solid #fff; 
 
}
div.under-1 {
  background-image: url(../sysimgs/06_line_1.gif);
   background-position: 0px 14px;
	background-repeat: repeat-x;
  
}
div.under-2 {
  background-image: url(../sysimgs/06_line_2.gif);
   background-position: 0px 14px;
  background-repeat: repeat-x;
  
}
