
/* CSS Document */

body          { font-family: Verdana, Helvetica, Sans-Serif; font-size: 9px;
                color: #333333;
                margin-top: 0px; margin-left: 0px;
                scrollbar-face-color: #FFFFFF;
                scrollbar-highlight-color: #CCCCCC;
                scrollbar-3dlight-color: #CCCCCC;
                scrollbar-darkshadow-color: #666666;
                scrollbar-shadow-color: #CCCCCC;
                scrollbar-arrow-color: #D57F15;
                scrollbar-track-color: #FFFFFF;
              }

/* LÄNKAR */

a             { color: #D57F15;
                text-decoration: none;
              }
a:hover       { text-decoration: underline; }

/* EDITERINGS-FÄLT (default) */

input         { background-color: #FEFEE5; color: #000000;
                font-size: 9px;
                border: 1px solid #a0a0a0;
                text-align; left; text-decoration: none;
              }
input:focus, input.sffocus {
                background-color: #F9F9C0; color: #000000;
                font-size: 9px;
                border: 1px solid #000000;
                text-align; left; text-decoration: none;
              }
select        { background-color: #FEFEE5; color: #000000;
                font-size: 9px;
                border: 1px solid #a0a0a0;
                text-align; left; text-decoration: none;
              }
textarea      { background-color: #FEFEE5; color: #000000;
                width: 450px;
                font-size: 11px;
                border: 1px solid #a0a0a0;
              }
textarea:focus, textarea.sffocus {
                background-color: #F9F9C0; color: #000000;
                width: 450px;
                font-size: 11px;
                border: 1px solid #000000;
              }

/* INPUT-FÄLT <class> */

.inputButton  { background-color: #F0F0E0; color: #101010;
                height: 16px;
                border: 1px solid #a0a0a0 #a0a0a0 #202020 #202020;
              }
.submitButton { background-color: #F0F0E0; color: #101010;
                height: 20px;
                border: 1px solid #a0a0a0 #a0a0a0 #202020 #202020;
              }
.inputRadio   { background-color: #FFFFFF; color: #101010;
                height: 20px;
                border: 0px solid #A0A0A0;
                text-align: left; text-decoration: none;
              }

/* LAGER <class> */

.single       { font-family: Arial; font-size: 1px; }
.footer       { font-size: 11px; }
.title        { font-size: 10px;
                color: #D57F15;
              }
.subtitle     { font-size: 10px;
                color: #D57F15;
              }
.page         { font-size: 10px;
                color: #D57F15;
              }

.bold         { font-weight: bold;
                color: #000000;
              }

/* LAGER <id> */

#select_sv    { position: absolute;
                left: 0px; top: 520px; width: 540px; height: 20px; z-index: 10;
                border: 0px solid #000000;
                text-align: right;
              }
#select_en    { position: absolute;
                left: 0px; top: 520px; width: 580px; height: 20px; z-index: 10;
                border: 0px solid #000000;
                text-align: right;
              }
#footer       { position: absolute;
                left: 0px; top: 540px; width: 800px; height: 50px; z-index: 10;
                border: 0px solid #000000;
              }
#movielist    { position:absolute;
                left: 540px; top: 165px; width: 250px; height: 320px; z-index: 10;
                overflow: auto;
              }
#order        { position: relative;
                left: 20px; top: 20px; width: 500px; height: 230px; z-index: 10;
                border: 0px solid #000000;
                overflow: auto;
              }
#trolley      { position: relative;
                left: 20px; top: 0px; width: 500px; height: 120px; z-index: 10;
                border: 0px solid #000000;
                overflow: auto;
              }

