/*above the dashboard*/
.jedi-tophtml {
	margin: 0;
	padding: 0;
}

/*above the dashboard*/
.jedi-dashboard {
	width: auto;
    height: auto;
	margin: 0 auto;
	background: transparent;
	padding-left: 0px;
}

.jedi-dash {
	width: 62px;
	height: 35px;
	float: left;
	margin-left: 2px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	color: #333;
}

.jedi-tripdash {
	width: 85px;
	height: 35px;
	float: left;
	margin-left: 2px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	color: #333;
}
.jedi-seconds_dash{
    display:none;
}
.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 {
	background: transparent url('images/light_bg_dash.png') 0 0 no-repeat;
    clear: none;
}

.jedi-digit {
	font: bold 20pt Verdana;
	font-weight: bold;
	float: left;
	width: 22px;
	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: -15px;
	top: 16px;
	width:28px;
	color: #000;
	text-align: left;
	font-size: 9px;
}

/*below the dashboard*/
.jedi-bothtml {
	margin: 0;
	padding: 0;
}

.CountDownTimer .art-blockheader{
    display: none;
}
.CountDownTimer{
    margin-bottom: 0px;
    float: left;
}

.CountDownTimer .art-blockcontent-body{
    border: none;
}
.CountDownTimer .art-blockcontent-body{
    padding: 0px;
    margin-top: -10px;
}

.left_vote{
    font-size: 24px;
    float: left;
}