button.menubutton {
	background: #0000CF;
	background-image: -webkit-linear-gradient(top, #0000CF, #00009F);
	background-image: -moz-linear-gradient(top, #0000CF, #00009F);
	background-image: -ms-linear-gradient(top, #0000CF, #00009F);
	background-image: -o-linear-gradient(top, #0000CF, #00009F);
	background-image: linear-gradient(to bottom, #0000CF, #00009F);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	-webkit-user-select: none;
	-moz-user-select: none;
	border-radius: 10px;
	color: white;
	cursor: pointer;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	height: 64px;
	width: 80%;
	margin: 20px 0 0 0;
}

button.menubutton:hover {
	background: #0000FF;
	background-image: -webkit-linear-gradient(top, #0000FF, #0000CF);
	background-image: -moz-linear-gradient(top, #0000FF, #0000CF);
	background-image: -ms-linear-gradient(top, #0000FF, #0000CF);
	background-image: -o-linear-gradient(top, #0000FF, #0000CF);
	background-image: linear-gradient(to bottom, #0000FF, #0000CF);
}

button.menuredbutton {
	background: #CF0000;
	background-image: -webkit-linear-gradient(top, #CF0000, #9F0000);
	background-image: -moz-linear-gradient(top, #CF0000, #9F0000);
	background-image: -ms-linear-gradient(top, #CF0000, #9F0000);
	background-image: -o-linear-gradient(top, #CF0000, #9F0000);
	background-image: linear-gradient(to bottom, #CF0000, #9F0000);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	-webkit-user-select: none;
	-moz-user-select: none;
	border-radius: 10px;
	color: white;
	cursor: pointer;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	height: 64px;
	width: 80%;
	margin: 20px 0 0 0;
}

button.menuredbutton:hover {
	background: #FF0000;
	background-image: -webkit-linear-gradient(top, #FF0000, #CF0000);
	background-image: -moz-linear-gradient(top, #FF0000, #CF0000);
	background-image: -ms-linear-gradient(top, #FF0000, #CF0000);
	background-image: -o-linear-gradient(top, #FF0000, #CF0000);
	background-image: linear-gradient(to bottom, #FF0000, #CF0000);
}

img.floatbutton {
	opacity: 1.0;
	width: 80px;
	float: right;
	cursor: pointer;
	padding: 12px;
	padding-bottom: 0;
}

img.floatbutton:hover { opacity: 0.8; }

img.menu64 {
	height: 64px;
	margin: 5px;
}

td.menucell {
	background: #333333;
	width: 60px;
}

img.menu {
	opacity: 1.0;
	width: 60px;
}

td.cancelcell { width: 60px; }

img.cancel {
	opacity: 1.0;
	width: 60px;
}

img.cancel:hover { opacity: 0.8; }

img.menu:hover { opacity: 0.8; }

td.menutitle {
	background: #333333;
	text-align: center;
	color: white;
	font-size: 26px;
	font-weight: bold;
}

td.menuchoice { text-align: center; }

div.menumodal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	right: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	padding: 5px;
}

div.menuformmodal-content {
	background-color: #111111;
	margin: 5px 5px auto auto; /* 5px from the top, 5px from the right */
	border: 1px solid #ffffff;
	width: 40vw;
	max-width: 450px;
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* IE */
@-ms-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* Opera and prob css3 final iteration */
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
img.talknotice {
	-moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
	-webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
	-ms-animation: blink normal 2s infinite ease-in-out; /* IE */
	animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
	cursor: pointer;
	float: left;
	display: none;
}

div.talknotice {
	position: fixed;
	z-index: 2;
	top: 5px;
	left: 140px;
}

img.paypalwait {
	-moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
	-webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
	-ms-animation: blink normal 2s infinite ease-in-out; /* IE */
	animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
	float: right;
	display: none;
}

div.paypalwait {
	position: fixed;
	z-index: 2;
	bottom: 5px;
	right: 5px;
}
