html,
body {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, Microsoft Sans Serif;
    margin: 0;
    background-color: #dddddd;
}

.MainNav {
    background-color: #eeeeee;
    padding: 6px;
    font-weight: bold;
    margin: 0;
}

.Wrapper {
    padding: 0px;
    margin: 0 auto;
    width: 850px;
    background-color: white;
    min-height: 100%;
    border-left: 2px #cccccc solid;
    border-right: 2px #cccccc solid;
}

.LFList {
    padding: 0;
    margin: 2px;
    text-align: right;
}

.UMenu {
    padding: 0;
    margin: 2px;
    text-align: right;
}

.UMenu li,
.LFList li {
    display: inline;
    list-style-type: none;
    padding-right: 4px;
}

.LoginOrMenu {
    width: 100%;
}

.Content {
    padding: 0px 40px 120px 40px;
}

@media (max-width: 340px) {
    .Content {
        padding: 0px 5px 20px 5px;
    }

    .Wrapper {
        width: 100%;
    }

    .UMenu li,
    .LFList li {
        display: inherit;
    }

    .LFList {
        text-align: left;
    }

    .UMenu {
        text-align: left;
    }
}

.LoginOrMenu input[type="text"],
.LoginOrMenu input[type="password"] {
    width: auto;
}

.LoginOrMenu input[type="submit"] {
    line-height: 10px;
    margin-top: 18px;
}

.SpawtzLeagueListLinks a, .grean-extra-button a {
    display:block;width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
    margin: 0 0 10px 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}