td.title
  {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFCC;
	/*background-image: url(/gift/icon.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
  }
td.nav
  {
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: smaller;
  }
td.nav a:link, td.nav a:visited, td.nav a:active
  {
    color: #FFFFCC;
	background-color: #990000;
	margin: 2px;
	padding: 5px;
	border: #CC0000 solid 1px;
    text-decoration: none;
  }
td.nav a:hover { background-color: #CC0000; }

td { padding: 4px 5px; }

.body { font: 90% "Times New Roman", Times, serif; }
.body a:link, .body a:visited, .body a:active
  {
    color: #990000;
	text-decoration: none;
  }
.body a:hover
  {
    color: #CC0000;
	text-decoration: underline;
  }
  
td.body-title
  {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
  }

.title-sm
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #990000;
  }
  
.terms
  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333300;
  }
.terms p.head { font-weight: bold; }
  
.form-sm
  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #333300;
  }
.form-lg
  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333300;
	font-weight: bold
  }

#mainError { border:2px solid #F00; padding:4px; color:#F00; margin:1.5em; }
h4 { font-size:1.2em; }
#giveForm { margin-top:2em; }
#giveForm table { width:100%; margin-bottom:2em; }
#giveForm th { text-align:right; padding-right:.7em; font-size:1.1em; color:#555; white-space:nowrap; vertical-align:middle; }
#giveForm.confirm table th { width:110px; vertical-align:top; }
#giveForm.confirm a { font-size:1.2em; }

#giveForm tr.comment th, #giveForm tr.comment td.example { padding-top:.5em; vertical-align:top; }
#giveForm td { vertical-align:top; }
#giveForm td.example { vertical-align:middle; font-style:italic; }
#giveForm input, #giveForm textarea, #giveForm select { border:2px solid #CCC; padding:.2em; }
#giveForm option { padding:.1em; }
#giveForm input, #giveForm textarea { width:260px; }
#giveForm input.state, #giveForm input.amount, #giveForm input.small { width:60px; font-size:inherit; }
#giveForm input.zip { width:100px; }
#giveForm input.submit { border:2px outset #000; width:auto; }
#giveForm input.submit:active { border-style:inset; }
#giveForm input.no-pad { width:auto; padding:0; }
#giveForm label.cc-card { padding-right:2em; }
#giveForm td.increase { padding:1em 0; }
#giveForm td.increase input { height:1em; width:1em; }
#giveForm tr.error th, div.error { color:#F00; }
#giveForm tr.error th { vertical-align:top; padding-top:.5em; }
#giveForm tr.error td input, #giveForm tr.error td textarea, #giveForm tr.error td select, #giveForm tr.error td label { color:#000; border-color:#F00; }

#receipt h3 { font-size:1.4em; margin-top:1.6em; }
#receipt h4 { clear:left; color:#777; font-family:Arial, Helvetica, sans-serif; padding-top:1em; }
#receipt #purchaser, #receipt #purchases { clear:left; }
#receipt #purchaser { border:1px solid #777; padding:.5em; float:left; }
#receipt #purchaser #cardinfo { margin:1em .5em .5em; }
#receipt #purchases { border:1px solid #CCC; border-collapse:collapse; width:100%; margin-top:2em; }
#receipt #purchases td { border:1px solid #CCC; padding:.3em; vertical-align:top; }
#receipt #purchases #total td { border-top:2px solid #000; padding:.8em .5em .5em; font-weight:bold; text-align:right; font-size:1.2em; }
#receipt #purchases .dollar { background-color:#DDD; text-align:right; }


#receipt #letter { border:1px solid #DDD; padding:.4em; margin:.5em auto; width:50%; font-style:italic; }
#receipt #letter h4 { border-bottom:1px solid #DDD; font-size:1.1em; margin:-.4em -.4em .4em; padding:.2em; }
#receipt #letter #message { margin:1.2em 0; }
