/**


	By Ten Seven Interactive
	http://ten7i.com/
	
	May 10, 2009 - after years of practice

	If you use this & don't acknowledge it,
	we will cry a global tear. Be fair!


**/



/** the whole page **/
html, body {
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
}
/* copy styles */	
h1, h2, h3, h4, p, li {
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
}
pre {
	font-family: "Courier New", Courier, Monaco, monospace;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
h1, h2 {
	/*font-size: 12px;*/
	font-weight: bold;
}
p, li {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
td, th {
	font-family : Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
}

/** hyper links **/
/*a:link {
	color: #0074ae;
	text-decoration : underline;
	font-weight : normal;
}
a:visited {
	color: #006294;
	text-decoration : underline;
	font-weight : normal;
}
a:hover  {
	color: #000000;
	text-decoration : underline;
	font-weight : normal;
}*/

			
#t7_timer {
	width: 215px;
	height: 55px;
	position: relative;
}

#t7_timer_over {
	width: 215px;
	height: 55px;
	background-image: url(Countdown-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding: : 0px;
}


#t7_vals {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_numbs {
	font-size: 22px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

#t7_y {
	background-image: url(Countdown2.png);
	background-repeat: no-repeat;
	float:left;
	width: 68px;
	height:35px;
	background-color:#ffffff;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 5px;
}
#t7_d {
	background-repeat: no-repeat;
	float:left;
	width: 55px;
	height:25px;
	padding: 0px 0px 0px 23px;
	margin: 1px;
	letter-spacing: 5px;
}
#t7_h {
	background-repeat: no-repeat;
	float:left;
	width: 32px;
	height:25px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 5px;
}
#t7_m {
	background-repeat: no-repeat;
	float:left;
	width: 38px;
	height:25px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 5px;
}
#t7_s {
	background-repeat: no-repeat;
	float:left;
	width: 32px;
	height:25px;
	padding: 0px 0px 0px 1px;
	margin: 1px;
	letter-spacing: 5px;
}

#t7_labels {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_labs {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#t7_yl {
	float:left;
	width: 51px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_dl {
	float:left;
	width: 50px;
	height:15px;
	padding:0px 0px 0px 23px;
	margin: 0px;
}
#t7_hl {
	float:left;
	width: 52px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_ml {
	float:left;
	width: 30px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_sl {
	float:left;
	width: 42px;
	height:15px;
	padding:0px;
	margin: 0px;
}


#defaultCountdown {
	width: 215px;
	height: 42px;
	text-align: center;
}

