.serif-font { font-family: Georgia, 'Times New Roman', Times, serif; }
.code-font { font-family: "Courier New", Courier, monospace; }
.highlight { background-color: #faebe4; }
.show-hand, .clickable {
  cursor: pointer;
  cursor: hand;
}
.cross-hair { cursor: crosshair; }
.show-help { cursor: help; }
.text-shadow { text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1); }
.box-shadow {
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
.centering {
  margin-right: auto;
  margin-left: auto;
}
.clearing {
  height: 0;
  clear: both;
}
.input-font { font-family: "Courier New", Courier, monospace; }
.top-corners {
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.no-top-corners {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.bottom-corners {
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
sup { font-size: 70%; }
label {
  cursor: pointer;
  cursor: hand;
}
dfn {
  cursor: help;
  border-bottom: dashed #d55e24 1px;
}
h1.standard {
  color: #00009c;
  font-weight: bold;
  font-size: 160%;
  padding: 0 0.5em 0;
  margin: 0.5em -0.2em 10px;
  border-bottom: 1px solid #00009c;
  line-height: normal;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
h1.logo {
  color: #00009c;
  font-weight: normal;
  font-style: italic;
  font-size: 1.8em;
  line-height: 1;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
h1.logo span.logoRight { color: #444444; }
h1.logo span.logoRight sup {
  font-size: 0.5em;
  font-style: normal;
}
h1 img { padding-bottom: 2px; }
h2.standard {
  color: #d65d24;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 2px;
  padding-bottom: 0;
}
h2.alt {
  color: #00009c;
  font-weight: 700;
  font-size: 120%;
  font-style: italic;
  margin-bottom: 3px;
}
h3.standard {
  color: #d65d24;
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 5px;
}
a, span.link {
  color: #00009c;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
a:hover {
  color: #d65d24;
  text-decoration: none;
}
a:active {
  color: #d65d24;
  text-decoration: none;
}
span.link:hover {
  color: #d65d24;
  text-decoration: none;
}
span.link:active {
  color: #d65d24;
  text-decoration: none;
}
a.with-icon {
  color: #00009c;
  text-decoration: none;
}
a.with-icon span { text-decoration: underline; }
a.with-icon span:hover { text-decoration: none; }
a.product {
  font-weight: 700;
  text-decoration: none;
  color: #00009c !important;
}
a.product:hover {
  text-decoration: underline;
  color: #d65d24 ! important;
}
a.product:active {
  text-decoration: underline;
  color: #d65d24 ! important;
}
p {
  margin: 0.9em 0 1em;
  line-height: 1.2;
}
p.final-note { margin-top: 3em; }
div.warning-box {
  background-color: #f5dfbc;
  border: 1px solid #d55e24;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.error {
  color: #ff0000;
  font-weight: 700;
}
div.error {
  clear: both;
  background-color: #ffcccc;
  color: #ff0000;
  padding: 5px;
  margin: 2px auto;
  text-align: center;
  width: 50%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.status-box {
  background-color: #bbdefe;
  color: black;
  margin: 2px -0.6em 1em;
  padding: 1px 2em;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.status-box strong { color: #ed0000; }
.status-box h2 { margin-top: 0.5em; }
div.control-usage {
  font-size: 9px;
  margin: 2px 0 0 0;
}
.grey-box {
  margin: 2px -10px -5px;
  padding: 5px 20px;
  background-color: #e5e5e5;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.grey-box-small {
  margin: 2px -10px -5px;
  padding: 5px 20px;
  background-color: #e5e5e5;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 1em auto;
  text-align: center;
  width: 66%;
}
div.action-box {
  width: 250px;
  background-color: #ffff99;
  color: black;
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 8px 9px;
  font-size: 0.8em;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
div.action-box a { text-decoration: none; }
div.action-box div {
  color: #000364;
  cursor: pointer;
  cursor: hand;
}
div.action-box div:hover { color: #d65d24; }
div.action-box a img {
  border: 0;
  padding-right: 2px;
}
div.action-box div img {
  border: 0;
  padding-right: 2px;
}
body {
  margin: 0;
  padding: 0 25px;
  background: #f0f6fe;
}
#header {
  position: relative;
  height: 42px;
  width: 982px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: right;
  z-index: 100;
}
#header #header-logo {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 42px;
  width: 240px;
  margin-top: 4px;
  background: #ffffff url(/images/LogoTab-tall.png) no-repeat top left;
  z-index: 100;
}
#header #top-nav-mini a {
  font-size: 80%;
  z-index: 100;
}
#header #top-client-login {
  position: absolute;
  right: 0;
  top: 22px;
  text-align: right;
  z-index: 100;
}
#header #top-client-login label {
  padding: 0 2px 0 0;
  font-style: italic;
  font-weight: bold;
  font-size: 85%;
  color: #1963c5;
}
#header #top-client-login input.login {
  text-align: center;
  border: 1px solid #8888aa;
  background-color: #f0f6fe;
  width: 160px;
  text-align: center;
  font-size: 11pt;
  font-family: "Courier New", Courier, monospace;
  margin: 0 2px 1px 0;
}
#header #top-client-login input.focused {
  border: 1px solid #444477;
  background-color: #ffffff;
}
#header #top-client-login input.login:focus {
  border: 1px solid #444477;
  background-color: #ffffff;
}
#header #top-client-login input.login:hover { border: 1px solid #444477; }
#header #top-client-login input.submit-button {
  padding: 0 1px;
  margin: 0;
  font-size: 12px;
  background-color: #faebe4;
}
#header #top-nav {
  position: absolute;
  right: 0;
  left: 245px;
  bottom: -1px;
  z-index: 100;
}
#header #top-nav ul#tabNav {
  list-style: none;
  z-index: 100;
}
#header #top-nav ul#tabNav li {
  text-align: center;
  float: right;
  width: 125px;
  padding: 0 0 0 5px;
  z-index: 100;
}
#header #top-nav ul#tabNav li a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: black;
  background-color: #edb89f;
  padding: 4px 10px 1px;
  margin: 2px 0px 0px;
  border: 1px solid #8888aa;
  border-bottom: 1px solid #8888aa;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 100;
}
#header #top-nav ul#tabNav li a:hover { background-color: #ff911f; }
#header #top-nav ul#tabNav li a:active { background-color: #ff911f; }
#header #top-nav ul#tabNav li ul {
  display: none;
  position: absolute;
  width: 123px;
  border: 1px solid #8888aa;
  border-top: 0;
  top: auto;
  left: 0;
  background-color: #edb89f;
  padding: 2px 0 0;
  top: auto;
  left: auto;
  margin-top: -1px;
  z-index: 100;
}
#header #top-nav ul#tabNav li ul li {
  display: block;
  float: none;
  width: 123px;
  margin: 0;
  text-decoration: none;
  z-index: 100;
  padding: 0;
  z-index: 100;
}
#header #top-nav ul#tabNav li ul li a {
  display: block;
  background-color: #edb89f;
  color: #000000;
  padding: 5px 1px;
  border: 0;
  font-size: 11px;
  text-decoration: none;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
