/*above the dashboard*/
.jedi-tophtml {
	margin: 0;
	top: -35px;
	width: 190px;
	text-align: center;
	position: absolute;
}

/*above the dashboard*/
.jedi-dashboard {
	height: 50px;
	width: 200px;
	margin: 0 auto;
	background: transparent;
	padding-left: 0px;
	padding-top: 0px;
	position: relative;
}

.jedi-dash {
	width: 41px;
	height: 38px;
	float: left;
	margin-left: 2px;
	padding-left: 4px;
	padding-top: 5px;
	position: relative;
	color: #333;
}

.jedi-tripdash {
	width: 60px;
	height: 38px;
	float: left;
	margin-left: 2px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	color: #333;
}

.jedi-weeks_dash, .jedi-days_dash, .jedi-minutes_dash, .jedi-seconds_dash  {
	background: transparent url('images/light_bg_dash.png') 0 0 no-repeat;
}

.jedi-weeks_trip_dash, .jedi-days_trip_dash {
	background: transparent url('images/light_bg_trip_dash.png') 0 0 no-repeat;
}

.jedi-hours_dash {
/*	clear: left; */
	background: transparent url('images/light_bg_dash.png') 0 0 no-repeat;
}

.jedi-digit {
/*	font: bold 14pt Verdana; */
	font: bold 16pt urania_czech;
	font-weight: bold;
	float: left;
	width: 18px;
	text-align: center;
	position: relative;
}

.jedi-dash_title {
/*	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */
	display: block;
	position: absolute;
	left: 0px;
	top: 30px;
	width:45px;
	color: #000;
	text-align: center;
	font-size: 9px;
}

/*below the dashboard*/
.jedi-bothtml {
	margin: 0;
	padding: 0px;
}