.logo {
  border-top: 20px solid transparent;
  clear: both;
  margin-top: 20px;
  text-align: center;
  font-size:16pt;
}

.logo img {
  border: solid 1px gray;
  margin: 10px;
}

body
{
/*  font-family: 'Trebuchet MS', verdana, tahoma, arial; */
  font-weight: normal;
  font-size: 12px;
  font-family: Trebuchet MS;

  margin:0;
  overflow: none;
}

input
{
  border : solid 1px black;
  vertical-align: middle;
  display: inline;
  font-family: Trebuchet MS;
/*  height: 18px; */
}

input[type="checkbox"] { /* to remove IE's default borders */
    border: none;
    transform: scale(1.5, 1.5);
}

input[type="radio"] { /* to space labels to the right */
	margin-right: 5px;
}

textarea {
    border : solid 1px darkgray;
	font-size: 9pt;
}

button, input
{
/*  height: 1.4em; */
  font-size: 9pt;
  border : solid 1px gray;
  padding: 1px;
}

button{
  margin-left: 3px;
}


h4
{
  clear: both;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

select {
  padding: 1px;
  font-size: 9pt;
  border: solid 1px gray;
  font-family: Trebuchet MS;
  height: 20px;
}

/* standard separator in dialogs */

hr {
  clear: both;
  width: 100%;
  height: 3px;
  background: #888; /* gray */
  margin: 0px;
  border: 0px;
}

td input { /* used by Project view */
/*  margin-left: 2px; */
  text-align: center;
}