body {
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 12px;
}

a img {
    border: 0px;
}

#pageContent {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.ie #pageContent {
    /* display: inline-block; */
}

#pageHeader {
    height: 300px;
}

#pageHeaderLogo {
    padding-bottom: 45px;
	position: relative;
}

#logoLink {
	transition: 0.3s ease all;
	position: relative;
	left: -50px;
}

#logoLink:hover {
	left: -40px;
}

#pageHeaderTabs {
    height: 40px;
    width: 100%;
    position: relative;
    margin-bottom: -40px;
    top: -40px;
}

.pageHeaderTab {
    text-align: center;
    width: 80px;
    font-weight: bold;
    border-left: 1px solid black;
}

.pageHeaderTab a {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: inherit;
}

.pageHeaderTab:hover a {
	font-size: 104%;
}

.pageHeaderTabActive {
    border-bottom: 0px;
}

#pageHeaderTabsFiller {
    position: relative;
}

.pageHeaderTabFirst {
    border-left: 0px;
}

.pageHeaderTabLast {
    width: 79px;
    background-position: top right;
}

#bodyContent {
    position: relative;
    background: white;
    border-top: 0px;
    padding: 16px;
    padding-top: 0px;
}

#bodyContainerFrame {
    border: 2px solid black;
    padding: 5px;
    min-height: 300px;
}

#bodyContainer {
    position: relative;
    cursor: default;
    min-height: 300px;
}

#bodyJewel {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    bottom: -36px;
    right: -29px;
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#loginPanel {
    background-repeat: no-repeat;
    background-position: center center;
    border: 3px solid black;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 3px;
    padding-bottom: 9px;
    font-size: 14px;
}

.loggedOut input[type="text"], .loggedOut input[type="password"] {
    width: 150px;
}

.loggedOut h1 {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 30px;
}

a.loginButton {
    text-decoration: none;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
	border: 2px solid black;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    width: 80px;
    background: linear-gradient(to bottom, #fff 7px, #95afc9);
    box-shadow: 2px 2px 3px #666;
    position: relative;
    top: 1px;
	margin: 7px;
}

.currency {
    display: inline-block;
    overflow: hidden;
    text-align: left;
	border-radius: 6px;
	padding: 0 4px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 -2px 2px;
}

.currency img {
	margin: 1px 3px 2px 0;
}

.currency span {
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: -1px;
}

#statusBar {
    font-size: 13px;
}

#statusBar table {
    margin-top: 1px;
    margin-bottom: -2px;
}

.credits {
    text-align: center;
    font-size: 12px;
    padding-top: 6px;
}

/*.ie .credits {
    width: 930px;
}*/

#pageHeaderAvatar {
    background-position: top right;
    background-repeat: no-repeat;
	height: 302px;
}

#headerAvatarLink {
	width:220px;
	height:300px;
	display:block;
	font-size:0;
}

.notificationCurrency {
    position: absolute;
    top: 0px;
}

.notificationArea {
    position: relative;
}

.notificationBubble {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 240px;
    text-align: left;
    border: 1px solid black;
    padding: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: black;
    background: rgb(220, 220, 220);
    background: -webkit-gradient(linear, left top, left bottom, to(rgb(143, 153, 162)), from(rgb(220, 220, 220)));
    background: -moz-linear-gradient(top, rgb(220, 220, 220), rgb(143, 153, 162));
    background: -o-linear-gradient(top, rgb(220, 220, 220), rgb(143, 153, 162));
    background: linear-gradient(top, rgb(220, 220, 220), rgb(143, 153, 162));
    -pie-background: linear-gradient(top, rgb(220, 220, 220), rgb(143, 153, 162));
    behavior: url(/asset.php?file=PIE.htc&type=text/x-component);
}

.notificationBubble a {
    color: black;
    text-decoration: none;
}

.notificationBubble a:hover {
    text-decoration: underline;
}

.breadcrumbs {
    padding: 4px;
    font-size: 12px;
}

.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:link {
    color: black;
    text-decoration: none;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
    text-decoration: underline;
}

img.inlimeimg {
    vertical-align: baseline;
}

#navArea {
    margin-bottom: 4px;
}

#navButtons td, .navButtons td {
    padding: 5px;
    padding-top: 3px;
    font-size: 11px;
}

table.tborder.forumCategory {
	border-top-left-radius: 10px;
	background: rgb(91, 159, 140);
}

