    html, body {
/*      background: #afafa0 url(/gfx/back-2.gif) top center repeat-y; */
      background: #eae9d5 url(/gfx/back1200.png?a2) top center repeat-y;
      margin: 0;
      padding: 0;
    }
    h1,h2,h3,h4,h5,h6 {
      font-weight: normal;
      font-family: "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
    }
    #sw_canvas {
      width: 1200px;
      margin: 0 auto;
      background-color:#fff;
    }
    #sw_canvas div.sw_topp {
/*      background: #000 url(/gfx/trackcontrol.jpg?1) top left no-repeat; */
      background: #eae9d5 url(/gfx/trackcontrol-header.jpg) top left no-repeat;
      text-align: right;
      width: 1200px;
      height: 90px;
    }
    #sw_canvas div.sw_topp form {
      margin: 0 10px;
      padding: 5px 0;
    }
    #sw_canvas div.sw_topp form input {
      margin-right: 5px;
      border: 1px solid #ccc;
    }
    #sw_canvas div.sw_menu {
      background: #ccc url(/gfx/menu.gif) bottom left repeat-x;
      width: 1200px;
      padding-top: 10px;
      position: relative;
    }
    #sw_canvas div.sw_menu div.lang {
      position: absolute;
      right: 10px;
      top: 5px;
    }
    #sw_canvas div.sw_menu div.lang img {
      border: none;
    }
    #sw_canvas div.wrapp {
      width: 1140px;
      margin: 25px auto 0 auto;
      font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
      font-size: 12px;
    }
    #sw_canvas div.wrapp div.content {
      width: 860px;
      float: left;
    }
    #sw_canvas div.wrapp div.col {
      width: 260px;
      float: right;
    }
    #sw_canvas div.footer {
      clear: both;
      width: 1200px;
      border-top: 1px solid #006699;
      margin-top: 10px;
      padding-top: 5px;
      color: #aaa;
      font-size: 10px;
      text-align: center;
      font-family: Arial,Helvetica,sans-serif,Verdana,Geneva,;
    }

    .flex-grid-footer {
        clear: both;
        color: #aaa;
        font-family: "IBM Plex Sans", sans-serif;
        display: flex;
        padding: 1em 0 0.5em 0;
        font-size: 0.9em;
    }
    .flex-grid-footer .col {
        flex: 1;
        text-align: left;
        margin: 0 2em;

    }
    .flex-grid-footer .col a {
        color: #aaa;
    }
    .flex-grid-footer .col a:hover {
        color: #000;
    }
    .flex-grid-footer div:last-child {
        text-align: right;
    }


/*
    #navlist {
      margin: 10px 0 0 0;
      padding: 0;
    }
    #navlist li {
      float: left;
      padding: 0 5px;
    }
    #navlist li a {
      color: #000;
      font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
      font-size: 12px;
    }
    #navlist li a:link,
    #navlist li a:visited {
      text-decoration: none;
    }
    #navlist li a:hover {
      text-decoration: underline;
    }    
*/

#navlist {
  position: relative;
  width: 100%;
  height: 1.20em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #006699;
  white-space: nowrap;
}
#navlist li {
  float: left;
  margin: 0 0 0 2px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #aaa #555 #f63 #999;
  list-style-type: none;
}
#navlist li a {
  position: relative;
/*  width: 6em; */
  display: block;
  margin: 0;
  padding: 3px 0.8em 1px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: #eee;
  color: #666;
  font: normal 0.7em/120% Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
}
#navlist li a:hover {
  color: #00c;
  text-decoration: underline;
}
#navlist li#active a {
  font-weight: bold;
  background-color: #fff;
  color: #000;
  border-color: #ccc #888 #fff #ccc;
}
#navlist li#active a:hover { color: #000; 
}
#navlist li#active { 
  border-bottom: 1px solid #fff;
}
#navlist ul#subnavlist {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.35em;
  height: 1.25em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #006699;
  white-space: nowrap;
}

#navlist ul#subnavlist li {
/*  width: 14ex; */
  margin: 0;
  border: 0;
}

#navlist ul#subnavlist li a {
  width: auto;
  padding: 0.26em 1em 0.2em;
  border: 0;
  background-color: #fff;
  color: #000;
  font: normal normal 0.66em/110% Verdana, Arial, sans-serif;
}
#navlist ul#subnavlist li a:hover {
  color: #00c;
  text-decoration: underline;
  font-weight: 400;
  background-color: #eee;
  /* IE5/Mac disappearing item fix */
}
#navlist ul#subnavlist li#subactive a {
  color: #000;
  font-weight: bold;
}
* html > body #navlist, * html > body #navlist ul#subnavlist {
  width: 600px;
  /* IE5/Mac fixed width fix */
}






  div.news {
    border: 1px solid #666;
  }
  div.news h3 {
    margin: 0;
    background-color: #666;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding: 3px 4px;
    color: #fff;
  }
  div.news div.item {
    margin-bottom: 5px;
    padding: 0 4px;
  }
  div.news div.item h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  div.news div.item p {
    margin: 0;
  }




/* 
New login
*/

/* Quick responsive image right side fix */

.right-block p img {
  width: 100%;
  height: auto;
}

/* * * * * */


/* ** * */

.trackloginwrap h3 {
    background-color: #000;
    color: #fff; 
    margin: 0;
    padding: 0.5em;
    font-size: 20px;
}

form.tracklogin {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
        padding: 2em 1em;
    background: #F2F2F2;
}

form.tracklogin li {
    border: 2px ridge rgba(187, 185, 189, 0.11);
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    list-style: none;
    margin-bottom: 12px;
    background: #F0EEF0;
}

form.tracklogin input[type="text"],
form.tracklogin input[type="password"] {
    font-family: 'Droid Sans', sans-serif;
    width: 53%;
    padding: 0.5em 2em 0.5em 1em;
    color: #B8B8B8;
    font-size: 20px;
    outline: none;
    background: none;
    border: none;
    color: #222;
    background-color: #ffffff;
}
form.tracklogin input[type="submit"] {
    float: left;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    outline: none;
    font-family: 'Raleway', sans-serif;
    padding: 12px 0px;
    width: 35%;
    font-size: 18px;
    background: #006cff;
    border: 2px solid #0056cc;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
}
form.tracklogin .icon {
    background: url(/gfx/icons.png) no-repeat 0px 0px;
    height: 30px;
    width: 30px;
    display: block;
    float: right;
    margin: 12px 9px 9px 0px;
}
form.tracklogin .user {
    background: url(/gfx/icons.png) no-repeat 7px 1px;
}
form.tracklogin .lock {
    background: url(/gfx/icons.png) no-repeat -22px 1px;
}
form.tracklogin .clear {
    clear: both;
}
form.tracklogin a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
form.tracklogin a {
    text-decoration: none;
}