﻿.topofcontainer {
	width: 201px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url('../background/tab_b.gif');	
}
.bottomofcontainer {
	width: 201px;
	height: 15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	text-align:center;
	background-image: url('../background/tab_b_180.gif');
	background-repeat: no-repeat;
	background-position: 0 -87px;	
}

.containerheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: navy;
	font-weight:bold;
}
#countdowncontainer {
	width: 169px;
	height:auto;
	padding: 5px 0px 5px 30px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color: navy;
	background-color: #FFFFdd;
	border: 1px silver solid;
}
#countdowncontainer2 {
	width: 169px;
	height:auto;
	padding: 5px 0px 5px 30px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color: navy;
	background-color: #ffffdd;
	border: 1px silver solid;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color: yellow;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}










