a {
    color: #A4AFE5;
    text-decoration: none;
}

p {
    margin: 0px 5px 5px 5px;
    line-height: 150%;
    }

html {
    color: white;
    background: transparent;
    overflow-x: hidden;
}

body {
    margin: 0;
    height: 100%;
}

html,body {
    font-family: sans-serif;
    height: 100%;
}

.bodywrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -124px;
    //background: url('/static/img/bg.png');
    background: #2A3338;
    background: -webkit-linear-gradient(#2A3338, #202020);
    background: -o-linear-gradient(#2A3338, #202020);
    background: -moz-linear-gradient(#2A3338, #202020);
    background: linear-gradient(#2A3338, #202020);
}

li {
    font-weight: bold;
    line-height: 150%;
        margin-left: 1.5em;
    }

h1 {
    margin: 5px 0px 5px 0px;
    font-size: x-large;
}

h2 {
    margin: 5px 0px 5px 0px;
    font-size: medium;
    font-style: italic;
}

h3 {
    margin: 5px 0px 5px 0px;
    font-size: large;
}

h2 {
    margin: 5px 0px 5px 0px;
    font-size: medium;
    font-style: italic;
}

h4 {
    font-size: small;
    font-style: italic;
}

fieldset {
    border: 0;
    padding: 0;
}

legend {
    font-weight: bold;
    font-size: large;
}

input, textarea, select {
    padding: 3px 10px 3px 10px;
    margin-left: -4px;
    vertical-align: bottom;
    color: white;
    background-color: #242424;
    border: none;
    font-size: medium;
    border: 1px #363636 solid;
    line-height: 150%;
}

input:hover, textarea:hover, select:hover {
    border-color: #1EA2C2;
    border: #1e4866 1px solid !important;
    box-shadow: 0px 0px 40px #1e4866 !important;
    -moz-box-shadow: 0px 0px 40px #1e4866 !important;
    -webkit-box-shadow:  0px 0px 40px #1e4866 !important;
}

select {
    font-size: small;
}

input[type=submit], input[type=reset], input[type=button] {
    position: relative;
    display: inline-block;
    font-size: medium;
    font-weight: bold;
    margin: 0px 5px 5px 5px;
    padding: 5px 14px 4px 14px;
    min-width: 3em;
    //height: 1.4em;
    line-height: 1.4em;
    //vertical-align: top;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    color: white;
    background-color: #333;
    border: 1px #404040 solid;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    border-color: #1EA2C2;
    border: #1e4866 1px solid !important;
    box-shadow: 0px 0px 40px #1e4866 !important;
    -moz-box-shadow: 0px 0px 40px #1e4866 !important;
    -webkit-box-shadow:  0px 0px 40px #1e4866 !important;
}

input[type=reset] {
    background: #896867;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#896867), to(#3D312F));
    background: -webkit-linear-gradient(#896867, #3D312F);
    background: -moz-linear-gradient(#896867, #3D312F);
    background: -ms-linear-gradient(#896867, #3D312F);
    background: -o-linear-gradient(#896867, #3D312F);
    background: linear-gradient(#896867, #3D312F);
}

input.small {
    font-size: small;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

a.small {
    font-size: small;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url('/static/PIE.htc');
}

label {
    font-size: 20px;
    display: block;
    padding-bottom: 5px;
    margin-left: -10px;
}

label.plain {
    display: inline;
    background-image: none;
}

label.error {
    width: 100%;
    margin-left: 120px;
    text-align: left;
    color: red;
    vertical-align: top;
    display: block;
    clear: both;
}

label.valid {
    width: 100%;
    margin-left: 120px;
    text-align: left;
    color: green;
    vertical-align: top;
    display: block;
    clear: both;
}

img {
    border: 0;
}

.linkpanel {
    white-space: nowrap;
    margin-left: 12px;
    float: left;
    height: 36px;
    line-height: 36px;
}

.userpanel {
    float: right;
    text-align: right;
    white-space: nowrap;
    margin-left: 8px;
    height: 36px;
    line-height: 36px;
}

.header_item {
    float: left;
    margin-left: 10px;
}

.header_message {
    font-weight: bold;
    color: red;
    padding: 8px;
    display: none;
    border: yellow 3px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.header {
    width: 100%;
    background: #003150;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.3);
}

.header_inner {
    width: auto;
    margin: auto;
    padding: 0 30px;
    max-width: 1360px;
}

.header_sub {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: rgba(51,51,47,0.8);

    background-color: #292623;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#292623), to(#302C2A));
    background: -webkit-linear-gradient(top, #302C2A, #292623);
    background: -moz-linear-gradient(top, #302C2A, #292623);
    background: -ms-linear-gradient(top, #302C2A, #292623);
    background: -o-linear-gradient(top, #302C2A, #292623);
}

.header_hsp_items {
    float: right;
    margin: 15px 30px 0 0;
}

.header_main_item {
    font-family: sans-serif;
    margin-right: 30px;
    font-size: 16px;
    color: white;
}

.header_main_item:hover {
    color: white;
}

.header_user {
    display: block;
    float: right;
    color: white;
    white-space: nowrap;
    margin: 7px 10px 0px 0px;
}

.header_left {
    width: 1%;
    text-align: left;
}

.header_middle {
    width: 98%;
    text-align: left;
    padding-left: 20px;
}

.header_right {
    width: 1%;
    text-align: right;
    white-space: nowrap;
}

.site_logo {
    float: left;
}

.site_logo_block {
    display: inline-block;
}

.site_logo_logo {
    margin-top: 6px;
    height: 40px;
    vertical-align: middle;
}

.site_logo_hsp {
    margin-top: 12px;
    height: 24px;
    vertical-align: middle;
}

.site_logo_dispensertf {
    margin-top: 6px;
    height: 18px;
    vertical-align: middle;
    margin-left: 6px;
}

.login_steam {
    vertical-align: middle;
}

.forum_header_title {
    color: white;
}

.menupanel {
    text-align: left;
    width: 100%;
    min-width: 450px;
    padding: 4px 0 4px 0;
    margin: 10px 0 10px 0;
    border: 1px white solid;
    border-left: 0;
    border-right: 0;
    background-color: #303030;
}

.clear{
    clear: both;
}

.headerlink {
    color: white;
    font-size: small;
    margin-left: 9px;
    text-shadow: none;
}

.toplink {
    color: white;
    font-size: small;
    margin-left: 10px;
}

.menuitem {
    color: white;
    font-size: small;
    font-weight: bold;
    margin-left: 8px;
}

.menuitem:first-child {
    margin-left: 0px;
}

.red {
    color: #B66F68;
}

.green {
    color: #D1F2CA;
}

.bold {
    font-weight: bold;
}

.userpanel {
    float: right;
    margin-top: -20px;
    margin-right: 4px;
}

.userpaneluserlink {
    color: white;
    font-weight: bold;
    text-shadow: none;
}

.userpanelbutton {
    color: white;
    font-size: x-small;
    text-shadow: none;
}

.contentwrapper {
    margin: auto;
    padding: 30px;
    text-align: left;
    max-width: 1300px;
}

.leftcolumn {
    float: left;
    width: 30%;
}

.rightcolumn {
    margin-left: 33%;
}

.footer {
    text-align: center;
    position: relative;
    padding: 20px 0 20px 0;
    background: rgba(32, 32, 32, 1.0);
}

.footer_block {
    text-align: left;
    padding: 0 30px 0 30px;
}

.footer_header {
    color: white;
    font-size: large;
    font-weight: bold;
    text-transform: uppercase;
}

.footer_link {
    display: block;
    color: #eee;
    margin-top: 10px;
}

.affiliates {
    color: #cccccc;
    font-weight: bold;
    text-shadow: #606060 0px 0px 2px;
    font-size: x-small;
}

.affiliateslink {
    color: #a0a0a0;
    font-weight: bold;
    margin-left: 8px;
    font-size: x-small;
    text-shadow: #606060 0px 0px 2px;
}

.push {
}

.block_int {
    margin-bottom: 25px;
    background-color: rgba(16, 16, 16, 0.7);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:  1px 1px 4px rgba(0, 0, 0, 0.3);
}

.blocktitle {
    color: white;
    font-size: x-large;
    font-weight: bold;
    position: relative;
    padding: 10px 0px 10px 20px;
    margin-top: 10px;
}

.blocksubtitle {
    color: white;
    font-size: 12px;
}

.content {
    position: relative;
    padding: 20px;
    background-color: transparent;
}

.blocktitle2 {
    position: relative;
    padding: 10px 0 5px 30px;
    margin: 20px 0 8px 0;
    font-size: large;
    text-align: left;
}

.blocksubtitle2 {
    font-size: x-small;
}

.content2 {
    padding: 1em;
    position: relative;
    line-height: 1.5em;
}

.watermark {
    position: fixed;
    right: 5px;
    bottom: 5px;
}

.nofile {
    text-align: center;
    font-weight: bold;
}

.table {
    font-size: small;
    border-top: 1px #808080 solid;
}

.tablecell {
    font-size: small;
    padding: 4px 0 4px 0;
    border-left: 1px #808080 solid;
    border-bottom: 1px #808080 solid;
    text-align: center;
    vertical-align: middle;
}

.tablecelllast {
    border-right: 1px #808080 solid;
}

.tablecell2 {
    padding: 4px;
    border-left: 1px #808080 solid;
    border-top: 1px #808080 solid;
    border-bottom: 1px #808080 solid;
}

.tableoddcolumn {
    background-color: rgba(32, 32, 32, 0.3);
}

.tableevencolumn {
    background-color: rgba(64, 64, 64, 0.3);
}

.checkbox {
    border: 0;
}

.imgr {
    -moz-box-shadow: 3px 3px 2px #101010;
    -webkit-box-shadow: 3px 3px 2px #101010;
    box-shadow: 3px 3px 2px #101010;
}

.fields {
    width: 100%;
    min-width: 1%;
}

.fieldsdesc {
    font-size: small;
    min-width: 1%;
}

.avatarpreview {
    width: 100px;
}

.error {
    color: red;
    font-weight: bold;
}

.successful {
    font-weight: bold;
    color: green;
}

p.form {
    margin-top: 1.5em;
}

.requiredfield {
    font-weight: bold;
    margin-right: 0.5em;
}

.center {
    text-align: center;
}

.labels {
    position: relative;
    display: inline-block;
    font-size: medium;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding: 4px 14px 4px 14px;
    min-width: 3em;
    height: 1.4em;
    line-height: 1.4em;
    vertical-align: top;
    text-align: center;
    color: white;
    background-color: #661f1e;
    border: 1px #661f1e solid;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.buttons {
    position: relative;
    display: inline-block;
    font-size: medium;
    font-weight: bold;
    margin: 5px 10px 5px 0;
    padding: 3px 14px;
    min-width: 3em;
    height: 1.4em;
    line-height: 1.4em;
    vertical-align: top;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    color: white;
    background-color: #333;
    border: 1px #404040 solid;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.buttons:hover {
    border-color: #1EA2C2;
    border: #1e4866 1px solid !important;
    box-shadow: 0px 0px 40px #1e4866 !important
    -moz-box-shadow: 0px 0px 40px #1e4866 !important;
    -webkit-box-shadow:  0px 0px 40px #1e4866 !important;
}

.buttons_column {
    margin-top: -5px;
}

.halfwidthbutton {
    position: relative;
    font-weight: bold;
    display: inline-block;
    font-size: x-large;
    padding: 15px 0 15px 0;
    min-width: 3em;
    width: 47%;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    color: #202020;
    margin: 5px 10px 5px 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(30, 30, 30, 0.9) 1px 1px 5px;
    -moz-box-shadow: rgba(30, 30, 30, 0.9) 1px 1px 5px;
    box-shadow: rgba(30, 30, 30, 0.9) 1px 1px 5px;
}

.centeredbutton {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    display: block;
    padding: 5px;
    width: 10em;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    color: #202020;
    border: 1px #808080 solid;
    margin: auto;
    margin-top: 1em;
    text-shadow: #b0b0b0 0px 1px 0px;
}

.modaldialog {
    margin: 0;
    width: 100%;
    background-color: #b0b0b0;
    border: 1px #505050 solid;
    display: none;
    padding: 20px;
    text-align: center;
}

.largebuttonwrapper {
    margin: 10px;
    display: inline-block;
    color: #202020;
}

.largebutton {
    width: 400px;
    height: 120px;

    text-align: center;
    font-size: x-large;
    vertical-align: middle;
    cursor: hand;
    cursor: pointer;
}

.largebuttoncaption {
    white-space: normal;
}

.largebuttonsubtitle {
    font-size: small;
    text-align: center;
    width: 80%;
    margin: auto;
    white-space: normal;
    margin-top: 0.6em;
}

.steamlargebuttonwrapper  {
    width: 100%;
    display: block;
    margin: 0;
}

.steamlargebutton {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
    background-color: #ECECE4;
    border-top: 1px #b0b0b0 solid;
    border-bottom: 1px #808080 solid;
}

.steamlargebuttoncaption {
    font-size: x-large;
}

.steamlargebuttonsubtitle {
    font-size: small;
    font-weight: bold;
    text-align: left;
}

.busy {
    position: fixed;
    right: 8px;
    bottom: 8px;
    display: none;
}

.serverquery {
    margin-top: 10px;
    padding: 8px;
    border: 2px #202020 solid;
    color: black;
}

.servertype {
    color: black;
    font-size: large;
}

.serverhostnameandplayers {
    color: black;
    font-size: large;
}

.serverhostname {
    color: black;
    display: inline-block;
}

.servernumplayers {
    color: black;
    font-size: x-large;
}

.servermap {
    color: black;
    font-size: small;
    font-weight: bold;
}

.serverfull {
    color: #A2554E;
}

.serverempty {
    color: #87A24E;
}

.serveravailable {
    color: #4E9BA2;
}

.serverinfo {
    margin-bottom: 8px;
}

.serverplayers {
    margin-top: 5px;
    padding: 4px;
}

.serverrightcolumn {
    text-align: center;
    width: 80px;
}

.servernoplayers {
    color: black;
    padding: 4px;
    text-align: center;
    font-size: small;
    font-weight: bold;
}

.playername {
    font-size: small;
    font-weight: bold;
    color: black;
}

.playerkills {
    max-width: 3em;
    min-width: 3em;
    display: inline-block;
    margin-left: 1em;
}

.compactservertext {
    font-size: x-small;
    padding: 2px 3px 4px 3px;
}

.gallery {
    padding: 10px;
    background-color: #404040;
    border: 3px black solid;
    position:relative;
}

.thumbnail {
    margin: 15px;
    float: left;
}

.gallerytitle {
    font-size: x-large;
    font-weight: bold;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px white solid;
}

.gallerycaption {
    text-align: center;
    color: white;
    letter-spacing: 0.2em;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: xx-large;
}

.postimagecontainer {
    margin: 0 0 20px 0;
}

.postimagecaption {
    font-size: small;
    font-weight: bold;
}

.encodeimg {
    margin: 0;
    margin-bottom: -4px;
}

.reservationslot {
    border-bottom: #909090 1px solid;
    width: 340px;
    padding: 8px;
}

.reservationslotnotavailable {
    color: red;
}

.reserved {
    background-color: #a0a0a0;
    width: 500px;
}

.reservedlabel {
    text-align: right;
    font-weight: bold;
    right: 10px;
}

.poll {
    margin-top: 10px;
}

.pollquestion {
    font-weight: bold;
}

.pollitem {

}

.pollchoice {
    font-weight: bold;
}

.namelinks {
    text-decoration: none;
    font-weight: bold;
    font-size: x-large;
}

.person {
    display: inline-block;
}

.persontable {
    margin: 0 1em 1em 0;
    text-align: center;
    width: 120px;
}

.empty {
    font-size: large;
}

.adminmessages {
    background-color: #202020;
    border: 1px #e06060 solid;
    width: 95%;
    margin: auto;
    margin-top: 10px;
    padding: 10px;
}

.adminmessage {
    margin-top: 4px;
}

.tocentry {
    font-weight: bold;
    display: block;
}

.toch1 {
    margin-left: 1em;
    margin-top: 0.5em;
}

.toch2 {
    margin-left: 2em;
    margin-top: 0.3em;
}

.toch3 {
    margin-left: 3em;
    margin-top: 0.3em;
}

.articletable {
    width: 100%;
}

.articleicon {
    float: right;
    margin-top: -20px;
}

.articlecommenttable {
    width: 100%;
    border-bottom: 1px #a0a0a0 solid;
    padding: 8px;
}

.title {
    font-size: x-large;
    color: white;
}

.articletags {
    margin-top: -30px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: small;
}

.articlecontent {
    padding: 0 15px 0 15px;
    line-height: 1.5em;
}

.articledate {
    text-align: right;
    padding-right: 15px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.articlecomments {
    color: white;
    font-family: sans serif;
    font-weight: bold;
    display: block;
}

.articletitlepanel {
    text-align: center;
    margin: 5px 5px 0 0;
    padding: 0px 15px 3px 15px;
    color: #202020;
}

.articlerelatedlink {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: small;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 100%;
}

.authorcaption {
    font-size: xx-large;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    margin-bottom: 6px;
}

.authorsection {
    border-top: 1px #505050 solid;
}

.authorname {
    margin-top: 15px;
    font-size: large;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.authorfooter {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: large;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.authorfootersmall {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: small;
}

.authorcolumn {
    border-right: 1px #505050 solid;
    padding: 10px;
}

.servicebutton {
    width: 160px;
    margin-top: 20px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    display: inline-block;
}

.iframeembed {
    margin: 10px;
}

.commontags {
    margin: 40px 0px 0px -10px;
    font-size: small;
}

.demographiccolumn{
    width: 50%;
    min-width: 250px;
}

.demographicentry {
    font-size: small;
    font-weight: bold;
}

.demographiccountry{
    width: 200px;
    display: inline-block;
}

.ctags {
    color: white;
}

.boxshadow {
    -webkit-box-shadow: rgba(96, 96, 96, 1) 0px 0px 6px;
    -moz-box-shadow: rgba(96, 96, 96, 1) 0px 0px 6px;
    box-shadow: rgba(96, 96, 96, 1) 0px 0px 6px;
    behavior: url('/static/PIE.htc');
}

.redglow {
    -moz-box-shadow: 0px 0px 10px #805050;
    -webkit-box-shadow: 0px 0px 10px #805050;
    box-shadow: 0px 0px 10px #805050;
    behavior: url('/static/PIE.htc');
}

.glow {
    -moz-box-shadow: 0px 0px 8px #909090;
    -webkit-box-shadow: 0px 0px 8px #909090;
    box-shadow: 0px 0px 8px #909090;
    behavior: url('/static/PIE.htc');
}

.shallowshadow {
    -webkit-box-shadow: rgba(96, 96, 96, 1) 1px 1px 3px;
    -moz-box-shadow: rgba(96, 96, 96, 1) 1px 1px 3px;
    box-shadow: rgba(96, 96, 96, 1) 1px 1px 3px;
    behavior: url('/static/PIE.htc');
}

.bgred {
    background-color: #F0DBD6;
}

.ad {
}

.imgshadow {
    position: relative;
    border: 1px #b0b0b0 solid;
}

.nationalflag {
    margin-bottom: -2px;
    -webkit-box-shadow: rgba(96, 96, 96, 1) 1px 1px 2px;
    -moz-box-shadow: rgba(96, 96, 96, 1) 1px 1px 2px;
    box-shadow: rgba(96, 96, 96, 1) 1px 1px 2px;
    behavior: url('/static/PIE.htc');
}

.contactentry {
    width: 100%;
    height: 54px;
    padding: 5px;
    text-align: center;
    border-bottom: 1px #c0c0c0 solid;
}

.impacttext {
    color: #202020;
    font-size: x-large;
    font-family: Impact, Charcoal, sans-serif
}

.tf2filter {
    display: block;
    padding: 5px 10px 10px 10px;
    border-top: 1px #505050 solid;
    margin: 10px 5px 0 5px;
    -moz-box-shadow: 1px 1px 3px #101010;
    -webkit-box-shadow: 1px 1px 3px #101010;
    box-shadow: 1px 1px 3px #101010;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior: url('/static/PIE.htc');
}

.filter_title {
    margin-bottom: 8px;
    font-size: large;
    font-weight: bold;
}

.filter_subtitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter_footer {
    text-align: center;
    font-size: small;
    font-weight: bold;
}

.filter_no_items {
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    display: block;
}

.filter_save_button {
    width: 80px;
    height: 40px;
    font-weight: bold;
    font-size: large;
}

.roller {
    margin-left: 5px;
    font-size: small;
    min-width: 0px;
    font-weight: bold;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.backpanel {
    position: absolute;
    top: 30px;
    color: white;
    font-weight: bold;
    font-size: small;
    padding: 3px 6px 3px 10px;
    margin-left: -6px;
    border: 1px #808080 solid;
    background-image: url("/static/img/bg1.png");
    background-repeat: repeat-xy;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(30, 30, 30, 0.9) 1px 1px 5px;
    -moz-box-shadow: rgba(30, 30, 30, 0.9) 1px 1px 5px;
    box-shadow: rgba(30, 30, 30, 0.9) 1px 1px 5px;

    behavior: url('/static/PIE.htc');
}

.greygradient {
    border-top: #9C9C9C 1px solid;
    background: #474747;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#474747), to(#292929));
    background: -webkit-linear-gradient(#474747, #292929);
    background: -moz-linear-gradient(#474747, #292929);
    background: -ms-linear-gradient(#474747, #292929);
    background: -o-linear-gradient(#474747, #292929);
    background: linear-gradient(#474747, #292929);
    -pie-background: linear-gradient(#474747, #292929);
    behavior: url('/static/PIE.htc');
}

.grey2gradient {
    background: #b6b6b6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b6b6b6), to(#d0d0d0));
    background: -webkit-linear-gradient(#b6b6b6, #d0d0d0);
    background: -moz-linear-gradient(#b6b6b6, #d0d0d0);
    background: -ms-linear-gradient(#b6b6b6, #d0d0d0);
    background: -o-linear-gradient(#b6b6b6, #d0d0d0);
    background: linear-gradient(#b6b6b6, #d0d0d0);
    -pie-background: linear-gradient(#b6b6b6, #d0d0d0);
    behavior: url('/static/PIE.htc');
}

.bluegradient {
    background-color: #E0EDF0;
}

.orangegradient {
    background-color: #F0E4D6;
}

.redgradient {
    background-color: #F0DBD6;
}

.pinkgradient {
    background-color: #F8E5E2;
}

.greengradient {
    background-color: #E1F0E0;
}

.yellowgradient {
    background: #D3D097;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D3D097), to(#8D8A4E));
    background: -webkit-linear-gradient(#D3D097, #8D8A4E);
    background: -moz-linear-gradient(#D3D097, #8D8A4E);
    background: -ms-linear-gradient(#D3D097, #8D8A4E);
    background: -o-linear-gradient(#D3D097, #8D8A4E);
    background: linear-gradient(#D3D097, #8D8A4E);
    -pie-background: linear-gradient(#D3D097, #8D8A4E);
    behavior: url('/static/PIE.htc');
}

.header_sub_item {
    display: inline-block;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 35px;
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    min-width: 2em;
    padding: 0 6px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header_sub_item:hover {
    background: rgba(0, 79, 128, 0.6);
}

.sign_in_thru_steam_container {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    font-size: medium;
}

.proceed_button_green {
    background: #063A11 !important;
}
