body{
  width:100%;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:8pt;
  margin:0;
  color:#333;
  text-align: center;
}

a:link,a:visited{
  font-weight:bold;
	color:#00488C;
	text-decoration:none;
}

a:hover{
  font-weight:bold;
	color:#0066CC;
	text-decoration:none;
	position: relative;
	top:1px;
	left:1px;
}

a.inactive:link,a.inactive:visited{
  text-decoration:line-through;
}

a.inactive:hover{
  text-decoration:line-through;
}

img{
  border: 0;
}

img.icon{
  vertical-align: text-bottom;
}

div.clear{
  clear: both;
  height: 1px;
}

#busy{
  border:1px solid #000075;
  background-color:#F8FEF8;
  padding: 6px;
  text-align: center;
  position: sticky;
  top: 45%;
  width: 20%;
  left: 40%;
}

.bold{
  font-weight: bold;
}

table{
  font-size: 1em;  
}

th{
  text-align:left;
  font-weight:bold;
  font-size:1em;
}

td{
	text-align:left;
}

div.debug{
  display:none;
  border:1px solid red;
  background-color:yellow;
  text-align:left;
}

div.debuginfo_container{
  border:1px dotted black;
  background-color:yellow;
  text-align:left;
}
