body {
	background-image: url(base/background.png);
	margin: 10px;
}

p, li, div {
	font-family: "verdana";
	font-size: 11px;
}

img {
	border: 0px;
}

h1 {
	font-size: 17pt;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 11pt;
}

h5 {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	color: #000000;
	font-family: "Verdana";
	font-size: 11px;
	background: #ffffee;
	background-image: url(base/input.png);
	background-repeat: repeat-x;
	border: 1px solid black;
}

input[type="radio"] {
	background-image: none;
	border: 0px;
}

.clearInput {
	background-color: transparent;
	background-image: none;
	border: 0px;
}

.flipped {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quote {
	background-color: #454645;
	border: 1px solid #000000;
	padding: 10px;
	margin: 0px;
	position: relative;
}

.forum_header {
	background-image: url(base/title.png);

	border-bottom: 1px solid #454645;

	padding: 1px;
	padding-left: 5px;
	margin-bottom: 2px;

	text-align: left;
	font-weight: bold;
}

.forum_post_user_header {
	width: 130px;
}

.forum_avatar {
	width: 75px;
	border: 1px solid black;
}

.forum_post_santa_hat {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 40px;
	background-image: url('../images/santa_hat.png');
	background-repeat: round;
	z-index: 5;
}

.forum_row {
	border-bottom: 1px solid #454645;
	background-color: #2c2c2c;
	padding: 5px;
}

.forum_side {
	border-bottom: 1px solid #454645;
	border-right: 1px solid #454645;
	background-color: #353635;
	height: 50px;
	vertical-align: top;
	text-align: center;
}

.forum_table {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 10px;
	border: 1px solid #454645;
	border-bottom: 0px;
	margin: 0px;
}

.signature_line
{
	width: 50%;
	height: 1px;
	border-width: 0;
	background-color: white;
	margin-left: 0px;
	text-align: left;
}

.shopNotice {
	float: right;
	width: 250px;
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
	background-color: #454645;
}

.profile-santa-hat {
	position: absolute;
	left: 60px;
	top: 0px;
	width: 50px;
	height: 40px;
	background-image: url('../images/santa_hat.png');
	z-index: 5;
}

.mobile-only {
	display: none;
}

th {
	background-image: url(base/title.png);

	border-bottom: 1px solid black;

	padding: 1px;
	padding-left: 5px;
	margin-bottom: 2px;

	text-align: left;
	font-weight: 900;
}

td {
	border-bottom: 1px solid black;
	background-color: #454645;
	vertical-align: top;
	padding: 5px;
}

td.highlight {
	background-color: #565756;
}

table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 10px;
	border: 1px solid black;
	border-bottom: 0px;
	margin: 0px;
}

th.rowHeader {
	text-align: right;
	border-right: 1px solid black;
	padding-right: 5px;
}

#board {
	position: relative;
	border: 5px solid #221111;
	background-image: url('../images/board.png');
	max-width: 800px;
	height: 500px;
}

.boardPaperContainer {
	position: absolute;
	background-image: url('../images/hanger.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	min-height: 50px;
	min-width: 100px;
	z-index: 1; 
}

.boardPaper {
	position: relative;
	width: 100%;
	min-height: 100%;
	border: 2px solid #222222;
	background-color: white;
	padding: 3px;
	overflow: hidden;
	color: black;
	font-size: 11px;
	z-index: 2; 
}

.boardCredit {
	position: relative;
	z-index: 3;
	visibility: hidden;
	position: static;
	background-color: #454645;
	color: white;
	border: 1px solid black;
}

#main {
	position: relative;
	box-sizing: border-box;
	width: 70%;
	min-height: 745px;
	border: 1px solid black;
	background-color: #2c2c2c;
	
	margin-right: auto;
	margin-left: auto; 
}

#leftBorder {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 20px;

	border-right: 1px solid black;

	background-image: url(base/border.jpg);
	background-repeat: repeat-y;
}

#rightBorder {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 20px;
	border-left: 1px solid black;

	background-image: url(base/border.jpg);
	background-repeat: repeat-y;
}

#topBorder {
	position: absolute;
	top: 0px;
	left: 21px;
	right: 21px;
	height: 100px;
	border-bottom: 1px solid black;
	
	text-align: center;

	background-color: #050000;
	background-image: url(base/bricks.png);
	background-repeat: repeat-x;
}

#logo {
	width: 600px;
	height: 100px;
	
	margin: auto;

	background-image: url(base/logga.png);
	background-repeat: no-repeat;
	background-position: center;
}

#usersOnline {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px;

	border-bottom: 1px solid black;
	border-left: 1px solid black;
	
	background: url(base/background.png);
	color: white;
	font-size: larger;
}

#numUsersOnline {
	font-size: larger;
	color: white;
}

#leftMenu {
	position: absolute;
	left: 21px;
	top: 101px;
	bottom: 0px;
	width: 60px;

	border-right: 1px solid black;

	background-color: #454645;

	text-align: right;
	color: #ffffff;
}

#topMenu {
	vertical-align: middle;
	position: absolute;
	left: 82px;
	right: 21px;
	top: 101px;
	height: 20px;

	border-bottom: 1px solid black;

	background-color: #454645;
	background-image: url(base/topmenu.png);

	color: #ffffff;
}

.topMenuIcon {
	height: 20px;
}

