*.MenuGroup { position:absolute; border: 2px solid black; margin: 10px; padding: 10px; } *.ActionList { display:inline; position:absolute; left:010px; top:080px; height:020px; } *.DetailList { display:inline; position:absolute; left:000px; top:060px; width:800px; height:320px; } *.Pos { display:inline; position:absolute; } *.Label { position:absolute; left:000px; top:000px; text-align: left; font-weight: bold; color: black; } *.Field { position:absolute; text-align: left; font-family: "Courier New", monospace; font-size: 10pt; color: navy; background-color: rgb(230,240,250); } *.Refer { position:absolute; text-align: left; font-family: "Courier New", monospace; font-size: 10pt; color: navy; background-color: rgb(230,240,250); } *.Error { font-weight: bold; color: red; background-color: rgb(250,240,230); } *.Hidden { display:none; } *.Upper { text-transform: uppercase; } *.Lower { text-transform: lowercase; } *.Right { text-align: right; } *.ZeroFill { text-align: right; } /* Tool tip styles */ #tooltip { position: absolute; z-index: 2; padding: 3px; background: #efd; border: 1px solid #ccc; } a.Label:link { color:black } a.Label:visited { color:black }