.thead.first {
	border-top-left-radius: 11px;
}

.post {
    width: 100%;
}

.postAvatar {
    padding: 6px;
    vertical-align: top;
    width: 230px;
}

.postLeft .postAvatar {
    text-align: left;
}

.postRight .postAvatar {
    text-align: right;
}

.postTopLeft, .postTopRight, .postBottomLeft, .postBottomRight {
    width: 39px;
    height: 39px;
    text-align: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.postTopMiddle {
    height: 39px;
    background-repeat: repeat-x;
}

.postTopLeft {
    background-position: top left;
}

.postTopRight {
    background-position: top right;
}

.postBottomLeft {
    background-position: bottom left;
}

.postBottomMiddle {
    height: 39px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.postBottomRight {
    background-position: bottom right;
}

.postBody {
    background: white;
    padding: 6px;
    min-height: 325px;
    vertical-align: top;
}

.postBodyContent {
    min-height: 300px;
    max-width: 640px;
    overflow: hidden;
}

.postBody img {
    max-width: 575px;
}

.ieSix .postBodyContent {
    height: 300px;
}

.postSignature {
    background: white;
    max-height: 300px;
    overflow: hidden;
    padding: 6px;
    max-height: 400px;
    overflow: hidden;
}

.postSignature img {
    max-width: 300px;
    max-height: 300px;
}

.postSignatureSeparator {
    width: 30%;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
}

.postEdited {
    font-size: 14px;
    font-style: italic;
}

.reward {
    text-align: center;
    font-size: 13px;
    border: 1px outset gold;
    background: gold;
}

.thead a {
    text-decoration: none;
}

.thead a:hover {
    text-decoration: underline;
}

a img {
    border: 0px;
}

span.itemCell {
    display: inline-block;
}

table.itemCell {
    position: relative;
    z-index: 20;
    cursor: pointer;
    background: white url(itembox.png) no-repeat top left;
    margin: 4px;
    width: 288px;
    padding-bottom: 2px;
    padding-right: 2px;
    height: 54px;
}

.inventoryScroll {
    position: relative;
    zoom: 1;
    line-height: 0px;
    overflow-x: visible;
    overflow-y: scroll;
    text-align: left;
    background: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.ieSix .inventoryScroll {
    height: 400px;
}

.inventoryScroll .itemCell {
    line-height: 100%;
    width: 100%;
    border: 1px solid black;
    margin: -1px;
    margin-bottom: 0px;
    background: white;
    height: 48px;
}

.inventoryScroll .itemCellImage {
    width: 39px;
}

.inventoryScroll .itemCellName {
    font-weight: normal;
}

.itemCellStack {
    position: absolute;
    vertical-align: bottom;
    text-align: right;
    top: 27px;
    left: 2px;
    width: 40px;
    z-index: 30;
}

.inventoryFrame {
    position: absolute;
    left: 0px;
    right: 0px;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.itemCellImage {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 42px;
    height: 40px;
    overflow: hidden;
    border: 1px solid black;
    position: relative;
}

.itemCellImage img {
    position: absolute;
    width: 40px;
    height: 40px;
}

.itemCellImage div {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: right;
    vertical-align: top;
}

.firefox .itemCellImage, .firefoxMac .itemCellImage {
    height: 42px;
}

div.itemCellImage {
    margin: 2px;
    display: inline-block;
}

.itemCellName {
    text-align: left;
    vertical-align: center;
    width: 232px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itemCellPrice {
    text-align: right;
    width: 232px;
}

.itemCellPrice img {
    vertical-align: top;
}

.shopContent {
    padding-bottom: 24px;
}

.shopTabs {
    text-align: center;
}

.shopHeader {
    text-align: center;
    font-size: 30px;
}

.elide {
    left-margin: 5em;
    display:none;
}

.pager {
    position: relative;
    text-align: right;
    z-index: 20;
    padding-right: 12px;
    padding-bottom: 4px;
}

.pager a {
    text-decoration: none;
    color: rgb(0, 90, 79);
}

#itemPreviewPositioner {
    position: fixed;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    z-index: 50;
}

.ieSix #itemPreviewPositioner {
    position: absolute;
    left: expression( (document.documentElement.clientWidth / 2) + "px" );
    right: expression( (document.documentElement.clientWidth / 2) + "px" );
    top: expression( (document.documentElement.clientHeight / 2) + "px" );
    bottom: expression( (document.documentElement.clientHeight / 2) + "px" );
}

#itemPreview {
    position: absolute;
    background: white;
    left: -312px;
    right: -312px;
    top: -161px;
    bottom: -161px;
    border: 1px solid black;
    -o-box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.5);
    padding: 9px;
}

.itemMessage {
	position: absolute;
	bottom: 100%;
	left: 0;
	background: white;
	border: 1px solid black;
	width: calc(100% - 16px);
	padding: 1ex;
	text-align: center;
}

#previewImage, #previewBase, #previewBackImage, #previewDiv {
	background: none;
	position:absolute;
    height: 300px;
    width: 220px;
}

