/* $Id: excel.css,v 1.1.2.2 2008/12/07 17:22:02 pasqualle Exp $ */

/* Excel style tabs */

.quicktabs_main.quicktabs-style-polished {   
  padding: 0px 5px 2px;
  
}

ul.quicktabs_tabs.quicktabs-style-polished      /* has IE fix   */ 
{			
  position: relative; 
  margin: 3px -45px !important;	   
  padding: 0 10px 0px !important;
  font-size: 1em;
  list-style: none;
  height: 25px;    
  z-index: 222;	 
}
 

ul.quicktabs_tabs.quicktabs-style-polished li {
  float: right;
  padding: 0 10px 0 0;
  margin: 0 -35px -5px; 
 
}

ul.quicktabs_tabs.quicktabs-style-polished li a {  /* ie8 fix */
	
   
  font-family: Tahoma,Verdana, Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
   font-size: 12px;
	font-weight: normal;
  display: block;
  margin: 0; 
  border-width: 1px;
  font-weight: bold;
  text-decoration: none; 
  padding: 2px 16px 0px 22px; 
  width: 100px;
  text-align: center;
  color: #253c56;
  height: 25px;	
  border: 1px solid #c4c4c4; 
  background: #e4e7d9 url('images/tab-header-inactive-shade.gif') repeat-x bottom;
  color: #7f7f81;
}

/*override hover*/
ul.quicktabs_tabs.quicktabs-style-polished li:hover {
	 
  
}

ul.quicktabs_tabs.quicktabs-style-polished li a:hover {
   text-decoration: none;
   color: #247128;  border: 1px solid #c4c4c4;
}

/*override active tab*/
ul.quicktabs_tabs.quicktabs-style-polished li.active { 
     border-bottom: 1px solid white !important;   
}

ul.quicktabs_tabs.quicktabs-style-polished li.active a {  /* ie8 fix */
  position : relative;
	 border: 1px solid #c4c4c4;
  border-bottom: 1px solid white !important;   
  text-decoration: none;  
  background: #f9faf5 url('images/tab-header-shade.gif') repeat-x top;
  color: black;
	height: 27px;	
	margin-top: -2px;
}

/*override first tab*/
ul.quicktabs_tabs.quicktabs-style-polished li.first a {
	
}

ul.quicktabs_tabs.quicktabs-style-polished li.first:hover {
  
}

ul.quicktabs_tabs.quicktabs-style-polished li.first.active a {
border-left: 1px solid #c4c4c4; 
}

/*override last tab*/
ul.quicktabs_tabs.quicktabs-style-polished li.last a {
	
}

ul.quicktabs_tabs.quicktabs-style-polished li.last a:hover {
 
}

ul.quicktabs_tabs.quicktabs-style-polished li.last.active a {
 
}
 

.quicktabs_tabpage
{
	position: relative;	 
	background: #f9faf5 url('images/tab-content-shade.gif') repeat-x bottom;
	border: 1px solid #c4c4c4;	 
	width: 660px;
	z-index: 1;
	margin-right: -5px;
	
}

.quicktabs_tabpage ul
{
	margin-top: -10px;

}