﻿  a.tab
  {
     position : relative;
     width: auto;
     height: 34px;
     background-image: url(https://web.byui.edu/css/v1/images/tabBkg_o.jpg);
     background-repeat: repeat-x;
     margin-right: 2px;
     font-family: arial, "lucida console", sans-serif;
     font-size: 10px;
     text-transform: uppercase;
     line-height: 10px;
     float: left;
     text-decoration: none;
     color: white;
  }
  a.tab:hover
  {
     color: white;
     background-image: url(https://web.byui.edu/css/v1/images/tabBkg_o.jpg);
  }
  a.tab .tabLeft
  {
     position: relative;
     width: 3px;
     height: 100%;
     float: left;
     background-image: url(https://web.byui.edu/css/v1/images/tabLeft_o.jpg);
  }
  a.tab:hover .tabLeft
  {
background-image: url(https://web.byui.edu/css/v1/images/tabLeft_o.jpg);
  }
  a.tab .tabLabel
  {
     position: relative;
     width: auto;
     height: auto;
     float: left;
     padding: 5px 5px 5px 5px;
     text-decoration: none;
  }
  a.tab .tabRight
  {
     position: relative;
     width: 3px;
     height: 100%;
     float: left;
     background-image: url(https://web.byui.edu/css/v1/images/tabRight_o.jpg);
  }
  a.tab:hover .tabRight
  {
     background-image: url(https://web.byui.edu/css/v1/images/tabRight_o.jpg);
  }



  a.selected
  {
     position : relative;
     width: auto;
     height: 34px;
     background-image: url(https://web.byui.edu/css/v1/images/tabBkg.jpg);
     background-repeat: repeat-x;
     margin-right: 2px;
     font-family: arial, "lucida console", sans-serif;
     font-size: 10px;
     text-transform: uppercase;
     line-height: 10px;
     float: left;
     text-decoration: none;
  }
  a.selected:hover
  {
     color: white;
     background-image: url(https://web.byui.edu/css/v1/images/tabBkg_o.jpg);
  }
  a.selected .tabLeft
  {
     position: relative;
     width: 3px;
     height: 100%;
     float: left;
     background-image: url(https://web.byui.edu/css/v1/images/tabLeft.jpg);
  }
  a.selected:hover .tabLeft
  {
     background-image: url(https://web.byui.edu/css/v1/images/tabLeft_o.jpg);
  }
  a.selected .tabLabel
  {
     position: relative;
     width: auto;
     height: auto;
     float: left;
     padding: 5px 5px 5px 5px;
     text-decoration: none;
  }
  a.selected .tabRight
  {
     position: relative;
     width: 3px;
     height: 100%;
     float: left;
     background-image: url(https://web.byui.edu/css/v1/images/tabRight.jpg);
  }
  a.selected:hover .tabRight
  {
     background-image: url(https://web.byui.edu/css/v1/images/tabRight_o.jpg);
  }

  #tabBar
  {
     position: relative;
     width: auto;
     height: 34px;
     margin-top: -13px;
     margin-left: -13px;
     margin-right: -17px;
     display: block;
  }

  #tabContent
  {
     position: relative;
     width: auto;
     height: 20px;
     margin-left: -13px;
     margin-right: -17px;
     margin-top: 1px;

     background-color: #E9ECEE;
  }
  #tabContent .menu a
  {
     font-family: arial, "lucida console", sans-serif;
     font-size: 10px;
     text-transform: uppercase;
     line-height: 10px;
     text-decoration: none;
     padding-left: 5px;
  }

  #information
  {
    position: relative;
    border: 1px solid #E9ECEE;
    margin-left: -13px;
    margin-right: -17px;
    margin-top: 2px;
    padding: 15px;
    overflow: visible;
  }

 .hiddenInformation
  {
    display: none;
  }
