/**
 * More Vector-like tabs, with normal sized text, blue links, and shiny tabs.
 *
 * @file
 * @ingroup Extensions
 *
 * @author 70.189.238.136
 * @author Olivier Beaton
 */

/**
 * Replaces the "editsection" CSS that was in place until MW 1.22 -
 * for use with $htEditTabLink.
 */
span.ht-editsection {
	float: right;
}

#headertabs.cbe.ui-widget {
	font-family: inherit;
	font-size: 1em; /* IE doesn't like inherit here */
}

#headertabs.cbe.ui-widget-content {
	color: inherit;
	background: transparent;
	border: none;
}

#headertabs.cbe.ui-tabs {
	padding: 0;
}

#headertabs.cbe.ui-tabs .ui-tabs-panel {
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#headertabs.cbe .ui-widget-header {
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

/* section by 70.189.238.136 */
#headertabs.cbe .ui-widget input, #headertabs.cbe .ui-widget select, #headertabs.cbe .ui-widget textarea, #headertabs.cbe .ui-widget button { font-family: inherit; font-size: 1em; } /* ie doesn't like inherit here */
#headertabs.cbe .ui-widget-content a { color:#0645AD; }
#headertabs.cbe .ui-widget-content a:visited { color:#0b0080; }
#headertabs.cbe .ui-widget-content a.new { color:#CC2200; }
#headertabs.cbe .ui-widget-content a.new:visited { color:#A55858; }
#headertabs.cbe .ui-widget-content a.extiw { color:#3366BB; }
#headertabs.cbe .ui-widget-content a.redirect { color:#308050; }
#headertabs.cbe .ui-widget-content a.redirect:visited { color:#3070A0; }
#headertabs.cbe .ui-widget-header { background:none; }


#headertabs.cbe .ui-state-default,
#headertabs.cbe .ui-state-default a {
  background: #efefef;
  border-color: #d0d0d0;
  color: #000;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

#headertabs.cbe .ui-state-active, 
#headertabs.cbe .ui-state-active a {
  background: #fff;
  border-color: #bdbdbd;
  border-width: 2px 2px 0px 2px;
  color: #000;
}

#headertabs.cbe .ui-state-hover, 
#headertabs.cbe .ui-state-hover a {
  background: #fff;
  color: #000;
}

#headertabs.cbe .ui-corner-top {
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
}

/* end JQuery UI tabs style clearer */
