﻿/* 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;
    }
}

/******************* Start of Jquery tabs classes ******************/
/*
p,h2,h3 {
margin-bottom: 0;
padding-bottom: 0;
margin-top: 0;
padding-top: 0;

} 

*/
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family:Arial, Helvetica, sans-serif;
    font-size: .8em;
    width:406px;   
}
.ui-tabs-panel {
    border-top: 1px solid #AEA79F;
    margin-top: -1px;  
}
.ui-tabs-panel h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold; 
    padding-top: 18px;
  	color: #232120;
}
.ui-tabs-panel p {
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 6px;   
  	color: #232120;
}
.ui-tabs-nav {
    list-style: none;
 	margin-bottom: 0px!important;
    padding: 0; /*padding: 0 0 0 4px;*/
    margin-left: 0px!important; 	
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";      
}
.ui-tabs-nav li {
    float: left!important;
    margin: 0 5px 0 0!important;
    min-width: 50px!important;
  	/*height: 34px!important;*/
 	padding: 0 0 0 0px!important;
 	background-color: #EFEDEC!important;
 	background-image: none !important; 	
  	color: #1A67B4;  
}

.ui-tabs-nav a span img {
	border:none;
	padding:0;
	margin:0 5px 0 -2px;
	vertical-align:middle;	
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 8px;
  
    line-height:1.0em;/***********************************/
   /* background: url("../tab.png") no-repeat; */
  

    
    
}
.ui-tabs-nav a {
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    /*padding-left: 10px;*/
    padding-top: 7px;
    min-width: 30px;
    min-height: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */   
}


#container-1 a:hover {
	/* text-decoration: underline!important; */			
}

.ui-tabs-nav a span {
    font-size: 13px;
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 30px;
    height: 25px; /*18 IE 6 treats height as min-height */
    min-height: 25px;
    padding-top: 7px;
    padding-right: 0;
   padding-left: 10px;     
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;    
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
	background: #ffffff;
}

.ui-tabs-nav a:hover span {
    background-position: 0 -50px;
    text-decoration: none !important;
}
.ui-tabs-selected {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

.ui-tabs-nav .ui-tabs-selected  {
    height: 33px !important;
    position:relative!important;
    left: 0px!important;
    /*top:  5px!important;*/
    margin-top: 0px!important;
 
}
.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 {
    background-position: 100% -100px;
   	color: #1A67B4;    
   	font-size: 13px;
    text-align: center;
   	font-weight:bold;      
}
/* styles for tab hover */
.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 {
    background-position: 0 -50px;   
       
}
.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 {
    background-position: 0 0; 
         }
         
.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;
    text-decoration: none!important;    
}
.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;
    color: #1A67B4;
  
}
.ui-tabs-nav .ui-tabs-selected a {
    background: #ffffff;
    color: #464340;    
    /*margin-top: -3px;*/
    position: relative;
    right: 0;
    /*top: 3px; */
    z-index: 2;
    border-top: 1px solid #aea79f; 
  	border-left:  1px solid #aea79f; 
  	border-right: 1px solid #aea79f; 
}

/* Styles for tab content */

#contentWrapper {
	width: 406px;

}
#contentWrapper h3 {
    background: none repeat scroll 0 0 #EFEDEC;
    color: #464340 !important;
    display: block;
    font-size: 13px !important;
    height: 1em;
    line-height: 13px;
    margin: 20px 0 0 !important;
    padding: 6px 5px 7px 15px !important; 
    width: 386px;   
}

#contentWrapper p {
margin: 10px 0 0 !important;
width: 406px;
font-size: 13px !important;
}
#contentWrapper h3 a {
 /* text-decoration: none !important; */
color: #1A67B4;
}

#contentWrapper ul{
	margin: 0!important;
}
#contentWrapper ul li ul{
	margin: 5px 0 0 0!important;
}

#contentWrapper li a {
/* text-decoration: none !important; */
color: #1A67B4;
}
#contentWrapper li {
    border-bottom: 1px solid #EFEDEC;
    list-style: none !important;
    margin: 0 !important;
    padding: 5px 0 5px 15px !important;
    background: none !important; 
    font-size: 12px !important;
    }
#contentWrapper li ul li {
    background: url("/SiteElements/images/CorporateWeb/AboutUs/ul_bg_extra.gif") no-repeat scroll 14px 10px transparent !important;
    border-bottom: 0 none;
    border-top: 1px solid #EFEDEC;
    margin: 5px 0 -5px !important;
    padding-left:25px !important;
}
#contentWrapper li ul li a {
    color: #1A67B4;
  /*  text-decoration: none; */
}
#contentWrapper a:hover {
	/* text-decoration: underline !important; */
				
}

a:hover {
	text-decoration:underline!important; 
	
}


