@charset "utf-8";
/* CSS Document */
.trackHeading {
  	margin: 0;
	vertical-align:middle;  	
	background: #909090;
	background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#909090) );
    background: -moz-linear-gradient(-90deg, #646464, #909090);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#646464', endColorstr='#909090');
	font-size:14px;
	font-weight:bold;
	display: block;
  padding: 2px;
  padding-left: 32px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.5);*/
  text-shadow: 1px 1px 1px rgb(0,0,0);
  line-height:20px;
}

/*.trackHeading a {
  background: url("../images/sprite.png") 15px 5px no-repeat;
  display: block;
  padding: 2px;
  padding-left: 32px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px rgb(0,0,0);
  line-height:20px;
}
*/
.trackHeading:hover { background: #013e66; }
