body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	background-color: #F0F0F0;
}

body.disclaimer
{
	background-color: #FFFFFF;
	font-size: 0.8em
}

h1
{
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.9em;
	color: #335687;
}

h2
{
	font-size: 1.6em;
	font-weight: bold;
	color: #8B0000;
}

h3
{
	font-size: 0.9em;
	font-weight: bold;
	color: #8B0000;
}

table
{
	font-size: 12px;
}

table.data
{
	color:#00008B;
	background-color:#FCFCFC;
}

.normal
{
	font-size: 1.0em;
	background-color:#FFFFFF;
}

.highlight
{
	background-color:#FFFF00;
}

.selected
{
	color:#FFFF00;
	font-weight: bold;
	font-style: italic;
}

.req
{
	color: red;
	font-size: 0.8em;
}

.good
{
	color: green;
}

.red
{
	color: red;
}

.error
{
	color: red;
}

.note
{
	font-size: 0.8em;
	font-family: Times New Roman;
	color: #335687;
}

a
{
	color: blue;
	font-weight: bold;
}

a:visited
{
	color: #00008B;
}

a:hover
{
	color: #FF0000;
	background-color: #FFFF00;
}

.topbar
{
	background-image: url('http://www.ddrhometracker.com/images/title-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: solid 1px #000;
	padding: 0px 20px;
	height: 150px;
	color: white;
	font-size: 13px;
}

a.toptext:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a.toptext:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.toptext:hover
{
    background-color: transparent;
    text-decoration: underline;
    color: #FFFF00;
}
.hidden
{
    display: none;
}
.shown
{
    display: block;
}

.sort
{
    ;
}

td
{
	font-size: 0.9em;
	white-space: nowrap;
}

th
{
	text-align: center;
	white-space: nowrap;
}

.countdown
{
	font-size: 16px;
    color: #FF0000;
}