/*
	Adapted from Eric Meyer's reset CSS: http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
 @author Stuart Jones <sjones@amh.net.au>
*/
/** Draw arrows with CSS and elements @author Stuart Jones <sjones@amh.net.au> */
body > aside.message { display: none; }

aside.message { width: 50%; }

* { /*
	Fixes the box model so that padding and borders are included in width specifications, not added to them
*/ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

html, body { height: 100%; }

html { /*
	forces FF to display an empty scrollbar if the content doesn't run off the page
*/ overflow-y: scroll; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

pre, code, samp, kbd, output { background-color: #E1E4F2; border-top: 1px solid #003883; border-right: 1px solid #003883; border-bottom: 1px solid #003883; border-left: 1px solid #003883; font-family: Courier, fixed-width; margin-top: 0.5em; margin-right: 0; margin-bottom: 2em; margin-left: 0; overflow-x: auto; overflow-y: auto; padding-top: 0.5em; padding-right: 0.5em; padding-bottom: 0.5em; padding-left: 0.5em; }

/*
	HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { background-color: #F7F7F7; color: #333333; font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 10.5pt; line-height: 1.15em; /* we have to reassert line-height each time we change the font-size */ }

p, ol, ul { font-size: 1em; line-height: 1.5em; /* we have to reassert line-height each time we change the font-size */ }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

em, i { font-style: italic; }

strong, b { color: #606365; font-weight: bold; }

sub, sup { font-size: 0.8em; line-height: 0.8em; }

sup { vertical-align: super; }

sub { vertical-align: sub; }

a { border: none; font-weight: normal; outline: none; text-decoration: underline; }

a:link, a:visited { color: #003883; }

a:hover, a:active { color: #3399FF; }

:-moz-any-link:focus { outline: none; }

.inactive a, a.inactive { color: #AAAAAA; font-weight: bold; pointer-events: none; cursor: default; }

/* Forms and inputs */
input { border-color: #CCCCCC; border-radius: 0; border-width: 1px; border-style: solid; color: #333333; font-size: 1.25em; line-height: 1.15em; /* we have to reassert line-height each time we change the font-size */ font-family: Arial,Helvetica,Verdana,sans-serif; margin: 0.5em 0; }

input[type='radio'] { border-radius: 50%; }

input:focus { border-color: #999999; }

input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'] { background-color: #ffffff; padding-top: 0.25em; padding-right: 0.375em; padding-bottom: 0.25em; padding-left: 0.375em; }

input[type=number] { -moz-appearance: textfield; text-align: right; width: 4.6em; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

::-webkit-input-placeholder { color: #333333; opacity: 0.5; }

:-moz-placeholder { /* Firefox 18- */ color: #333333; opacity: 0.5; }

::-moz-placeholder { /* Firefox 19+ */ color: #333333; opacity: 0.5; }

:-ms-input-placeholder { color: #333333; opacity: 0.5; }

:focus::-webkit-input-placeholder { color: transparent; }

:focus:-moz-placeholder { /* Firefox 18- */ color: transparent; }

:focus::-moz-placeholder { /* Firefox 19+ */ color: transparent; }

:focus:-ms-input-placeholder { color: transparent; }

button, a.button, input[type='submit'], input[type='button'], input[type='cancel'] { background-color: #003883; border-top: 1px solid #003883; border-right: 1px solid #003883; border-bottom: 1px solid #003883; border-left: 1px solid #003883; border-radius: 5px; color: #FFFFFF; cursor: pointer; font-weight: bold; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0.5em; padding-right: 0.5em; padding-bottom: 0.5em; padding-left: 0.5em; text-align: center; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; }

button, a.button:hover, input[type='submit']:hover, input[type='button']:hover, input[type='cancel']:hover { background-color: #3399FF; }

/* Link back to the top of the page */
#link-to-top { display: block; font-size: 0.8em; line-height: 1.15em; /* we have to reassert line-height each time we change the font-size */ margin-top: 1em; margin-right: 0; margin-bottom: 1em; margin-left: 0; }

/*# sourceMappingURL=base.css.map */