#previewDiv {
	position: relative;
}

#previewBase, #previewBackImage {
	z-index: 20;
	left: 1px;
	top: 1px;
}

#previewBackImage {
	z-index: 15;
}

.itemDisplay {
    position: relative;
    width: 40px;
    height: 40px;
    background: white;
    cursor: pointer;
    border: 1px solid black;
    margin-right: 5px;
    z-index: 25;
}

.itemDisplay.equipped {
    width: 36px;
    height: 36px;
    border: 3px solid black;
}

div.itemDisplay {
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

table.tradeCell {
    width: 490px;
    height: 91px;
    background: white url(tradebox.png);
}

.tradeItemBody {
    border: 1px solid black;
    min-height: 180px;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

#tradeFrom {
    padding-left: 39px;
}

#tradeTo {
    padding-right: 39px;
    padding-left: 5px;
}

.tradeLeftSide {
    padding-right: 8px;
}

.tradeBG {
    position: absolute;
    height: 300px;
    width: 220px;
    top: -30px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 1;
}

.tradeFace {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -5px;
    border-bottom: 1px solid black;
    height: 80px;
    width: 80px;
}

#tradeFrom .tradeBG {
    right: -10px;
}

#tradeTo .tradeBG {
    left: -10px;
}

#tradeFrom .tradeFace {
    left: -39px;
    float: left;
    border-right: 1px solid black;
    margin-right: -34px;
}

#tradeTo .tradeFace {
    right: -39px;
    float: right;
    border-left: 1px solid black;
    margin-left: -34px;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -1em;
}

#itemPreview.shadeSelector {
    border: 1px solid black;
    max-width: 252px;
	max-height: 270px;
	overflow-y: scroll;
    position: absolute;
    display: inline-block;
    z-index: 100;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    padding: 4px 0px 3px 4px;
    background: white;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    behavior: url(/asset.php?file=PIE.htc&type=text/x-component);
}

#clickAbsorber {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: transparent;
    z-index: 200;
}

#avatarEditor {
    position: relative;
    height: 300px;
    width: 220px;
    border: 1px solid black;
    background: rgb(123, 168, 158);
}

.reportTable {
    border-collapse: collapse;
}

.reportTable th {
    border: 1px solid black;
    border-bottom: 3px double black;
    padding: 2px;
    background: white;
}

.reportTable td {
    border: 1px solid black;
    vertical-align: top;
    padding: 2px;
    background: rgba(255, 255, 255, 0.5);
}

.sectionTitle {
    position: relative;
    padding: 4px;
    font-size: 16px;
    text-align: center;
    border: 1px solid black;
    border-bottom: none;
    height: 20px;
}

.shadeScroll {
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}

.achievementPopup {
    position: fixed;
    padding: 6px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    text-align: right;
    cursor: pointer;
}

.ieSix .achievementPopup {
    position: absolute;
    right: expression( (document.documentElement.clientWidth) + "px" );
    bottom: expression( (document.documentElement.clientHeight) + "px" );
}

.achievementComplete {
    margin: 6px;
    font-weight: normal !important;
    font-size: 12px;
    height: 36px;
}

.achievementComplete img {
    position: relative;
    left: -20px;
    top: -1px;
    margin-top: -3px;
    margin-bottom: -6px;
    margin-right: -18px;
}

.firefoxMac .achievementComplete img {
    top: 0px;
}

.achievementReqs {
    padding-bottom: 20px;
    font-size: 12px;
}

.achievementReqs li {
    width: 50%;
    display: inline-block;
    list-style-type: circle;
}

