/* import this file first which gives us a cool list of items to use (http://lesselements.com/)*/
/*---------------------------------------------------
   LESS Elements 0.6
 ---------------------------------------------------
   A set of useful LESS mixins by Dmitry Fadeyev
   Special thanks for mixin suggestions to:
     Kris Van Herzeele,
     Benoit Adam,
     Portenart Emile-Victor,
     Ryan Faerman

   More info at: http://lesselements.com
-----------------------------------------------------*/
.tbox {
  position: absolute;
  display: none;
  padding: 14px 17px;
  z-index: 171;
  text-align: center;
}
.tinner {
  -webkit-box-shadow: 0px 0px 20px #B7EF9B;
  -moz-box-shadow: 0px 0px 20px #B7EF9B;
  box-shadow: 0px 0px 20px #B7EF9B;
  padding: 8px;
  padding-right: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff url(../img/tiny/preload.gif) no-repeat 50% 50%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  max-width: 1200px;
}
.tclear {
  clear: both;
}
.tmask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 100;
}
.tclose {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/tiny/close.png) no-repeat;
}
.tclose:hover {
  background-position: 0 -30px;
}
.tcontent {
  max-height: 850px;
  padding-right: 8px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: auto;
}
.tinner .row {
  text-align: left;
}
.tinner label {
  display: block;
  font-size: 15px;
  color: #333;
  margin-bottom: 3px;
  cursor: pointer;
}
/*
.tinner fieldset {	margin:10px;background-color:#DDD;color:#000;padding:10px;}
.tinner fieldset legend {	margin:0px;	background-color:#FFF;color:#000;}
*/
/* lists */
.tinner ol {
  text-align: left;
}
/*
#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}
*/
.boxinfo {
  margin: 10px;
  text-align: left;
  padding: 0;
  min-width: 400px;
}
.boxinfo td {
  border-bottom: 1px solid #d7d7d7;
  padding: 3px 6px;
  background: #f3f9fd;
}
.boxinfo th {
  border-bottom: 1px solid #d7d7d7;
  padding: 3px 6px;
  background: #f3f9fd;
}
/*# sourceMappingURL=tinybox.css.map */