@charset "utf-8"; /* @override http://data/dpxphp/mediator/vis/style.css */ /* ------------------------------------------------------------------- * Mediator Pattern Style * * CSS level 2 revision 1 * * @author Takashi Mizohata *----------------------------------------------------------------- */ /* @group Yahoo UI Library Fonts CSS */ /* ------------------------------------------------------------------- Yahoo UI Library Fonts CSS http://developer.yahoo.com/yui/fonts/ * Copyright (c) 2006, Yahoo! Inc. All rights reserved. * http://developer.yahoo.com/yui/license.txt Font-size Adjustment 77% = 10px | 112% = 16px | 167% = 22px 85% = 11px | 129% = 17px | 174% = 23px 92% = 12px | 136% = 18px | 182% = 24px 100% = 13px | 144% = 19px | 189% = 25px 107% = 14px | 152% = 20px | 197% = 26px 114% = 15px | 159% = 21px | *----------------------------------------------------------------- */ body { font-size: 13px; *font-size: small; *font: x-small; } table { font-size: inherit; font: 100%; } select, input, textarea { font-size: 99%; } * { line-height: 1; font-size: 100%; font-weight: normal; font-style: normal; } /* @end */ /* @group GLOBAL */ html, body { margin: 0; padding: 0; } body { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; } p, pre, address, cite,{ margin: 0; font-size: 100%; } h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 0; clear: none; } h1 { font-size: 189%; } h2 { font-size: 159%; } h3 { font-size: 144%; } h4 { font-size: 122%; } h5 { font-size: 107%; } h6 { font-size: 107%; } em { font-style: italic; } strong { font-weight: bold; } a:link { color: #005585; } a:visited { color: #818f98; } a:hover { color: #80af00; } ul, ol, dl { margin: 0 20px; padding: 0; list-style-position: inside; } img { vertical-align: bottom; } a img { border: 0; } a:hover img { } div.clear { clear: both; } br.clear { clear: both; } /* @end */ /* @group clearfix */ .clearfix:after, #fsCredential dd:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; } /* @end */ /* @group struct */ #container { width: 300px; margin: 120px auto 0 auto; border: 1px solid #999; padding: 1%; } #container fieldset { padding: 0; margin: 0; border: 0; } #container fieldset legend { display: none; } #container fieldset legend { display: none; } #fsCategory label { width: 45%; display: block; float: left; padding-right: 3px; } #fsCredential dl { margin: 0; padding: 10px 0; width: 100%; } #fsCredential dt { margin: 0; padding: 0; width: 25%; float: left; height: 30px; padding-top: 5px; } #fsCredential dd { margin: 0; padding: 0; width: 70%; margin-left: 27%; height: 35px; } #fsCredential dd input { width: 100%; } #fsDecision { text-align: center; } #fsDecision button { margin: 10px; padding: 3px 10px; width: 20%; text-align: center; text-transform: uppercase; } /* @end */