  .ibox { float: left; margin-right: 8px; }
.cboth { clear: both; }
.submit { margin-top: 8px; }

select { padding: 3px; }
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
label.error { color: red; font-weight: bold; font-style: italic; }

.maxWidth-right {
   width: 100%;
   text-align: right;
}

table#navTable {
   margin: auto;
   width: 100%;
   table-layout: fixed;
}
table#navTable tr {
   text-align: center;
}

table#navTable td {
   text-overflow: clip;
   white-space: nowrap;
   overflow: hidden;
}

table#navTable hr {
   width: 50%;
   margin: auto;
}
table#navTable a:link, table#navTable a:visited, table#navTable a:hover, table#navTable a:active { 
   color: #000;
   text-decoration: none;
}

.adaonly-text { 
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
