/*above the dashboard*/
.TIE-fighter-tophtml, .TIE-fighter-bothtml {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

/*above the dashboard*/
.TIE-fighter-dashboard {
	height: 27px;
	/*width: 237px;*/
	display:  inline-block;
	margin: auto;
	background: transparent;
	padding: 7px 12px 4px 4px;
	border: 2px solid #222;
	background: #DDD; /* old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* ie */
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
	-webkit-box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
}

.TIE-fighter-dash {
	width: 29px;
	height: 23px;
	float: left;
	margin-left: 13px;
	padding-left: 3px;
	position: relative;
	color: #333;
	border:1px solid #333;
	-moz-border-radius: 4px; -webkit-border-radius:5px; border-radius: 4px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #D6D6D6 52%, #C9C9C9 57%, #E5E5E5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(52%,#D6D6D6), color-stop(57%,#C9C9C9), color-stop(100%,#E5E5E5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5E5E5',GradientType=0 ); /* ie */
	-webkit-box-shadow: 2px 2px 5px #000; -moz-box-shadow: 2px 2px 5px #000;box-shadow: 2px 2px 5px #000;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.TIE-fighter-tripdash {
	width: 49px;
	height: 23px;
	float: left;
	margin-left: 20px;
	padding-left: 3px;
	position: relative;
	color: #333;
	border:1px solid #333;
	-moz-border-radius: 4px; -webkit-border-radius:5px; border-radius: 4px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #D6D6D6 52%, #C9C9C9 57%, #E5E5E5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(52%,#D6D6D6), color-stop(57%,#C9C9C9), color-stop(100%,#E5E5E5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5E5E5',GradientType=0 ); /* ie */
	-webkit-box-shadow: 2px 2px 5px #000; -moz-box-shadow: 2px 2px 5px #000;box-shadow: 2px 2px 5px #000;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.TIE-fighter-digit {
	font: bold 14pt Verdana;
	font-weight: bold;
	float: left;
	width: 14px;
	text-align: center;
	position: relative;
	height: 30px;
	text-shadow: 3px 3px 4px #aaa;
	}

.TIE-fighter-dash_title {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	position: absolute;
	left: -32px;
	top: -8px;
	width:50px;
	color: #fff;
	text-align: left;
	font-size: 8px;
	margin: 0;
}