body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: Calibri, Verdana, sans-serif;
  background: #999;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
h2 {
  margin-bottom: 15px;
}
a,
span.removeDocument {
  color: #008457;
}
a:hover,
span.removeDocument:hover {
  color: #00AA00;
}
.page {
  width: 990px;
  margin: 0px auto;
  background-color: #FFF;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.header {
  height: 89px;
  position: relative;
}
.header .logo {
  position: absolute;
  top: 15px;
  left: 25px;
}
.header h1 {
  position: absolute;
  right: 25px;
  top: 10px;
  margin: 0;
  font-size: 20px;
}
.header ul.menu {
  position: absolute;
  right: 25px;
  top: 40px;
  display: block;
}
.header ul.menu li {
  display: inline-block;
  list-style-type: none;
  height: 18px;
}
.header ul.menu li + li:before {
  line-height: 18px;
  font-size: 18px;
  color: #E3E3E3;
  content: "|";
}
.header ul.menu li.lastMenu {
  float: right;
  margin-right: 15px;
}
.header ul.menu li.lastMenu:before {
  content: "";
}
.header ul.menu a {
  color: #737373;
  text-decoration: none;
  margin: 0 10px;
  line-height: 18px;
  font-size: 18px;
  text-transform: uppercase;
}
.header ul.menu a:hover {
  color: #000;
}
.line {
  height: 20px;
  background-image: url(../images/line.gif);
  background-repeat: repeat-x;
}
.content {
  margin: 24px;
  min-height: 500px;
}
.content .menu {
  padding: 0;
  margin-left: 10px;
}
.content .menu li {
  display: inline-block;
  list-style-type: none;
}
.content .menu li + li:before {
  color: #99EEA7;
  margin-right: 15px;
  margin-left: 15px;
  content: "|";
}
.content .menu li a:hover {
  color: #000;
}
.content .year a,
.content .month a {
  padding: 0 25px;
}
.content .arrowR {
  float: right;
}
.content .arrowL {
  float: left;
}
.content .year,
.content .month {
  height: 32px;
  padding: 5px 0;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.content .year span,
.content .month span {
  position: relative;
  font-size: 25px;
  top: -4px;
}
.content .month {
  margin-bottom: 15px;
}
.content label.time {
  display: block;
}
.content table {
  border-collapse: collapse;
}
.content label,
.content table.info th {
  padding-right: 15px;
  padding-left: 5px;
}
.content table.info th {
  width: 100px;
}
.content table.info {
  margin-bottom: 15px;
}
.content table + table,
.content table + input,
.content table + h2 {
  margin-top: 20px;
}
.content form table th,
.content table.info th {
  font-weight: bold;
  text-align: left;
}
.content form table td,
.content table.info td {
  padding: 5px;
}
.content input,
.content select,
.content button {
  display: block;
  width: 620px;
  margin: 0px;
  padding: 5px;
  border: 1px solid #AAA;
}
.content button {
  width: auto;
  padding: 5px 15px;
}
.content button.removeDocument,
.content button.removePerson {
  float: right;
}
.content input[type="submit"] {
  width: 200px;
}
.content input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
.content input[type="file"] {
  border: none;
}
.content #addDocument,
.content #addPerson {
  margin-bottom: 10px;
}
.content td.formError {
  border: none;
  color: red;
  width: 240px;
}
.content table {
  width: 100%;
  text-align: left;
}
.content .calendar .index,
.content .calendar .day {
  width: 30px;
  vertical-align: middle;
}
.content th {
  padding: 5px;
  background-color: #EEE;
  border: 1px solid #CCC;
  text-align: center;
  font-weight: normal;
}
.content td {
  border: 1px solid #CCC;
}
.content table.text td {
  padding-left: 5px;
  padding-right: 5px;
}
.content .calendar .weekend {
  background-color: #CCC;
  border-color: #AAA;
}
.content .calendar a,
.content .legendType {
  float: left;
  border: 1px solid silver;
  margin: 2px;
  padding: 2px 5px;
  height: 24px;
  text-decoration: none;
  color: black;
}
.content .calendar a:hover {
  border-color: #808080;
}
.content .calendarYear {
  float: left;
  width: 460px;
  margin-top: 15px;
}
.content .calendarYear .inactive {
  background-color: #f0f0f0;
}
.content .calendarYear.tableSpace {
  margin-left: 20px;
}
.content .calendarYear td {
  vertical-align: top;
  width: 65px;
}
.content .calendarYear td a,
.content .calendarYear td span {
  height: 10px;
  width: 10px;
  padding: 3px;
  margin: 1px;
}
.content .calendarYear td span {
  display: block;
  font-size: 10px;
  line-height: 10px;
  padding: 0;
  text-align: center;
}
.content .calendarYear .description {
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid silver;
  width: auto;
  height: auto;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
}
.content .type0 {
  background-color: #d3d3d3;
  border-color: #b5b5b5;
}
.content .type1 {
  background-color: #ffcec1;
  border-color: #ddb0a3;
}
.content .type2 {
  background-color: #d3e5f7;
  border-color: #b5c7d9;
}
.content .type3 {
  background-color: #c9ddc6;
  border-color: #abbfa8;
}
.content .type4 {
  background-color: #ffe6a0;
  border-color: #dec882;
}
.content .legend {
  margin-top: 25px;
}
.content .legend .text {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.content .persons button,
.content .persons label {
  float: left;
  margin-right: 10px;
}
.content .persons select {
  float: right;
  width: auto;
  margin-left: 10px;
}
.clearBoth {
  clear: both;
}
#frm-signInForm table {
  width: 500px;
  margin: auto;
}
#frm-signInForm input[type=text],
#frm-signInForm input[type=password] {
  width: 250px;
}
