/* $Id: tabs.css,v 1.2 2009/08/12 08:03:53 johnalbin Exp $ */

/**
 * @file
 * Tabs Styling
 *
 * 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: 0 0 5px 0;
}

ul.primary {
  margin: 0;
  padding: 0 0 0 10px; /* LTR */
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
  background: url(../images/tab-bar.png) repeat-x left bottom;
}

ul.primary li {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

ul.primary li a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left -38px;
}

ul.primary li a .tab {
  display: block;
  height: 20px; /* 24px (parent) - 4px (padding) */
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
  background: url(../images/tab-right.png) no-repeat right -38px;
}

ul.primary li a:hover {
  border-width: 0;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left -76px;
}

ul.primary li a:hover .tab {
  background: url(../images/tab-right.png) no-repeat right -76px;
}

ul.primary li.active a,
ul.primary li.active a:hover {
  border-width: 0;
  color: #000;
  background-color: transparent;
  background: url(../images/tab-left.png) no-repeat left 0;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab {
  background: url(../images/tab-right.png) no-repeat right 0;
}

ul.secondary {
  margin: 0;
  padding: 0 0 0 5px; /* LTR */
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
  background: url(../images/tab-secondary-bg.png) repeat-x left bottom;
}

ul.secondary li {
  float: left; /* LTR */
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none; /* LTR */
}

ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
  background: url(../images/tab-secondary.png) repeat-x left -56px;
}

ul.secondary a .tab {
  display: block;
  height: 18px; /* 24px (parent) - 6px (padding) */
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

ul.secondary a:hover {
  background: url(../images/tab-secondary.png) repeat-x left bottom;
}

ul.secondary a.active,
ul.secondary a.active:hover {
  border: 1px solid #c0c0c0;
  color: #000;
  background: url(../images/tab-secondary.png) repeat-x left top;
}

/* more tabs in node 421 */
ul.event-tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}
ul.event-tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 26px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 26px; /*--Vertically aligns the text within the tab--*/
  margin-right: 2px;
  overflow: visible;
  position: relative;
}
ul.event-tabs li a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 1.22em;
  width: 110px;
  outline: none;
  background: url(img/event_tabs.png) no-repeat 0 0;
}
ul.event-tabs li a.link {
  color:#FFF;
}
ul.event-tabs li.etab2 a {background-position: -200px 0; }
ul.event-tabs li.etab3 a {background-position: -400px 0; }
ul.event-tabs li.etab4 a {background-position: -600px 0; }
ul.event-tabs li.active a, html ul.event-tabs li.active a:hover  { 
  padding-top: 4px;
  margin-top: -4px;
}
.tab_container {
  overflow: hidden;
  clear: both;
  float: left; width: 100%;
  background: #fff;
}
.tab_content {
  padding: 5px;
}
.tab_content h3{
  background: #ECECEC;
}
#node-421 #tab1 {
  border: 15px solid #E50077;
}
#node-421 #tab2 {
  border: 15px solid #FF9801;
}
#node-421 #tab3 {
  border: 15px solid #97D62F;
}
#node-421 #tab4 {
  border: 15px solid #0BBBE0;
}
#node-421 .content h3{
  font-size: 1.12em;
  background: #ECECEC;
  padding: 3px 50px;
  margin: 5px 0 3px 0;
}
#node-421 .content p{
  margin: 3px 50px;
  border-bottom: 1px dashed #ECECEC;
}
#node-421 {
  padding: 10px;
  background: #ECECEC;
}


/* activity tabs */
ul.activity-tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  border-bottom: 5px solid #1DBFE1;
}
ul.activity-tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 26px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 26px; /*--Vertically aligns the text within the tab--*/
  margin-right: 2px;
  overflow: visible;
  position: relative;
}
ul.activity-tabs li a {
  display:block;
  font-size:1.22em;
  font-weight:bold;
  outline:medium none;
  text-align:center;
  text-decoration:none;
  width:110px;
  color: #555;
  background:url("img/event_tabs.png") no-repeat scroll -750px 0 transparent;
}
ul.activity-tabs li.active a {
  color:#FFFFFF;
  background-position:-600px 0;
}
