@import url(../warp/css/tools.css);
img.border-box {
  border: 1px solid #ddd;
}
ul.line > li {
  border-top: 1px solid #ddd;
}
ul.line > li:first-child {
  border: none;
}
ul.check > li {
  padding: 4px 0 0 30px;
  background: url(../images/tools/list_check.png) 0 0 no-repeat;
}
ul.zebra > li,
table.zebra tbody td {
  border-bottom: 1px solid #ddd;
}
ul.zebra > li:first-child,
table.zebra tbody tr:first-child td {
  border-top: 1px solid #ddd;
}
ul.zebra > li.odd,
table.zebra tbody tr.odd {
  background: #fafafa;
}
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
table.zebra caption {
  color: #999;
}
dl.separator dt {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
dl.separator dd {
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #DDD;
}
dl.separator dt:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  border-top: 1px solid #DDD;
}
dl.separator dt:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 5px;
  height: 5px;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 6px;
}
dl.separator dt:first-child:before,
dl.separator dt:first-child:after {
  display: none;
}
em.box {
  border: 1px dotted #bbb;
  background: #fafafa;
  color: #444;
}
hr.dotted {
  background: url(../images/tools/line_dotted.png) 0 0 repeat-x;
}
.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download,
#system-message dd {
  margin: 15px 0 !important;
  padding: 10px !important;
}
.box-info,
.box-warning,
.box-hint,
.box-download,
#system-message dd.error,
#system-message dd.notice,
#system-message dd.warning {
  padding-left: 40px !important;
}
.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download,
#system-message dd {
  background: #fafafa !important;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
.box-info,
#system-message dd.notice {
  background: #ebf5fa url(../images/tools/box_info.png) 0 0 no-repeat !important;
  border-color: #d2dce1 !important;
}
.box-warning,
#system-message dd.error,
#system-message dd.warning {
  background: #fff0eb url(../images/tools/box_warning.png) 0 0 no-repeat !important;
  border-color: #ffd7cd !important;
}
.box-hint {
  background: #fffae6 url(../images/tools/box_hint.png) 0 0 no-repeat !important;
  border-color: #fae6be !important;
}
.box-download {
  background: #faffe6 url(../images/tools/box_download.png) 0 0 no-repeat !important;
  border-color: #dce6be !important;
}
form.box fieldset {
  border: 1px solid #ddd;
}
form.box legend {
  background: #fff;
}
form.box fieldset {
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
}
.tipsy {
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 6px 8px;
  text-align: center;
}
.tipsy-inner {
  border-right: 3px solid #F90;
  border-left: 3px solid #F90;
}
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
.tipsy-arrow-n {
  border-bottom-color: #000;
}
.tipsy-arrow-s {
  border-top-color: #000;
}
.tipsy-arrow-e {
  border-left-color: #000;
}
.tipsy-arrow-w {
  border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
