/** The body selector gives some basic margins and **
 ** sets the font family for the whole page        **/
body {
  font-family: Helvetica, Geneva, Arial, sans-serif;
  margin: 0 5px 15px;
  background-color: #F0F6FE;
  font-size: 12pt;
  position: relative;
}
img { border: 0; }
/** A general link definition.  Blue in color with no underline normally **
 ** orange with an underline when hovered or active. **/
a, span.link {
  color: #000364;
  text-decoration: underline;
}
span.link {
  cursor: pointer;
  cursor: hand;
}
a:hover, a:active, span.link:hover, span.link:active {
  color: #D65D24; 
  text-decoration: none;
}
a.with-icon {
  color: #000364;
  text-decoration: none;
}
a:hover, a:active {  color: #D65D24; }

a.with-icon img {  border: 0; }
a.with-icon span { text-decoration: underline; }
a.with-icon span:hover { text-decoration: none; }
sup {
  font-size: 70%;
}
.highlight{
  background-color: #FAEBE4;
}
.show-hand {
  cursor: pointer;
  cursor: hand;
}
.clickable { 
  cursor: pointer;
  cursor: hand;
}
.cross-hair { 
  cursor: crosshair;              
}
.show-help { cursor: help; }
input.button-link {
  text-decoration: none;
  background-color: #FAEBE4;
}
input.number-integer { 
 width: 4em;
}
p {
  margin: .9em 0 1em;
}
p.final-note {
  margin-top: 3em;
}
form {
 margin: 0;
 padding: 0;
}
label {
  cursor: pointer;
  cursor: hand;
}
dfn {
  cursor: help;
  border-bottom: dashed #D55E24 1px;
}
h1.standard { 
  color: #000364;
  font-weight: bold;
  font-size: 1.6em;
  padding: 0 0.5em 0;
  margin: .5em -0.2em 10px;
  border-bottom: 1px solid #000364;
  line-height: normal;
}
h1.logo {
  color: #000364;
  font-weight: normal;
  font-style: italic;
  font-size: 1.8em;
  line-height: 1;
}
h1.logo span.logoRight {
  color: #444444;
}
h1.logo span.logoRight sup {
  font-size: .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: #000364;
  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.solid-block {
  color: #000364;
  margin-left: 5px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
}
a.solid-block:hover,
a.solid-block:active {
  color: #D65D24;
  padding-left: 2px;
}

div.generic-frame {
  border: solid black 1px;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
}
div.generic-frame h2 {
  margin: 0 0 5px;
}
/* used for text describing use of control key */
div.control-usage {
  font-size: 9px;
  margin: 2px 0 0 0;
}

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;
}
div.why-admail {
  text-align: right;
  font-style: italic;
  font-size: 120%;
  font-weight: 700;
}
.error { 
  color: #FF0000;
  font-weight: 700;
}
div.error {
  clear: both;
  background-color: #FCC;
  color: #FF0000;
  padding: 5px;
  margin: 2px auto;
  text-align: center;
  width: 50%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.status-box { 
  background-color: #BBDEFE;
  color: black;
  margin: 2px -.6em 1em;
  padding: 1px 2em;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.status-box strong { 
  color: #ED0000;
}
.status-box h2 { 
 margin-top: .5em;
}
div.grey-box {
  margin:  2px -10px -5px;
  padding: 5px 20px;
  background-color: #E5E5E5;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
div.newsprint { 
  font-family: Courier, "Courier New", monospace;
  font-size: 12pt;
  font-weight: 700;
  color: #333;
  padding: 1em 3em;
  margin: 1em .5em 1em;
  border-top: 2px dashed #848484;
  border-bottom: 2px dashed #848484;
  background-color: #F0F0F0;
}
span.label-note {
  color: #FF0000;
  font-style: italic;
  padding-left: .5em;
  font-size: .8em;
}
span.upload-text {
  color: #000364;
  font-weight: 700; 
  font-size: 1.1em;
  font-family: 'Times New Roman', Times, serif;
}
span.pricing-highlight {
  color: #D65D24;
  font-size: 110%;
}
/** TABLES					**
 ** the .admail table should be the general	**
 ** table type.  Combine it with full-center	**
 ** or partial-center to give the desired	**
 ** position.					**
 ** th - has an orange background color.  Sub-	**
 ** classes include 'left' and 'right.' These	**
 ** provide the rounded corners.  The 'email'	**
 ** subclass provides the desired width for a	**
 ** column that contains an email address.  The	**
 ** 'blank' subclass is can be used to create	**
 ** blanks on the left and right of a title that**
 ** doesn't have enough columns to provide the	**
 ** corners.					**/
table.admail {
  padding: 0;
  border: 0;
  border-spacing: 0;
  table-layout: fixed;
}
/* The normal width */
table.standard {
  width: 620px;
}
table.small {
  width: 260px;
}
table.admail th {
  border: 0;
  border-bottom: thin solid black;
  vertical-align: bottom;
  background-color: #EDB89F;
  padding: 5px 5px 2px 5px;
}
table.admail th.left {
  background-image:    url(/images/left_mountain.gif);
  background-repeat:   no-repeat;
  background-position: top left;
}
table.admail th.right {
  background-image:    url(/images/right_mountain.gif);
  background-repeat:   no-repeat;
  background-position: top right;
}
table.admail th.email {
  width: 210px;
}
table.admail th.blank {
  width: 10px;
}
table.admail th.icon{
  width: 50px;
}
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: 95px;
}
table.admail th.eshop-credits,
table.admail th.emailbuilder-credits{
  width: 300px;
}
table.admail th.short-title{
  width: 85px;
}
table.admail td{
  border: 0;
  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.admail td.bottom {
  border: 0;
  border-top: thin solid white;
  background-color: #EDB89F;
}
table.admail td.bottom-left {
  border: 0;
  border-top: thin solid white;
  background-image:    url(/images/left_bottom_mountain.gif);
  background-repeat:   no-repeat;
  background-position: bottom left;
  background-color: #EDB89F;
}
table.admail td.bottom-right {
  border: 0;
  border-top: thin solid white;
  background-image:    url(/images/right_bottom_mountain.gif);
  background-repeat:   no-repeat;
  background-position: bottom right;
  background-color: #EDB89F;
}

ul.checkbox-list {
 margin: 0 0 10px;
 padding: 0;
 padding-left: 35px;
}
ul.checkbox-list li {
  list-style-image: url(/images/checkbox_checked.gif);
  padding: 0;
}

textarea {
  font-family: "Courier New", Courier, monospace;
  font-size: 13pt;
  border-top: 2px solid #949494;
  border-left: 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: 0 auto;
}
textarea.wide {
  width: 650px;
  height: 200px;
  margin: 0 auto;
}
textarea.text-input{
  overflow: auto;
  overflow-y: scroll;
}

textarea.text-input,
select.text-input,
input.text-input,
form.admail input[type="text"],
form.inplaceeditor-form input[type="text"]
 {
  border: 1px solid #8888AA;
  padding: 1px .5em;
  background-color: #F9FBFF;
  font-family: "Courier New", Courier, monospace;
}
form.admail span.match-inputs { font-family: "Courier New", Courier, monospace; font-size: 1.1em;}
form.admail input[type="text"],
form.inplaceeditor-form input[type="text"] {
  font-size: 1.1em;
}

select.text-input{
padding-right: 0;
}
textarea.text-input:hover,
select.text-input:hover,
input.text-input:hover,
form.admail input[type="text"]:hover,
form.inplaceeditor-form input[type="text"]:hover {
  border: 1px solid #444477;
}
textarea.text-input:active,
select.text-input:active,
input.text-input:active,
form.admail input[type="text"]:active,
form.inplaceeditor-form input[type="text"]:active {
  border: 1px solid #444477;
  background-color: #FFFFFF;
}
textarea.text-input:focus,
select.text-input:focus,
input.text-input:focus,
form.admail input[type="text"]:focus,
form.inplaceeditor-form input[type="text"]:focus {
  border: 1px solid #444477;
  background-color: #FFFFFF;
}
form.admail div.form-row,
form.admail div.checkbox-row {
  padding: 0;
  clear: both;
  margin: 2px 0;
}
form.admail div.checkbox-row label {
  font-size: 1;
  margin-left: .5em;
  float: none;
  font-weight: normal;
  
}
form.admail div.form-row label,
form.admail label,
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"],
input.default-button,
button.standard {
  font-size: 1.1em;
  font-weight: bold;
}
dl.info-defs {
  margin: 0px;
}
dl.info-defs dt {
  background-color: #DDA88F;
  border-bottom: 1px solid #444;
  font-weight: 700;
  text-align: center;
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
dl.info-defs dd{
  text-align: center;
  margin: 0;
  padding: 0 0 10px;
}