/*
 * loadinggif.com stylesheet
 */
body {
  margin: 0px;
  padding: 10px;
  background-color: #ffffff;
  background-image: url(/images/bg.png);
}
body,
td,
tr,
li,
ul,
input,
textarea {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 10pt;
  color: #000000;
}
a {
  color: #46a30d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.pageLayout {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.siteStructure {
  width: 990px;
}
.siteStructure .header .logo {
  background-image: url(/images/logo.png);
  width: 278px;
  height: 36px;
  display: block;
  border: none;
  margin-bottom: -5px;
  float: left;
}
.siteStructure .header .logo img {
  border: none;
}
.siteStructure .header .logoRight {
  background-image: url(/images/logo-right.png);
  width: 457px;
  height: 36px;
  float: right;
}
.siteStructure .vsep {
  vertical-align: middle;
  height: 71px;
}
.siteStructure .vsep .line {
  background-image: url(/images/vsep.png);
  height: 1px;
  width: 100%;
}
.siteStructure .abc {
  padding-bottom: 20px;
}
.siteStructure .footer {
  text-align: center;
}
.siteStructure .footer .sep {
  color: #808080;
  padding: 0px 7px 0px 7px;
}
.siteStructure .copyright {
  font-size: 8pt;
  padding-top: 10px;
  text-align: center;
  color: #808080;
}
.contentBlock {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  width: 300px;
}
.contentBlock .title {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 10pt;
}
.contentBlock .titleLine {
  vertical-align: top;
}
.contentBlock .titleLine div {
  background-color: #b3b3b3;
  margin-top: 9px;
  margin-left: 7px;
}
.blocksContainer {
  margin-top: -30px;
  margin-right: -30px;
}
.gifSelection .box {
  width: 300px;
  height: 250px;
  overflow: auto;
}
.gifSelection .box table {
  width: 100%;
}
.gifSelection .image {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  height: 1000px;
  background-image: none !important;
}
.gifSelection .description {
  font-size: 7pt;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.gifSelection .description.selected {
  background-image: url(/images/image-selection-bg.png);
  background-repeat: repeat-x;
}
.gifSelection .description.hover {
  background-color: #e3feca;
}
.gifSelection .description .name {
  float: left;
}
.gifSelection .description .info {
  float: right;
  color: #666;
}
.gifSelection .vsep {
  width: 1px;
  background-color: #ddd;
}
.gifSelection .hsep {
  height: 1px;
  background-color: #ddd;
}
.params input.color {
  margin: 0;
  padding: 2px;
  font-family: Monaco, monospace;
  font-size: 9pt;
  outline: none;
  border: 1px solid #ddd;
  text-align: center;
  width: 80px;
  cursor: pointer;
  margin-right: 10px;
}
.params input.checkbox {
  margin-right: 10px;
  cursor: pointer;
}
.params label {
  cursor: pointer;
}
.params .hsep {
  height: 20px;
}
.button {
  width: 109px;
  height: 30px;
  background-image: url(/images/button.png);
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #6ea33c;
  font-size: 10pt;
  font-weight: bold;
  text-shadow: 0 1px 0 #eaffd7;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.button:hover {
  background-position: 0px -30px;
  color: #7bb643;
}
.button.pressed {
  background-position: 0px -60px;
}
.button.pressed span {
  margin-top: 8px;
}
.button.disabled {
  color: #808080;
  background-position: 0px -90px;
  text-shadow: 0 1px 0 #f2f2f2;
}
.button span {
  margin-top: 7px;
  display: inline-block;
}
table.resultPlaceholder {
  position: absolute;
}
table.resultPlaceholder td {
  font-size: 15pt;
  text-align: center;
  color: #b3b3b3;
  text-shadow: 0 1px 0 #fff;
}
table.result {
  position: absolute;
  width: 300px;
}
table.result td.image {
  width: 300px;
  border-width: 1px;
  border-color: #b3b3b3;
  border-style: solid;
  text-align: center;
  height: 150px;
  border-radius: 10px;
  position: relative;
  color: #b3b3b3;
  font-size: 11pt;
}
table.result td.link {
  text-align: center;
  font-size: 10.5pt;
}
table.result td.link a.download {
  font-weight: bold;
}
table.result td.link a.download.disabled {
  color: #b3b3b3;
  text-decoration: none;
  cursor: default;
}
table.result td.link .link {
  cursor: pointer;
  color: #46a30d;
  border-bottom: 1px dotted #46a30d;
}
table.result td.link .sep {
  color: #808080;
  margin-left: 10px;
  margin-right: 10px;
}
div.form {
  position: absolute;
  z-index: 1;
  padding-left: 7px;
  padding-top: 7px;
}
div.form .checkbox {
  cursor: pointer;
}
