/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: yellow;
    text-decoration: underline;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:active {
    color: yellow;
    text-decoration: none;
}

#headBody {
    background-image: url(../images/head_bg.gif);
    background-repeat: repeat-x;
}

#logo {
    margin: 0px;
    padding: 15px 0px 0px 50px;
    text-align:left;
}

    #logo img {
        vertical-align: middle;
    }
     #logo span {
        font-size:2rem;
        font-family:Á¥Êé;
        color:#fff;
    }

#topNavigation {
    border: 0px none #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.pLoginUser, #pLoginGroup, #pLoginTime {
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-family: "ËÎÌå";
    margin: 8px 5px 0px 10px;
    padding: 13px 0px 5px 0px;
    color: #FFFFFF;
    /*width: 300px;*/
    text-align: center;
    font-weight:600;
    margin-right:30px;
}

.pLoginUser {
    /*width: 300px;*/
    text-align: left;
    margin-left: 30px;
}

.pNavBtn {
    width: 65px;
    margin: 6px 0px 0px 0px;
    padding: 10px 0px 10px 25px;
    float: right;
    font-size: 12px;
    font-weight: normal;
    background-image: url(../images/top_button_bg.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.pNavBtn2 {
    width: 40px;
    margin: 4px 0px 0px 0px;
    padding: 10px 0px 10px 25px;
    float: right;
    font-size: 12px;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.pNavBtn2 img{
    margin-top:6px;
    width:20px;
    height:20px;
}
