
                                html {
  height: 100%;
  margin: 0px;
}
body {
  height: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  background: #ffb12b; /* Old browsers */
  background: -moz-linear-gradient(top, #ffa500 0%, #ffb12b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa500), color-stop(100%,#ffb12b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa500 0%,#ffb12b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa500 0%,#ffb12b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffa500 0%,#ffb12b 100%); /* IE10+ */
  background: linear-gradient(top, #ffa500 0%,#ffb12b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#ffb12b',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  background-attachment: fixed;
}
td, th, p, ul,li,div, span {
  font-family: Trykker, "Lucida Grande", Georgia, serif;
  font-size: 12px;
  color: #333333;
}
input, textarea, select {
  font-family: Trykker, "Lucida Grande", Georgia, serif;
  font-size: 12px;
}
td, th, p, textarea, ul,li, div, a {
  line-height: 25px;
}
table {
  empty-cells: show;
}
.clear {
  clear: both;
}
a:link, a:visited {
  color: #990000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
div.ui-dialog div, div.ui-dialog li, div.ui-dialog span {
  color: #333333;
}

/* page sections */
.ts_page {
  margin: 40px auto;
  position: relative;
  text-align: left;
}
.ts_head_bg {
  height: 105px;
  border-bottom: 1px solid #ffc558;
  position: absolute;
  top: 0px;
  width: 100%;
}
.ts_header {
  height: 70px;
}
.ts_header h1 {
  margin: 20px 20px;
  font-family: Trykker, "Lucida Grande", Georgia, serif;
  font-weight: bold;
  padding: 0px;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 2px 2px 5px #555555;}
h2 {
  font-size: 21px;
  font-family: Trykker, "Lucida Grande", Georgia, serif;
  color: #ffffff;
}

/* navigation */
#ts_css_nav {
  width: 180px;
  float: left;
  list-style: none;
  padding: 20px;
  margin: 0px;
}
#ts_css_nav li {
  list-style: none;
  margin: 0px 0px 2px;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
#ts_css_nav div {
  color: #555555;
}
#ts_css_nav li div, #ts_css_nav li a {
  padding: 5px 0px 5px 12px;
  display: block;
}
ul#ts_css_nav li.completed_page {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #E69500;
}
ul#ts_css_nav li.completed_page div {
  color: #AF8D4F;
}
ul#ts_css_nav li.css_nav_current_page {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}
ul#ts_css_nav li.css_nav_current_page div {
  background-color: #222222;
  color: white;
  margin: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul#ts_css_nav li a {
  margin: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul#ts_css_nav li a:link, ul#ts_css_nav li a:visited {
  text-decoration: none;
  color: #AF8D4F;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul#ts_css_nav li a:hover {
  color: white;
  background-color: #D78B00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* notifications */
.notify {
  border: 1px solid #336699;
  background-color: #ffffee;
  color: #336699;
  padding: 8px;
  width: 400px;
}
.notify li { color: #336699; }
.error {
  font-size: 8pt;
  border: 1px solid #cc0000;
  background-color: #ffffee;
  color: #cc0000;
  padding: 8px;
  width: 550px;
}
.error span {
  color: #cc0000;
  font-weight: bold;
  margin-bottom: 4px;
}

/* forms */
table.table_1 > tbody > tr > td {
  border-bottom: 1px solid #d28900;
}
table.table_1 > tbody > tr > td.rowN {
  border-bottom: none;
}
.req {
  color: #aa0000;
}
.fb_error {
  background-color: #FFFFCC;
  border: 1px solid #CC0000;
  color: #CC0000;
  margin-bottom: 12px;
  padding: 8px;
}

/* for the code / markup editor */
.editor {
  background-color: white;
  border: 1px solid #999999;
  padding: 3px;
}
.ts_page_content {
  width: 720px;
  float: right;
}
fieldset {
  border: 1px solid #d28900;
  font-size: 11pt;
  font-weight: bold;
  color: #FFFF99;
  margin-bottom: 10px;
  background-color: #ef9c00;
}
fieldset legend {
  text-shadow: 2px 2px 3px #333333;
}
.ts_continue_button input {
  background-color: #222222;
  color: white;
  padding: 2px 10px;
  border-radius: 3px;
  border: 0px;
  cursor: pointer;
}
.ts_continue_button input:hover {
  background-color: #ff3c00;
}
#ts_footer {
  border-top: 1px solid #ffc558;
  padding: 20px;
  color: #222222;
}
.edit_link {
  text-shadow: none;
  margin-left: 12px;
}
.edit_link a {
  color: ;
  text-decoration: none;
}
.edit_link a:hover {
  text-decoration: underline;
}

#form_builder__edit_link {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 2px 10px;
  background-color: black;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
#form_builder__edit_link:hover {
  color: #06a4ff;
} 
