/* -----------------------------------------------------------------------


 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.

----------------------------------------------------------------------- */

/* Blueprint Framework: reset.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, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Blueprint Framework: typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom: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;}
p {margin:0 0 1.5em;}
p img.left {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:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
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 {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
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;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.reallyQuiet {color:#888;} /* Custom Style - not from Blueprint */
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.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;}

/* Blueprint Framework: forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* Blueprint Framework: grid.css */
.container {width:770px;margin:0 auto;overflow:hidden;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* --------- END BLUEPRINT FRAMEWORK STYLES --------- */


/* Site-Wide Styles */
a:hover {color: #FF6600;text-decoration: none;}

/* Site Header */
#header {
	width: 770px;
	height: 159px;
	margin-left: 1px;
	margin-bottom: 0;
}

/* Main (Top) Navigation */
#mainnav {margin-bottom: 0;}
#mainnavmenu {height:20px;text-align:center;background-image:url(/Images/slice/indx_r2_c1.jpg);padding: 0;background-repeat:no-repeat;}
#mainnav a {font-weight: bold;color: #336699;text-decoration: none;margin: 0px 4px;}
#mainnav a:hover {color: #FF6600;text-decoration: none;}

/* Main Content Area Styles */
#content {
	margin-left: 26px;
	border-left: 1px solid #061884;
	border-right: 1px solid #061884;
	width: 673px;
	padding: 16px 20px 16px 16px;
}
#content a {text-decoration: none;}
#content .callToAction {display: block;text-transform: uppercase;font-size: 14px;margin-top: 12px;}

/* Site Footer */
#footergraphic {height: 34px;background: url(../Images/slice/indx_r5_c1.jpg) no-repeat top left;}
#footer {text-align: center;font-size: 10px;}

/* Payment Form Styles (on Course Payment page) */
#payment-form {color: #666;margin-left: 28px;margin-top: 6px;width: 92%;}
#payment-form .errorSummary {margin-left: 20px;margin-bottom: 20px;}
#payment-form .fieldError {margin-left: 4px;width: 5px;font-weight: bold;display: block;float: left;}
#payment-form .fieldErrorMonth {margin-left: -5px;margin-right: 2px;width: 5px;font-weight: bold;display: block;float: left;}
#payment-form legend {color: #66665c;font-weight: normal;background-color: #f0eee8;border: 1px solid #cfcfc1;font-family: Georgia, Serif;padding: 5px 15px;font-size: .9em;letter-spacing: 1px;text-transform: uppercase;}

/* Payment Form > Payment Options (Credit Card, PayPal, etc.) */
.payment-options {margin-left: 20px;}
.payment-options label, .payment-options input {display: block;float: left;margin-top: 2px;margin-left: 2px;}
.payment-options label {margin-right: 12px;}

/* Payment Form > Credit Card Option Inner Form */
#ccPaymentForm {margin-top: 20px;}
#ccPaymentForm .authError {margin-left: 20px;margin-bottom: 20px;}
#ccPaymentForm label {text-align: right;margin: 3px 11px 0 0;padding-top: 4px;width: 105px;font-weight: normal;float: left;clear: both;}
#ccPaymentForm label.label {clear: none;width: auto !important;}
#ccPaymentForm input[type="text"] {display: block;float: left;margin: 5px 0;padding: 2px;width: 300px;}
#ccPaymentForm input.ccNumber {width: 200px;}
#ccPaymentForm input.ccExpireMonth {margin-right: 10px;width: 24px;}
#ccPaymentForm input.ccExpireYear {width: 30px;}
#ccPaymentForm label.ccVerify {clear: none;width: auto !important;padding-left: 11px;}
#ccPaymentForm input.ccVerify {width: 43px;}
#ccPaymentForm .ccVerify-img {padding: 5px 0 0 10px;height: 22px;width: 39px;float: left;}
#ccPaymentForm label.ccZip {clear: none;width: auto !important;padding-left: 11px;}
#ccPaymentForm input.ccState {width: 100px;}
#ccPaymentForm input.ccZip {width: 105px;}
#ccPaymentForm .ccPayButton {margin: 20px 0 10px 170px;width: 120px;padding: 2px;}
#ccPaymentForm .securityNotice {margin:20px 0 10px 40px;}
#ccPaymentForm .nsSecuritySeal {margin:20px 0 10px 145px;}

/* Payment Form > PayPal Option Inner Form */
#paypalPaymentForm {margin-top: 30px;text-align: center;}

/* Payment Form > Offline Option Inner Form */
#offlinePaymentForm {margin-top: 30px;margin-left: 20px;}

/* Receipt Page */
.receipt {display:block;margin-left:30px;}
.receipt .label {float:left;width:150px;font-weight:bold;padding:2px 0;}
.receipt .value {float:left;padding:2px 0;}

/* General Data Input Form Styles (TODO: Refactor those forms later to remove these) */
table.courseinput { margin-left:auto;margin-right:auto;border-collapse:collapse; }
table.courseinput th { text-align:left;padding:2px 5px 2px 2px;width:110px; }
table.courseinput td { text-align:left;padding:2px 5px 2px 5px; }
table.courseinput td.required { text-align:right;width:5px;font-weight:bold;color:blue;padding-right:0px; }

/* Registration Confirmation Page Title (TODO: Refactor that page to remove this) */
span.usertitle { font-size:14px;font-weight:bold; }

/* Course Manager Styles */
.newCategoryLink {display: block; height: 32px; background: url(../Images/add-icon-32x32.png) no-repeat left;padding-top:10px;padding-left: 40px; text-transform:uppercase; font-size: 13px;float:left;margin-bottom:1.4em;}

/* Styles for FreeTextBox HTML Authoring Control - Without these, the control doesn't render
   properly because of the Blueprint CSS styles above */
.freeTextBox {padding:2px;background-color:#9EBEF5;width:652px;}
.freeTextBox table {margin:0;}
.freeTextBox table td,
.freeTextBox table th,
.freeTextBox table caption {padding:0;vertical-align:middle;}
.freeTextBox img {vertical-align:inherit;}
