﻿body 
{
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}
#bodyTable
{
    width: 1024px;
    height: auto;
    table-layout: fixed;
    border: solid 1px #000000;
}
#bodyTable h1
{
    margin: 0;
    padding: 5px 5px;
}
#apID
{
    width: 170px;
    height: 60px;
    border: solid 1px #000000;
    text-align: center;
    vertical-align: middle;
}
#topMenuLoc
{
    text-align: center;
    vertical-align: top;
    height: 100%;
}
#menu
{
    margin: 0;
    padding: 0;
}
#menu li
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
#menu li a
{
    display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 90px;
	height: 60px;
	background: #888888;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#chartList
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#selectAP
{
    height: 60px;
    display: none;
}
#showAP
{
    position: relative;
    width: 100%;
    height: 60px;
    display: none;
}
#showAP h1
{
    height: 40px;
    margin: 0;
    padding: 0;
}
#showAP div
{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 15px;
    font: normal 10px verdana;
}
#contentTable
{
    table-layout: fixed;
    width: 1024px;
    height: 1100px;
}
.separator
{
    background-color: #AAAAAA;
}