            
body {
  text-align: center;
  padding: 0px;
  margin: 0px;
  background-color: #999999;
}
td, th, p, input, textarea, select,ul,li,div, span {
  font-family: Verdana;
  font-size: 9pt;
  color: #555555;
}
td, th, p, textarea, ul,li, div {
  line-height: 22px;
}
a:link, a:visited {
  color: #336699;
}
table {
  empty-cells: show;
}
#form_builder__edit_link {
  float: right;
}
.req {
  color: #aa0000;
}
.fb_error {
  margin-top: 16px;
  padding: 8px;
  box-shadow: 1px 2px 2px #878787;
  background-color: #ffefef;
}


/* page sections */
.ts_page:after {
  -moz-transform: translate(0pt, 0pt);
  background: none repeat scroll 0 0 transparent;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.2);
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.ts_page {
  width: 100%;
  margin: 20px auto 0px;
  background: #ccc;
  position:relative;
  box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.36);
  text-align: left;
  border: 5px solid #e7ffe5;
}
.ts_header {
  background: #cacd57;
  width:100%;
  border: 3px solid #CCCCCC;
  height: 140px;

  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}
.ts_header h1 {
  margin: 56px 50px;
  padding: 0px;
  font-size: 20px;
  color: white;
}
.ts_content {
  background-color: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border: 1px solid #ade0aa;
}
.ts_continue_block {
  margin-top: 16px;
  padding: 8px;
  box-shadow: 1px 2px 2px #878787;
  background-color: #E9F9E7;
}
.ts_continue_block input {
  float: right;
}
.ts_field_row_selected {
  background-color: #d9f4cb;
  border-bottom: 1px solid #d9f4cb;
}
.ts_continue_button {
  margin-top: 12px;
}
.highlighted_cell {
  color: #990000;
  background-color: #ffffee;
  text-align: center;
}
.light_grey {
  color: #999999;
}
.ts_field {
  border-bottom: 1px solid #efefef;
  padding: 10px 6px 15px;
  list-style: none;
  margin: 0px;
}
.ts_review_table td {
  border-bottom: 1px solid #efefef;
  padding: 3px 5px 2px;
}
h2 {
  font-size: 24px;
}
h3 {
  background-color: #0b9c00;
  color: white;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 1px 0 0 5px;
  height: 22px;
}
h3 a:link, h3 a:visited {
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: black;
  float: right;
  line-height: 17px;
  margin-right: 3px;
  margin-top: 2px;
  padding: 0 8px;
  text-decoration: none;
}
h3 a:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* navigation */
ul#css_nav {
  clear: both;
  width:100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
ul#css_nav li {
  float: left;
  background-color: #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  list-style: none;
  text-align:center;
  margin: 0px 2px 20px 0px;
  color: #666666;
  font-size: 11px;
  line-height: 20px;
}
ul#css_nav li.css_nav_current_page {
  background-color: #999999;
  color: white;
}
ul#css_nav li a:link, ul#css_nav li a:visited {
  display: block;
  text-decoration: none;
  color: white;
  background-color: #999999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul#css_nav li a:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.nav_1_pages li {
  width: 100%;
}
.nav_2_pages li {
  width: 50%;
}
.nav_3_pages li {
  width: 33%;
}
.nav_4_pages li {
  width: 24.7%;
}
.nav_5_pages li {
  width: 19.5%;
}
.nav_6_pages li {
  width: 16%;
}
.nav_7_pages li {
  width: 13%;
}
.nav_8_pages li {
  width: 12%;
}

/* 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;
}

/* for the code / markup editor */
.editor {
  background-color: white;
  border: 1px solid #999999;
  padding: 3px;
}
ul#css_nav li a:hover {
  background-color: #2e425a;
}
h3 a:hover {
  background-color: #c9e2ff;
  color: black;
}

 
