/**
 * _COMMON STYLES
 *
 */

html {
    font: 13px/18px Calibri, Arial;
    text-decoration: none;
    color: #333;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 13px;
        line-height: 18px;
    background: #f5f5f5 url("lsw_bg.jpg") top center repeat-y;
        overflow-y: scroll;
}

a {
    color: #069;
    text-decoration: none;
    border: none;
}

a:hover {
    color: #069;
    text-decoration: underline;
}

a.more {
    line-height: 25px;
}

h1 {
    font: 24px/30px Calibri, Arial;
    border: none;
    font-weight: normal;
    margin-top: 5px;
    color: #fff;
}

h3 {
    font: 11px/29px Trebuchet, "Trebuchet MS";
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 15px;
}

h1.noline, h3.noline {
    border-bottom: none;
}

h2 {
    font: 25px/30px Calibri, Trebuchet, "Trebuchet MS", Arial;
    margin-top: 5px;
}

ul {
    list-style: url("bullet.png");
    margin-left: 20px;
    margin-top: 8px;
}

p {
    padding: 8px 0 5px 0;
}

img {
    display: block;
}

div#wrapper {
    background: #fff;
    width: 988px;
    margin: auto;
}

div#content {
    width: 828px;
        position: absolute;
        top: 0;
    margin-left: 180px;
}

div.contentleft {
    width: 648px;
    margin: 0 12px 20px 24px;
}

div.contentleft h1 {
        color: #000;
        border-bottom: 1px solid #eaeaea;
}

div.contentleft h4 {
        color: #AEAEAE;
        font-weight: normal;
        font-size: 7pt;
        line-height: 100%;
}

div#sidebar {
        position: fixed;
        top: 0;
      width: 160px;
      margin-left: 24px;
        margin-top: 10px;
}

div#help {
    margin-top: 34px;
    margin-bottom: 20px;
}

div#help ul {
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 5px;
    list-style: none;
}

div#help ul li a.dl {
        background: url("icon_download.png") center left no-repeat;
}

div#help ul li a {
    display: block;
    font-weight: bold;
    color: #9399a6;
    line-height: 34px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 35px;
}

div#help ul li a:hover {
    background-position: center right;
    color: #333;
    text-decoration: none;
}

/**
 * File list
 */
table#list {
  margin-top: 10px;
  margin-left: 10px;
  width: 640px;
}
table#list th {
  background: #D0D0D0;
  border-bottom: 1px solid #B0B0B0;
}
table#list tr.o {
  background: #F5F5F5;
}
table#list tr.e {
  background: #EAEAEA;
}

/**
 * _NAVIGATION + HEADER
 *
 */

div#mainnav {
    background: #27334c;
    color: #fff;
    padding: 5px 24px 20px 10px;
    margin-left: 15px;
        margin-bottom: 10px;
}

div#mainnav a {
    color: #fff;
    text-decoration: underline;
}

table.mirror{
    border-collapse: collapse;
}
table.mirror td{
        border-bottom: 1px solid #eaeaea;
}
