.tminus_countdown {
	text-align: center;
}
/*above the dashboard*/
.sith-tophtml,.sith-bothtml {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-shadow: 3px 3px 4px #000;
	color:#eee;
	font-weight: bold;
	font-size: 18px;
	}
.sith-bothtml{
	font-size: 24px;
}

/*above the dashboard*/
.sith-dashboard {
	display: inline-block;
	height: 60px;
	width: auto;
	margin: auto;
	padding: 5px 5px 5px 0;
	border:3px solid #222;
	background: #4c4c4c; /* 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: 10px; -webkit-border-radius:10px; border-radius: 10px;
	-webkit-box-shadow: 4px 4px 5px #000; -moz-box-shadow: 4px 4px 5px #000;box-shadow: 4px 4px 5px #000;
}

.sith-dash {
	height: 50px;
	width: 75px;
	float: left;
	margin-left: 20px;
	padding-left: 5px;
	position: relative;
	color: #333;
	border:1px solid #333;
	-moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px;
	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;
}

.sith-tripdash {
	height: 50px;
	width: 105px;
	float: left;
	margin-left: 20px;
	padding-left: 5px;
	position: relative;
	color: #333;
	border:1px solid #333;
	-moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px;
	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;
}

.sith-dash:last-of-type {
   margin-right: 10px;
   padding-right: 5px;
}

.sith-weeks_dash, .sith-days_dash, .sith-minutes_dash, .sith-seconds_dash  {
/*	background: transparent url('images/dark_bg_dash.png') 0 0 no-repeat;*/
}

.sith-weeks_trip_dash, .sith-days_trip_dash {
/*	background: transparent url('images/dark_bg_trip_dash.png') 0 0 no-repeat; */
}

.sith-hours_dash {
/*clear: left;*/
/*	background: transparent url('images/dark_bg_dash.png') 0 0 no-repeat;*/
}

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

.sith-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: -34px;
	top: 13px;
	width: 50px;
	color: #fff;
	text-align: left;
	font-size: 12px;
	margin: 0;
}
