/* -----------------------------------------------------------------------
 Origional: Blueprint CSS Framework 0.8 // http://blueprintcss.org
 Modified by eTool Developers // http://www.eToolDevelopers.com
 ----------------------------------------------------------------------- */

/* reset.css */
* {padding:0;margin:0;}
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 {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:1em;font-family:inherit;vertical-align:baseline;}
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;}

/* typography.css */
body {font-size:85%;font-family:calibri, sans-serif, arial;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:140%;line-height:1;margin-bottom:0.25em;}
h2 {font-size:120%;line-height:1;margin-bottom:0.25em;}
h3 {font-size:100%;line-height:1;margin-bottom:0.25em;}
h4 {font-size:100%;line-height:.75;margin-bottom:.25em;}
h5 {font-size:100%;line-height:.75;margin-bottom:.25em;}
h6 {font-size:100%;line-height:.5;margin-bottom:.25em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em;}
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:.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;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
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:80%;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.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;}
.center {text-align:center;}


/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 0 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:350px;height:150px;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;}
input.error, input.notice, input.success {padding:5px;margin-bottom:1em;border:1px 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;}

a.button{text-decoration:none;font-weight:bold;margin:0;padding:5px 15px;border:solid #DDD 1px;background-color:#F5F5F5;}
a.button:hover{background-color:#FFFFF0;}

/* grid.css Modified to 10 cols of 100px each*/
.container {width:900px;margin:0 auto 0 auto;padding:0;}

/* Column have a 5px right and left margin*/
div.column-1, div.column-2, div.column-3, div.column-4, div.column-5, div.column-6, div.column-7, div.column-8, div.column-9, div.column-10 {float:left;margin-right:5px;margin-left:5px;}

/* columnrmn have a 10px right margin*/
div.columnrm-1, div.columnrm-2, div.columnrm-3, div.columnrm-4, div.columnrm-5, div.columnrm-6, div.columnrm-7, div.columnrm-8, div.columnrm-9, div.columnrm-10 {float:left;margin-right:10px;}

/* columnlmn have a 10px right margin*/
div.columnlm-1, div.columnlm-2, div.columnlm-3, div.columnlm-4, div.columnlm-5, div.columnlm-6, div.columnlm-7, div.columnlm-8, div.columnlm-9, div.columnlm-10 {float:left;margin-left:10px;}

.column-1, .columnrm-1, .columnlm-1 {width:90px;}
.column-2, .columnrm-2, .columnlm-2 {width:190px;}
.column-3, .columnrm-3, .columnlm-3 {width:290px;}
.column-4, .columnrm-4, .columnlm-4 {width:390px;}
.column-5, .columnrm-5, .columnlm-5 {width:490px;}
.column-6, .columnrm-6, .columnlm-6 {width:590px;}
.column-7, .columnrm-7, .columnlm-7 {width:690px;}
.column-8, .columnrm-8, .columnlm-8 {width:790px;}
.column-9, .columnrm-9, .columnlm-9 {width:890px;}
.column-10, div.column-10, .columnrm-10, div.columnrm-10, .columnlm-10, div.columnlm-10 {width:1000px;margin:0;}

.last, div.last {margin-right:0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10 {float:left;}
.span-1 {width:100px;}
.span-2 {width:200px;}
.span-3 {width:300px;}
.span-4 {width:400px;}
.span-5 {width:500px;}
.span-6 {width:600px;}
.span-7 {width:700px;}
.span-8 {width:800px;}
.span-9 {width:900px;}
.span-10, div.span-10 {width:1000px;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:88px!important;}
input.span-2, textarea.span-2 {width:188px!important;}
input.span-3, textarea.span-3 {width:288px!important;}
input.span-4, textarea.span-4 {width:388px!important;}
input.span-5, textarea.span-5 {width:488px!important;}
input.span-6, textarea.span-6 {width:588px!important;}
input.span-7, textarea.span-7 {width:688px!important;}
input.span-8, textarea.span-8 {width:788px!important;}
input.span-9, textarea.span-9 {width:888px!important;}
input.span-10, textarea.span-10 {width:988px!important;}
.append-01 {padding-right:10px;}
.append-02 {padding-right:20px;}
.append-03 {padding-right:30px;}
.append-04 {padding-right:40px;}
.append-05 {padding-right:50px;}
.append-06 {padding-right:60px;}
.append-07 {padding-right:70px;}
.append-08 {padding-right:80px;}
.append-09 {padding-right:90px;}
.append-1 {padding-right:100px;}
.append-2 {padding-right:200px;}
.append-3 {padding-right:300px;}
.append-4 {padding-right:400px;}
.append-5 {padding-right:500px;}
.append-6 {padding-right:600px;}
.append-7 {padding-right:700px;}
.append-8 {padding-right:800px;}
.append-9 {padding-right:900px;}
.prepend-01 {padding-left:10px;}
.prepend-02 {padding-left:20px;}
.prepend-03 {padding-left:30px;}
.prepend-04 {padding-left:40px;}
.prepend-05 {padding-left:50px;}
.prepend-06 {padding-left:60px;}
.prepend-07 {padding-left:70px;}
.prepend-08 {padding-left:80px;}
.prepend-09 {padding-left:90px;}
.prepend-1 {padding-left:100px;}
.prepend-2 {padding-left:200px;}
.prepend-3 {padding-left:300px;}
.prepend-4 {padding-left:140px;}
.prepend-5 {padding-left:500px;}
.prepend-6 {padding-left:600px;}
.prepend-7 {padding-left:700px;}
.prepend-8 {padding-left:800px;}
.prepend-9 {padding-left:900px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #000;}
div.colborder {padding-right:80px;margin-right:19px;border-right:1px solid #000;}
.pull-1 {margin-left:-100px;}
.pull-2 {margin-left:-200px;}
.pull-3 {margin-left:-300px;}
.pull-4 {margin-left:-400px;}
.pull-5 {margin-left:-500px;}
.pull-6 {margin-left:-600px;}
.pull-7 {margin-left:-700px;}
.pull-8 {margin-left:-800px;}
.pull-9 {margin-left:-9000px;}
.pull-10 {margin-left:-1000px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10 {float:left;position:relative;}
.push-1 {margin:0 -100px 1.5em 100px;}
.push-2 {margin:0 -200px 1.5em 200px;}
.push-3 {margin:0 -300px 1.5em 300px;}
.push-4 {margin:0 -400px 1.5em 400px;}
.push-5 {margin:0 -500px 1.5em 500px;}
.push-6 {margin:0 -600px 1.5em 600px;}
.push-7 {margin:0 -700px 1.5em 700px;}
.push-8 {margin:0 -800px 1.5em 800px;}
.push-9 {margin:0 -900px 1.5em 900px;}
.push-10 {margin:0 -1000px 1.5em 1000px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10 {float:right;position:relative;}
.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 .5em 0;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}