/* body properties */ body { padding-left : 5px; padding-right : 5px; padding-bottom : 5px; padding-top : 5px; margin : 5px; background-image: url(); background-color: #FFFFFF; color : #0000a0; } /* link properties */ a { color: #3366CC; } a:link { color: #3366CC; text-decoration: underline; } a:visited { color: #3366CC; text-decoration: underline; } a:hover { color: #CC0033; text-decoration: underline; } a:active { color: #3366CC; text-decoration: underline; } /* normal table properties */ table { } table.border { background-color: #333333; } /* normal font properties */ font { font-family: Verdana, sans-serif; } font.normal { color: #0000a0; font-size: 13px; } font.sub-normal { color: #0000a0; font-size: 10px; } a.normal { color: #0000a0; } a:link.normal { color: #0000a0; text-decoration: none; } a:visited.normal { color: #0000a0; text-decoration: none; } a:hover.normal { color: #0000a0; text-decoration: underline; } a:active.normal { color: #0000a0; text-decoration: underline; } /* title properties */ tr.title { background-color: #006600; } font.title { color: #ffffff; font-size: 13px; font-weight: bold; } font.sub-title { color: #ffffff; font-size: 10px; } /* menu properties */ tr.menu { background-color: #ffffff; } font.menu { color: #0000a0; font-size: 10px; } a.menu { color: #0000a0; } a:link.menu { color: #0000a0; text-decoration: none; } a:visited.menu { color: #0000a0; text-decoration: none; } a:hover.menu { color: #0000a0; text-decoration: underline; } a:active.menu { color: #0000a0; text-decoration: underline; } /* table large-header properties */ tr.large-header { background-color: #006600; } font.large-header { color: #ffffff; font-size: 13px; font-weight: bold; } /* table small-header properties */ tr.small-header { background-color: #009900; } font.small-header { color: #ffffff; font-size: 10px; font-weight: bold; } /* table row properties */ tr.row { background-color: #Ffffff; } font.row { color: #0000a0; font-size: 13px; } /* table body properties */ tr.body { background-color: #Ffffff; } font.body { color: #0000a0; font-size: 13px; } font.sub-body { color: #0000a0; font-size: 10px; } font.error-body { color: Red; font-size: ; } a.body { color: #0000a0; } a:link.body { color: #0000a0; text-decoration: none; } a:visited.body { color: #0000a0; text-decoration: none; } a:hover.body { color: #0000a0; text-decoration: underline; } a:active.body { color: #0000a0; text-decoration: underline; } /* form properties */ font.subject { color: #333333; font-size: 13px; font-weight: bold; } font.sub-subject { color: #333333; font-size: 10px; } font.help { color: #333333; font-size: 13px; } font.label { color: #333333; font-size: 13px; } font.textbox { color: #333333; font-size: 13px; } font.textarea { color: #333333; font-size: 13px; } font.selectbox { color: #333333; font-size: 13px; } font.checkbox { color: #333333; font-size: 13px; } font.radio { color: #333333; font-size: 13px; } input, textarea, select { font-family: Verdana, sans-serif; color: #333333; font-size: 13px; } input.textbox { width: 100%; background-color: #FFFFFF; } textarea.textarea { width: 100%; background-color: #FFFFFF; } select.selectbox { width: 100%; background-color: #FFFFFF; }