|
- BODY {
- font-family: verdana, arial, helvetica, sans-serif;
- font-size: 12px;
- text-align: center;
- background-color: #F0EEE3;
- color: #3F3849;
- margin: 0px;
- padding: 0px;
- }
-
- input, select {
- font-size: 12px;
- }
-
- input.button, input.langbutton {
- font-size: 10px;
- font-weight: bold;
- }
-
- input.checkbox {
- border: none;
- }
-
- select.scrtabsel {
- width: 100%;
- border: solid 1px #000000;
- }
-
- input.button {
- width: 150px;
- }
-
- input.langbutton {
- width: 35px;
- }
-
- select.data, input.data {
- width: 250px;
- border: solid 1px #000000;
- }
-
- 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: #FFFFFF;
- background: url(/style/xp/images/head_background.gif) #014DFC repeat-x;
- border-left: outset 2px #3E96FF;
- border-right: outset 1px #0162FA;
- height: 16px;
- }
-
- DIV.screlemhead SPAN {
- float: left;
- text-align: left;
- filter: DropShadow(color=#000000, offx=1, offy=1);
- background: none;
- width: 400px;
- }
-
- 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: 12px;
- 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 {
- font-size: 11px;
- border-top: dotted 1px #777777;
- font-size: 10px;
- color: #777777;
- text-decoration: none;
- }
-
- DIV.footer A:hover {
- text-decoration: underline;
- }
|