/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

#tabnav {
clear:both;
padding-bottom:8px;
/* background:url(../img/tabbox-bottom.gif) no-repeat bottom left #FFF; */
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#tabnav ul.tabbernav {
margin:0;
padding:0;
font-size:95%;
}

#tabnav ul.tabbernav li {
list-style: none;
margin: 0;
display: inline;
}

#tabnav ul.tabbernav li a {
display:inline-block;
height:26px;
width:115px;
padding: 14px 0 0 15px;
margin: 0px 2px 0 0;
text-decoration: none;
}

#tabnav ul.tabbernav li a:link { color: #FFF; }
#tabnav ul.tabbernav li a:visited { color: #FFF; }

#tabnav ul.tabbernav li a:hover {
}

#tabnav ul.tabbernav li.tabberactive a
{
/*
background:url(../img/test-tab.jpg)  no-repeat top #E7E7E7;
*/
}

#tabnav ul.tabbernav li.tabberactive a:hover {
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
height:125px;
padding:15px 15px 0 15px;
background:url(../img/tabbox-top.gif)  no-repeat top right #E7E7E7;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Individual Tab Styling */

/* TAB 1 */

#tabnav ul.tabbernav li.tabberactive a#tabnavnav1, #tabnav ul.tabbernav a:hover#tabnavnav1 {
background:url(../img/tab-events.jpg)  no-repeat top #E7E7E7;
color:#333;
}

#tabnav ul.tabbernav a#tabnavnav1 {
background:url(../img/tab-events.jpg)  no-repeat bottom #E7E7E7;
color:#FFF;
}

/* TAB 2 */

#tabnav ul.tabbernav li.tabberactive a#tabnavnav2, #tabnav ul.tabbernav a:hover#tabnavnav2 {
background:url(../img/tab-careers.jpg)  no-repeat top #E7E7E7;
color:#333;
}

#tabnav ul.tabbernav a#tabnavnav2 {
background:url(../img/tab-careers.jpg)  no-repeat bottom #E7E7E7;
color:#FFF;
}

/* TAB 3 */

#tabnav ul.tabbernav li.tabberactive a#tabnavnav3, #tabnav ul.tabbernav a:hover#tabnavnav3 {
background:url(../img/tab-training.jpg)  no-repeat top #E7E7E7;
color:#333;
}

#tabnav ul.tabbernav a#tabnavnav3 {
background:url(../img/tab-training.jpg)  no-repeat bottom #E7E7E7;
color:#FFF;
}

/* TAB 4 */

#tabnav ul.tabbernav li.tabberactive a#tabnavnav4, #tabnav ul.tabbernav a:hover#tabnavnav4 {
background:url(../img/tab-documents.jpg)  no-repeat top #E7E7E7;
color:#333;
}

#tabnav ul.tabbernav a#tabnavnav4 {
background:url(../img/tab-documents.jpg)  no-repeat bottom #E7E7E7;
color:#FFF;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* Events */

p.eventDate {
padding:0 0 0.1em 0;
}

p.eventTitle {
padding:0 0 0.4em 0;
}

p.careersTitle {
padding:0 0 0.4em 0;
font-weight:bold;
}

p.tabIntro {
padding:0 0 0.4em 0;
}