#header #top-nav ul#tabNav li ul li a:hover {
  background-color: #ff911f;
  border-left: 1px solid #000022;
  border-right: 1px solid #000022;
  padding: 5px 0px;
}
#popup-header {
  position: relative;
  height: 38px;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #8888aa;
}
#popup-header #header-logo {
  height: 35px;
  width: 75%;
  background: #ffffff url(/images/top_admail_logo.gif) no-repeat 10px 5px;
}
#popup-header #popup-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
#popup-header #popup-nav ul#popup-tabnav > li {
  text-align: center;
  float: right;
  width: 125px;
  padding: 0 0 0 5px;
}
#popup-header #popup-nav ul#popup-tabnav > li > a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: black;
  background-color: #edb89f;
  padding: 4px 10px 1px;
  margin: 2px 0px 0px;
  border: 1px solid #8888aa;
  border-bottom: 1px solid #8888aa;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
#popup-header #popup-nav ul#popup-tabnav > li > a:hover { background: #ff911f; }
#popup-header #popup-nav ul#popup-tabnav > li > a:active { background: #ff911f; }
#accutrak #nav-accutrak > a {
  background-color: #d55e24 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #d55e24 !important;
}
#emailbuilder #nav-emailbuilder > a {
  background-color: #d55e24 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #d55e24 !important;
}
#listbuilder #nav-listbuilder > a {
  background-color: #d55e24 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #d55e24 !important;
}
#home #nav-home > a {
  background-color: #d55e24 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #d55e24 !important;
}
#accounts #nav-accounts > a {
  background-color: #d55e24 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #d55e24 !important;
}
#more #nav-more > a {
  background-color: #d55e24 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #d55e24 !important;
}
#middle {
  float: none;
  clear: both;
  color: black;
  background-color: white;
  border: 1px solid #8888aa;
  margin: 0 auto;
  min-height: 370px;
}
div.middle { width: 980px; }
div.middle #middle-container { padding: 15px 80px 15px; }
div.open {
  padding: 0;
  width: 980px;
}
div.open #middle-container { padding: 0 ! important; }
div.wide-screen { min-width: 980px; }
div.wide-screen #middle-container {
  padding: 5px 25px 15px 25px;
  margin: 0 25px;
}
#middle-container {
  position: relative;
  z-index: 1;
}
#popup {
  background: #ffffff;
  font-size: 80%;
  margin: 0;
  padding: 5px 10px 15px 10px;
}
#footer {
  padding: 0 0 30px;
  width: 982px;
  margin: 0 auto;
}
#footer #copyright {
  font-size: 72%;
  padding-top: 10px;
  text-align: center;
}
div#notifier-block {
  position: fixed;
  top: 10%;
  left: 10%;
  z-index: 100;
}
div#notifier-block div.notification {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  color: black;
  background-color: #dddddd;
  padding: 5px 8px;
  opacity: 0.8;
  border: 1px solid #bbbbbb;
  font-size: 110%;
  font-weight: bold;
}
div#notifier-block div.notification span { padding: 0 20px; }
ul.support li {
  margin: 5px 0 5px 5px;
  padding: 5px 0;
}
ul.page-buttons {
  margin: 5px 0 10px 60px;
  padding: 15px 0;
}
ul.page-buttons li {
  float: left;
  margin-right: 15px;
}
ul.page-buttons li input { background-color: #faebe4; }
ul.image-cat li {
  border: solid #555555 1px;
  background-color: #eeeeee;
  margin: 2px;
  padding: 0 0 5px;
  float: left;
  width: 110px;
  text-align: center;
}
ul.image-cat li div {
  padding: 5px 0;
  width: 100%;
  height: 100px;
  text-align: center;
}
ul.image-cat li div img { border: solid #777777 1px; }
ul.image-cat li div img:hover { border: solid #000000 1px; }
ul.shopping-alacarte { padding: 5px 5px 5px 15px; }
ul.shopping-alacarte li { padding: 5px; }
p.shopping-alacarte {
  margin: 0;
  padding: 5px 5px 5px 20px;
}
ul.sign-up-form {
  margin: -5px 0 0 0;
  padding: 0 0 0 20px;
}
ul.sign-up-form li {
  margin: 10px 0;
  width: 80%;
}
ul.sign-up-form li a {
  margin-left: 5px;
  color: #d65d24;
  font-weight: 700;
  text-decoration: underline;
}
ul.sign-up-form li a:hover {
  color: #000364;
  padding-left: 2px;
}
ul.sign-up-form li a:active {
  color: #000364;
  padding-left: 2px;
}
ul.upload-list li {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid black;
  line-height: 1.1;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
ul.upload-list li img.deleter {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
  border: 0;
}
ul.upload-list li div.label {
  width: 20%;
  float: left;
  font-weight: 700;
  text-align: right;
  padding-right: 1em;
}
ul.upload-list li.quarantine {
  border: 1px solid red;
  background-color: #fc002a;
}
ul.upload-list li.quarantine a:hover {
  color: black;
  text-decoration: underline;
}
ul.upload-list li.remove { background-color: #fefef0; }
ul.custom-answer li { padding: 0 0 0.75em 0; }
ul.custom-answer li div.toolbar {
  padding: 0 1em 0 0;
  margin: 0;
  margin-top: -0.15em;
  margin-left: 1.5em;
  float: left;
  min-width: 50px;
}
ul.custom-answer li div.toolbar img { padding: 0 3px; }
ul.signup-buttons li {
  width: 30%;
  height: 50px;
  float: left;
}
div.interest-list { float: left; }
div.interest-list p {
  margin: 5px 0 0 0;
  padding-left: 5px;
  font-size: 80%;
}
form.signup { width: 100%; }
form.signup h2 { margin-left: 190px; }
form.signup div.form-row {
  clear: both;
  padding-top: 4px;
  margin-bottom: 4px;
}
form.signup div.form-row label {
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
  width: 180px;
  float: left;
  text-align: right;
  margin-right: 8px;
  padding: 5px 2px 0 0;
}
form.signup div.form-row input { font-size: 1.1em; }
form.signup div.form-row select { font-size: 1.1em; }
form.signup div.form-row .medtext { width: 50%; }
div.generic-form { width: 100%; }
div.generic-form div.label {
  width: 20%;
  float: left;
  text-align: right;
  margin-bottom: 5px;
  padding: 5px 1em 2px 0;
}
div.generic-form div.form-row {
  clear: both;
  padding-top: 4px;
  min-height: 1.5em;
  margin-bottom: 4px;
}
div.generic-form div.form-row div.row-label {
  font-weight: 700;
  width: 180px;
  float: left;
  text-align: right;
  margin-right: 8px;
  padding-right: 2px;
  padding-top: 5px;
}
div.generic-form div.form-row div.row-label div.row-label img {
  float: left;
  margin-top: -5px;
}
div.generic-form div.form-row div.required {
  background-color: #eeeeee;
  background-image: url(/images/required.gif);
  background-repeat: no-repeat;
  background-position: left;
}
div.generic-form div.form-row div.row-content {
  float: left;
  padding-top: 5px;
  width: 410px;
}
div.generic-form div.form-row div.row-content div.dyn-error {
  display: none;
  color: red;
  font-weight: 700;
  border: 1px solid red;
  padding: 0.5em 0;
  background: #ffeeee;
  margin-top: 3px;
  text-align: center;
}
div.generic-form div.form-row div.row-content .std { width: 100%; }
div.generic-form div.form-row div.row-content .textbox { width: 100%; }
div.generic-form div.form-row div.row-content .smalltext { width: 25%; }
div.generic-form div.form-row div.row-content .medtext { width: 50%; }
div.generic-form div.form-row div.row-content input { margin-top: -5px; }
div.generic-form div.form-row div.row-content textarea { margin-top: -5px; }
div.generic-form div.form-row div.row-content select { margin-top: -5px; }
div.generic-form div.form-row div.row-content-under {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
div.generic-form div.form-row div.row-content-under textarea.std {
  width: 100%;
  height: 2em;
}
div.generic-form div.form-row div.row-content-under ul.small-list li {
  float: left;
  width: 33%;
}
div.generic-form div.form-row div.popup-row-label {
  font-weight: 700;
  width: 120px;
  float: left;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
}
div.generic-form div.form-row div.popup-row-content {
  float: left;
  padding-top: 5px;
  width: 120px;
}
div.generic-form div.form-row div.row-note {
  font-size: 80%;
  text-align: center;
  margin-left: 35px;
  margin-bottom: 10px;
  padding-top: 2px;
  width: 290px;
  clear: both;
}
div.generic-form div.form-row div.wide-label {
  width: 35%;
  float: left;
  text-align: right;
  margin-bottom: 5px;
  padding: 5px 1em 2px 0;
}
textarea {
  font-family: "Courier New", Courier, monospace;
  font-size: 13pt;
  border: 2px solid #949494;
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
textarea.small {
  width: 400px;
  height: 70px;
}
textarea.large {
  width: 650px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}
textarea.wide {
  width: 650px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}
textarea.text-input {
  overflow: auto;
  overflow-y: scroll;
}
textarea.text-input, select.text-input, input.text-input {
  border: 1px solid #8888aa;
  padding: 1px 0.5em;
  background-color: #f9fbff;
  font-family: "Courier New", Courier, monospace;
}
form.admail input[type="text"] {
  border: 1px solid #8888aa;
  padding: 1px 0.5em;
  background-color: #f9fbff;
  font-family: "Courier New", Courier, monospace;
}
form.inplaceeditor-form input[type="text"] {
  border: 1px solid #8888aa;
  padding: 1px 0.5em;
  background-color: #f9fbff;
  font-family: "Courier New", Courier, monospace;
}
select.text-input { padding-right: 0; }
form.admail span.match-inputs {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.1em;
}
form.admail input[type="text"] { font-size: 1.1em; }
form.inplaceeditor-form input[type="text"] { font-size: 1.1em; }
textarea.text-input:hover { border: 1px solid #444477; }
select.text-input:hover { border: 1px solid #444477; }
input.text-input:hover { border: 1px solid #444477; }
form.admail input[type="text"]:hover { border: 1px solid #444477; }
form.inplaceeditor-form input[type="text"]:hover { border: 1px solid #444477; }
textarea.text-input:active {
  border: 1px solid #444477;
  background-color: #ffffff;
}
select.text-input:active {
  border: 1px solid #444477;
  background-color: #ffffff;
}
input.text-input:active {
  border: 1px solid #444477;
  background-color: #ffffff;
}
form.admail input[type="text"]:active {
  border: 1px solid #444477;
  background-color: #ffffff;
}
form.inplaceeditor-form input[type="text"]:active {
  border: 1px solid #444477;
  background-color: #ffffff;
}
textarea.text-input:focus {
  border: 1px solid #444477;
  background-color: #ffffff;
}
select.text-input:focus {
  border: 1px solid #444477;
  background-color: #ffffff;
}
input.text-input:focus {
  border: 1px solid #444477;
  background-color: #ffffff;
}
form.admail input[type="text"]:focus {
  border: 1px solid #444477;
  background-color: #ffffff;
}
form.inplaceeditor-form input[type="text"]:focus {
  border: 1px solid #444477;
  background-color: #ffffff;
}
form.admail div.form-row {
  padding: 0;
  clear: both;
  margin: 2px 0;
}
form.admail div.checkbox-row {
  padding: 0;
  clear: both;
  margin: 2px 0;
}
form.admail div.checkbox-row label {
  font-size: 1;
  margin-left: 0.5em;
  float: none;
  font-weight: normal;
}
form.admail div.form-row label {
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
  width: 180px;
  float: left;
  text-align: right;
  margin-right: 8px;
  padding: 5px 2px 0 0;
}
form.admail label {
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
  width: 180px;
  float: left;
  text-align: right;
  margin-right: 8px;
  padding: 5px 2px 0 0;
}
form.admail div.form-row div.spacer {
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
  width: 180px;
  float: left;
  text-align: right;
  margin-right: 8px;
  padding: 5px 2px 0 0;
}
textarea.text-input { padding-right: 0; }
form.admail input[type="submit"] {
  font-size: 1.1em;
  font-weight: bold;
}
input.default-button, button.standard {
  font-size: 1.1em;
  font-weight: bold;
}
input.button-link {
  text-decoration: none;
  background-color: #faebe4;
}
input.number-integer { width: 4em; }
div.info-box {
  width: 48%;
  float: left;
  padding: 0 2% 0 0;
}
div.info-box h2.standard {
  margin-top: 0;
  margin-bottom: 5px;
}
div.info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.info-box ul li {
  margin-bottom: 4px;
  clear: both;
}
div.info-box ul li div.label {
  width: 50%;
  float: left;
  text-align: right;
  margin-bottom: 4px;
}
div.info-box ul li div.number {
  padding-left: 1em;
  float: right;
  text-align: left;
  width: 45%;
}
div.info-box ul li.warning {
  background-color: #fc002a;
  text-align: center;
}
div.image-key {
  margin: 0 0 3px 40px;
  width: 200px;
  font-size: 80%;
  text-align: left;
}
#pers-engine {
  text-align: center;
  background-color: #f5dfbc;
  border: 1px solid #d55e24;
  display: none;
  margin: 4px auto;
  width: 500px;
  padding-bottom: 5px;
}
#pers-engine #pers-list { margin-top: 10px; }
#pers-engine #pers-default {
  width: 60%;
  margin-top: 0;
}
#pers-engine #pers-code {
  text-align: center;
  font-size: 110%;
  font-weight: 700;
  margin: 5px;
  padding: 3px 0;
  background-color: #fef9ee;
}
#attach-engine {
  text-align: center;
  background-color: #f5dfbc;
  border: 1px solid #d55e24;
  display: none;
  margin: 4px auto;
  width: 500px;
  padding: 10px 5px;
}
div#homepage-banner {
  padding: 0 20px;
  width: 768px;
}
div#homepage-banner a {
  display: inline;
  float: left;
  width: 172px;
  height: 59px;
  margin: 10px 20px 10px 0;
}
div#homepage-banner a span { display: none; }
div#homepage-banner a.hp-pricing {
  background: url('/images/pricing_tile.gif');
  background-repeat: no-repeat;
}
div#homepage-banner a.hp-pricing:hover { background-position: 0 -59px; }
div#homepage-banner a.hp-createaccount {
  background: url('/images/createaccount_tile.gif');
  background-repeat: no-repeat;
}
div#homepage-banner a.hp-createaccount:hover { background-position: 0 -59px; }
div#homepage-banner a.hp-freetrial {
  background: url('/images/freetrial_tile.gif');
  background-repeat: no-repeat;
}
div#homepage-banner a.hp-freetrial:hover { background-position: 0 -59px; }
div#homepage-banner a.hp-videotour {
  background: url('/images/videotour_tile.gif');
  background-repeat: no-repeat;
}
div#homepage-banner a.hp-videotour:hover { background-position: 0 -59px; }
div#homepage-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0 0;
  background-color: #ffffff;
  width: 172px;
  margin-right: 20px;
  text-align: center;
}
div#homepage-right .hp-newsletter {
  display: block;
  width: 172px;
  height: 104px;
  background: url('/images/newsletter_tile.png');
  background-repeat: no-repeat;
}
div#homepage-right .hp-newsletter:hover { background-position: 0 -104px; }
div#homepage-right .hp-newsletter span { display: none; }
div#homepage-right .hp-qrc {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background: url('/images/QRClink.gif');
  background-repeat: no-repeat;
  background-color: black;
}
div#homepage-right .hp-qrc:hover { background-color: #da5f28; }
div#homepage-right .hp-qrc span { display: none; }
div#homepage-right img { margin: 0 auto 10px; }
div#homepage-right div.plug {
  background-color: #0a6ccf;
  font-size: 1.1em;
  line-height: 1.2;
  width: 172px;
  margin: 0.75em auto 0;
  padding: 0.5em 0;
  color: white;
}
div#homepage-right div.plug a {
  color: white;
  text-decoration: none;
}
div#homepage-right div.plug a:hover { color: #eeeeee; }
div#homepage-right div.site-link { font-size: 9pt; }
div#homepage-right div.site-link h2 {
  font-size: 14pt;
  padding-bottom: 0.25em;
}
div#homepage-right div.site-link span { color: white; }
div#homepage-right div.site-link:hover span { color: black; }
div#homepage-content div#homepage-head { width: 788px; }
div#homepage-content div#homepage-head h1 {
  color: #00009c;
  font-size: 160%;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
