/**
 * _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("/html/img/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("/html/img/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#topbar {
  background: #404040;
	width: 100%;
	height: 70px;
        top: 0;
	color: #fff;
	padding: 5px 24px 0px 10px;
	margin-left: 0px;
        margin-bottom: 0px;
}

div#topbar a {
	color: #fff;
	text-decoration: none;
}

div#topbar img {
  float: left;
	padding-right: 5px;
}

div#topbar h1 {
position: relative;
	font: 24px/30px Calibri, Arial;
	font-weight: bold;
}

div#content {
	width: 828px;
        top: 350;
	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#leftnav {
	margin-top: 34px;
	margin-bottom: 20px;
}

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

div#leftnav ul li a.dl {
/*        background: url("/html/img/icon_download.png") center left no-repeat; */
}

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

div#leftnav 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: 0px;
        margin-bottom: 10px;
}

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

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