/* 
    Document   : tabs
    Created on : 21.09.2009, 09:06:29
    Author     : mjoszko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*************************************************
**  Tabs Header
*************************************************/

  div#gis div#gistabHeader {
    background: #fff;
    border-top-width: 0;
    margin-bottom: -21px;
    padding-bottom: 31px;
    position: relative;
  }
  
    div#gis div#gistabHeader h1 {
		border-top: 0;
		display:block;
		margin:17px 10px 9px;
		padding:0 0 12px 7px;
		background: url(../../img/background-h1.gif) repeat-x bottom;
    }
    
    div#gis div#gistabHeader span.stars {
      padding: 10px;
      position: absolute;
      top: -10px;
      right: 0px;
    }
    
      div#gis div#gistabHeader span.stars img {
        float: left;
        margin-left: 3px;
      }
    
    div#gis div#gistabHeader h2 {
      color: #0098D1;
      font-weight: bold;
      font-size: 16px;
	  margin: 0 17px;
    }


/*************************************************
**  Tabs
*************************************************/

  div#gis div.tab {
    position: relative;
    z-index: 5;
	padding: 10px;
	background: #FFF;
  }

  div#gis div.tabsMenu {
    height: 31px;
    padding-left: 10px;
    position: relative;
    z-index: 6;
	border-bottom: 10px solid #E8EBED;
  }

  div#gis div.tabsMenu ul li {
    float: left;
    margin-right: 15px;
	background: #FFF;
  }

    div#gis div.tabsMenu ul li span {
      cursor: pointer;
      display: block;
      float: left;
      line-height: 30px;
      height: 30px;
      padding: 0 15px;
	  font-size: 13px;
	  font-weight: bold;
	  color: #afb9be;
    }

    div#gis div.tabsMenu ul li span:hover,
    div#gis div.tabsMenu ul li:hover {

    }

    div#gis div.tabsMenu ul li.active {
      padding-left: 3px;
      cursor: pointer;
	background: #E8EBED;
    }

    div#gis div.tabsMenu ul li.active span {
      line-height: 31px;
      height: 31px;
      padding-left: 12px;
      cursor: pointer;
	  color: #5D6C76;
    }

