/*
-----------------------------------------------
Grey Page Base Styles
----------------------------------------------- */

body {background: #eee; color: #333; font: 100% "Courier New", Courier, monospace;}
hr {border-color: #ccc;border-style: solid;border-width: 1px 0 0;clear: both;height: 0;}

/* universal floating of anything 
----------------------------------------------- */
.floatLeft {float:left;}
.floatRight {float:right;}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {}


/* hide print-only elements */
.printOnly {display:none;}

/* if this css is applied, then we can assume multi-column layout, and hide the jump links */
.jumplink {display:none;}

/* accessibility items removed from display */
legend{display:none;}
.noShow{display:none;}

/* sometimes we want the fieldsets and legends to show */
fieldset.bordered {border:1px dotted #666;padding:5px;}
fieldset.bordered legend {display:inline-block;background:#fff;}
* > fieldset.bordered legend {display:block;}


/* Text styling
-------------------------*/

a:focus {outline: 1px dotted invert;}

h1 {font-size: 1.8em; line-height:1.3em;}
h2 {font-size: 1.5em; line-height:1.3em;}
h3 {font-size: 1.4em; line-height:1.3em;}
h4 {font-size: 1.3em; line-height:1.3em;}
h5 {font-size: 1.2em; line-height:1.3em;}
h6 {font-size: 1.1em; line-height:1.3em;}

/* Spacing
--------------------------*/

ol {list-style: decimal;}
ul {list-style: disc;}
li {margin-left: 30px;}


/* Delist
----------------------------*/

.delist {list-style-type:none;margin:0;padding:0;}
.delist li {margin:0;padding:0;}


