/* CSS Document */
a:link		{ color: #c18bee; }
a:visited	{ color: #c18bee; }
a:hover		{ color: #cabfdb; }


/* Snippet Styles */
.button						{ background-image: url(../images/highscore_share_btn_us_lhs.png); }
.button strong				{ background-image: url(../images/highscore_share_btn_us_rhs.png); }
.button strong span			{ background-image: url(../images/highscore_share_btn_us_mid.png); }



/* Content Styles */
.game_score_container table.highscore td.image img	{ border-color: #c18bee; }

.game_score_container table.exclusive td.image img	{ border-color: #c18bee; }

.game_score_container table.story td.image img		{ border-color: #c18bee; }

.highscore_container table thead th table td.select select				{ border-color: #c18bee; }
.highscore_container table thead th table td.buttons table td a					{ background-image: url(../images/highscore_top_btn_us_lhs.png); }
.highscore_container table thead th table td.buttons table td a strong			{ background-image: url(../images/highscore_top_btn_us_rhs.png); }
.highscore_container table thead th table td.buttons table td a span			{ background-image: url(../images/highscore_top_btn_us_mid.png); }
.highscore_container table thead th table td.buttons table td a.active			{ background-image: url(../images/highscore_top_btn_active_us_lhs.png); }
.highscore_container table thead th table td.buttons table td a.active strong	{ background-image: url(../images/highscore_top_btn_active_us_rhs.png); }
.highscore_container table thead th table td.buttons table td a.active span		{ background-image: url(../images/highscore_top_btn_active_us_mid.png); }
.highscore_container table thead th table td.field input.username		{ border-color: #c18bee; }

.highscore_container table tr td.image img		{ border-color: #c18bee; }
.highscore_container table tr td.share input	{ border-color: #c18bee; }




/* Layout Styles */
	#header h1 a		{ background-image: url(../images/logo_patapon2_us.gif); }
	#header h2			{ color: #cabfdb; }

	#body .thanks						{ color: #c18bee; }
	
	#body .content_btns .btn_howtoplay	{ width: 530px; display: block; float: none; padding: 0px 15px 0px 10px; margin: 0px auto 0px auto; }
	#body .content_btns .btn_howtoplay a:link,
	#body .content_btns .btn_howtoplay a:visited		{ margin: 20px 0px 20px 0px; }
	#body .content_btns .btn_story		{ width: 175px; display: block; float: none; padding: 0px 0px 0px 0px; margin: 0px auto 0px auto; }
	#body .content_btns .btn_story a:link,
	#body .content_btns .btn_story a:visited		{ color: #ffffff; background: #8257a0 url(../images/nav_bk2_lhs.gif) no-repeat top left; margin: 0px auto 20px auto; }
	#body .content_btns .btn_story a strong			{ background: url(../images/nav_bk2_rhs.gif) no-repeat top right; }
	#body .content_btns .btn_story a:hover			{ background-color: #a97cd9; background-position: bottom left; }