/* --------------------------------------------------------------
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
 
body {
  line-height: 1.5;
}
 
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
 
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
 
/* Remove annoying border on linked images. */
a img { border: none; }

/* --------------------------------------------------------------
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */
 
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  font-size: 80%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
 
/* Headings
-------------------------------------------------------------- */
 
h1,h2,h3,h4,h5,h6, .h3class { font-weight: normal; font-family:Georgia, serif; }
 
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-top:1em; margin-bottom: 0.5em; padding:0.4em 0; border-bottom:1px solid #db2c23; text-align:center; }
h2.plan-alert { font-size: 2em; margin-bottom: 0.75em; color:#000; border:0; background:#ff3; text-align:center; }
h3 { font-size: 1.5em; line-height: 1.5; margin-bottom: 1em; color:black; font-weight:normal; }
.h3class { font-size: 1em; line-height: 1.5; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
 
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}
 
 
/* Text elements
-------------------------------------------------------------- */
 
p { margin: 0 0 1.5em; }
p.right { text-align:right; }
/*p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }*/
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
 
a:focus,
a:hover { color: #666; text-decoration:underline; }
a { color:#1010ff; text-decoration: none; }
 
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
strong.balance { color:#db2c23; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
 
abbr,
acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
 
pre,code { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
 
 
/* Lists
-------------------------------------------------------------- */
 
li ul,
li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
 
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
 
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}
 
 
/* Tables
-------------------------------------------------------------- */
 
table { margin-bottom: 1em; width:100%; font-size: 100%;
}
th, .table-header{ font-weight: bold; background: #C3D9FF; }
th,td, .table-header { padding: 4px 5px 4px 5px; }
.table-header { text-align: center; margin-bottom:1.4em;}
th.fixed-width, td.fixed-width { text-align:center; width: 15%;}
td.fixed-width-half { width:10%; }
th.indicator, td.indicator{ text-align:center; }
td.align-right{text-align:right;width:50px;border-right:1px solid #C3D9FF;}
td.align-left{text-align:right;width:10px;padding-right:40px;}
th.action-icon, td.action-icon{width:16px;text-align:center;padding-right:0;}
tr.even td { background: #E5ECF9; }
tfoot { font-style: italic; }
caption { background: #eee; }
 
 
/* Misc classes
-------------------------------------------------------------- */
 
.tiny { font-size: .6em; }
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.semi-small { font-size: .9em; line-height:2em; color:#666;}
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
 
.quiet { color: #666; }
.loud { color: #000; }
.highlight { background: #ff0; }
.outline { border: 1px solid #ccc; padding: 0 5px; background:#f1f1f1;}
.added { background:#060; color: #fff; }
.removed { background:#900; color: #fff; }
label.required {color:red;}
input.required {}

.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
.clear {clear:both;}
.hidden {display:none;}
p.quote {font-style:italic; font-family:Georgia,serif; margin:20px 0 0 0px;}
p.attrib {font-weight:normal; text-align:right; margin:0px 0 30px 50px; color:#666;}

body { width:480px; margin:0 auto; padding:10px; }
#footer { text-align:right; border-top:1px solid #db2c23;}
#header { text-align:center; }
.header {margin:0;}
.form-container { background:#db2c23; padding:15px;}
.form-container a {color: #7fc7e9;}
.form-container label { color:white; padding-top:3px; }
.form-container input { height:20px; font-size:1em; width:200px; }
input.checkbox {width:auto;}
input.send_to { width:250px;}
input.submit { font-size:1em; margin-left:5px; background:#ccc; height:30px; width:120px; -webkit-text-size-adjust:100%;}
input.amount { width:50px; background:#fff url('/images/whuffie_mark.png') top right no-repeat;}
textarea { width:100%; height:100px;}
div.form-label{float: left; width: 190px; font-size: 1.3em; text-align:right; padding-right:5px; -webkit-text-size-adjust:130% }
div.form-field{margin-left: 200px; font-size: 1.3em; -webkit-text-size-adjust:130%;}
div.form-field a{margin-left:5px; }
div.form-field a:hover{ color:#7fc7e9;}
dl {margin-bottom: 8px;}
dt {font-size: 1.3em; margin-bottom: 8px; }
dd {padding: 3px 0; margin-bottom: 5px; margin-left: 0;}
dd.form-row, div.form-row { padding-top: 0.2em; padding-right: 0pt; padding-bottom: 0.4em; padding-left: 0pt; overflow: hidden;}

table.transactions {font-size:11px;-webkit-text-size-adjust: 180%;}
table.transactions img { vertical-align:top; }
table.transactions td { vertical-align:top; padding:2px 5px; }
table.transactions td.amount { text-align:right; font-weight:bold; background:url(/images/whuffie_mark_sm.png) top right no-repeat; padding-right:7px; }
table.transactions td.transaction-date, span.transaction-date {color:#999;}
table.transactions td.reason {width:280px;}

div#notice { text-align:center; background:#befaaf; border:1px solid #27b300; padding:3px; margin: 10px 0;}
div#error { text-align:center; background:#fbc0c0; border:1px solid red; padding:3px; margin: 10px 0; }