body {
  background-color: #eeeeee;
}
h1, h2, h3{
  font-family: sans-serif;
}
table{
	font-family: sans-serif;
	font-size: smaller;
}
.technical{
  font-style: oblique;
	font-size: smaller;
}
th {
  background-color: #dddddd;
}
td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.numberfield{
  width: 4em;
	text-align: right;
}
.idfield{
	text-align: right;	
}
.right{
	text-align: right;		
}
.bar{
	position: relative; 
	left: 0px; 
	top: 0px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
	margin: 1px;
}
.counterheader{
  font-style: oblique;
	font-size: smaller;
	margin-top: auto;  
	margin-bottom: 0px;  
	margin-left: 2em;
}
.sumrow td{
	border-top: solid 1px #888888;
}
.footer{
  font-style: oblique;
	font-size: smaller; 
	padding-left: 2em; 
	padding-right: 2em; 
}
.errormsg{
  color: red;
	border: solid 3px #ddbb00;
	padding: 0.5em;
}

.page{
  width: 600px;
  background-color: white;	
	border: solid 1px #cccccc;
	margin-left: auto;
	margin-right: auto;
}
.logo{
  float: right;
	margin-right: 4px;
	border: none;
}
.logo a img{
	border: none;
}
hr {
  clear: both;
  background-color: #005ecf;
  height: 4px;
  border: none;
}
.resultarea {
  padding-left: 2em;
}
.inputarea {
  margin: 1em;
  padding-left: 1em;
	border: solid 1px #cccccc;	
}
.pagenumbers {
	list-style: none;	
}
.pagenumbers li{
	display:  inline;
	margin-right: 0.7em;	
}
.bookmarkline {
	font-size: smaller;
}
.bookmarkline img{
	border: none;
	margin-left: 4px;
}
.circle {
  margin-top: 0.5em;
}
.timeline { 
  position: relative;
  height: 12em;
  list-style-type: none;
  margin: 0 0 2em 0; 
  padding: 0;
  font-size: 0.8em;   
}
.timeline li { 
  position: relative;
  height: 10em;
  float: left;
  width: 1.4em; 
  margin: 0 0.2em 2em 0.2em;
}
.timeline li a { 
   display: block;
   height: 100%;
   text-decoration: none;  
}
.timeline li .label { 
  display: block; 
  position: absolute; 
  bottom: -2em; 
  line-height: 2em;
  height: 2em;
  left: 0;
  width: 100%;
  text-align: center;
}
.timeline li a .count { 
  display: block; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  text-indent: -9999px; 
  overflow: hidden;
  width: 100%; 
  height: 0;
  background: #2D7CDC; 
}
.timeline li:hover { 
  background: #EFEFEF; 
}
.timeline li a:hover .count { 
  background: #ffbb00; 
}
.sunday {
	font-weight: bolder;
	color: #8E0E0E;
}