
h1 {
  font-size: 20px;
  padding: 10px;
}

h2 {
  font-size: 16px;
}

body {
  background-color: #c0c0c0;
  padding-bottom: 20px;
  min-height: 860px;
}

div.document {
  background-color: white;
  color: black;
  min-height: 800px;
  border: 1px solid black;
  width: 800px;
  position: relative;
  left: -4px;
  top: -4px;
}

div.shadow {
  background-color: #808080;
  min-height: 802px;
  width: 802px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

th[scope="row"] { text-align: right; }
th[scope="col"] { text-align: center; }
th {
  font-size: 12px;
  font-weight: bold;
}

td {
  font-size: 10px;
}

input {
  width: 300px;
}

div.submit {
  text-align: center;
}

div.submit input[type="submit"] {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

textarea {
	width: 300px;
}

select {
	width: 300px;
}

form table {
  margin-left: auto;
  margin-right: auto;
}

h6 {
  font-weight: bold;
  color: #C00;
  background: #FCC no-repeat url(../images/alert.png) 10px 50%;
  border: #C00 2px solid;
  padding: 10px 10px 10px 40px;
  margin: 5px 30px 5px 30px;
}

div.title {
  background: url(/media/images/title.png) no-repeat;
  height: 150px;
}

div.title h1 {
  float: left;
  height: 145px;
  width: 270px;
  margin: 0px;
  padding: 0px;
  border: 0px solid black;
}

div.title h1 a {
  display: block;
  width: 270px;
  height: 145px;
  border: 0px solid black;
  text-decoration: none;
}

div.copyright {
  text-align: center;
  font-size: 9px;
  color: #606060;
}

div.login {
  float: right;
  font-size: 10px;
  font-family: Verdana, Lucida, sans-serif;
  margin-top: 5px;
  margin-right: 9px;
}

div.login input {
  width: 80px;
  height: 17px;
  font-size: 10px;
  border: 1px solid black;
}

div.login input[type="submit"] {
  width: 40px;
  height: 17px;
  /*padding-top: -1px;*/
}

div.login div {
  display: inline;
  background-color: transparent;
}

div.login a {
  text-decoration: none;
  color: #303030;
}

div.login strong a {
  color: black;
}

div.login div.admin, div.login div.logoff {
  margin-left: 6px;
}

table.buttons {
  margin-left: auto;
  margin-right: auto;
}

td.blockbutton {
  border: 1px solid gray;
  margin-left: 20px;
  padding: 10px;
  background-color: #FFF;
  text-align: center;
  width: 125px;
}

td.blockbutton:hover {
  background-color: #88D;
}

td.blockbutton a {
  text-decoration: none;
  color: #222;
  font-family: Verdana, Lucida, sans-serif;
}

td.blockbutton img {
  max-height: 120px;
  max-width: 120px;
  text-align: center;
}

