﻿body {
    background : #1B8A2C url(../images/static/pageback.jpg);
    color : #000;
    margin : 0px;
    font-family : Arial, Helvetica, Sans-Serif;
    font-size : 10pt;
    text-align : center;
}

img {
    border : 0px;
}

div#header {
	background : url(../images/static/ihpl-logo.gif) no-repeat;
	height : 139px;
	width : 775px;
	text-align : right;
	margin : 0px auto;
	text-align : left;
	padding-right : 1px;
}

table#container {
    border-top : 1px solid #000;
    padding : 0px;
    margin : 0px auto;
    background-color : #fff;
    text-align : left;
}

table#container td {
    vertical-align : top;
    padding : 0px;
}

table#container td#left {
    background-color : #000;
    width : 140px;
}

table#container td#content {
    padding : 5px;
    width : 485px;
    max-width : 485px;
}

table#container td#right {
    background-color : #E9E9E9;
    width : 140px;
    text-align : center;
    padding-top : 5px;
    border-right : 1px solid #000;
}

div#copyright {
    font-size : 8pt;
    text-align : right;
    width : 775px;
    color : #fff;
    border-top : 1px solid #000;
    margin : 0px auto;
}

#menu {
    float : left;
    padding : 0px 0px 5px 0px;
    margin : 0px
}

#menu ul {
    margin : 0px 0px 0px 1px;
    padding : 0px;
    list-style : none;
}

#menu ul li {
    background : #000;
    text-indent : 25px;
    padding : 0px;
    margin : 0px;
    width : 136px;
    border : 1px solid : #000;
    line-height : 18px;
    height : 19px;
    overflow: hidden;
}

#menu ul li:hover {
    background : #7F7F7F url(../images/static/littlecards.gif) no-repeat left;
    border : 1px solid #fff;
}

#menu a {
    color : #fff;
    text-decoration : none;
    font-size : 8pt;
    font-weight : 500;
}

table#locationDays {
    border : 1px solid #000;
    font-size : 10pt;
    font-weight : bold;
    width : 475px;
    margin-bottom : 10px;
}

table#locationDays td {
    background-color : #000;
    text-align : center;
    padding : 5px;
}

table#locationDays td.active {
    background-color : #ccc;
}

table#locationDays td a {
    text-decoration : none;
    color : #fff;
}

table#locationDays td.active a {
    text-decoration : none;
    color : #000;
}

table.points {
    border-top : 1px solid #000;
    width : 475px;
    background-color : #ddd;
}

table.points td.gray2 {
    border-left : 1px solid #000;
    border-right : 1px solid #000;
}

table.points td.grayleft {
    border-left : 1px solid #000;
}

table.points td.grayright {
    border-right : 1px solid #000;
}

table.points td.bottom {
    border-top : 1px solid #000;
    background-color : #fff;
    font-weight : bold;
    text-align : right;
    padding : 100px;
}

table.points div {
    margin : 5px;
}

table#ranking {
    width : 475px;
    border : 1px solid #000;
}

table#ranking th {
    text-align : left;
    text-indent : 5px;
    font-weight : bold;
    font-size : 10pt;
}

table#ranking td.rank {
    text-indent : 5px;
    font-weight : bold;
    width : 75px;
}

table#ranking td.name {
    text-indent : 5px;
    width : 200px;
}

table#ranking td.points {
    text-indent : 5px;
    width : 200px;
}

table#ranking a {
    text-decoration : none;
}