﻿.peggtop
{
    width: 640px;
    height: 200px;
    margin: 0 auto;
    background-image: url('http://images.powerpets.com/image/pgart/pegghunter.png');
}

.shelltop
{
    width: 640px;
    height: 200px;
    margin: 0 auto;
    background-image: url('http://images.powerpets.com/image/pgart/shellhunter.png');
}

.peggmid
{
    width: 640px;
    height: 600px;
    margin: 0 auto;
    background-color: White;
    overflow: auto;
}

.peggbot
{
    width: 640px;
    height: 15px;
    margin: 0 auto;
    background-color: White;
    -moz-border-radius:0 0 8px 8px;
    -webkit-border-radius:0 0 8px 8px;  
    -khtml-border-radius:0 0 8px 8px;
    border-radius:0 0 8px 8px;
}

.peggmid .peggcontent
{
    display: inline-block;
    width: 460px;
    margin-left: 10px;
    float: left;
}

.peggmid .peggmenu
{
    float: left;
    margin-left: 10px;
}

.peggmid .peggmenu ul
{
    width: 120px;
    background-color: #FFFF88;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
    -khtml-border-radius:5px;
    border-radius:5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.peggmid .peggmenu ul li
{
    width: 120px;
    text-align: center;
    display: block;
    line-height: 2;
}

.peggmid .peggmenu ul li a
{
    width: 100%;
    display: block;
    text-decoration: none;
}

.peggmid .peggmenu ul li a:hover
{
    background-color: #000000;
    color: #FFFFFF;
}

.leaderboardlist
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.leaderboardlist li
{
    width: 460px;
    display: inline-block;
    font-size: small;
}

.leaderboardlist li .lbName
{
    float: left;
    width: 300px;
    margin-left: 10px;
    text-align: left;
}

.leaderboardlist li .lbName a
{
    text-decoration: none;
    font-weight: normal;
    line-height: 1.3em;
}

.leaderboardlist li .lbScore
{
    float: left;
    width: 120px;
    text-align: right;
    line-height: 1.3em;
}

.lightblue
{
    background-color: #DDDDFF;
}

.purewhite
{  
    background-color: #FFFFFF;
}

.peggresult
{
    margin: 0 auto;
    width: 400px;
    border: 1px solid #000000;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
    -khtml-border-radius:5px;
    border-radius:5px;
    line-height: 2;
    font-weight: bold;
}

.itemlist
{
    clear: both;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.itemlist li, .itembox
{
    width: 220px;
    height: 70px;
    border: 1px solid #000;
    text-align: center;
    float: left;
    margin: 2px 2px;
    display: block;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;  
    -khtml-border-radius:8px;
    border-radius:8px;
    font-size: 0.85em;
}

.itemlist li img
{
    float: left;
    width: 78px;
    height: 60px;
    margin: 3px;
}

.itemlist li a, .itembox a
{
    text-decoration: none;
    display: block;
    width: 210px;
}

.itemlist li a:hover, itembox a:hover
{
    background-color: #CCCCFF;
}

.jobreward
{
    width: 280px;
    height: 140px;
    border: 1px solid #000;
    text-align: center;
    float: left;
    margin: 0 5px;
    display: block;    
}

.jobbonus
{
    width: 440px;
    height: 140px;
    border: 1px solid #000;
    text-align: center;
    float: left;
    margin: 0 5px;
    display: block;    
}