@charset "utf-8";
@font-face {
    font-family: 'NetFont'; /* Name of the font family */
    src: url('Netfont.ttf') format('truetype'); /* Path to the font file */
}
body {
    margin:0;
    font-family:Sans-serif,Arial,Tahoma,'NetFont';
    font-size:15px;
    background-color:#FFFFFF;
    color:#000000;
}
#header {
    padding:0;
    margin-left:auto;
    margin-right:auto;
    width:1300px;
    height:auto;
}
#leftd {
    float:left;
}
#pleft {
    float:left;
}
#pleft a {
    color:#000000;
    text-decoration:none;
}
#mider {
    width:100%;
    height:auto;
}
#content {
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
    width:1300px;
    height:auto;
    font-size:16px;
}
#leftdiv {
    float:left;
    width:730px;
}
#rightdiv {
    float:left;
    width:560px;
}
#postl {
    float:left;
    width:900px;
}
#postr {
    float:left;
    width:400px;
}
#Uleft {
    float:left;
    width:205px;
}
#Uright {
    float:left;
    width:1095px;
}
#userzone {
    padding:0;
    margin:0;
}
#userzone a {
    color:#000000;
    text-decoration:none;
}
.fdiv {
    float:left;
    margin:10px;
    padding:10px;
    width:300px;
    height:auto;
    background-color:#EEEEEE;
    border-radius:5px;
    border:1px solid #666666;
}
.Tag {
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    padding:5px;
    border-radius:5px;
    border:1px solid #333333;
}
.Trendz {
    float:left;
    margin-right:15px;
    margin-bottom:10px;
    width:300px;
    height:135px;
    border-radius:10px;
    border:1px solid #DDDDDD;
}
.Item {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
    width:300px;
    height:280px;
}
.Duser {
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    width:115px;
    height:120px;
    font-size:14px;
}
.Infol {
    float:left;
    margin:0;
    padding:0;
    width:80px;
    height:80px;
}
.Infor {
    float:left;
    margin:0;
    padding:0;
}
.fieldt {
    margin:0;
    padding:0;
    width:auto;
    height:30px;
    background-color:#FFFFFF;
    font-size:17px;
    border-radius:5px;
}
#footer {
    margin:0;
    padding:0;
    background-color:#333333;
    width:100%;
    height:auto;
    color:#EEEEEE;
}
#footer a {
    color:#FFFFFF;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:none;
    color:#EEEEEE;
}
#clear{
    clear:left;
}
.Onbutton {
    height:35px;
    background-color:#BB5577;
    border:1px solid #BB5577;
    font-size:20px;
    cursor:pointer;
    color:#FFFFFF;
    border-radius:5px;
}
.offbutton {
    height:35px;
    background-color:#CCCCCC;
    border:1px solid #999999;
    font-size:19px;
    color:#999999;
    border-radius:5px;
}
.Mbutton {
    height:35px;
    background-color:#BB5577;
    font-size:18px;
    font-weight: bold;
    cursor:pointer;
    border:1px solid #EE5577;
    color:#FFFFFF;
    border-radius:5px;
}
.DMbutton {
    height:35px;
    border:1px solid #999999;
    font-weight: bold;
    color:#999999;
    border-radius:5px;
    font-size:18px;
}
.donebt {
    height:35px;
    background-color:#EEEEEE;
    border:0;
    font-size:20px;
    color:#333333;
    border-radius:5px;
    border:1px solid #333333;
}
.tnbutton {
    height:25px;
    background-color:#BB5577;
    font-size:15px;
    cursor:pointer;
    color:#FFFFFF;
    border:1px solid #AA5577;
    border-radius:5px;
}
.Dtnbutton {
    height:25px;
    background-color:#CCCCCC;
    font-size:15px;
    color:#999999;
    border:1px solid #999999;
    border-radius:5px;
}
.searchbox {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius: 10px;
      font-size:16px;
}
.search-container {
      position: relative;
      width: 500px;
      margin: auto;
    }

    

    .autocomplete-list {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      border: 1px solid #ccc;
      border-top: none;
      background: white;
      z-index: 1000;
      max-height: 150px;
      overflow-y: auto;
      border-radius: 0 0 4px 4px;
    }

    .autocomplete-item {
      padding: 10px;
      cursor: pointer;
    }

    .autocomplete-item:hover {
      background-color: #e9e9e9;
    }
a {
    color:#BB5577;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
    color:#000000;
}
hr {
    padding:0;
    margin:0;
    border:1px solid #000000;
}
p {
    padding-top:5px;
    padding-bottom:5px;
    margin:0;
}
span {
    padding-right:13px;
}
img {
    border:0;
}
hr {
    padding:0;
    border:1px solid #CCCCCC;
}
ul {
  list-style-type: none;
}
h1 {
    padding-bottom:5px;
    margin:0;
    font-size:21px;
}
h2 {
    padding-bottom:5px;
    margin:0;
    font-size:16px;
}
@media only screen and (min-width:761px ) and (max-width:1099px) {
    #header {
        width:100%;
        height:auto;
    }
}
@media only screen and (min-width:551px) and (max-width:760px) {
    #header {
        width:100%;
        height:auto;
    }
    #content {
        width:90%;
        height:auto;
    }
    .lbox {
        width:500px;
    }
}
@media only screen and (min-width:301px) and (max-width:550px) {
    #header {
        width:100%;
        height:auto;
    }
    #content {
        width:100%;
        height:auto;
    }
    #leftin {
        float:none;
        width:95%;
    }
    #rightin {
        float:none;
        width:95%;
    }
    #soleft {
        float:none;
        width:95%;
    }
    #soright {
        float:left;
        width:95%;
    }
    #Gameboard {
        width:90%;
    }
    .lbox {
        width:90%;
    }
}
@media only screen and (max-width:300px) {
    #header {
        width:100%;
        height:auto;
    }
    #content {
        width:100%;
        height:auto;
    }
    #Gameboard {
        width:95%;
    }
    .lbox {
        width:95%;
    }
}