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

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 -25px;
    min-width: 150px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 35px;
    /*background: url(ad_tab.png) no-repeat;*/
    background: url(../javascript/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 3px;
    z-index: 2;
    padding-left: 0;
    color: #e23a34;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #504346;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -98px;
    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% -147px;
}
.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 -48px;
}
.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 {
   
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}





/* Skin My Account Tabs*/

.tabs-nav-family {
    list-style: none;
    margin: 0;
    padding: 0 0 0 45px;
}

.tabs-nav-family a {
  padding:0;
 }

.tabs-nav-family li {
  float:left;
  display: block;
  height:39px;
  margin-left:-2px;
}

.tabs-nav-family a {
  background:none !important;
 }

.tabs-nav-family span {
  margin:0;
  padding:0 !important;
  height:36px !important;
  display:block;
 }


.tabs-nav-family span.contactInfo {
   background: url(../images/my-account-tabs.png?v1.1) 0 0 no-repeat !important;
   width:173px;
 }

.tabs-selected span.contactInfo  {
  background-position:0 -37px  !important;
 }

.tabs-nav-family span.familyMembers {
   background: url(../images/my-account-tabs.png?v1.1) 0 -74px no-repeat !important;
   width:164px;
 }

.tabs-selected span.familyMembers  {
  background-position: 0 -111px   !important;
 }

.tabs-nav-family span.loginInfo {
   background: url(../images/my-account-tabs.png?v1.1)  0 -148px  no-repeat !important;
   width:162px;
 }

.tabs-selected span.loginInfo  {
  background-position:0 -185px  !important;
 }


.tabs-nav-family span.accountInfo {
   background: url(../images/my-account-tabs.png?v1.1) 0 -222px no-repeat !important;
   width:184px;
 }

.tabs-selected span.accountInfo  {
  background-position: 0 -259px !important;
 }

.tabs-nav-family span.mySchool {
   background: url(../images/my-account-tabs.png?v1.1) 0 -296px no-repeat !important;
   width:184px;
 }

.tabs-selected span.mySchool  {
  background-position: 0 -333px !important;
 }


/* How it Works & FAQ pages tabs*/

.tabs-nav-family span.forFamilies {
   background: url(../images/how-it-works-tabs.png) 0 -2px no-repeat !important;
   width:173px;
 }

.tabs-selected span.forFamilies  {
  background: url(../images/how-it-works-tabs.png) 0 -39px no-repeat !important;
 }
 

.tabs-nav-family span.forSchools {
   background: url(../images/how-it-works-tabs.png) 0 -76px no-repeat !important;
   width:163px;
 }

.tabs-selected span.forSchools  {
  background: url(../images/how-it-works-tabs.png) 0 -113px no-repeat !important;
 }

.tabs-nav-family span.forSuppliers {
   background: url(../images/how-it-works-tabs.png) 0 -150px no-repeat !important;
   width:163px;
 }

.tabs-selected span.forSuppliers  {
  background: url(../images/how-it-works-tabs.png) 0 -187px no-repeat !important;
 }



/* Account page tabs*/

/*
.tabs-nav-ac {
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
}

.tabs-nav-ac li {
  margin:0;
  height:39px;
 }

.tabs-nav-ac a {
  background:none;
  padding:0;
 }

.tabs-nav-ac a span {
  width:170px;
  display: block;
  padding:8px 5px;
  background: url(../javascript/tabber.png) 0 -37px no-repeat !important;
  margin-left:-2px;
}

.tabs-nav-ac .tabs-selected span {
  background-position:0 0 !important;
  padding:8px 5px !important;
 }
 
.tabs-nav-ac .tabs-selected span {
  color: #e23a34;
 }
  
.tabs-nav-ac a {
  z-index: 2;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  color:#504346;
}

*/




