a img {
  border-style: none;
  vertical-align: middle;
}

div#contents {
  overflow-y: auto;
}

div.formData table.formTable {
  border-style: none;
  border-collapse: collapse;
}

div.formData table.formTable td {
  padding: 1px 5px;
  vertical-align: top;
}
div.formData table.formTable td label {
  white-space: nowrap;
}
div.formData table.formTable td label.wrap {
  white-space: normal;
}
div.formData table.formTable td input, div.formData table.formTable td select {
  vertical-align: middle;
}

div.formData input.edit, div.formData select, div.formData textarea {
  border: 1px solid #A0A0A0;
  padding: 0.3ex;
}
div.formData select {
  padding: 0;
}

div.formData div.replace input {
  width: 250px;
}

div.formData input:focus, div.formData textarea:focus, div.formData select:focus {
  background-color: #FFFFE5;
  border-color: #707070;
}

div.formData .error input, div.formData .error textarea {
  border: 1px solid #EF3434;
  background-color: #EFCFC4;
}

div.formData .error {
  position: relative;
}

div.formData .error {
  background: transparent;
}

div.formData .error span.errorMsg {
  display: none;
}

div.formData .error:hover span.errorMsg {
  position: absolute;
  z-index: 10;
  display: block;
  border: 1px solid #DFEFEF;
  background-color: #DFEFEF;
  padding: 3px;
  font-weight: bold;
  text-align: left;
}

div.formData .alnRight {
  text-align: right;
}

div.formData .spaceAfter {
  margin-bottom: 10px;
}

div.formData td.description.caution {
  color: red;
}

div.formData button img {
  vertical-align: middle;
  margin-right: 5px;
}
div.formData button.icon {
  border: 1px solid;
  border-color: silver #8A8A8A #8A8A8A silver;
  height: 22px;
  margin-right: 10px;
  padding-left: 25px;
  vertical-align:middle;
}
div.formData button.icon:hover {
  border-color: #909090 #404040 #404040 #909090;
}
div.formData button.submit {
  background: url('../images/tick-circle.gif') no-repeat 5px 3px;
}
div.formData button.cancel {
  background: url('../images/cross-circle.gif') no-repeat 5px 3px;
}
div.formData button.calButton {
  background: url(../images/calbutton.gif) no-repeat 2px 2px;
  margin-left: -1px;
  padding: 0;
  width: 22px;
}

div.formData fieldset {
  border-color:#9F9F9F;
  border-style:solid none none;
  border-width:1px;
  margin:10px 0;
  padding:10px 0 0 0;
}
div.formData fieldset legend {
  font-weight: bold;
}


div#login {
  height: 170px;
  left:50%;
  position:absolute;
  top:50%;
}
div#login form {
  left: -50%;
  position: relative;
  top: -50%;
}
div#login div.register a {
  font-weight: bold;
}

div.announce {
  position: absolute;
  height: 50%;
  left: 50%;
}
div.announce div.message {
  background-color: #E8E8E8;
  border: 1px solid silver;
  left: -50%;
  margin: auto;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  top: 30%;
  width: 350px;
}
div.announce div.message div.header {
  font-weight: bold;
  margin-bottom: 10px;
}

table.list tr:hover {
  background-color: #A9A9A9;
}
table.list td.icons, table.list td.icons:hover {
  background-color: #FFF;
}
table.list tr:hover span.italic {
  color: #F0F0F0;
}

table.list td.center {
  text-align: center;
}

table.list th {
  padding:0px 5px;;
  background-color:silver;
  text-align: left;
}
table.list {
  border-collapse:collapse;
  border:1px solid #9F9F9F;
  cursor:default;
}
table.list td {
  padding:3px 5px;
  border-top:1px dotted silver;
  vertical-align: top;
}

table.list td img {
  vertical-align: top;
}

table.list td.green {
  font-weight: bold;
  color: #009000;
}

table.list td.red {
  font-weight: bold;
  color: #FA1111;
}

table.list td.yellow {
  font-weight: bold;
  color: #FF8000;
}

div.resultnav {
  margin-top: 5px;
}
div.resultnav div {
  display: inline;
}
div.resultnav img {
  border-style: none;
  vertical-align: middle;
}
div.resultnav div.resultnavcurrentpage {
  font-weight: bold;
  border: 1px solid #444;
  padding: 0 1.5em;
  display: inline;
  text-align: center;
}
div.resultcount {
  font-size: smaller;
  color: #999;
}

img.icon {
  margin: 0 3px;
}

div.imageBlock {
  border:1px solid silver;
  float:left;
  margin:2px;
  background-color: #EFEFEF;
  width: 250px;
}
div.imageBlock div.image {
  display:table-cell;
  height:110px;
  text-align:center;
  vertical-align:middle;
  width:125px;
  background-color: #FFF;
}
div.imageBlock div.image.preview {
  outline: 2px solid #900000;
}
div.imageBlock div.image img {
  margin: auto auto;
}
div.formData.imageGrid {
  padding-bottom: 15px;
}
div.formData.imageAdd {
}
div.imageBlock div.right {
  float:right;
  height:80px;
  padding:10px 0;
  width: 120px;
}
div.imageBlock div.right div {
  padding: 0 5px;
}
div.imageBlock div.right div.selectedPreview {
  background-color: #DACDCD;
  outline: 1px solid #BAADAD;
}
div.imageBlock div.actions {
  clear:both;
  border-top: 1px dashed silver;
}
div.imageBlock div.right div {
  margin-bottom: 5px;
}
div.imageBlock div.right input {
  margin-right: 10px;
  vertical-align: middle;
}
div.imageBlock div.right label {
  vertical-align: middle;
}
div.invoiceresult table {
  border-collapse:collapse;
  margin:10px 0;
}
div.invoiceresult table.details thead {
  border-bottom:1px solid #909090;
}
div.invoiceresult table.details tfoot {
  border-top:1px solid #909090;
  font-weight:bold;
}
div.invoiceresult table td, div.invoiceresult table th {
  padding-right:10px;
  text-align: left;
}
div.invoiceresult table.result {
  font-weight:bold;
}

span.italic {
  font-style: italic;
  color: #A0A0A0;
}

div.description {
  margin:20px 0;
}
div.description table.legend {
  width:650px;
  border-collapse:collapse;
  border:1px solid silver;
}
div.description table.legend tr {
  border-bottom:1px dashed silver;
}
div.description table.legend td {
  padding:3px 5px;
  vertical-align:top;
}
div.description table.legend td.icon {
  padding-top:5px;
}
div#userinfo {
}
div#userinfo span.useraction {
  display: inline;
}

