html, body {
	font-family: arial;
	background: #ddd1d1;
	background: url(../images/bg/site_bg.jpg);
	background-attachment: fixed;
}

.xcoins {
	color: #f1e023;
	font-weight: bold;
	text-shadow: 
		0px 0px 2px rgba(0, 0, 0, 1),
		0px 0px 2px rgba(0, 0, 0, 1),
		0px 0px 2px rgba(0, 0, 0, 1)
		
		;
	padding-left: 3px;
	font-family: arial;
}

.live {
	color: #f12334;
	font-weight: bold;
	text-shadow: 
		0px 0px 2px rgba(0, 0, 0, 1),
		0px 0px 2px rgba(0, 0, 0, 1),
		0px 0px 2px rgba(0, 0, 0, 1)
		
		;
	padding-left: 3px;
	font-family: arial;
	display: inline;
}

td.user_stat {
	min-width: 200px;
}

td.user_members {
	min-width: 200px;
	text-align: center;
}

td.user_titles {
	font-weight: bold;
	min-width: 200px;
	text-align: center;
	/*padding: 10px;*/
}

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

a:hover {
	color: white;
	text-decoration: underline;
}

a.disabled {
	color: white;
	text-decoration: underline;
}

a.disabled:hover {
	text-decoration: initial;
}

.submit_button {
	border: none;

	padding: 4px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-right: 5px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
}

.submit_button:hover {
	
	color: rgba(200, 200, 200, 1);
}

.page {
	width: 820px;
	min-height: 600px;
	margin: 0px auto;
	background: rgba(200, 200, 200, 0.95);

}

.page_gradient {

}

.game_icon_img {
	text-align: left;
}

.page_content {
	padding: 10px;
}

.page_content_wrapper {
	border: 1px solid black;
		background: rgba(100, 100, 100, 0.1);
	padding: 10px;
}

.page_content_sub_wrapper {
	border: 1px solid black;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px;
}

.main_header {
	text-align: center;
	color: white;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
		background: rgba(0, 0, 0, 0.3);
		padding: 10px 0px;
}

.section_title_large {
	border-bottom: 1px solid black;
	margin: 20px 0px;
	width: 300px;
	font-weight: bold;
}

.footer {
	vertical-align: bottom;
	text-align: center;
	color: white;
	font-style: italic;
	font-size: 12px;
}

