.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
#tab {
  background: #272727;
	height: 23px;
	position: relative;
  top: 0;
  z-index: 999;
  color:white;
  border-top:2px solid silver;

}
dd {padding-top:10px;}
#toppanel a {color:white; text-decoration:none;}
#toppanel a:hover {color:#C1D11C;; text-decoration:underline;}
#toppanel {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
}

#panel {
	width: 100%;
	height: 150px;
	color: #999999;
 background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel .content {
	width: 990px;
	margin: 0 auto;
	padding-top: 5px;
 text-align: left;
	font-size: 0.85em;
}

