/* __global_styles */
* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

a:active, a:focus {
    outline: 0;
    color: #666666;
}

a:link, a:visited {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

body, body.up {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #D1F1FC;
}

body.down {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FCD1E3;
}

/* __div_styles */

#wrapper {
    width: 770px;
    margin: auto;
    padding-bottom: 20px;
}

#header {
    height: 150px;
    position: relative;
}

#top {
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#middle {
    /* 680px wide content area */
    background-image: url(../img/middle.png);
    background-repeat: repeat-y;
    background-position: center top;
    min-height: 240px;
    height: auto !important;
    height: 240px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 40px;
    text-align: center;
}

#bottom {
    background-image: url(../img/bottom.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    vertical-align: middle;
}


#knockbox {
    position: relative;
    height: 30px;
    margin-bottom: 40px;
    margin-left: 80px;
}

#knockfield_bg {
    background-image: url(../img/knockbox.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 30px;
    width: 400px;
    position: absolute;
    left: 0px;
}

#knockfield {
    height: 28px;
    width: 390px;
    margin-top: 1px;
    background-color: transparent;
    font-size: 21px;
    border: 0px;
}

#knocksubmit {
    background-image: url(../img/knocksubmit.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 30px;
    width: 100px;
    left: 410px;
    position: absolute;
}

#region01 {
    /* Contains staticbox and infobox */
    position: relative;
    height: 400px;
    width: 680px;
}

#staticbox {
    background-image: url(../img/tmp.png);
    background-repeat: no-repeat;
    background-position: center left;
    text-align: left;
    display: block;
    position: absolute;
    height: 360px;
    width: 278px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 0px;
}

#infobox {
    background-image: url(../img/tmp.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    text-align: justify;
    height: 360px;
    width: 278px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

    left: 362px;
}



/* __link_styles */

/* logo link */
a#logo  {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    position: absolute;
    left: 30px;      /* 30px to the right */
    top: 60px;       /* logo y */
    height: 100px;   /* < header.height - logo.top */
    width: 400px;
}


a#logo_down  {
    background-image: url(../img/logo_down.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    position: absolute;
    left: 30px;      /* 30px to the right */
    top: 60px;       /* logo y */
    height: 100px;   /* < header.height - logo.top */
    width: 400px;
}


/* __font_styes */
h1 {
    font-family: "Arial Black", "Arial Bold", Arial;
    font-size: 18px;
    font-weight: normal;
    color: #679d38;
    letter-spacing: -1px;
    line-height: 20px;
}

h2 {
    font-family: "Arial Black", "Arial Bold", Arial;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    letter-spacing: -1px;
    line-height: 20px;
}

h3 {
    font-family: "Arial Black", "Arial Bold", Arial;
    font-size: 18px;
    font-weight: normal;
    color: #FF0000;
    letter-spacing: -1px;
    line-height: 20px;
}

/* __table_styles */
table.essentials {
    width: 100%;
}

td.essentials {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

td.status_up {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    font-weight: bold;
}

td.status_down {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    font-weight: bold;
    color: #FF0000;
}