div#homepage-content div#homepage-head div.main-copy {
  padding: 0.75em 20px;
  text-align: left;
  line-height: 1.3;
  font-size: 1.1em;
  background-color: #edb89f;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  margin: 5px 25px;
}
div#homepage-content div.product-column h3 {
  margin-top: 20px;
  text-align: center;
}
div#homepage-content div.product-column .details {
  padding: 0;
  line-height: 1.3;
  margin: 0.5em 0 20px;
  font-size: 1.1em;
  background-color: #bbdefe;
  padding: 0.75em 20px;
  min-height: 300px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
div#homepage-content div.product-column .details em {
  color: red;
  font-style: normal;
  font-weight: 700;
}
div#homepage-content div.product-column-wide h3 {
  margin-top: 20px;
  text-align: center;
}
div#homepage-content div.product-column-wide .details {
  padding: 0;
  line-height: 1.3;
  margin: 0.5em 0 20px;
  font-size: 1.1em;
  background-color: #bbdefe;
  padding: 0.75em 20px;
  min-height: 300px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
div#homepage-content div.product-column-wide .details em {
  color: red;
  font-style: normal;
  font-weight: 700;
}
div#homepage-content div.product-column {
  float: left;
  width: 354px;
  padding: 0 5px 0 25px;
  display: inline;
}
div#homepage-content div.product-column-wide {
  clear: left;
  width: 738px;
  margin: 5px 25px;
}
div#homepage-content div.product-column-wide .details {
  background-color: #edb89f;
  min-height: 20px;
}
div.why-admail {
  text-align: right;
  font-style: italic;
  font-size: 120%;
  font-weight: 700;
}
div.newsprint {
  font-family: Courier, "Courier New", monospace;
  font-size: 12pt;
  font-weight: 700;
  color: #333333;
  padding: 1em 3em;
  margin: 1em 0.5em 1em;
  border-top: 2px dashed #848484;
  border-bottom: 2px dashed #848484;
  background-color: #f0f0f0;
}
span.upload-text {
  color: #00009c;
  font-weight: 700;
  font-size: 1.1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
table.admail {
  padding: 0;
  border: 0;
  border-spacing: 0;
  table-layout: fixed;
}
table.admail tr.highlight td { background-color: #faebe4; }
table.admail th {
  border: 0;
  border-bottom: thin solid black;
  vertical-align: bottom;
  background-color: #edb89f;
  padding: 5px 5px 2px 5px;
}
table.admail th:first-child {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
table.admail th:last-child {
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
table.admail td.bottom {
  border-top: thin solid white;
  background-color: #edb89f;
}
table.admail td.bottom-left {
  border-top: thin solid white;
  background-color: #edb89f;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
table.admail td.bottom-right {
  border-top: thin solid white;
  background-color: #edb89f;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
table.admail th.email { width: 210px; }
table.admail th.blank { width: 10px; }
table.admail th.icon { width: 75px; }
table.admail th.percent { width: 70px; }
table.admail th.numbers { width: 150px; }
table.admail th.mail-count { width: 70px; }
table.admail th.lb-questions { width: 175px; }
table.admail th.date { width: 150px; }
table.admail th.eshop-credits { width: 300px; }
table.admail th.emailbuilder-credits { width: 300px; }
table.admail th.short-title { width: 85px; }
table.admail td {
  text-align: center;
  padding: 4px 3px 2px;
  overflow: hidden;
}
table.admail td.align-left {
  text-align: left;
  padding-left: 2%;
}
table.admail td.align-right {
  text-align: right;
  padding-right: 2%;
}
table.admail td.align-right img { float: left; }
table.admail td.align-right img.no-float { float: none; }
table.admail td.text {
  text-align: left;
  padding: 5px 10px 30px;
}
table.standard { width: 720px; }
table.small { width: 260px; }
table.borders { margin: 0 auto; }
table.borders td {
  border: 1px solid black;
  padding: 5px;
}
ul.checkbox-list {
  margin: 0 0 10px;
  padding-left: 35px;
}
ul.checkbox-list li {
  list-style-image: url(/images/checkbox_checked.gif);
  padding: 0;
}
dl.info-defs dt {
  background-color: #dda88f;
  border-bottom: 1px solid #444444;
  font-weight: 700;
  text-align: center;
  padding: 0;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
dl.info-defs dd {
  text-align: center;
  margin: 0;
  padding: 0 0 10px;
}
ul.faq-toc { margin: 0 0 0 15px; }
ul.faq-list {
  margin: 0 30px 0 30px;
  list-style: square;
}
ul.faq-list li { padding: 0 0 5px 0; }
ul.answers li {
  width: 190px;
  height: 2.5em;
  display: block;
  border: 0;
  float: left;
}
div.question-wrapper { float: left; }
textarea.email-paste {
  width: 20em;
  height: 20em;
}
div#lb-advanced {
  margin: 0 -10px;
  padding: 10px;
  border: 1px solid black;
}
div#lb-advanced ul#search-top-line li {
  float: left;
  border: 1px solid #666666;
  margin-right: 5px;
  padding: 2px 4px;
  margin-bottom: 5px;
  background-color: #c0c0c0;
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
}
div#lb-advanced ul#search-top-line li:hover {
  background-color: #cfcfcf;
  border: 1px solid #444444;
  text-decoration: none;
}
div#lb-advanced div { padding: 2px 0; }
div#lb-advanced div label { margin: 0 5px; }
div#lb-search-header {
  border-bottom: 2px solid black;
  font-weight: 700;
  margin-top: 10px;
}
div.lb-no-search-members {
  clear: both;
  border: 2px solid #000000;
  margin: 10px 40px;
  padding: 5px 0;
  text-align: center;
}
div#lb-search-results { border: 1px solid #cccccc; }
div#lb-search-results div.overit { background-color: #fbd4bd; }
div.lb-search-member {
  padding: 5px 0 5px 134px;
  border-bottom: 1px solid #cccccc;
  clear: both;
}
div.lb-member-inactive { background-color: #ee432c; }
div.lb-icons-label {
  float: left;
  width: 90px;
  padding-left: 20px;
}
span.lb-icons {
  padding: 0 40px 0 20px;
  margin-left: -134px;
}
span.lb-icons img { padding: 0 5px; }
div#lb-search-nav {
  float: right;
  text-align: right;
  font-weight: 700;
  font-size: 105%;
}
div.message-header {
  margin: 5px 0 10px 0;
  display: block;
  padding: 5px;
  border: solid #555555 1px;
}
div.message-header strong {
  display: block;
  width: 120px;
  float: left;
  font-weight: 700;
}
div.message-header img {
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}
div.message-header div.header { margin-top: 4px; }
div.message-header div.content { margin: 10px 0 20px; }
div.message-header div.content input { margin-top: -10px; }
div.message-header div.small-content { margin: 0 0 10px; }
div.message-header div.small-content input {
  background-color: #faebe4;
  margin-top: -5px;
}
ul.uploaded-file li {
  background-color: #cccccc;
  color: #000000;
  padding: 5px 10px;
  margin: 4px 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
ul.uploaded-file li span.name {
  font-size: 1.2em;
  font-weight: 700;
}
ul.uploaded-file li span.date {
  font-style: italic;
  padding-left: 10px;
}
ul.uploaded-file li span.controls { padding-left: 20px; }
span.click4info {
  text-decoration: underline;
  color: #000066;
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  font-style: italic;
  padding-left: 0.5em;
}
div.click-info {
  background-color: #edb89f;
  padding: 0 20px;
  margin: 2px 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
div.click-info div {
  font-size: 1.1em;
  padding: 8px 0;
  text-align: left;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
span.dictionary-popup {
  cursor: help;
  text-decoration: none;
  padding-right: 14px;
  color: #000364;
  font-style: italic;
  background-image: url(/images/def.gif);
  background-repeat: no-repeat;
  background-position: top right;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px dashed #000364;
}
span.dictionary-popup:hover { border-bottom: 1px solid #000364; }
ul.pricing-list {
  list-style: none;
  margin: 0 25px 5px;
  padding: 0;
}
ul.pricing-list li {
  padding: 0 0 5px;
  margin: 0;
}
ul.pricing-list li a.join { font-weight: 700; }
ul.pricing-list li span.label { font-weight: 700; }
ul.pricing-list li div.descrip {
  margin-left: 20px;
  padding: 5px;
}
ul.advantage-features {
  margin: 0 0 10px;
  padding: 0;
  padding-left: 35px;
}
ul.advantage-features li {
  list-style-image: url(/images/check.gif);
  font-weight: 700;
  padding: 0;
}
span.pricing-highlight {
  color: #d65d24;
  font-size: 110%;
}
div.acctrk-camp-info {
  margin: 0 auto;
  background-color: #fafafa;
  border: solid #cacaca 1px;
  width: 300px;
  float: left;
}
div.acctrk-camp-info .msg-hdr {
  clear: both;
  font-weight: 700;
  margin-bottom: 1px;
  background-color: #eaeaea;
  padding: 0 5px;
}
div.acctrk-camp-info .msg-info { padding: 0 10px; }
div.acctrk-camp-info div.msg-info {
  margin-left: 20px;
  margin-bottom: 2px;
}
ul.server-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.server-list li {
  margin: 3px 0;
  padding: 5px 10px;
  border: 1px solid #444444;
  background-color: #eeeeee;
}
ul.server-list li span.server-name {
  font-size: 1.5em;
  font-weight: 700;
}
ul.server-list li span.server-status {
  color: red;
  font-size: 1.2em;
  font-weight: 700;
}
img.admin-template-select {
  border: 1px solid #777777;
  margin: 0 5px 5px 0;
  float: left;
  width: 100px;
  height: 100px;
  font-size: 10pt;
}
img.admin-template-select:hover { border: 1px solid #000000; }
img.admin-template-inactive { border-style: dashed; }
img.admin-template-demo { border: 1px solid red; }
div.hidden-widget {
  text-align: center;
  background-color: #f5dfbc;
  border: 1px solid #d55e24;
  display: none;
  margin: 4px auto;
  width: 500px;
  padding: 5px;
}
div.hidden-widget input.select { margin: 0.2em; }
div.hidden-widget input.text-field {
  width: 80%;
  font-size: 1.1em;
  margin: 0.2em;
  text-align: center;
}
div.hidden-widget input.confirm-button { margin: 0.2em 0.5em; }
div.hidden-widget div.copy-paste {
  text-align: center;
  font-size: 110%;
  font-weight: 700;
  margin: 0.2em;
  padding: 3px 0;
  background-color: #fef9ee;
}
div.imagesWidget-image-frame {
  border: 1px solid #ccccee;
  width: 80px;
  height: 80px;
  padding: 2px;
  margin: 2px;
  float: left;
}
div.imagesWidget-image-frame:hover { border: 1px solid #8888aa; }
div.imagesWidget-image-frame:active { border: 1px solid #444477; }
div.imagesWidget-image-dialog {
  position: absolute;
  width: 200px;
  background-color: #eaeaea;
  border: 2px solid #cccccc;
  padding: 0.5em;
}
div.imagesWidget-image-dialog div { margin: 0.5em 0; }
div.imagesWidget-image-dialog input.confirm-button { margin: 0 0.5em; }
ul.template-cat li {
  border: solid #555555 1px;
  background-color: #eeeeee;
  margin: 10px 15px;
  padding: 5px 0px;
  float: left;
  width: 155px;
  height: 165px;
  text-align: center;
  overflow: hidden;
}
ul.multiple-selects li { margin: 20px 0; }
ul.multiple-selects li input { float: left; }
ul.interest-logic {
  margin-top: -6px;
  float: right;
  width: 250px;
}
ul.interest-logic li { margin: 3px 0 4px; }
ul.interest-logic li input { float: left; }
ul.interest-logic li.list-title {
  margin: 0 0 3px;
  text-align: center;
  color: #d65d24;
  font-weight: 700;
  font-size: 100%;
}
ul.links {
  margin: 10px;
  display: none;
}

