/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none; border:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#000;}
h1 {font-size:3em;line-height:1;margin-bottom:0px;}
h2 {font-size:2em;margin-bottom:0px;}
h3 {font-size:1.6em;line-height:1.25;margin-bottom:0px;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:0px;}
h5 {font-size:1em;font-weight:bold;margin-bottom:0px;}
h6 {font-size:1em;font-weight:bold;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
.show {visibility:visible !important;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:none;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
a img {border:none; visibility:visible;}
img.left {float:left;margin:0 1.5em 1.5em 0;padding:0;}
img.right {float:right;margin:0 0 1.5em 1.5em;}
.clear {clear:both;}

#navi {display:none;}

#contact-form {}	 
#content p {font-size:1.2em; line-height:1.6em; margin-bottom:1em;}
#content p.shrink, 	#content p span.shrink {font-size:1em; line-height:1.2em;}
#content p.grow, #content p span.grow {font-size:1.4px; line-height:1.6em;}
	#content table.schedule {width:100%;}
	#content table.schedule tr td {vertical-align:top;}
	#content hr {border-color:#000; background-color:#000; height:2px;}

div#app-container table {width: 100%;}
    div#app-container table tr td {vertical-align:top; text-align:left;}
    div#app-container input, div#app-container select, div#app-container textarea {margin:0px 0px 5px 0px; border:2px solid #000;}
    div#app-container .validation-error-box {border-color:#CC0000 !important;}
    div#app-container .validation-error-text {font-weight:bold !important;}
    div#app-container .error-message-text {padding:1px;}
    div#app-container .default-box {border-color:#d6d6d6 !important;}
    
#footer p, #footer a {display:none;}


/* ** common override classes ** */
.bold {font-weight:bold;}
.bold a {font-weight:bold;}
.imagelink, .imagelink img {border:none !important; text-decoration:none !important;}
.img-border {border:6px solid #d6d6d6;}
a.img-border {border:none !important;}
	a.img-border img {border:6px solid #4499CE;}
	a.img-border:hover img {border-color:#5ABBDE;}
.align-left {text-align:left !important;}
.align-right {text-align:right !important;}
.align-center {text-align:center !important;}	

