span.ht-editsection {
	float: right;
	display: none;
}

#headertabs.Twisted.ui-widget {
	font-family: sans-serif;
	font-size: 1em; /* IE doesn't like inherit here */
	max-width: 800px;
	min-height:400px;
	margin-left: auto;
    margin-right: auto;
	color: #999;
}

#headertabs.Twisted.ui-widget-content {
	background: #000;
	border: 10px solid #333;
	box-shadow: -3px 3px 5px #000;
	color: #999;
}

#headertabs.Twisted.ui-tabs {
	padding: 0;
}

#headertabs.Twisted.ui-tabs .ui-tabs-panel {
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #999;
}

#headertabs.Twisted .ui-widget-header {
	background: #000;
	border: none;
	border-bottom: 5px solid #2647A0;
}

#headertabs.Twisted .ui-state-active, 
#headertabs.Twisted .ui-state-active a {
	background: #2647A0;
	border-color: #000;
	border-width: 1px 1px 0px 1px;
	color: #fff;
}

#headertabs.Twisted .ui-state-hover, 
#headertabs.Twisted .ui-state-hover a {
	background: rgb(191,218,255);
	color: #000;
	text-decoration: underline;
}

#headertabs.Twisted.ui-widget-content a {
  color: #6666FF;
}

#headertabs.Twisted.ui-widget-content a:visited {
  color: #666699;
}

#headertabs.Twisted.ui-widget-content a:hover {
  color: #9999FF;
}

#headertabs.Twisted.ui-widget-content a.new {
  color: #ba0000;
}


#headertabs.Twisted.ui-widget-content a.new:visited {
  color: #ba0000;
}

#headertabs.Twisted.ui-widget-content a.exitw {
  color: #ba0000;
}

#headertabs.Twisted.ui-widget-content a.redirect {
  color: #003366;
}

#headertabs.Twisted.ui-widget-content a.redirect:visited {
  color: #5a3696;
}