.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #aaa;
    color: white;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}
html,td {
font-family: helvetica, arial;
font-size: 12px;
font-weight: bold;
}
a.sizeLink,.sizeLink {
font-family: helvetica, arial;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
#countdownDisp {
	font-size: 25px;
	vertical-align: middle;
	text-align: center;
	background-color:#000000;
	color:red;
	font-weight:900;
	border: 0px none;
	margin-top:4px;
	margin-bottom:4px;
	width:100%;
}
a.targetdate,.targetdate {
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	color:white;
	border: 0px none;
	margin-top:0px;
}