/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.bordered {
  border: 1px solid #333;
}

.padded {
    padding: 10px;
}

.t_c {
    text-align: center;
}

.t_r {
    text-align: right;
}

.t_l {
    text-align: left;
}

.f_r {
    float: left;
}

.f_r {
    float: right;
}

.round {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.oldie .pie {
    behavior: url(/css/PIE.php);
}

.ie .ienoround {
    border-radius: 0;
}

.relative {
    position: relative;
}

.nomargin {
    margin: 0;
}