﻿html 
{
    background-image: url(imgs/bkg.gif);
}
body
{
    color: White;
    font-family: Arial, helvetica, Sans-Serif;
    font: 14px/22px arial,sans-serif;
}
a:hover
{
    text-decoration: underline;
}

body:before
{
    content: '';
    height: 108px;
    background-image: url('imgs/swagbag_headers.png');
    background-repeat:no-repeat;
    background-color: #000;
    background-position: center top;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}

div.Main
{   
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 108px;    
}


div.Wait:after
{
    content:url('imgs/WaitBar.gif');
    border: solid 3px black;
}

.Manager div.Main
{
    width: 90%;
    max-width: 1400px;
}

.MessageBox
{
    -webkit-box-shadow: inset 0 0 14px #669900, 0 0 5px #000;
    box-shadow: inset 0 0 14px #669900, 0 0 5px #000;
    padding: 1em 2.5em 1em 2.5em;
    background-color: black;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    color: #669900;
}
.MessageBox.Error
{
    -webkit-box-shadow: inset 0 0 14px red, 0 0 5px #000;
    box-shadow: inset 0 0 14px red, 0 0 5px #000;
    color: red;
}

.Box, h1
{
    border-radius: 20px;
    background: url('assets/blackTransparency.png') 0 0 transparent;
    -moz-box-shadow: inset 0 0 14px #669900, 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 14px #669900, 0 0 5px #000;
    box-shadow: inset 0 0 14px #669900, 0 0 5px #000;
    padding: 1.5em 2.5em 1.5em 2.5em;
    background-color: Black;
}
h1
{
    padding: 0.75em 1em 0.75em 1em;
    text-align: center;
}

.FormBlock
{
    margin-bottom: 1em;
}

h1, h2, h3, h4, a
{
    color: #669900;
}

table.Grid tr td, table.Grid tr th
{
    padding: 5px 10px 5px 10px;
    border-color: #669900; 
}

table.Grid tr:hover td
{
    background-color: #446600;
    color: White;
}

table.Grid tr th
{
    background-color: #4B7000;
}

input, select, textarea {
    padding: 0.7em 1em 0.7em 1em;
    border-radius: 0.5em;
    border: solid 3px #669900;
    outline: 0;
    background-color: #666;
    color: #fff;
    font-weight: bold;
}
input:focus, select:focus, textarea:focus
{
    background-color: #365001;
    color: White;
}

div.Bag>.Thumb
{
    border: solid 1px #669900;
}

a.Pressed.FancyButton,
a.Busy.FancyButton
{
    cursor: default;
    transform:scale(0.75);
    -ms-transform:scale(0.75);
    -webkit-transform:scale(0.75); 
}

.StoryBox
{
    border: solid 1px #669900;
    padding: 1em 2em 1em 2em;
}

a.FancyButton
{
    border-radius: 4px;
    padding: 7px 40px 9px 15px;
    display: inline-block;
    font-weight: bold;
    color: white;
    cursor: pointer;
    font-size: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    transition: transform 0.1s ease-in;
    -webkit-transition: -webkit-transform 0.1s ease-in;
}
a.FancyButton
{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #4B7000 0%, #1A2600 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #4B7000 0%, #1A2600 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #4B7000 0%, #1A2600 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4B7000), color-stop(1, #1A2600));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #4B7000 0%, #1A2600 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #4B7000 0%, #1A2600 100%);
    background-color: #4B7000;
}
a.FancyButton:before
{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    top: 50%;
    right: 10px;
    margin-top: -10px;
}
a.FancyButton:before
{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #243600 0%, #5C8A00 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #243600 0%, #5C8A00 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #243600 0%, #5C8A00 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #243600), color-stop(1, #5C8A00));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #243600 0%, #5C8A00 100%);

    /* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #243600 0%, #5C8A00 100%);
}
a.FancyButton:after
{
    content: '';
    position: absolute;
    background: url('imgs/icons.png') no-repeat -48px -164px;
    width: 8px;
    height: 9px;
    top: 50%;
    margin-top: -5px;
    right: 14px;
}

.Bag .Item
{
    background-color: black;
}

.Bag .Item a.Details
{
    color: white;
    border: solid 4px #4F630A;
    border-radius: 10px;
    text-decoration: none;
}
.Bag .Item a.Details:before
{
    background-image: url(imgs/detail_icon.jpg);
    background-repeat: no-repeat;
}
.GrayButton, a.Details {
    background-image: -ms-linear-gradient(top, #131313 0%, #4C4C4C 100%);
    background-image: -moz-linear-gradient(top, #131313 0%, #4C4C4C 100%);
    background-image: -o-linear-gradient(top, #131313 0%, #4C4C4C 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #131313), color-stop(1, #4C4C4C));
    background-image: -webkit-linear-gradient(top, #131313 0%, #4C4C4C 100%);
    background-image: linear-gradient(to bottom, #131313 0%, #4C4C4C 100%);
}

.Bag .Item a.AddItem:before, .Bag .Item a.RemoveItem:before
{
    background: url('imgs/pointSprites.png') no-repeat 0 0;
}

.Bag .Item .Badge
{
    position: absolute;
    top: -20px;
    margin-left: -25px;
    width: 50px;
    height: 40px;
    background-repeat: no-repeat;
    left: 50%;
}
.Bag .Item .Badge.Badge1
{
    background-image: url(imgs/50x40_vipicon_uth.png);
}