@charset "utf-8";
body, html {
	margin: 0;
	padding:0;
	height: 100%;
	width: 100%;
	position: fixed;
	display: block;
	overflow: hidden;
	font-family: sans-serif;
	background: #6dd300;
	background: -moz-linear-gradient(top, #6dd300 0%, #d2ff00 26%, #d2ff00 38%, #e9e9e9 52%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6dd300), color-stop(26%, #d2ff00), color-stop(38%, #d2ff00), color-stop(52%, #e9e9e9), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #6dd300 0%, #d2ff00 26%, #d2ff00 38%, #e9e9e9 52%, #ffffff 100%);
	background: -o-linear-gradient(top, #6dd300 0%, #d2ff00 26%, #d2ff00 38%, #e9e9e9 52%, #ffffff 100%);
	background: -ms-linear-gradient(top, #6dd300 0%, #d2ff00 26%, #d2ff00 38%, #e9e9e9 52%, #ffffff 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd300', endColorstr='#ffffff', GradientType=0 );
	background: linear-gradient(top, #6dd300 0%, #d2ff00 26%, #d2ff00 38%, #e9e9e9 52%, #ffffff 100%);
}
.blocks_container {
	position: absolute;
	margin-top: 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	z-index: 1;
}
.block {
	background: white;
	color: #e9e9e9;
	font-size: 25px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.block img, iframe {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#small {
	width: 430px;
	height: 328px;
}
#normal {
	width: 500px;
	height: 380px;
}
#footer {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px;
	color: white;
	font-size: 10px;
}
.overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/home/images/overlay_bg.png');
	z-index: 998;
}
.overlay_menu {
	width: 600px;
	height: 445px;	
	position: fixed;
	display: none;
}
.overlay_menu .overlay_menu_content {
	font-family: sans-serif;
	background: #e7e9eb;
	background: -moz-linear-gradient(top, #e7e9eb 0%, #bcc3c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e9eb), color-stop(100%,#bcc3c6));
	background: -webkit-linear-gradient(top, #e7e9eb 0%,#bcc3c6 100%); 
	background: -o-linear-gradient(top, #e7e9eb 0%,#bcc3c6 100%); 
	background: -ms-linear-gradient(top, #e7e9eb 0%,#bcc3c6 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e9eb', endColorstr='#bcc3c6',GradientType=0 ); 
	background: linear-gradient(top, #e7e9eb 0%,#bcc3c6 100%);
	color: #4e5256;	
}
#private_messages {
	width: 100%;
}
#private_messages tr {
	font-weight: bold;
}
#private_messages td {
	border-bottom: 1px solid #a5a6a8;	
}
#private_messages tr.message {
	height: 50px;	
}
#private_messages tr.message:hover {
	background: #7db133;
	background: -moz-linear-gradient(top, #7db133 0%, #557f29 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db133), color-stop(100%,#557f29)); 
	background: -webkit-linear-gradient(top, #7db133 0%,#557f29 100%);
	background: -o-linear-gradient(top, #7db133 0%,#557f29 100%);
	background: -ms-linear-gradient(top, #7db133 0%,#557f29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db133', endColorstr='#557f29',GradientType=0 ); 
	background: linear-gradient(top, #7db133 0%,#557f29 100%);
	cursor: pointer;
}
#private_messages tr.message:hover *{
	color: white;
}
#block_bg {
	display: block;
	width: 100%;
	height: 100%;
}
#blocks {
	height: 500px;
}
#shadow {
	margin-bottom: -25px;
	width: 100%;
	height: 55px;
	background: url('/home/images/shadow.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
#r2, #r3 {
	display: none;
}
object {
	outline: none;
}
.menu {
	display: none;
	position: fixed;
	width: 800px;
	height: 500px;
	background: #E0E3E5;
	z-index: 998;
}
.menu div.menuContent {
	display: none;
	width: 100%;
	height: 100%;	
}
.menu input, .menu_overlay input, .menu select {
	height: 35px;
	font-size: 15px;
	font-family: Segoe, sans-serif;
	border: 1px solid #666;
	padding: 3px;
	width: 300px;
}
.overlay_menu div#donate {
	padding: 10px;
	color: white;
	background: #5d616a;
}
.overlay_menu input, .overlay_menu select {
	width: 100%;
}
.load {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url('/home/images/load.gif');
	width: 32px;
	height: 32px;
	z-index: 999999999999999999999;
}
button {
	padding: 10px;
	border: 1px solid #666;
	font-weight: bold;
	color: white;
	background: #5d616a;
	cursor: pointer;
}
button:hover {
	opacity: .9;
}
#heading_2 img {
	cursor: pointer;
	opacity: .8;
}
.user {
	position: absolute;
	top: 5%;
	right: 10%;
	color: white;
	font-weight: bold;
	display: block;
	z-index: 9999999999999999999;
	text-shadow: 1px 1px 0 #8f8f8f;
	color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
}
.shadowOverlay {
	z-index: 990;
	width: 100%;
	height: 100%;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.cP {
	padding: 5px;
	background: url(/home/images/bp.png);
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: .3;
}
.cP table {
	background: url(/home/images/dpad_nh.png);
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin-left: 12px;
}
.cP table tr td {
	cursor: pointer;
}
div.cP {
	cursor: move;
}
#donationMain, #donationSuccess, #tosMain, #registrationMain, #loginMain {
	width: 540px;
	padding: 5px;
	float: left;
	color: #7a7a7a;
}
#tosMain {
	font-size: .90em;
	display: block;
	overflow: auto;
	max-height: 490px;
}

#twitterFeed {
	text-shadow: 0px -1px #eeeeee;
	padding: 5px;
	width: 540px;
	float: left;
	color: #7a7a7a;
	font-size: .95em;
}
#twitterFeed a#tweetLink, #tosMain a {
	text-decoration: none;
	color: #5bb000;
}
#twitterFeed a#tweetLink:hover, #tosMain a:hover {
	opacity: .7;
	text-decoration: underline;
	text-shadow: none;
}
#twitterFeed #twitterPost {
	padding-bottom: 5px;
	padding-top: 5px;
}

