/* CSS Document */

body
{
    margin: 0px;
}

#tbList
{
    width: 98%;
    margin: 2px auto;
    border: 1px solid #808080;
    border-collapse: collapse;
}
#tbList td, #tbList th
{
    border: 1px solid #808080;
    min-width: 60px;
    padding: 5px;
    text-align: center;
}
#optDiv
{
    height: 30px;
}
#pageBar
{
    margin-left: 10px;
    display: inline;
    line-height: 30px;
}
#btnBar
{
    display: inline;
    line-height: 30px;
    float: right;
    margin-right: 20px;
}
#pageBar a
{
    margin: 3px;
    padding: 3px 5px;
    border: 1px solid gray;
    background-color: gray;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
#pageBar a:hover
{
    background-color: #b200ff;
}
#pageTitle
{
    width: 100%;
    height: 40px;
    text-align: center;
}
#pageTitle span
{
    font-weight: bolder;
}
.albumCover
{
    width: 128px;
    height: 90px;
    margin: 0px auto;
}
