﻿@media screen, all 
{
/* obscure master form fieldset / legend */
fieldset.oMasterForm { padding: 0; margin: 0; border: 0; }
legend.oMasterForm { display: none; }

/* Hide By Offset */
.skip, .hbo { height: 1px; width: 1px; position: absolute; top: -9999px; left: -9999px; line-height: 1px; font-size: 1px; display: block; z-index: -99; overflow: hidden; }
.hide { visibility: hidden; }
fieldset.hide { visibility: visible; }
legend { visibility: visible; }
.null { display: none; }
.clear { width: 100%; overflow: hidden; clear: both; }
.clear-soft { width: 100%; overflow: visible; }

/* system messages */
.oSystemWarning { margin: 5px 0 5px 0; padding: 5px; border: 1px solid #000000; background: #f7f7f7; color: #ff0000; }

/* semantic tags (candidate for content editor) */
.code, .abbr, .q, .cite, .var, .samp, .k, .kbd, .acronym, abbr, code, q, cite, var, samp, k, kbd, acronym { background: #e8e8e8; }
.cite, .var, cite, var { font-style: italic; }
kbd, samp, code { font-family: Courier New; }

}
