#errormsg {
color: red;
font-weight: bold;
width: 550px;
}
/* division for the display of daily statistics */
#statistics {
left: 0pt;
padding: 0pt 0pt 20px;
width: 550px;
}
#statistics dl {
border-bottom: .5em solid #9AB7CF;
display: inline;
float: left;
margin: 0;
padding: 0;
}
#statistics dl dt {
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;

background: #8FAFC9 none repeat scroll 0%;
border-top: .3em solid #9AB7CF;
color: #242C32;
display: inline;
float: left;
font-size: 1.5em;
line-height: 30px;
text-indent: 1.3em;
margin: 0 0 0 0;
padding: 0 0 .1em 0;
width: 300px;
}
#statistics dl dd {
background: #8FAFC9 none repeat scroll 0%;
border-top: .3em solid #9AB7CF;
color: #475764;
display: inline;
float: left;
font-size: 1.8em;
line-height: 30px;
margin: 0;
padding: 0;
width:250px;
}

/* notes to the daily progress graph */
#notes {
width: 500px;
text-align: left;
}
#notes dl {
}
#notes dl dt {
font-weight: bold;
font-size: .9em;
}
#notes dl dd {
font-weight: normal;
font-size: 0.8em;
}


#elapsed {
text-align: center;
font-weight: bold;
font-family: "Trebuchet MS",arial,helvetica,sans-serif;
width: 540px;
border: 5px solid #9AB7CF;
padding-top: .5em;
}
#elapsed img {
margin-bottom: -.3em;
}
#elapsed img.second {
margin-left: -.4em;
}
#elapsed span.separator {
margin-left: -.3em;
margin-right: -.4em;
}
