/* LAN Crew Stylesheet */

html, body {
    height: 100%;}

body {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    font-size: 13px;
    font-family: arial;
    color: #025;
    background: url( "images/back_fill2.png" ) top left;}

table.main_table {
    width: 816px;
    height: 100%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;}

td.main_cell {
    width: 100%;
    height: 100%;
    background: url( "images/back_slice.png" ) top left;
    text-align: left;
    vertical-align: top;}

td.top_cell {
    width: 100%;
    height: 15px;
    background: url( "images/top_slice.png" ) top left no-repeat;}

td.bottom_cell {
    width: 100%;
    height: 15px;
    background: url( "images/bottom_slice.png" ) top left no-repeat;}

div.treeline {
    position: relative;
    top: -12px;
    left: 4px;}

div.date_time {
    position: relative;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    width: 60%;
    top: -16px;
    left: 292px;}

div.weather {
    position: relative;
    top: -75px;
    left: 3px;
    height: 50px;
    width: 200px;
    border: 1px solid #3f4854;
    color: #3f4854;
    font-weight: bold;
    padding-left: 2px;
    font-size: 11px;
    text-align: left;}

div.conditions {
    position: relative;
    height: 32px;
    text-align:center;
    top: -35px;
    left: 60px;}

div.conditions_text {
    position: relative;
    text-align: center;
    top: -40px;
    left: 60px;}

div.menu_bar {
    position: relative;
    top: -68px;
    text-align: left;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: bold;
    width: 90%;
    height: 16px;
    border-bottom: 2px solid #025;}

div.content {
    position: relative;
    width: 90%;
    top: -68px;
    margin-left: auto;
    margin-right: auto;}

div.definition {
    width: 95%;
    height: 127px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;}

div.logo_text {
    position: relative;
    top: 80px;}


div.logo {
    float: left;
    height: 117px;
    width: 150px;
    padding-top: 10px;
    padding-right: 10px;}

div.footer {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
    color: #444;
    font-size: 10px;}

div.footer a:link, div.footer a:visited {
    color: #555;
    text-decoration: none;}

div.footer a:hover, div.footer a:active {
    text-decoration: underline;}

.left {
    text-align: left;}

.right {
    text-align: right;}

.center {
    text-align: center;}

p.bu {
    font-weight: bold;
    text-decoration: underline;}

img {
    border: 0px;}

a:link, a:visited {
    color: #052;
    text-decoration: none;}

a:hover, a:active {
    text-decoration: underline;}

h3 {
    font-size: 15px;
    text-decoration: underline;}