a#tweetTime {
	color: #6d6d6d;
	font-size: .7em;
	text-decoration: none;
	font-weight: bold;
}
.esc {
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px;
	z-index: 999;
	font-weight: bold;
	font-size: 19px;
	color: white;
	display: none;
}
.arrowsRS {
	position: fixed;
	top: 0;
	right: 0;
	padding: 5px;
	z-index: 9999;
}
.arrowsRS div {
	width: 59px;
	height: 46px;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	margin-bottom: 2px;
	opacity: .5;
}
.arrowsLS {
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px;
}
.arrowsLS div {
	width: 59px;
	height: 46px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-left: 2px;
	cursor: pointer;
	opacity: .5;
}
#closeX {
	background: url(/home/images/close.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
	z-index: 9999999999999;
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	cursor: pointer;
	opacity: .5;
}
#arrowLeft {
	background: url(/home/images/arrowLeft.png);
}
#arrowRight {
	background: url(/home/images/arrowRight.png);
}
#arrowUp {
	background: url(/home/images/arrowUp.png);
}
#arrowDown {
	background: url(/home/images/arrowDown.png);
}
#invalidGamertag {
	font-size: 12px;
	color: #A00;
}
#pm {
	display: none;
}
#gs {
	display: block;	
}
.user span{
	cursor: pointer;	
}
#message {
	font-weight: bold;
	position: fixed;
	top: 0;
	display: none;
	z-index: 999;
}
#message a {
 	text-decoration: none;
	color: white;	
	font-family: sans-serif;
}

#message_text {	
	display: none;
}
#message_contents table tr td {
	width: 0px;	
}