﻿#usermenu {
    display: block;
    width: auto;
    height: 40px;
    position: absolute;
    top: 110px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#usermenu li {
    float: left;
    height: 40px;
    text-align: center;
}
#usermenu a {
border-right:1px solid #333333;
border-top:1px solid #333333;
color:#999999;
display:block;
font-size:15px;
height:30px;
line-height:30px;
margin-top:9px;
text-decoration:none;
width:145px;
}
#usermenu a.first {
    border-left: 1px solid #333;
}
#usermenu a.next {
    border-right: 0;
}
#usermenu span {
    display: block;
    width: 154px;
    padding-top: 10px;
    height: 40px;
    line-height: 30px;
    background: url(images/tab.png) no-repeat;
    font-size: 16px;
    color: #fff;
}

#content {
    width: auto;
    background: #000;
    padding: 10px 30px;
    min-height: 520px;
    position: relative;
}
#content form {
    margin: 0;
}
#content h1 {
    margin: 0px;
    font-size: 18px;
    padding-bottom: 20px;
}
#photo_box {
    float: left;
    border: 1px solid #333;
    padding-top: 18px;
    width: 160px;
    min-height: 340px;
    text-align: center;
}
#photo_box img {
border:2px solid #CCCCCC;
display:block;
height:100px;
margin:auto;
width:100px;
}
#photo_box a {
    font-family: PMingliu, SimSun, sans-serif;
    line-height: 30px;
    color: #ccc;
    text-decoration : none;
}
#userinfo_box {
    float: left;
    margin-left: 15px;
    font-family: PMingliu, SimSun, sans-serif;
    border: 1px solid #333;
    padding-top: 18px;
    width: 490px;
    color: #ccc;
    min-height: 340px;
    line-height: 26px;
}
#userinfo_box label {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 84px;
    padding-right: 6px;
    text-align: right;
}
#points_box {
    float: left;
    margin-left: 40px;
    padding-top: 20px;
    width: 180px;
    min-height: 340px;
    background: url(images/points.png) no-repeat top;
}
#points_box #total_pts {
    padding: 25px 15px 0px 10px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 20px;
}
#points_box #total_pts span {
    display: block;
    font-size: 24px;
    text-align: right;
}
#points_box #total_games {
    margin-top: 60px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #181818;
    background: #080808;
    text-align: center;
}
#points_box #hint {
    font-family: PMingliu, SimSun, sans-serif;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
#buttons {
    width: 650px;
    padding: 12px 0;
    float: left;
    text-align: right;
}
#buttons input {
    margin: 0 24px;
}

#gamelist {
    width: 800px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-collapse: collapse;
}
#gamelist caption {
    text-align: left;
    font-size: 14px;
    padding: 10px 0 20px 6px;
}
#gamelist caption .number {
    color: #f90;
}
#gamelist th {
    background: #111;
    text-align: left;
    line-height: 24px;
    padding: 6px 12px;
    word-spacing : 6px;
}
#gamelist th, #gamelist td {
    color: #999;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}
#gamelist a {
    color: #999;
    text-decoration : none;
}
#gamelist a.current {
    color: #f90;
    text-decoration : underline;
}
#gamelist th div {
    float: right;
    text-align: right;
}
#gamelist tbody td {
   padding: 6px 10px;
}
#gamelist tbody img {
   margin: 0;
   padding: 0;
   border: 0;
}
#gamelist tbody img.image {
   float: left;
   border: 1px solid #ccc;
   margin-right: 12px;
}
#gamelist tbody div {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 568px;
    padding: 0;
    margin: 0;
}
#gamelist tbody div h1 {
    font-size: 16px;
    line-height: 22px;
    color: #f90;
    padding: 0;
    margin: 0;
}
#gamelist tbody div span {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 30px;
}
#gamelist tbody div span.cups {
    width: 66px;
    height: 38px;
    padding-top: 4px;
    margin-right: 12px;
    color: #ff0;
    text-align: center;
    background: url(images/cupsbg.png) no-repeat bottom;
}
#pagebar {
    color: #999;
    width: 800px;
    text-align: right;
    padding: 16px 0;
}
#pagebar a {
    color: #999;
    text-decoration : none;
}
#pagebar a.current {
    color: #f90;
    text-decoration : underline;
}
#photo_upload {
    width: 414px;
    height: 344px;
    background: url(images/uploadbg.png);
    z-index: 1000;
    position: absolute;
    top: 58px;
    left: 210px;
    display: none;
}
#photo_upload h1 {
    padding: 12px 20px;
}
#upload_input {
    padding: 40px 0 20px 0;
    display: inline-block;
}
.filename {
    border: 1px solid #999;
    height: 16px;
    width: 287px;
    font-family: verdana;
    font-size: 12px;
    padding-top: 2px;
    float: left;
    margin-top: 2px;
    margin-left: 20px;
    margin-right: 20px;
}
.file {
    width: 66px;
    overflow: hidden;
    background: url(images/browsebtn.png);
    height: 25px;
    float: left;
}
.file input {
    width: 64px;
    height: 20px;
    margin-left: -3px;
    filter:alpha(opacity = 0);
    -moz-opacity: 0.0;
    opacity: 0.0;
    cursor: pointer;
}
#upload_intro {
    height: 150px;
    padding: 10px 20px;
    font-family: PMingliu, SimSun, sans-serif;
    font-size: 12px;
}
#upload_intro ol {
    margin: 0 25px;
    padding: 4px 0;
}
#upload_intro ol li {
    margin: 0;
    padding: 4px 0;
}
#preview_box {
    float: right;
    width: 135px;
    height: 152px;
    background: url(images/previewphotobg.png);
    margin-left: 12px;
}
#preview_box img {
    margin: 12px 0 6px 20px;
    border: 1px solid #999;
    width: 100px;
    height: 100px;
}
#preview_box span {
    display: block;
    padding-left: 28px;
    font-family: "Microsoft JhengHei", "Microsoft YaHei", Arial, "微軟正黑體", "微软雅黑", sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#upload_buttons {
    width: 414px;
    text-align: center;
    word-spacing : 40px;
}
/*add*/
a {
color:#FFF;
}
.lang ul {
margin:0;
padding:0;
width:200px;
}
.lang ul li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#gamelist tbody div h1 a{
color:#FF9900;
font-size:16px;
line-height:22px;
margin:0;
padding:0;
}
