/* Basic Cascading Style Sheet */ /* a */ a { font-style: normal; font-weight: normal; text-decoration: underline; text-transform: none; } a:link, a:visited, a:active { color: #0033ff; } a:hover { color: #000000; } a.submenu { font-style: normal; font-weight: bold; text-decoration: underline; text-transform: none; } a.submenu:link, a.submenu:visited, a.submenu:active { color: #ffffff; } a.submenu:hover { color: #ff8000; } /* body */ body { font-family: arial, helvetica, sans-serif, verdana; font-style: normal; font-variant: normal; font-weight: normal; background-color: #ffffff; background-repeat: no-repeat; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; } /* table */ table { empty-cells: show; } table.form, table.formtitle { background-color: #00aa70; } table.stamp { background-color: #ffffff; } table.stamptitle { background-color: #ffffff; } table.msg { background-color: #a73059; } table.formcontent, table.msgcontent, table.stampcontent { background-color: #fce8ca; } table.base, table.menu { background-color: #d5ffca; } table.submenu { background-color: #b54949; } table.line { background-color: #000080; } table.grid { background-color: #fcaa64; } table.gridprodtypedetail { background-color: #c3a3ff; } table.gridcontent { background-color: #f5ecd4; } table.issue { background-color: #a8ffa8; } table.issuecurrent { background-color: #c6e9ff; } /* td */ td { font-family: arial, helvetica, sans-serif, verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 75%; } td.base { padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; } td.main { padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; } td.stamptitle { font-weight: bold; font-size: 90%; color: #777777; padding-left: 15px; padding-right: 15px; padding-top: 0px; padding-bottom: 5px; } td.formtitle { font-weight: bold; color: #ffffff; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; } td.h1 { font-weight: bold; font-size: 100%; color: #000080; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px; } td.h1blue { font-weight: bold; font-size: 100%; color: #007ed2; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px; } td.h1grey { font-weight: bold; font-size: 100%; color: #5f5f5f; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px; } td.h1color { font-weight: bold; font-size: 110%; color: #0000FF; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px; } td.formheaderlarge { font-weight: bold; font-size: 110%; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; } td.contentheader, td.formheader, td.gridheader, td.msgheader, td.stampcontentheader { font-weight: bold; padding-left: 4px; padding-right: 4px; padding-top: 3px; padding-bottom: 3px; } td.highlight { font-weight: bold; color: #ff0000; padding-left: 4px; padding-right: 4px; padding-top: 3px; padding-bottom: 3px; } td.highlightblue { font-weight: bold; color: #0000FF; padding-left: 4px; padding-right: 4px; padding-top: 3px; padding-bottom: 3px; } td.data, td.form, td.formcontent, td.issue, td.msgcontent, td.stampcontent { padding-left: 4px; padding-right: 4px; padding-top: 3px; padding-bottom: 3px; } td.issuecurrent { background-color: #c6e9ff; padding-left: 4px; padding-right: 4px; padding-top: 3px; padding-bottom: 3px; } td.issueothers { background-color: #ffcaca; padding-left: 4px; padding-right: 4px; padding-top: 3px; padding-bottom: 3px; } td.content, td.footer { padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; } td.definition { padding-left: 4px; padding-right: 4px; padding-top: 3px; padding-bottom: 3px; } td.gridcontent { background-color: #f5ecd4; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; } td.gridcontentsupp { background-color: #c4c4ff; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; } td.gridcontentadditional { background-color: #ccfedd; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; } td.largeheader { font-weight: bold; font-size: 110%; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; } td.submenu { font-weight: bold; color: #ffff80; padding-left: 10px; padding-right: 10px; padding-top: 0px; padding-bottom: 0px; } /* input */ input { font-family: arial, helvetica, sans-serif, verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 100%; } /* sup */ sup { font-family: arial, helvetica, sans-serif, verdana; font-style: normal; font-variant: normal; font-weight: normal; color: #ff0000; } /* img */ img { border: none; } /* font */ font.gridcontentsupp { background-color: #c4c4ff; } font.redtext { color: #ff0000; } .separator { font-family: arial, helvetica, sans-serif, verdana; font-style: normal; font-variant: normal; font-weight: bold; font-size: 110%; color: #aaaaaa; }