.game {
	padding:10px 10px 10px 10px;
	background-color:#2E302E;
	border:#999 solid 1px;
	width: 100%;
}

.game:hover {
	background-color:#3E403E;
	cursor: pointer;
}

.message, .requestmessage {
	font-size: smaller;
	display: none;
}

.messagelink, .request {
	color: #999;

}

.messagelink:hover, .request:hover {
	text-decoration: underline;
	cursor: pointer;
	background-color: #333;
}

input[type='file'] {
	color: white;
}

.paginate, .paginatecurrent {
	font-size: larger;
	color: yellow !important;
	padding: 10px 10px 10px 10px;
	background-color: #404040;
}

.paginate:hover, .paginatecurrent {
	background-color: #505050;
}
.paginatecurrent {
	cursor: default;
	text-decoration: none !important;
}
.paginatecontain {
	margin-top: 20px;
	padding-bottom: 20px;
}
.alert {
	position: fixed;
	height: 100%;
	width: 100%;
	outline: 1px solid red;
	background-color: #ff5555;
	z-index: 999;
}