/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 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.

----------------------------------------------------------------------- */

/* reset.css */
html {margin:0;padding:0;border:0;}
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-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* 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;}
.mwt-left {float:left !important;}
p .mwt-left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.mwt-right {float:right !important;}
p .mwt-right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
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: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;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.mwt-even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.mwt-small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.mwt-large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.mwt-hide {display:none;}
.mwt-quiet {color:#666;}
.mwt-loud {color:#000;}
.mwt-highlight {background:#ff0;}
.mwt-added {background:#060;color:#fff;}
.mwt-removed {background:#900;color:#fff;}
.mwt-first {margin-left:0;padding-left:0;}
.mwt-last {margin-right:0;padding-right:0;}
.mwt-top {margin-top:0;padding-top:0;}
.mwt-bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input[type=url], input[type=email], input.mwt-text, input.mwt-title, textarea {background-color:#fff;border:1px solid #bbb;color:#000;}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.mwt-text:focus, input.mwt-title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
input[type=text], input[type=password], input[type=url], input[type=email], input.mwt-text, input.mwt-title, textarea, select {margin:0.5em 0;}
input.mwt-text, input.mwt-title {width:300px;padding:5px;}
input.mwt-title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
form.mwt-inline {line-height:3;}
form.mwt-inline p {margin-bottom:0;}
.mwt-error, .mwt-alert, .mwt-notice, .mwt-success, .mwt-info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.mwt-error, .mwt-alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.mwt-notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.mwt-success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.mwt-info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.mwt-error a, .mwt-alert a {color:#8a1f11;}
.mwt-notice a {color:#514721;}
.mwt-success a {color:#264409;}
.mwt-info a {color:#205791;}

/* grid.css */
.mwt-container {width:870px;margin:0 auto;}
.mwt-showgrid {background:url(src/grid.png);}
.mwt-column, .mwt-span-1, .mwt-span-2, .mwt-span-3, .mwt-span-4, .mwt-span-5, .mwt-span-6, .mwt-span-7, .mwt-span-8, .mwt-span-9, .mwt-span-10, .mwt-span-11, .mwt-span-12, .mwt-span-13, .mwt-span-14, .mwt-span-15, .mwt-span-16, .mwt-span-17, .mwt-span-18, .mwt-span-19, .mwt-span-20, .mwt-span-21, .mwt-span-22 {float:left;margin-right:10px;}
.mwt-last {margin-right:0;}
.mwt-span-1 {width:30px;}
.mwt-span-2 {width:70px;}
.mwt-span-3 {width:110px;}
.mwt-span-4 {width:150px;}
.mwt-span-5 {width:190px;}
.mwt-span-6 {width:230px;}
.mwt-span-7 {width:270px;}
.mwt-span-8 {width:310px;}
.mwt-span-9 {width:350px;}
.mwt-span-10 {width:390px;}
.mwt-span-11 {width:430px;}
.mwt-span-12 {width:470px;}
.mwt-span-13 {width:510px;}
.mwt-span-14 {width:550px;}
.mwt-span-15 {width:590px;}
.mwt-span-16 {width:630px;}
.mwt-span-17 {width:670px;}
.mwt-span-18 {width:710px;}
.mwt-span-19 {width:750px;}
.mwt-span-20 {width:790px;}
.mwt-span-21 {width:830px;}
.mwt-span-22 {width:870px;margin-right:0;}
input.mwt-span-1, textarea.mwt-span-1, input.mwt-span-2, textarea.mwt-span-2, input.mwt-span-3, textarea.mwt-span-3, input.mwt-span-4, textarea.mwt-span-4, input.mwt-span-5, textarea.mwt-span-5, input.mwt-span-6, textarea.mwt-span-6, input.mwt-span-7, textarea.mwt-span-7, input.mwt-span-8, textarea.mwt-span-8, input.mwt-span-9, textarea.mwt-span-9, input.mwt-span-10, textarea.mwt-span-10, input.mwt-span-11, textarea.mwt-span-11, input.mwt-span-12, textarea.mwt-span-12, input.mwt-span-13, textarea.mwt-span-13, input.mwt-span-14, textarea.mwt-span-14, input.mwt-span-15, textarea.mwt-span-15, input.mwt-span-16, textarea.mwt-span-16, input.mwt-span-17, textarea.mwt-span-17, input.mwt-span-18, textarea.mwt-span-18, input.mwt-span-19, textarea.mwt-span-19, input.mwt-span-20, textarea.mwt-span-20, input.mwt-span-21, textarea.mwt-span-21, input.mwt-span-22, textarea.mwt-span-22 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.mwt-span-1, textarea.mwt-span-1 {width:18px;}
input.mwt-span-2, textarea.mwt-span-2 {width:58px;}
input.mwt-span-3, textarea.mwt-span-3 {width:98px;}
input.mwt-span-4, textarea.mwt-span-4 {width:138px;}
input.mwt-span-5, textarea.mwt-span-5 {width:178px;}
input.mwt-span-6, textarea.mwt-span-6 {width:218px;}
input.mwt-span-7, textarea.mwt-span-7 {width:258px;}
input.mwt-span-8, textarea.mwt-span-8 {width:298px;}
input.mwt-span-9, textarea.mwt-span-9 {width:338px;}
input.mwt-span-10, textarea.mwt-span-10 {width:378px;}
input.mwt-span-11, textarea.mwt-span-11 {width:418px;}
input.mwt-span-12, textarea.mwt-span-12 {width:458px;}
input.mwt-span-13, textarea.mwt-span-13 {width:498px;}
input.mwt-span-14, textarea.mwt-span-14 {width:538px;}
input.mwt-span-15, textarea.mwt-span-15 {width:578px;}
input.mwt-span-16, textarea.mwt-span-16 {width:618px;}
input.mwt-span-17, textarea.mwt-span-17 {width:658px;}
input.mwt-span-18, textarea.mwt-span-18 {width:698px;}
input.mwt-span-19, textarea.mwt-span-19 {width:738px;}
input.mwt-span-20, textarea.mwt-span-20 {width:778px;}
input.mwt-span-21, textarea.mwt-span-21 {width:818px;}
input.mwt-span-22, textarea.mwt-span-22 {width:858px;}
.mwt-append-1 {padding-right:40px;}
.mwt-append-2 {padding-right:80px;}
.mwt-append-3 {padding-right:120px;}
.mwt-append-4 {padding-right:160px;}
.mwt-append-5 {padding-right:200px;}
.mwt-append-6 {padding-right:240px;}
.mwt-append-7 {padding-right:280px;}
.mwt-append-8 {padding-right:320px;}
.mwt-append-9 {padding-right:360px;}
.mwt-append-10 {padding-right:400px;}
.mwt-append-11 {padding-right:440px;}
.mwt-append-12 {padding-right:480px;}
.mwt-append-13 {padding-right:520px;}
.mwt-append-14 {padding-right:560px;}
.mwt-append-15 {padding-right:600px;}
.mwt-append-16 {padding-right:640px;}
.mwt-append-17 {padding-right:680px;}
.mwt-append-18 {padding-right:720px;}
.mwt-append-19 {padding-right:760px;}
.mwt-append-20 {padding-right:800px;}
.mwt-append-21 {padding-right:840px;}
.mwt-prepend-1 {padding-left:40px;}
.mwt-prepend-2 {padding-left:80px;}
.mwt-prepend-3 {padding-left:120px;}
.mwt-prepend-4 {padding-left:160px;}
.mwt-prepend-5 {padding-left:200px;}
.mwt-prepend-6 {padding-left:240px;}
.mwt-prepend-7 {padding-left:280px;}
.mwt-prepend-8 {padding-left:320px;}
.mwt-prepend-9 {padding-left:360px;}
.mwt-prepend-10 {padding-left:400px;}
.mwt-prepend-11 {padding-left:440px;}
.mwt-prepend-12 {padding-left:480px;}
.mwt-prepend-13 {padding-left:520px;}
.mwt-prepend-14 {padding-left:560px;}
.mwt-prepend-15 {padding-left:600px;}
.mwt-prepend-16 {padding-left:640px;}
.mwt-prepend-17 {padding-left:680px;}
.mwt-prepend-18 {padding-left:720px;}
.mwt-prepend-19 {padding-left:760px;}
.mwt-prepend-20 {padding-left:800px;}
.mwt-prepend-21 {padding-left:840px;}
.mwt-border {padding-right:4px;margin-right:5px;border-right:1px solid #ddd;}
.mwt-colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ddd;}
.mwt-pull-1 {margin-left:-40px;}
.mwt-pull-2 {margin-left:-80px;}
.mwt-pull-3 {margin-left:-120px;}
.mwt-pull-4 {margin-left:-160px;}
.mwt-pull-5 {margin-left:-200px;}
.mwt-pull-6 {margin-left:-240px;}
.mwt-pull-7 {margin-left:-280px;}
.mwt-pull-8 {margin-left:-320px;}
.mwt-pull-9 {margin-left:-360px;}
.mwt-pull-10 {margin-left:-400px;}
.mwt-pull-11 {margin-left:-440px;}
.mwt-pull-12 {margin-left:-480px;}
.mwt-pull-13 {margin-left:-520px;}
.mwt-pull-14 {margin-left:-560px;}
.mwt-pull-15 {margin-left:-600px;}
.mwt-pull-16 {margin-left:-640px;}
.mwt-pull-17 {margin-left:-680px;}
.mwt-pull-18 {margin-left:-720px;}
.mwt-pull-19 {margin-left:-760px;}
.mwt-pull-20 {margin-left:-800px;}
.mwt-pull-21 {margin-left:-840px;}
.mwt-pull-22 {margin-left:-880px;}
.mwt-pull-1, .mwt-pull-2, .mwt-pull-3, .mwt-pull-4, .mwt-pull-5, .mwt-pull-6, .mwt-pull-7, .mwt-pull-8, .mwt-pull-9, .mwt-pull-10, .mwt-pull-11, .mwt-pull-12, .mwt-pull-13, .mwt-pull-14, .mwt-pull-15, .mwt-pull-16, .mwt-pull-17, .mwt-pull-18, .mwt-pull-19, .mwt-pull-20, .mwt-pull-21, .mwt-pull-22 {float:left;position:relative;}
.mwt-push-1 {margin:0 -40px 1.5em 40px;}
.mwt-push-2 {margin:0 -80px 1.5em 80px;}
.mwt-push-3 {margin:0 -120px 1.5em 120px;}
.mwt-push-4 {margin:0 -160px 1.5em 160px;}
.mwt-push-5 {margin:0 -200px 1.5em 200px;}
.mwt-push-6 {margin:0 -240px 1.5em 240px;}
.mwt-push-7 {margin:0 -280px 1.5em 280px;}
.mwt-push-8 {margin:0 -320px 1.5em 320px;}
.mwt-push-9 {margin:0 -360px 1.5em 360px;}
.mwt-push-10 {margin:0 -400px 1.5em 400px;}
.mwt-push-11 {margin:0 -440px 1.5em 440px;}
.mwt-push-12 {margin:0 -480px 1.5em 480px;}
.mwt-push-13 {margin:0 -520px 1.5em 520px;}
.mwt-push-14 {margin:0 -560px 1.5em 560px;}
.mwt-push-15 {margin:0 -600px 1.5em 600px;}
.mwt-push-16 {margin:0 -640px 1.5em 640px;}
.mwt-push-17 {margin:0 -680px 1.5em 680px;}
.mwt-push-18 {margin:0 -720px 1.5em 720px;}
.mwt-push-19 {margin:0 -760px 1.5em 760px;}
.mwt-push-20 {margin:0 -800px 1.5em 800px;}
.mwt-push-21 {margin:0 -840px 1.5em 840px;}
.mwt-push-22 {margin:0 -880px 1.5em 880px;}
.mwt-push-1, .mwt-push-2, .mwt-push-3, .mwt-push-4, .mwt-push-5, .mwt-push-6, .mwt-push-7, .mwt-push-8, .mwt-push-9, .mwt-push-10, .mwt-push-11, .mwt-push-12, .mwt-push-13, .mwt-push-14, .mwt-push-15, .mwt-push-16, .mwt-push-17, .mwt-push-18, .mwt-push-19, .mwt-push-20, .mwt-push-21, .mwt-push-22 {float:left;position:relative;}
div.mwt-prepend-top, .mwt-prepend-top {margin-top:1.5em;}
div.mwt-append-bottom, .mwt-append-bottom {margin-bottom:1.5em;}
.mwt-box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 17px;border:none;}
hr.mwt-space {background:#fff;color:#fff;visibility:hidden;}
.mwt-clearfix:after, .mwt-container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.mwt-clearfix, .mwt-container {display:block;}
.mwt-clear {clear:both;}