.vbmenu_currtab, .vbmenu_currtab a {
    background: white !important;
    color: black !important;
}
.eventBadge {
    display: none;
}
.bigusername .eventBadge {
    display: block;
}

.closeButton {
	position: absolute;
	font: 23px arial, sans-serif;
	width: 24px;
	height: 24px;
	top: 5px;
	right: 5px;
	border: 2px solid black;
	background-color: red;
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	z-index: 100;
	box-sizing: content-box !important;
}

.itemImage {
	margin: auto;
	border: 1px solid black;
	border-radius: 4px 0 0 0;
}

.shadeImage, .itemImage {
	width: 40px;
	height: 40px;
}

#itemDisplay {
	position: relative;
	min-height: 340px;
}

#itemHeader {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

.smallItemTitle {
	font-size: 1.5em;
}

.shadesDisplay {
	position: relative;
	display: inline;
	vertical-align: top;
}

#shadesList {
	margin-bottom: 80px;
}

#itemAvatarPreviewBox {
	display: inline-block;
	float: left;
	position: relative;
	width: 250px;
	height: 340px;
	border: 1px solid black;
	background-color: #5E9E8D;
	z-index: 100;
	margin: 0 24px 15px 0;
	border-radius: 10px;
	box-shadow: -1px 1px 3px #666666;
}

#itemAvatarPreview {
	width: 220px;
	height: 300px;
	position: relative;
	left: 5px;
	top: 5px;
}
#itemAvatarPreview img {
	position: absolute;
}

#shopListBox {
	position: absolute;
	width: 100%;
	top: -5px;
	background: #5b9f8c linear-gradient(to bottom, #fafcfc, #5ea18e);
	border-radius: 0 0 20px 0;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.shopListBox {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 1px;
	margin: 1px;
	border: 1px solid black;
	box-shadow: -1px 1px 3px #666666;
	border-radius: 5px;
}

.itemInfo {
	position: absolute;
	top: -1px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease;
	background: white;
	width: 162px;
	height: 77px;
	pointer-events: none;
	text-align: center;
	vertical-align: center;
	background-image: linear-gradient(to bottom, #fafcfc, #cee7f0);
	border-radius: 0 5px 5px 0;
	border: 1px solid black;
	border-left: none;
	box-shadow: 2px 1px 2px #666666;
	left: 100%;
}

#avatarPreviewControl {
	position: absolute;
	bottom: 2px;
	right: 0px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}

#avatarPreviewControl a {
	padding: 0 10px;
	text-decoration: none;
	font-size: 2em;
	vertical-align: center;
}

#avatarPreviewControl img {
	position: relative;
	top: 8px;
}

.firstShade {
	display: inline-block;
}

.itemShadeBox {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.shareLink {
    font-size: 75%;
}

#dailyGrantsBlock {
	position: absolute;
	bottom: 75px;
	right: 100px;
	box-shadow: 0 0 8px 8px rgba(255,252,194,0.3);
	border-radius: 6px 0 0 0;
	background: white;
	border: 1px solid black;
	padding: 0.5ex;
}

#grantsHeader {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#grantsHeader span:first-child {
	font-weight: bold;
}

#grantsList {
	display: flex;
	flex-direction: column;
}

.availableGrant {
    background: white linear-gradient(to bottom, #fafcfc, #cee7f0);
    padding: 1ex;
    border-radius: 5px;
	border: 1px solid black;
    cursor: pointer;
	width: 200px;
}

.availableGrant:hover {
	background: white linear-gradient(to bottom, #fff, #fafcfc);
}

.grantImage {
	width: 2em;
	float: left;
	border-radius: 4px 0 0 0;
	border: 1px solid black;
}

.grantName {
	line-height: 2em;
	float: right;
}

.headerAlert {
	position: absolute;
	bottom: 30px;
	display: block;
}

#snowBankAlert {
    left: 200px;
}

#snowBankAlert.alerted {
	border-radius: 50%;
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.5);
}

#snowBankAlert.alerted:after {
    content: "!";
    position: absolute;
    top: -20px;
    right: -1em;
    background: #68b760;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    width: 1.5em;
    text-align: center;
}

#snowBucketAlert {
	left: 400px;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

#snowBucketAlert:hover {
	box-shadow: 0 0 24px rgba(255, 255, 255, 0.5);
}

.flipped {
	transform: scaleX(-1);
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
