form {
  margin:0px;
  padding:0px;
}

.deleteLine {
  background-image: url(/images/admin/delete.gif);
  background-repeat: no-repeat;
  border: 0px solid #fff;
  width:19px;
  height:20px;
  cursor:pointer;
}
.updateLine {
  background-image: url(/images/admin/update.gif);
  background-repeat: no-repeat;
  border: 0px solid #fff;
  width:19px;
  height:20px;
  cursor:pointer;
}
.upLine {
  background-image: url(/images/admin/up.gif);
  background-repeat: no-repeat;
  border: 0px solid #fff;
  width:19px;
  height:20px;
  cursor:pointer;
}
.downLine {
  background-image: url(/images/admin/down.gif);
  background-repeat: no-repeat;
  border: 0px solid #fff;
  width:19px;
  height:20px;
  cursor:pointer;
}


input, select, textarea {
  font-size: 9px;
}
#seperator {
  background-image: url(/images/all/bgFooter.jpg);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  color: #999999;
  clear:both;
  
}
#logoAdmin {
  margin: 30px 30px 15px 30px;
  float:left;
}
#logoutAdmin {
  padding-top:58px; 
  padding-left:300px;
}
#contentAdmin {
  padding: 30px;
}

.additionalPic {
  font-size: 10px;
}

tr.tbody{
  background-color: #eeeeee;
  cursor: pointer;
}
tr.tbodyOn{
  background-color: transparent;
  cursor: pointer;
}

tr.tbodyNew{
  background-color: transparent;
  cursor: pointer;
}
tr.tbodyOnNew{
  background-color: #009900;
  cursor: pointer;
}

.listOutput th, .listOutput td{
  font-size:11px;
}
.listOutput th{
  background-color: #BF7832;
  color:#fff;
  border-right: 1px solid #fff;
}

.listOutput td{
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #fff;
}

.picDetail{
  border:1px solid #cccccc;
  padding:2px;
}