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

/*above the dashboard*/
.c-3po-dashboard {
	display: inline-block;
	height: 43px;
	margin: 0 auto;
	padding: 6px;
	border-top: 1px solid #fcff95;
	border-left: 1px solid #fcff95;
	border-bottom: 1px solid #a37e39;
	border-right: 1px solid #a37e39;
	background: #fcff95; /* old browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d8ab57, endColorstr=#5c4726);
	background:-moz-linear-gradient(top, #e39f1f 0%, #fcff95 12%, #fcffc8 25%, #fcff95 39%, #e39f1f 50%, #d8ab57 51%, #a37e39 60%, #685029 76%, #685029 91%, #5c4726 100%);
	background:linear-gradient(top, #e39f1f 0%, #fcff95 12%, #fcffc8 25%, #fcff95 39%, #e39f1f 50%, #d8ab57 51%, #a37e39 60%, #685029 76%, #685029 91%, #5c4726 100%);
	background:-o-linear-gradient(top, #e39f1f 0%, #fcff95 12%, #fcffc8 25%, #fcff95 39%, #e39f1f 50%, #d8ab57 51%, #a37e39 60%, #685029 76%, #685029 91%, #5c4726 100%);
	background:-ms-linear-gradient(top, #e39f1f 0%, #fcff95 12%, #fcffc8 25%, #fcff95 39%, #e39f1f 50%, #d8ab57 51%, #a37e39 60%, #685029 76%, #685029 91%, #5c4726 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e39f1f), color-stop(12%,#fcff95), color-stop(25%,#fcffc8), color-stop(39%,#fcff95), color-stop(50%,#e39f1f), color-stop(51%,#d8ab57), color-stop(60%,#a37e39), color-stop(76%,#685029), color-stop(91%,#685029), color-stop(100%,#5c4726)); /* webkit */
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
	-webkit-box-shadow: 3px 3px 4px #685029;
	-moz-box-shadow: 3px 3px 4px #685029;
	box-shadow: 3px 3px 4px #685029;
}

.c-3po-dash {
	width: auto;
	height: 23px;
	float: left;
	margin-left: 13px;
	padding-left: 3px;
	margin-top: -2px;
	position: relative;
	color: #5c4726;
	border-top:1px solid #a37e39;
	border-left:1px solid #a37e39;
	border-bottom:1px solid #fcff95;
	border-right:1px solid #fcff95;
	-moz-border-radius: 4px; -webkit-border-radius:5px; border-radius: 4px;
	background: #FFFFFF;
	/*-webkit-box-shadow: 2px 2px 5px a37e39; -moz-box-shadow: 2px 2px 5px #a37e39;box-shadow: 2px 2px 5px #a37e39;*/
}

.c-3po-dash:last-of-type {
   margin-right: 13px;
   padding-right: 3px;
}

.c-3po-tripdash {
	width: auto;
	height: 23px;
	float: left;
	margin-left: 13px;
	padding-left: 3px;
	margin-top: -2px;
	position: relative;
	color: #5c4726;
	border-top:1px solid #a37e39;
	border-left:1px solid #a37e39;
	border-bottom:1px solid #fcff95;
	border-right:1px solid #fcff95;
	-moz-border-radius: 4px; -webkit-border-radius:5px; border-radius: 4px;
	background: #FFFFFF;
	/*-webkit-box-shadow: 2px 2px 5px a37e39; -moz-box-shadow: 2px 2px 5px #a37e39;box-shadow: 2px 2px 5px #a37e39;*/
}

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

.c-3po-dash_title {
	display: block;
	position: absolute;
	left: -4px;
	top: 21px;
	width: auto;
	padding: 0 3px;
	color: #fcffc8;
	text-align: center;
	font-size: 9px;
	margin: 0;
}
