body {
  background-color: #aaa;
  background: url("../img/bg_dotted.png") repeat scroll 0 0 transparent;
}
label {
  color:#555;
  font-weight:normal;
  display:block;
  float:right;
}
label.required {
  color:#000;
  font-weight:bold;
}
form select {
  min-width:100px;
}
.ui-widget {
  font-size:1em;
}
.hl {
  background-color: #ff0;
}
.nodata {
  margin-left:20px;
  color:#aaa;
  text-align:left;
}
.ui-state-error p {
  margin-bottom: 8px;
}
a.itm-column-header.sortable {
  color: black;
  text-decoration: none;
}
a.itm-column-header.sortable:hover {
  text-decoration: underline;
}
.menubar {
  height: 21px;
  clear:both;
  background-color: #719af5;
}
/* Superfish menu customization */
.sf-menu li ul {
  margin-top: -6px;
}
.sf-menu li a {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
/*
 * Superfish customization
 */
.sf-menu {
  background-color: #719af5;
}
.sf-menu li {
  background: #719af5;
}
.sf-menu li li {
  background: #638ae3;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  color: #fff;
  background: #8cadff;
  outline: 0;
}
.sf-menu a {
  border-top: 1px solid #719af5;
  border-left: 1px solid #bdd2ff;
}

input[type=text].text-field:focus,
input[type=password].text-field:focus {
  background-color: #ffd;
  border: 1px solid #0077d2;
  /*padding: 2px 1px;*/
}
input.date-field {
  width: 100px;
  margin-right:4px;
}
input[type=text].read-only,
input[type=text].read-only:focus {
  background-color: #eee;
  border: 1px solid #ddd;
}
.container {
  box-shadow: 0 2px 2px 0 #c2c2c2;
}
#header, #footer, #content {
  background-color: #fff;
}
#header {
  padding: 20px 0 13px 0;
  background: transparent url("../img/header.png") repeat-x left bottom;
}
#footer {
  position:fixed;
  bottom:0px;
  height:20px;
  color:#aaa;
  text-align:center;
  padding:10px 0;
}
#content {
  margin:0;
  min-height: 1000px;
}
.header-logo {
  float: left;
  margin-top: -10px;
  margin-left: 20px;
}
.header-company-name {
  float: left;
  margin-left: 20px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.header-login-info {
  float: right;
  margin-left: 10px;
  font-weight: bold;
  color: #fff;
}
.header-logout-button {
  margin: 0 20px;
  padding: 2px 8px;
  border: 1px solid #aaa;
  background-color: #fcaf12;
}
#login-logo {
  text-align:center;
  margin-bottom:20px;
}
#login-box {
  min-height: 150px;
  padding-bottom:10px;
  border: 1px solid #0077d2;
}
.box-header {
  margin-bottom:10px;
  padding:4px 2px 2px 2px;
  height: 20px;
  text-align: center;
  background: transparent url('../img/header.png') repeat-x left bottom;
}
.box-header h3 {
  color: #fff;
}
#page-caption {
  padding:20px 0 10px 0;
}
#page-caption h3 {
  margin-left:20px;
}
#list-toolbox {
  margin-bottom:10px;
}
.list-add {
  margin:6px 0 0 20px;
}
.list-add a {
  text-decoration: none;
}
.list-search {
  float: right;
  margin-right:20px;
  vertical-align:middle;
}
#list-items {
  padding:0 20px;
}
#list-items thead th {
  background: transparent url('../img/header.png') repeat-x left top;
}

.itm-mini-len {
  width:20px;
}
.itm-compact-len {
  width:50px;
}
.itm-short-len {
  width:100px;
}
.itm-normal-len {
  width:150px;
}
.itm-medium-len {
  width:200px;
}
.itm-long-len {
  width:300px;
}
.itm-button {
  margin:0 10px 0 0;
}
.itm-error-box {
  margin: 0 20px;
}
.test-info-content {
  clear: both;
  margin: 4px;
  padding: 18px;
  background-color: #eee
}
.close-result-btn {
  float: right;
  margin-right: 20px;
}
@media print {
  #footer {
    display: none;
  }
  .close-result-btn {
    display: none;
  }
}