#control {
	position: absolute;
	right: 10px;
	vertical-align: middle;
	color: black;
	font-weight: bold;
}

#messages {
	position: absolute;
	left: 10px;
	color: black;
	font-weight: bold;
	padding-right: 65px;
}

#copyright {
	position: relative;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	color: #555555;
}

#insiderPanel {
	float: right;
	width: 200px;
	border: 1px solid black;
	background: #454645;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.panel {
	position: relative;
	border: 1px solid black;
	background: #454645;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

li.menuItem {
	display: block;
	background-color: #454645;
	font-size: 12px;
	width: 60px;
	height: 60px;
}

li.menuItem:hover {
	background-color: #cccccc;
}

.menuItem a:link, .menuItem a:active, .menuItem a:hover, .menuItem a:visited {
	color: #ffffff;
	text-decoration: none;
}

#contentContainer {
	position: relative;

	margin-top: 122px;
	margin-left: 82px;
	margin-right: 21px;
	margin-bottom: 0px;

	padding: 5px;

	background-color: #2c2c2c;

	color: #ffffff;
}

#speechBalloon {
	position: relative;
	top: 25px;
	left: -40px;
	width: 198px;
	height: 199px;
	float: left;
	background-image: url("../images/speech_balloon.png");
	background-repeat: no-repeat;
}

#speechBalloonText {
	margin: 10px;
	margin-left: 38px;
	width: 150px;
	height: 179px;
	color: black;
	overflow: auto;
}

.card {
	position: relative;
	background-color: #4c2000;
	background-image: url("../images/card_fg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	mask-image: url("../images/card_bg.png");
	mask-size: 100%;
	mask-repeat: no-repeat;
	display: inline-block;
	margin: 1px;
	width: 244px;
	height: 232px;
	padding-top: 35px;
	text-align: center;
	vertical-align: top;
}

.card_description {
	position: absolute;
	font-size: smaller;
	left: 49px;
	right: 44px;
	top: 53px;
	bottom: 3px;
	overflow: auto;
}

.card_image {
	position: relative;
	display: inline;
	margin-top: 10%;
	max-width: 125px;
	max-height: 100px;
	border: 2px solid #4c2000;
}

.card_quantity {
	position: relative;
	left: -32px;
	top: 200px;
	font-size: larger;
	font-weight: bold;
}

.card_small {
	position: relative;
	width: 122px;
	height: 116px;
	background-color: #4c2000;
	mask-image: url('../images/card_bg_small.png');
	background-image: url('../images/card_fg_small.png');
	text-align: center;
}

.tombstone {
	display: table-cell;
	width: 128px;
	height: 134px;
  	text-align: center;
	background-image: url('../images/items/tombstone.png');
}

.tombstoneText {
	position: relative;
	top: 45%;
	color: #222222;
}

#animalshopInfo {
	float: right;
	width: 550px;
	background-color: #454645;
	padding: 5px;
	border: 1px solid black;
}

#animalshopImage {
	border: 1px solid black;
	float: left;
	margin: 5px;
	border-radius: 5px;
}

.animalshopImage {
	float: left;
	margin: 5px;
}

table.maze {
	border: 1px solid black;
}

td.mazeSquareClear {
	height: 64px; width: 64px;
	padding: 0px; margin: 0px;
	background-image: url('../images/maze/clear.png');
	border: 1px solid grey;
}

td.mazeSquareBlocked {
	height: 64px; width: 64px;
	padding: 0px; margin: 0px;
	background-image: url('../images/maze/blocked.png');
	border: 1px solid grey;
}

img.mazeIcon {
	width: 60px; height: 60px;
	margin: 0px; padding: 0px;
	position: absolute;
	z-index: 1;
}

#duelWandPanel {
	background-color: #454645;
	border: 1px solid black;
	float: right;
	border-radius: 8px;
	padding: 10px;
}

.duelMeterEmpty {
	position: relative;
	width: 96px; height: 12px;
	background-image: url('../images/duel/empty.png');
}

.duelMeterHp {
	position: absolute;
	left: 0px; height: 12px;
	background-image: url('../images/duel/hp.png');
}

.duelMeterMagic {
	position: absolute;
	left: 0px; height: 12px;
	background-image: url('../images/duel/magic.png');
}

#beta {
	background-image: url('../images/beta.png');
	width: 194px;
	height: 185px;
	position: relative;;
	margin: 10px;
	z-index: 10000;
	float: right;
}

.reportButton {
	color: #E00000;
}

.boardReportButton {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	visibility: hidden;
}

.Gryffindor {
	color: #f00000;
}

.Slytherin {
	color: #13aa04;
}

.Ravenclaw {
	color: #0086d3;
}

.Hufflepuff {
	color: #faec12;

}

a:link, a:active, a:visited {
	color: #bbbbbb;
	text-decoration: none;
}

a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}

.flip-horizontal {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/
}
.flip-vertical {
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; /*IE*/
}

.ljusstake {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 148px;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

#ljusstake0 { background-image: url('../images/adventssljusstake0.png'); }
#ljusstake1 { background-image: url('../images/adventssljusstake1.png'); }
#ljusstake2 { background-image: url('../images/adventssljusstake2.png'); }
#ljusstake3 { background-image: url('../images/adventssljusstake3.png'); }
#ljusstake4 { background-image: url('../images/adventssljusstake4.png'); }
