/* messages, forms, classes, tables? */

.access{position:absolute; text-indent:-9999em; overflow:hidden;}
.inline{display:inline;}
.left{float:left;}
.right{float:right;}
.float-none{float:none;}
.uppercase{text-transform:uppercase;}
.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;}
.middle{vertical-align:middle;}
.center{text-align:center;}
.center-img{margin:0 auto; display:block;}
.gutter-right{margin-right:20px;}
.impact-statement{font-weight:bold; color:#900; /*font-size:108%;*/}
.highlight{font-weight:bold;}

div.hr{height:2px; background:url(../img/hr.gif) repeat-x bottom left;  margin-bottom:1em;}
div.hr hr{position:absolute; text-indent:-9999px;border:none; overflow:hidden; top:0; left:0;} /* ToDo// Move top/left to IE */

/* helpers */
.hide{display:none;}
.todo{font-weight:bold; color:red;}
.border{border:1px solid red;}
.outline{outline: red dotted 1px}
.background{background-color:red;}
.overflow{overflow:hidden;}
.strip{margin:0; padding:0;}
.gridToggle{position:absolute; top:0; right:0; z-index:1000; font-size:300%; background-color:#006600; color:#66CC00; border-bottom:1px solid #00CC00; border-left:1px solid #00CC00; border-right:1px solid #00CC00; padding:5px;}
