/* $Id: tabs.css,v 1.2 2008/09/08 02:35:29 johnalbin Exp $ */

/*
 * Tabs CSS
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal6-reference.css, line 510.)
 *
 */

  div.tabs
  {
    margin: 0px;
    margin-bottom: 5px;
  }

  ul.primary li a
  {
    display: block;
    height: 20px;
    margin: 0;
    padding: 5px; 
    font-weight: bold;
    text-decoration: none;
    margin-right:5px;
    color: #777;
    background:  url('/jackie/themes/jackie/images/button_bg.gif') repeat-x left;
    float:left;
    border: 0px;
    border: 1px #000000 solid;
  }
  
  ul.primary li a:hover
  {
    display: block;
    height: 20px;
    margin-right:5px;
    padding: 5px; /* width of tab-left.png */
    font-weight: bold;
    text-decoration: none;
    color: #777;
    background:  url('/jackie/themes/jackie/images/button_bg.gif') repeat-x left;
    border: 1px #181415 solid;    
  }
  ul.primary li a.active
  {
    display: block;
    height: 20px;
    margin: 0;
    padding: 5px; 
    font-weight: bold;
    text-decoration: none;
    margin-right:5px;
    color: #777;
    background:  url('/jackie/themes/jackie/images/button_bg_over.gif') repeat-x left;
    float:left;
    border: 1px #C1C1C1 solid;
  }
/*
 * Tabs CSS
 *
 * 
 */

  ul.primary
  {
		border:	0px;   
  }

  ul.primary li
  {
		border:	0px;
  }

  ul.primary li a .tab
  {
		border:	0px;
  }

  ul.primary li a:hover .tab
  {
		border:	0px;
  }

  ul.primary li.active a,
  ul.primary li.active a:hover
  {

  }

  ul.primary li.active a .tab,
  ul.primary li.active a:hover .tab
  {
		border:	0px;
  }

  ul.secondary
  {
		border:	0px;
  }

  ul.secondary li
  {
		border:	0px;
  }

  ul.secondary a
  {
		border:	0px;
  }

  ul.secondary a .tab
  {
		border:	0px;
  }

  ul.secondary a:hover
  {
		border:	0px;
  }

  ul.secondary a.active,
  ul.secondary a.active:hover
  {
		border:	0px;
  }
