/* RZ TODO: cleanup code */ body { margin:0; padding:0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; vertical-align: top; background: #f4f4f4; } a,a:visited,a:active { color : #000000; text-decoration : underline; } a:hover { color : #F89826; text-decoration : none; } /* 2 Column Layout */ #container { width: 100%; margin: 0 0px 10px 0px; background-color: #fff; color: #333; border: 0px solid gray; line-height: 130%; } #header { padding: .5em; background-color: #ddd; border-bottom: 1px solid gray; } #leftcol { float: left; width: 209px; margin: 0; padding: 15px 0 15px 15px; background-color: #ebecf5; border-right: 1px solid gray; height: 500px; } #content { margin-left: 225px; padding: 10px; } #footer { clear: both; margin: 0; padding: .5em; color: #333; background-color: #ddd; border-top: 1px solid gray; } table { font-size: 12px; } /* Menu Sections */ .section { height : 25px; background-image : url( '../images/section.gif' ); } .subsection { padding-top : 8px; background-image : url( '../images/subsection.gif' ); } .endsection { height : 10px; background-image : url( '../images/endsection.gif' ); background-position : bottom; } TR { background-color : #EBECF5; } /* h1, h2, table, .menu, { border: 1px solid #000000; padding: 3px; background: #ddeeff; } p { padding: 3px; } table { width: 100%; text-align: left; vertical-align: top; } td { padding: 0px 2px 0px 2px; vertical-align: top; } */ img { border: 0px; } img .edit-assign-to-user { margin-left: 47px; } #meta { width: 100%; clear: both; } #meta .button { margin: 0px 5px 0px 0px; } #meta-left { float: left; width: 49%; } #meta-right { float: right; width: 49%; } td.y { background: #ffffff; border: 1px solid #000000; } .error { background: #ff0000; color: #ffffff; padding: 3px; font-size: 12px; } .success { background: #00cc33; padding: 3px; font-size: 12px; } .showmax { font-size: 12px; margin: 5px 0px 5px 0px; text-align: center; } .lettertaken { color: #000000; font-weight: bold; } .letternotavailable { color: #999999; } .sbutton { border: #999999 1px solid; } .button { border: #999999 1px solid; } .input { border: #999999 1px solid; } .sinput { border: #999999 1px solid; } textarea { width: 100%; } input.wide { width: 100%; } .errorbox{ border:solid 1px #D45341; background:#F6CBCA; color:#D45341; padding:4px; text-align:center; width:400px; }