|
- BODY {
- background-color: #BBBBBB;
- font-family: verdana, arial, helvetica, sans-serif;
- font-size: 11px;
- text-align: center;
- scrollbar-base-color: #40364d;
- scrollbar-arrow-color: #F5D300;
- scrollbar-highlight-color: #90869E;
- scrollbar-3dlight-color: #87789E;
- scrollbar-face-color: #40364d;
- scrollbar-shadow-color: #2F4261;
- scrollbar-dark-shadow-color: #000000;
- scrollbar-track-color: #51485F;
- }
-
- input, select {
- font-size: 11px;
- border: solid 1px #7F9DB9;
- }
-
- input.button, input.langbutton {
- font-size: 10px;
- font-weight: bold;
- border: outset 2px #FFFFFF;
- background-color: #40364D;
- color: #F5D300;
- }
-
- input.checkbox {
- border: none;
- }
-
- select.scrtabsel {
- width: 100%;
- }
-
- input.button {
- width: 150px;
- }
-
- input.langbutton {
- width: 35px;
- }
-
- select.data, input.data {
- width: 250px;
- }
-
- TD {
- padding: 2px;
- text-align: left;
- }
-
- TH {
- padding: 2px;
- text-align: left;
- }
-
- DIV.script {
- text-align: left;
- }
-
- DIV.screlem {
- width: 640px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 10px;
- maring-bottom: 10px;
- }
-
- DIV.screlemhead {
- padding-top: 3px;
- padding-right: 2px;
- padding-bottom: 3px;
- padding-left: 2px;
- font-weight: bold;
- text-align: right;
- vertical-align: middle;
- color: #F5D300;
- background: #40364D;
- border-left: outset 1px #F5D300;
- border-right: outset 1px #221D29;
- height: 16px;
- }
-
- DIV.screlemhead SPAN {
- float: left;
- filter: DropShadow(color=#000000, offx=1, offy=1);
- }
-
- A:link, A:active, A:visited, A:hover {
- font-size: 11px;
- color: #000000;
- text-decoration: none;
- }
-
- A:hover {
- color: #777777;
- }
-
- DIV.screlemhead A:link, DIV.screlemhead A:active, DIV.screlemhead A:visited {
- color: #FFFFFF;
- background: none;
- text-decoration: none;
- filter: DropShadow(color=#000000, offx=1, offy=1);
- }
-
- DIV.screlemhead A:hover {
- color: #FFFFFF;
- background: none;
- text-decoration: underline;
- }
-
- TABLE.screlem {
- font-size: 11px;
- width: 100%;
- margin: 0px;
- border: solid #40364D 1px;
- }
-
- TABLE.screlem TR {
- background-color: #F8F8F8;
- }
-
- TABLE.screlem TD.optinput {
- font-weight: normal;
- width: 20%;
- }
-
- TABLE.screlem TD.optlabel {
- font-weight: bold;
- width: 80%;
- }
-
- TABLE.screlem TD.dblabel {
- padding-left: 6px;
- font-weight: bold;
- width: 20%;
- }
-
- TABLE.screlem TD.dbinput {
- }
-
- TABLE.screlem TD.fldlabel {
- font-weight: bold;
- width: 20%;
- }
-
- TABLE.screlem TD.fldinput {
- width: 80%;
- }
-
- DIV.scrcmd, DIV.scrnav {
- width: 640px;
- margin-left: auto;
- margin-right: auto;
- text-align: center;
- margin-top: 10px;
- }
-
- TD.error, TR.error {
- color: #FF0000;
- }
-
-
- TD.right {
- text-align: right;
- }
-
- TD.center {
- text-align: center;
- }
-
- TR.activeoption {
- visibility: visible;
- }
-
- TR.inactiveoption {
- visibility: hidden;
- display: none;
- }
-
- TR.inactiveoption SELECT {
- visibility: none;
- }
-
- TR.inactiveoption TD {
- visibility: none;
- }
-
- DIV.footer A:link, DIV.footer A:active, DIV.footer A:visited, DIV.footer A:hover {
- border-top: dotted 1px #777777;
- font-size: 9px;
- color: #777777;
- text-decoration: none;
- }
-
- DIV.footer A:hover {
- text-decoration: underline;
- }
|