#olympics_countdown {
/* WIDTH OF THE MODULE CANNOT BE ADJUSTED */
	height: 141px;
	width: 300px;
	background: #fff url(../img/countdown_bg.gif) 0px 45px no-repeat;
	font-family: arial, helvetica, clean, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#olympics_countdown a:link, #olympics_countdown a:visited {
	text-decoration: none;
	color: #d51e29;
}
#olympics_countdown a:hover, #olympics_countdown a:active {
	text-decoration: underline;
	color: #d51e29;
}
#olympics_countdown h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#olympics_countdown h1 a {
	display: block;
	height: 32px;
	width: 300px;
	background: none;
}
#olympics_countdown h1 span {
	display: none;
}
#olympics_countdown h1 {
	background: #fff url(../img/USATS_olympics.png) no-repeat 50% 0;
	height: 32px;
}

/* CSS FOR STATS STYLES */
.shsMiniCopyright img, .shsMiniCopyrightText, .shsTableTtlRow {
	display: none
}
.shsTable, .shsBorderTable td {
	border: none;
}

/* CSS FOR COUNDTOWN CLOCK */
#countdown_dashboard {
	height: 75px;
	padding-top: 37px;
	padding-left: 28px;
	margin-bottom: 20px;
}

.dash {
	width: 58px;
	height: 30px;
	float: left;
	position: relative;
	color: #d51e29;
}

.dash .digit, .dash .colon {
	font: 20pt Arial;
	float: left;
	width: 16px;
	text-align: center;
	position: relative;
}

.dash .colon {
	margin-right: 5px;
}

.dash_title {
	font-size: 8pt;
	display: block;
	text-align: center;
	color: black;
}

.info_message {
	background-color: #0e4e6f;
	border: 2px solid #34779a;
	width: 200px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
}

.dash.days_dash {
    left: 13px;
    width: 50px;