.assetListDiv {
	padding: 20px;	
}
.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;
}
.assetListDiv .editForm li {
	padding: 3px 0px;
}
.assetListDiv .editForm label {
	font-weight: bolder;
	float: left;
	display: block;
	width: 120px;
	padding-top: 2px;
}
.assetListDiv .featureLi {
	width: 70px;
	border: 1px solid #cccccc;
	margin: 5px;
	float: left;
}
.assetListDiv .featureLi label {
	width: auto;
}
.assetListDiv .featureLi .inner {
	width: 100px;
	float: right;
}
.assetListDiv .featureLi input {
	margin-top: 15px;
	float: left;
}
.assetListDiv .sizeTable {
	width: 600px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.assetListDiv .sizeTable td, .assetListDiv .sizeTable th {
	width: 194px;
	padding: 3px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	vertical-align: top;
}
.assetListDiv .sizeTable th {
	background-color: #EFEFEF;
}
.assetListDiv .sizeTable label, assetListDiv .sizeTable input {
	display: inline;
	float: none;
}
