#reports table th {
  color: #1f4993;
  background: #bfbfbf;
  border-bottom-color: #000;
  border-right-color: #000;
}

#reports {
  //padding-left: 20px;
  width: 100%;
}

#search {
  margin-top: 5px;
}

#reports form {
  padding: 10px;
  width: 600px;
  background-color: #EEF;
  font-size: 1.2em;
}

#reports form textarea {
  width: 500px;
}

#reports form .actions input {
  font-size: 1.2em;
}

.table-column{
  text-align:center;
}
.th-column-code{
  width:72px;
}
.th-column-title{
  //width:300px;
}
.th-column-notes{
  width:300px;
}
.th-column-subtype{
  width:80px;
}
.th-column-date{
  width:80px;
}
.th-column-status{
  width:120px;
}
.th-column-attachment{
  width:78px;
}

.td-column-notes{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: 300px;
  float: left;
}



a.expand-rows {
  width: 16px;
  height: 16px;
  float: left;
  display: inline;
  text-indent: -10000px;
  background: url(../images/table_remove.png) 0 0 no-repeat;
}

a.expand-rows.closed {
  background: url(../images/table_add.png) 0 0 no-repeat;
}

tr.invisible {
  display: none;
}

.button {
    border: 1px solid #999;
    background: #999;
    color: #fff;
    width: auto;
    text-align: center;
    border-radius:0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

a.button {
    text-decoration: none;
    padding: 1px 10px;
    background: #999;
    color: #fff;
}
a.button.add, a.button.delete {
    padding-right: 30px;
}
.button.add {
  background-image: url(../../images/icons/add.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 20px;
}

.state {
  font-weight: bold;
}
