.assetList {
  width: 100%;
}

.assetList thead th {
  text-align: left;
  padding: 3px;
  border-bottom: 3px double #CCCCCC;
}

.assetList tfoot th {
  text-align: left;
  padding: 3px;
  border-top: 3px double #CCCCCC;
}

.assetList td {
  padding: 3px;
}

.assetList tr.row_1 td {
  background-color: #EFEFEF;
}

.error_list {
  padding-top: 5px;
}

.error_list li {
  color: #EF3B3B;
  font-weight: bolder;
  font-size: 0.9em;
  margin-left: 15px;
  list-style-type: square;
}

.createBar {
  border-bottom: 1px solid #ffff69;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: 30px;
  background-color: #ffffe6;
}

.createBar li {
  display: inline;
}

.filters {
  padding: 8px;
  background-color: #f3f7fd;
  color: black;
  border-bottom: 1px solid #cde3fb;
}

.filters .row {
  width: 250px;
  float: left;
}

.filters .row.submit {
  width: 500px;
  padding-top: 10px;
  float: none;
  clear: both;
}

.filters .row.submit a {
  float: right;
}


.simpleButton {
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 5px;
  cursor: hand;
  cursor: pointer;
}

.adminButton {
  border: 3px double #cccccc;
  color: #666666;
  font-size: 0.9em;
  font-weight: bolder;
  padding: 1px 3px;
  background: white url('../../images/util/grad.png') repeat-x top left;
}

.adminButton:hover {
  border: 3px double #cde3fb;
  color: #3b6ab8;
  background-position: 0pt -40px;
}