/* begin changes obgr_seneca */ html, body { margin: 0; padding: 0; } body { background: #f0f0f0; background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff); background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff); background-image: -ms-linear-gradient(top, #f0f0f0, #ffffff); background-image: -o-linear-gradient(top, #f0f0f0, #ffffff); background-image: linear-gradient(to bottom, #f0f0f0, #ffffff); font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif; text-align: left; } #mgnavdoc { margin: 0; position: absolute; top: 128px; } footer { border-top: 1px solid #ddd; margin: 1em 0 0 0; padding: 1em; font-size: 85%; text-align: left; } footer, footer a { color: #aaa; text-decoration: none; } h1, h2, h3, h4 { margin: 0 0 1em 0; } #hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; } #nav { text-align: left; } #hd { padding: 10px 20px 4px 20px; text-align: left; } #bd { padding: 2px 20px 2px 20px; text-align: left; } #bd h1 { margin: 0.2em 0; } #input_form { display: block; width: 360px; text-align:left; padding: 10px; -webkit-border-radius: 0.6em; -moz-border-radius: 0.6em; } #input_form input { background: #fff; border: inset 1px; } #input_form input:focus { background: #ddf; } #input_form button { background: #eef; border: 2px outset #dde; -webkit-border-radius: 0.4em; -moz-border-radius: 0.4em; border-radius: 0.4em; padding: 4px; } #login_form label { text-align:left; float: left; width: 130px; } #login_form { display: block; float: left; margin-bottom: 2.5em; } #login_form_inputs { margin-bottom: 1.5em; } #login_form input:focus { background: #ddf; } #login_form_line span { float: left; padding-top:5px; } #login_form button { float: right; } #password_change_form { display: block; float: left; } #password_change_form input:focus { background: #ddf; } #password_change_form button { margin-bottom: 1.5em; margin-top: 0.5em; float: right; } #password_change_form label { text-align: left; float: left; width: 150px; } #attribute_add_form { text-align: left; float: left } /* End changes obgr_seneca */ .message { color: #000; } .error { color: #f00; } /* horizontal navigation elements. create a DIV element with the class hnav * and stick one unordered list inside it to generate a horizontal menu. */ .hnav { } .hnav, .hnav ul li a { /* need to middor veritcal padding on .hnav and child anchor elements * because the anchors are _not_ block elements. since they are not * block elements web browsers will not expand .hnav to contain them * even with the extra padding. by applying the same padding to both * the parent .hnav _looks_ like its containing the child anchor * elements. */ padding-top: 3px; padding-bottom: 4px; } .hnav ul, .hnav ul li { display: inline; list-style-type: none; margin: 0; padding: 0; } .hnav ul li a { margin: 0 -1px 0 0; padding-left: 10px; padding-right: 10px; border-left: solid 0px #000; border-right: solid 0px #000; white-space: nowrap; }