html {
  height: 100%;
}

body {
	background: #84A2D4 url(../images/backcolor.png);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  color: black;
}

a:visited {
  color: black;
}

#inner {
  background: url(../images/backgrad.png) repeat-x;
  height: 100%;
  width: auto;
}

#top-corner {
  background: url(../images/topcorner.png) no-repeat;
  /*width: 1000px;*/
}

#top-corner #logo {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 28px;
}

#content {
  padding-left: 22px;
  padding-right: 22px;
  width: 956px;
}

#taskWindowInner {
  padding: 5px 10px 5px 10px;
}

#taskWindowInner p {
  margin-top: 0;
  margin-bottom: 13px;
}

#taskWindowInner #pickersTable {
  margin-bottom: 13px;
}

#taskWindowInner label {
  font-size: 8pt;
}

#copyright {
  font-size: 8pt;
  padding-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
