/* THE CSS IS ONLY CALLED BY:                                
   'all pages                                                
   'PWS_schedule.html' <FRAMESET PAGE>, and                  
    all the 'pop_ ....' pages associated with the schedule */

/* Borders *************************************************/

.tabBorder1   {
      background-color : #041694;              /* blue */
      }

/* *************************** SCHEDULE NAVIGATION ******* */
.TabNav {
  /*cell*/
  background: #7098C0; /*BLUE*/
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  /*text*/
  color : #FFFF00; /*GOLD*/
  font-size: 80%;
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize; /*capitalize*/;
  }
  
/********************* NAV TEXT LINKS *********************/
A.tab:link, A.tab:visited, A.tab:active	 { 
    font-size : 70%;
    font-weight : BOLD;
    color : #041694; /*#FFFFFF;*/
    text-align: center;
	text-decoration: none;  }
	
A.tab:hover	{
    color : #FFFF00; /*GOLD*/
	background-color: #FF0000; /*RED*/
    }
/*** NAV TEXT LINKS : PROMOTIONS *****/
A.tabSPEC:link, A.tabSPEC:visited, A.tabSPEC:active	 { 
    font-size : 70%;
    font-weight : BOLD;
    color : #FF0000;
    text-align: center;
	text-decoration: none;  }
	
A.tabSPEC:hover	{
    color : #FFFF00; /*GOLD*/
	background-color: #FF0000; /*RED*/
    }

/* ****************** CURRENT WINDOW ******************* */
.SchedNavCur {
  /*cell*/
  background: #FF6666; /*#7098C0; /*BLUE*/
  /*font-size: 65%;*/
  font-weight: bold;
  text-align: center;
  /*text*/
  color : #000000; /*BLACK*/
  }