* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #0171AF url(images/background.gif) repeat-x;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333;
}

a {
    text-decoration: none;
    color: #0171AF;
}

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

#wrap {
    margin: 5px;
    width: auto;
    background: #fff;
    border: 10px solid #D1E6EF;
}

#header {
    height: 70px;
}

#header h1 {
    font-size: 28px;
    letter-spacing: -1px;
    padding: 13px 0 0 20px;
    color: #0171AF;
}

#header h1 a {
    color: #0171AF;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: -2px;
}

#header h1 a:hover {
    color: #111;
}

#header h2 {
    font-size: 19px;
    color: #ACD3E5;
    padding: 5px 0 0 20px;
    letter-spacing: -1px;
    font-weight: 100;
}

#menu {
    text-align: left;
    height: 30px;
    line-height: 30px;
    background: #D1E6EF;
}

#menu ul {
    list-style-type: none;
    padding-left: 20px;
}

#menu ul li {
    display: inline;
    border: 2px solid #375D81;
}

#menu ul li a {
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
}

#menu ul li:hover {
    background: #375D81;
    color: #111;
    text-decoration: none;
}

#content {
    padding: 0 20px 20px 20px;
}

.left {
    width: auto;
    text-align: justify;
}

.left h2 {
    font-size: 18px;
    font-weight: 100;
    padding: 15px 0 7px 0;
}

.left h2 a {
    text-decoration: none;
}

.left h2 a:hover {
    color: #111;
}

#footer {
    height: 30px;
    line-height: 50px;
    background: #D1E6EF;
    text-align: center;
    font-size: 11px;
}

/* ----------------------- */

table {
    background: #D3E4E5;
    border: 1px solid gray;
    border-collapse: collapse;
    color: #fff;
    font: normal 12px verdana, arial, helvetica, sans-serif;
}

caption {
    border: 1px solid #5C443A;
    color: #5C443A;
    font-weight: bold;
    letter-spacing: 20px;
    padding: 6px 4px 8px 0px;
    text-align: center;
    text-transform: uppercase;
}

td, th {
    color: #363636;
    padding: .4em;
}

tr {
    border: 1px dotted gray;
}

tr.red {
    background: #FF0000;
}

tr.orange {
    background: #FF7F00;
}

thead th, tfoot th {
    background: #5C443A;
    color: #FFFFFF;
    padding: 3px 10px 3px 10px;
    text-align: left;
    text-transform: uppercase;
}

tbody td a {
    color: #363636;
    text-decoration: none;
}

tbody td a:visited {
    color: gray;
    text-decoration: line-through;
}

tbody td a:hover {
    text-decoration: underline;
}

tbody th a {
    color: #363636;
    font-weight: normal;
    text-decoration: none;
}

tbody th a:hover {
    color: #363636;
}

tbody td + td + td + td a {
    background-position: left center;
    background-repeat: no-repeat;
    color: #03476F;
    padding-left: 15px;
}

tbody td + td + td + td a:visited {
    background-position: left center;
    background-repeat: no-repeat;
}

tbody th, tbody td {
    text-align: left;
    vertical-align: top;
}

tfoot td {
    background: #5C443A;
    color: #FFFFFF;
    padding-top: 3px;
}

.odd {
    background: #fff;
}

tbody tr:hover {
    background: #99BCBF;
    border: 1px solid #03476F;
    color: #000000;
}