html { margin: 0px; } body { margin: 0px; font-family: Bitstream Vera Sans, Helvetica, Sans; font-size: 10pt; } table { border-spacing: 0px; } td { padding: 0px; } p { margin-top: 0px; margin-bottom: 5px; } ul { margin: 0px; padding: 0px; border-top: 1px solid #ffffff; border-bottom: 10px solid #ffffff; } li { width: 150px; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } #content { padding-top: 7px; padding-left: 7px; } .title { font-size: 1.2em; font-weight: bold; } a.step { display: block; position: relative; width: 100%; padding: 1px; background-color: #d8d4e2; color: #000000; text-decoration: none; } a.step:hover { background: #7e60e2 url("images/arrow_l.gif") no-repeat scroll right; } .currentstep { padding: 1px; background: #ffffff url("images/arrow_r.gif") no-repeat scroll right; font-weight: bold; cursor: default; } a.menuitem { display: block; position: relative; padding: 1px; background-color: #d8d4e2; color: #000000; text-decoration: none; } a.menuitem:hover { background: #7e60e2 url("images/arrow_l.gif") no-repeat scroll right; } .partition { display: table; background: #d8d4e2 url("images/partition_bg.png") no-repeat; } .partition_drag { padding-right: 15px; height: 30px; background: transparent url("images/partition_drag.png") no-repeat scroll top right; cursor: w-resize; overflow: hidden; position: relative; } .partition_drag[class] { position: static; display: table; } .partition_inner { cursor: default; position: absolute; top: 50%; } .partition_inner[class] { position: static; display: table-cell; vertical-align: middle; } .partition_free { height: 18px; margin-left: 6px; border-right: 4px solid #d8d4e2; background-color: #ffffff; position: relative; top: -50%; } .partition_free[class] { position: static; } .partition_used { height: 18px; background-color: #00ffff; }