/* CSS Document */
body {
    margin: 0px;
    padding: 0;
    font-size: 12px;
    color: #7f0557;
    font-family: Verdana, Geneva, sans-serif;
    background: #FFE7F5;
}

html, body {
    height: 100%;
}

.WholeContainer {
    min-height: 100%;
    min-height: -moz-calc(100% - 40px);
    min-height: -webkit-calc(100% - 40px);
    /*min-height: -o-calc(100% - 40px);*/
    min-height: calc(100% - 40px);
    height: auto !important;
}

dl, dt, dd, ul, li, h1, h2, form, input, textarea, p, td, h4, h3 {
    padding: 0;
    margin: 0;
}

ul, dl {
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right;
}

div.header {
    min-width: 300px;
    width: 100%;
    height: 55px;
    opacity: 1;
    background: #D80C8B;
    background: -webkit-linear-gradient(top, #D80C8B 0%, #AC0475 100%);
    background: linear-gradient(to bottom, #D80C8B 0%, #AC0475 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D80C8B', endColorstr='#AC0475', GradientType=0);

    text-align: center;
}

div.header_left {
    float: left;
    width: 40px;
    padding-left: 10px;
    cursor: pointer;
}

div.header_right {
    float: right;
    width: 40px;
    padding-right: 10px;
    cursor: pointer;
}

#PopMenuDiv {
    position: absolute;
    width: 180px;
    left: 0px;
    top: 55px;
    z-index: 1000;
    text-align: left;
    display: none;
}

#PopMeneUL {
}

#PopMeneUL li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
    border-bottom: #b15284 1px solid;
    background: #a91866;
    padding: 3px 0 3px 10px;
    color: #fff;
}

#PopMeneUL li.selected {
    background: #ab2a7a;
}

#PopMeneUL li.selected a {
    color: #FFFFFF;
}

#PopMeneUL li a {
    text-decoration: none;
    color: #FFF;
}

#PopMeneUL li img {
    padding: 0 5px 0 0;
}

#searchDiv {
    width: 100%;
    height: 30px;
    padding: 0px 0 0 0;
    position: relative;
    display: none;
    clear: both;
    margin-top: -1px;
}

#searchForm #keywordsDiv {
    height: 30px;
    float: left;
    width: 100%;
}

#searchForm #keywordsInput {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    padding-right: 60px;
}

#searchForm #submitDiv {
    width: 60px;
    height: 30px;
    float: right;
    position: absolute;
    right: 0px;
}

#searchForm #submitInput {
    width: 100%;
    height: 30px;
    border: 0px;
    background-color: #a91866;
    color: #FFF;
    font-weight: bold;
}

div.allgames {
    margin-left: auto;
    margin-right: auto;
    height: 500px;
}

div.thumb {
    float: left;
    margin: 5px;
    text-align: center;
    display: inline-block;
    width: 180px;
    height: 135px;
    position: relative;
}

div.thumb a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: -2px 2px 2px #e8afd4, 2px -2px 2px #988491;
    -webkit-box-shadow: -2px 2px 2px #e8afd4, 2px -2px 2px #988491;
    -moz-box-shadow: -2px 2px 2px #e8afd4, 2px -2px 2px #988491;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.thumb a {
    color: #f5f500;
    text-decoration: none;
}

div.thumb div.GameName {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: none;
    color: #a00a6c;
    background-color: rgba(255, 231, 245, 0.8);
    padding: 5px 0 5px 0;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#loadingmoregames {
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.foot {
    height: 40px;
    width: 100%;
    min-width: 300px;
    line-height: 40px;
    color: #fff;
    clear: both;
    overflow: hidden;
    text-align: center;
    background: #a91866;
}

.foot a {
    color: #fff;
    text-decoration: none;
}

div.bottomtext {
    clear: both;
    padding: 5px 10px 10px 10px;
    color: #950033;
    width: 100%;
    min-width: 240px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
}

div.bottomtext a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#backToTop {
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    cursor: pointer;
}