/* ===== FLASHNOVA CSS ===== */

/* ============================================================================= 
TEXT STYLES*/
h1, h2, h3 {
	font-size:1.4em;
	color:#000000;
}
h4, h5, h6 {
	font-size:1.2em;
	color:#171717;
}
em {
	font-style:normal;
}

a {text-decoration:none; outline:0;}

a:link {color:#265A82;}
a:visited {color:#265A82;}
a:hover {color:#265A82;}
a:active {color:#265A82;}

/* ============================================================================= 
MAIN */
* {
	margin:0;
	padding:0;
}
ul, ol, li {
	list-style:none;
}
body, html {
	height:auto;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:#4D473E;
	text-align:left;
	background:#E0EBE4; /*url("img/bg.gif") scroll;*/
}
img, input, textarea {
	border:0;
	outline:0;
}
p {
	font-size:1.2em;
	color:#000000;
}
object {
	display:block;
}
.divlink {
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}
.link {
	color:#265A82;
	text-decoration:underline;
}
.rankimg {
	margin:0 0 -2px 0;
}
.avatar {
	border:3px solid #FFFFFF;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatcenter {
	margin:0 auto;
}
.hidetext {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.minilogo {
	display:block;
	width:75px;
	height:15px;
	background: url("img/minilogo.gif") left top no-repeat;
}
.redtext {
	color:#CC0000;
}
/* ============================================================================= 
TABLES */
/*tr {
	height:25px;
}
td {
	padding:0 0 0 5px;
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
}
td .light {
	background:#EDE9E4;
}*/
/* ============================================================================= 
CONSTRUCTOR */
#bgeffect {
	background:#E0EBE4 url("img/bg_effect.gif") center 300px repeat-x;
}
#topline {
	overflow:hidden;
	height:25px;
	line-height:1.7em;
	font-size:1.4em;
	color:#444444;
	background:#0B0B0B /*url("img/topline_bg.gif") left top repeat-x;*/
}
#topline .minilogo {
	float:left;
	margin:5px 5px 0 5px;
}
#topline span {
	float:left;
}
#topline .rightside {
	float:right;
	color:#FFFFFF;
	margin:0 5px 0 0;
}
#container {
	width:844px;
	height:100%;
	margin:0 auto;
	background:#333333;
}
#container #bleft {
	height:100%;
	padding:0 0 0 22px;
	background:url(img/border.gif) repeat-y left top; 
}
#container #bright {
	height:100%;
	padding:0 22px 0 0;
	background:url(img/border.gif) repeat-y right top; 
}
#container #bordercontainer {
	height:100%;
	background:#333333;
}
/* ============================================================================= 
HEAD */
#head {
	display:block;
	width:100%;
	height:160px;
	margin:0 0 3px 0;
}
#head #headbox {
	float:left;
	width:550px;
}
/* ============================================================================= 
NAVIGATION BAR */
#head #headbox #navigationbar {
	display:block;
	width:550px;
	height:60px;
}
#head #headbox #navigationbar ul li {
	float:left;
	display:inline;
}
/*
#head #headbox #navigationbar .navbutton {
	display:block;
	width:61px;b
	height:60px;
	background:url("img/navbar_btn.gif") left top no-repeat;
}
#head #headbox #navigationbar .navbutton:hover {
	background:url("img/navbar_btn.gif") left bottom no-repeat;
}
*/
/* ============================================================================= 
NAVIGATION BAR BUTTONS */
#navigationbar .nav_today {
	display:block;
	width:170px;
	height:57px;
	background:url("img/navbar.gif") left top no-repeat;
}
#navigationbar .nav_today:hover {
	background:url("img/navbar.gif") left bottom no-repeat;
}
#navigationbar .nav_games {
	display:block;
	width:206px;
	height:57px;
	background:url("img/navbar.gif") -170px top no-repeat;
}
#navigationbar .nav_games:hover {
	background:url("img/navbar.gif") -170px bottom no-repeat;
}
#navigationbar .nav_fn {
	display:block;
	width:174px;
	height:57px;
	background:url("img/navbar.gif") -376px top no-repeat;
}
#navigationbar .nav_fn:hover {
	background:url("img/navbar.gif") -376px bottom no-repeat;
}
/* ============================================================================= 
LOGO */
#head #headbox #logo {
	display:block;
	width:550px;
	height:100px;
	background:#FFFFFF url("img/logo.png") no-repeat;
}
/* ============================================================================= 
PROFILE */
#head #profile {
	overflow:hidden;
	float:left;
	width:247px;
	height:160px;
	margin:0 0 0 3px;
	background:#171717 /*url("img/profile_bg.gif");*/
}
#head #profile .blackbox {
	height:154px;
}
#head #profile .whitebox {
	height:148px;
}
#head #profile .toppage {
	display:block;
	overflow:hidden;
	width:237px;
	height:67px;
	padding:2px 2px 0 2px;;
}
#head #profile .bottompage {
	display:block;
	overflow:hidden;
	width:237px;
	height:80px;
	padding:2px
}
/* ============================================================================= 
PROFILE - LOGGED IN*/
#head #profile .leftpage {
	display:block;
	overflow:hidden;
	float:left;
	width:54px;
	height:100%;
	margin:2px 0px 0 2px !important;
	margin:2px 0 0 1px;
}
#head #profile .rightpage {
	display:block;
	overflow:hidden;
}
#head #profile .rightpage .username {
	display:block;
	margin:5px 0 5px 5px !important;
	margin:5px 0 5px 60px;
}
/* ============================================================================= 
PROFILE AVATAR */
#head #profile .avatarbox {
	float:left;
	width:54px;
	height:67px;
	background:url("img/avatar_holder.gif");
}
#head #profile .avatarbox img {
	margin:2px 0 0 2px !important;
	margin:2px 0 0 1px;
	border:0;
}
/* ============================================================================= 
PROFILE LOGIN BOX */
#head #profile .loginbox {
	float:left;
	width:178px;
	height:70px;
	margin:0 0 0 3px;
}
#head #profile .loginbox h4 {
	overflow:hidden;
	height:15px;
	margin:1px 0 0 0;
	color:#000000;
	font-size:1.4em;
	font-weight:bold;
}
#head #profile .loginbox .username a {
	height:15px;
	margin:1px 0 0 0;
	color:#AEAA91;
	font-size:1.4em;
	font-weight:bold;
}
#head #profile .loginbox .username a:hover {
	color:#FFFFFF;
}
#head #profile .loginbox .inputbox {
	float:left;
	display:block;
	width:178px;
	margin:5px 0 -2px 0;
}
#head #profile .loginbox .inputbox .luser {
	float:left;
	display:block;
	width:7px;
	height:15px;
	margin:2px 8px 0 3px !important;
	margin:2px 7px 0 2px;
	background:#EDE9E4 url("img/login_icons.gif") left top no-repeat;
}
#head #profile .loginbox .inputbox .lpass {
	float:left;
	display:block;
	width:10px;
	height:13px;
	margin:3px 6px 0 2px !important;
	margin:3px 4px 0 2px;
	background:#EDE9E4 url("img/login_icons.gif") right top no-repeat;
}
#head #profile .loginbox .inputbox input {
	float:left;
	height:18px;
	width:152px;
	padding:3px 0 0 3px;
}
#head #profile .loginbox .text {
	overflow:hidden;
	height:44px;
	font-size:1.1em;
	margin:3px 0 0 0;
	padding:2px;
	background:#0B0B0B;
}
.hidesubmit {
	position:absolute;
	overflow:hidden;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
}
/* ============================================================================= 
PROFILE FORGOT BOX */
#head #profile #forgotbox {
	float:left;
	display:block;
	width:118px;
	height:70px;
	background:url("img/forgotpass_bg.gif") no-repeat;
}
#head #profile #forgotbox #forgotpasstext {
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
}
#head #profile #forgotbox #forgotpasstext a {
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}
#head #profile #forgotbox #forgotpasstext a:hover {
	color:#265A82;
}
#head #profile #forgotbox #daynote {
	width:60px;
	height:35px;
	color:#000000;
	margin:15px 0 0 48px;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
}
/* ============================================================================= 
PROFILE REGISTER BOX */
#head #profile #registerbox {
	float:left;
	display:block;
	width:112px;
	height:70px;
	padding:0 0 0 2px;
	text-align:center;
}
#head #profile #registerbox #rememberbox {
	display:block;
	width:110px;
	height:19px;
	line-height:1.6em;
	font-size:1.1em;
	margin:0 0 2px 0;
}
#head #profile #registerbox #rememberbox input {
	float:left;
	margin:3px 0 0 4px !important;
	margin:-1px 0 0 0;
}
#head #profile #registerbox .registertext {
	display:block;
	padding:5px 0 0 0;
}
#head #profile #registerbox .registertext a {
	font-size:1.4em;
	font-weight:bold;
	color:#B8A972;
	text-decoration:underline;
}
#head #profile #registerbox .registertext a:hover {
	color:#FFFFFF;
}
/* ============================================================================= 
SEARCH BAR*/
#searchbar {
	overflow:hidden;
	width:100%;
	background:#2C2C2C url(img/searchbar_bg.gif) left top repeat-x;
}
/* ============================================================================= 
SEARCH BAR - BUTTONS*/
#searchbar .btn {
	float:left;
	overflow:hidden;
	display:inline-block;
	height:27px;
	text-align:center;
	margin:0;
	background:#2C2C2C url("img/searchbar_btn.gif") left top no-repeat;
}
#searchbar .btn a {
	display:block;
	font-size:1.0em;
	font-weight:bold;
	line-height:2.5em;
	color:#FFFFFF;
}
#searchbar .btn a em {
	cursor:pointer;
	display:inline-block;
	text-transform:uppercase;
	height:27px;
	padding:0 5px 0 0;
	background:#2C2C2C url("img/searchbar_btn.gif") right top no-repeat;
}
#searchbar .btn:hover {
	background:#922611 url("img/searchbar_btn.gif") left bottom no-repeat;
}
#searchbar .btn:hover a em {
	color:#FFFFFF;
	text-decoration:none;
	background:#922611 url("img/searchbar_btn.gif") right bottom no-repeat;
}
/* ============================================================================= 
SEARCH TOOL*/
#searchbar #searchtool {
	float:right;
}
#searchbar #searchtool input {
	float:left;
	height:17px;
	font-size:1.4em;
	color:#FFFFFF;
	padding:0px 2px 0 2px;
	margin:5px 0 0 0;
	border:1px solid #922611;
	background:#080808;
}
#searchbar #searchtool .btn {
	margin:0;
}
#searchbar #searchtool .btn img {
	margin:5px 0 0 0;
}
/* ============================================================================= 
ADS */
.ads728x90 {
	clear:both;
	width:759px;
	height:90px;
	background:#000000 url("img/ads_728x90_bg.gif") left top no-repeat;;
	margin: 0 0 3px 5px;
	padding:0 0 0 31px;
}
/* ============================================================================= 
CONTENT */
#content {
	display:block;
	width:800px;
}
/* ============================================================================= 
CONTENT SIZES/POSITIONS */
#content .leftsmall {
	float:left;
	width:290px;
}
#content .rightsmall {
	float:right;
	width:290px;
}
#content .leftbig {
	float:left;
	width:507px;
}
#content .rightbig {
	float:right;
	width:507px;
}
#content .full {
	clear:both;
	width:auto;
	height:auto;
}
#content .lefttiny {
	float:left;
	width:170px;
}
#content .righttiny {
	float:right;
	width:170px;
}
#content .lefthuge {
	float:left;
	width:627px;
}
#content .righthuge {
	float:right;
	width:627px;
}
/* ============================================================================= 
CONTENT CONTAINER*/
#content div .contentcontainer {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
}
/* ============================================================================= 
CONTENT PAGES/STYLES*/
.contentpage {
	overflow:hidden;
	display:inline-block;
	float:left;
	width:50% !important;
	width:49.9%;
}
/* ============================================================================= 
ROW CONTENT*/
.rowcontent {
	white-space:nowrap;
	overflow:hidden;
	width:100%;
	height:15px;
	background:#D9D5D0 url("img/displaybox_bg.gif") right top no-repeat;
	margin:0 0 1px 0;
}
.rowcontent:hover {
	background:#EDE9E4 url("img/displaybox_bg.gif") right bottom no-repeat;
}
.rowcontent input {
	float:left;
	margin:0 5px 0 0;
}
.rowcontent span {
	font-size:1.1em;
	color:#000000;
}
.rowcontent a {
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
}
.rowcontent a:hover {
	color:#265A82;
}
/* ============================================================================= 
ROUND ROW */
.roundrow {
	display:block;
	height:25px;
	font-size:1.2em;
	line-height:2em;
	font-weight:bold;
	color:#000000;
	background:#EDE9E4;
	margin:0 2px 0 2px;
}
.roundrow .leftround {
	float:left;
	width:4px;
	height:25px;
	background:#EDE9E4 url("img/roundrow_bg.gif") left top no-repeat;
}
.roundrow .rightround {
	float:right;
	width:4px;
	height:25px;
	background:#EDE9E4;
	background:#EDE9E4 url("img/roundrow_bg.gif") right top no-repeat;
}
.registerrow {
	width:100px;
}
/* ============================================================================= 
OTHER*/
.linebreak {
	clear:both;
	display:block;
	width:100%;
	height:1px;
	font-size:0;
	border-bottom:1px dotted #171717;
	margin:4px 0 4px 0;
}
.textinput {
	display:block;
	height:17px;
	width:100px;
	font-size:1.2em;
	color:#000000;
	padding:0 0 0 3px;
	background:#D2CB97 url("img/text_bg.gif") left top repeat-x;
}
.textbox {
	width:491px;
	height:115px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	text-align:left;
	color:#171717;
	background:#FFFFFF url("img/textbox_bg.gif");
}
/* ============================================================================= 
PLAY DISPLAY BOX */
#playbackground {
	background:#020202 !important;
}
#playdisplaybox {
	text-align:center;
	margin:0 auto;
	padding:3px;
	background:#000000;
}
#playdisplaybox .head {
	overflow:hidden;
	height:19px;
	margin:0 0 2px 0;
	background:#000000;
}
#playdisplaybox .head h3 {
	float:left;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
	color:#FFFFFF;
}
#playdisplaybox .head .minilogo {
	float:right;
	margin:1px 0 0 0;
}
#playdisplaybox object {
	display:block;
}
/* ============================================================================= 
PLAYNOWBOX */
#playnowbox {
	display:block;
	overflow:hidden;
	text-align:center;
}
#playnowbox img {
	display:block;
	float:left;
}
#playnowbox em {
	line-height:3.4em;
	font-size:1.7em;
	color:#FFCC00;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	text-decoration:underline;
	text-transform:uppercase;
	padding:0 0 0 5px;
}
#playnowbox:hover em {
	color:#FFFFFF;
}
/* ============================================================================= 
AUTHORBOX */
.authorbox {
	clear:both;
	overflow:hidden;
	height:56px;
	background:#D9D5D0 url("img/displaybox_bg.gif") right top no-repeat;
	margin:0 0 2px 0;
}
.authorbox:hover {
	background:#EDE9E4 url("img/displaybox_bg.gif") right bottom no-repeat;
}
.authorbox .avatar {
	width:50px;
	height:50px;
	display:block;
	float:left;
	margin:0 5px 0 0;
}
.authorbox .name {
	display:block;
	overflow:hidden;
	text-decoration:underline;
	padding:5px 0 5px 0;
	font-weight:bold;
	color:#000000;
	font-size:1.4em;
}
.authorbox .author {
	font-size:1.1em;
	color:#171717;
	font-weight:bold;
}
/* ============================================================================= 
DESCRIPTIONBOX */
.descriptionbox {
	clear:both;
	height:100%;
	display:block;
	overflow:hidden;
	background:#D7D1C4 url("img/shine_bg.gif") right top repeat-y;
}
.descriptionbox .text {
	padding:5px;
}
/* ============================================================================= 
CONTENT HEAD */
#content div .contentcontainer .contenthead {
	overflow:hidden;
	clear:both;
	height:29px;
	background:#171717 url("img/content_corners.gif") -44px top no-repeat;
}
#content div .contentcontainer .contenthead .headleft {
	float:left;
	width:44px;
	height:29px;
	background:#171717 url("img/content_corners.gif") left top;
}
#content div .contentcontainer .contenthead .headright {
	float:right;
	width:35px;
	height:29px;
	background:#171717 url("img/content_corners.gif") right top;
}
/* ============================================================================= 
CONTENT BOX */
#content div .contentcontainer .contentleft {
	padding:0 0 0 4px;
	background:#171717 url("img/content_corners_sides.gif") left top repeat-y;
}
#content div .contentcontainer .contentright {
	padding:0 4px 0 0;
	background:#171717 url("img/content_corners_sides.gif") right top repeat-y;
}
#content div .contentcontainer .box {
	width:auto;
	height:100%;
	clear:both;
	overflow:hidden;
	padding:2px;
	/*border:2px solid #B2A98E;*/
	background:#C0B9A3;
}
/* ============================================================================= 
CONTENT FOOT */
#content div .contentcontainer .contentfoot {
	clear:both;
	margin:0 0 3px 0;
	font-size:0;
	height:4px;
	background:#171717 url("img/content_corners.gif") -39px bottom no-repeat;
}
#content div .contentcontainer .footleft {
	float:left;
	width:4px;
	height:4px;
	background:#171717 url("img/content_corners.gif") left bottom;
}
#content div .contentcontainer .footright {
	float:right;
	width:4px;
	height:4px;
	background:#171717 url("img/content_corners.gif") right bottom;
}
/* ============================================================================= 
CONTENT INNER */
#content div .contentcontainer .contenthead h3 {
	float:left;
	margin:0 0 0 2px;
	font-size:1.4em;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;
	color:#FFFFFF;
}
#content div .contentcontainer .contenthead .more {
	float:right;
	margin:0 -20px 0 0;
	font-size:1.1em;
	font-weight:bold;
	line-height:29px;
	color:#FFFFFF;
	text-transform:lowercase;
}
#content div .contentcontainer .contenthead .more:hover {
	text-decoration:underline;
}
/* ============================================================================= 
BLACK BOX - HEAD */
.blackhead {
	font-size:0;
	height:2px;
	background:#0A0A0A url("img/blackbox_corners.gif") -2px top no-repeat;
}
.blackhead .blackheadleft {
	float:left;
	width:2px;
	height:2px;
	background:#0A0A0A url("img/blackbox_corners.gif") left top no-repeat;
}
.blackhead .blackheadright {
	float:right;
	width:2px;
	height:2px;
	background:#0A0A0A url("img/blackbox_corners.gif") right top no-repeat;
}
/* ============================================================================= 
BLACK BOX - CONTENT */
.blackborderleft {
	padding:0 0 0 1px;
	background:#0A0A0A url("img/blackbox_corners_sides.gif") left top repeat-y;
}
.blackborderright {
	padding:0 1px 0 0;
	background:#0A0A0A url("img/blackbox_corners_sides.gif") right top repeat-y;
}
.blackbox {
	padding:1px 2px 1px 2px;
	background:#000000;
	overflow:hidden;
	height:100%;
}
/*.blackbox img {
	display:block;
}*/
/* ============================================================================= 
BLACK BOX - FOOT */
.blackfoot {
	font-size:0;
	margin:0 0 3px 0;
	height:2px;
	background:#0A0A0A url("img/blackbox_corners.gif") -2px bottom no-repeat;
}
.blackfoot .blackfootleft {
	float:left;
	width:2px;
	height:2px;
	background:#0A0A0A url("img/blackbox_corners.gif") left bottom no-repeat;
}
.blackfoot .blackfootright {
	float:right;
	width:2px;
	height:2px;
	background:#0A0A0A url("img/blackbox_corners.gif") right bottom no-repeat;
}
/* ============================================================================= 
BLACK BOX - INNER */
.blackbox .alerttext {
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	color:#F8C103;
	text-transform:uppercase;
}
.blackbox .alerttext img {
	display:block;
	margin: 0 auto;
}
.blackbox .alerttext a {
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
}
.blackbox .alerttext a:hover {
	text-decoration:underline;
}
.blackbox .eventimg {
	display:block;
	margin: 0 auto;
}
/* ============================================================================= 
BLACK BOX - WHITEBOX */
.blackbox .whitebox {
	clear:both;
	display:block;
	overflow:hidden;
	height:100%;
	text-align:left;
	background:#EDE9E4;
	border:3px solid #C0B9A3;
}
.blackbox .whitebox .text {
	height:100%;
	text-align:left;
	padding:2px;
}
.blackbox .whitebox .text p {
	font-size:1.2em;
	color:#171717;
}
.blackbox .whitebox .avatar {
	float:left;
	margin:0 5px 0 0;
}
.blackbox .whitebox .username a {
	font-size:1.5em;
	font-weight:bold;
	color:#171717;
}
.blackbox .whitebox .username a:hover {
	color:#265A82;
}
/* ============================================================================= 
WHITE BOX - GENRE BOX */
.whitebox .genreimg {
	float:left;
	margin:0 0 0 2px;
}
.whitebox .genrebox {
	float:left;
	overflow:hidden;
	width:314px;
	height:170px;
}
/* ============================================================================= 
WHITE BOX - GENRE BUTTONS */
.whitebox .game_all_btn {
	cursor:pointer;
	float:left;
	width:77px;
	height:84px;
	background:#171717 url("img/game_all_btn.gif") left top no-repeat;
	margin:0 2px 2px 0;
}
.whitebox .game_all_btn:hover {
	background:#303030 url("img/game_all_btn.gif") left bottom no-repeat;
}
.whitebox .game_action_btn {
	cursor:pointer;
	float:left;
	width:77px;
	height:84px;
	background:#171717 url("img/game_action_btn.gif") left top no-repeat;
	margin:0 2px 2px 0;
}
.whitebox .game_action_btn:hover {
	background:#303030 url("img/game_action_btn.gif") left bottom no-repeat;
}
.whitebox .game_adventure_btn {
	cursor:pointer;
	float:left;
	width:77px;
	height:84px;
	background:#171717 url("img/game_adventure_btn.gif") left top no-repeat;
	margin:0 2px 2px 0;
}
.whitebox .game_adventure_btn:hover {
	background:#303030 url("img/game_adventure_btn.gif") left bottom no-repeat;
}
.whitebox .game_shooting_btn {
	cursor:pointer;
	float:left;
	width:77px;
	height:84px;
	background:#171717 url("img/game_shooting_btn.gif") left top no-repeat;
	margin:0 0 2px 0;
}
.whitebox .game_shooting_btn:hover {
	background:#303030 url("img/game_shooting_btn.gif") left bottom no-repeat;
}
.whitebox .game_puzzle_btn {
	cursor:pointer;
	float:left;
	width:77px;
	height:84px;
	background:#171717 url("img/game_puzzle_btn.gif") left top no-repeat;
	margin:0 2px 2px 0;
}
.whitebox .game_puzzle_btn:hover {
	background:#303030 url("img/game_puzzle_btn.gif") left bottom no-repeat;
}
.whitebox .game_strategy_btn {
	cursor:pointer;
	float:left;
	width:77px;
	height:84px;
	background:#171717 url("img/game_strategy_btn.gif") left top no-repeat;
	margin:0 2px 2px 0;
}
.whitebox .game_strategy_btn:hover {
	background:#303030 url("img/game_strategy_btn.gif") left bottom no-repeat;
}
.whitebox .game_sports_btn {
	cursor:pointer;
	float:left;
	width:77px;
	height:84px;
	background:#171717 url("img/game_sports_btn.gif") left top no-repeat;
	margin:0 2px 2px 0;
}
.whitebox .game_sports_btn:hover {
	background:#303030 url("img/game_sports_btn.gif") left bottom no-repeat;
}
.whitebox .game_misc_btn {
	cursor:pointer;
	float:left;
	width:77px;
	height:84px;
	background:#171717 url("img/game_misc_btn.gif") left top no-repeat;
	margin:0 0 2px 0;
}
.whitebox .game_misc_btn:hover {
	background:#303030 url("img/game_misc_btn.gif") left bottom no-repeat;
}
/* ============================================================================= 
WHITE BOX - PROFILE PAGE */
.whitebox .skills {
	padding:2px 3px 1px 3px;
}
.whitebox img {
	display:block;
	float:left;
	margin:0 2px 5px 0;
}
.whitebox #skills_text {
	overflow:hidden;
	font-size:1.5em;
	line-height:2.2em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 0 5px;
}
/* ============================================================================= 
WHITE BOX - MESSAGE BUTTONS */
.whitebox .messagebtn {
	cursor:pointer;
	float:left;
	width:121px;
	height:85px;
	background:#171717;
	margin:0 2px 0 0;
}
/* ============================================================================= 
DISPLAY BOX */
.displaybox {
	display:block;
	clear:both;
	width:auto; /*width:240px;*/
	height:64px;
	background:#D9D5D0 url("img/displaybox_bg.gif") right top no-repeat;
	margin:0 0 2px 0;
}
.displaybox:hover {
	background:#EDE9E4 url("img/displaybox_bg.gif") right bottom no-repeat;
}
.displaybox img {
	float:left;
	width:80px;
	height:60px;
	border:2px solid #000000;
	margin:0 5px 0 0;
}
.displaybox .name {
	display:block;
	height:15px;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	overflow:hidden;
}
.displaybox .description {
	display:block;
	height:25px;
	font-size:11px;
	color:#4D473E;
	overflow:hidden;
	padding:0 0 3px 0;
}
.displaybox .description_project {
	display:block;
	height:40px;
	font-size:11px;
	color:#4D473E;
	overflow:hidden;
	padding:3px 0 3px 0;
}
.rating {
	float:left;
	width:100px;
	height:10px;
	font-size:0;
	background:#171717 url("img/score.gif") left top no-repeat;
	margin:5px 0 0 0;
}
.ratingtop {
	float:left;
	width:100px;
	height:10px;
	font-size:0;
	background:#FFCC00 url("img/score.gif") left bottom no-repeat;
}
.percent {
	float:left;
	overflow:hidden;
	width:50px;
	height:15px;
	font-size:15px;
	color:#000000;
	font-weight:bold;
	margin:1px 0 0 5px;
}
/* ============================================================================= 
DISPLAY BOX TYPES*/
/*
.displaybox .game {
	float:left;
	display:block;
	width:20px;
	height:15px;
	margin:2px 0 0 0;
	background: url("img/dbgame.gif") no-repeat;
}
.displaybox .movie {
	float:left;
	display:block;
	width:20px;
	height:15px;
	background: url("img/dbmovie.gif") no-repeat;
}
.displaybox .tutorial {
	float:left;
	display:block;
	width:20px;
	height:15px;
	background: url("img/dbtutorial.gif") no-repeat;
}
.displaybox .project {
	float:left;
	display:block;
	width:20px;
	height:15px;
	background: url("img/dbproject.gif") no-repeat;
}
*/
/* ============================================================================= 
FEATURE DISPLAY BOX */
.featuredisplaybox {
	text-align:center;
}
.featuredisplaybox .name a {
	text-align:left;
	font-size:2em;
	color:#171717;
	text-decoration:underline;
}
.featuredisplaybox .name a:hover {
	color:#265A82;
}
.featuredisplaybox .descriptionbox {
	text-align:left;
}
/* ============================================================================= 
MESSAGEROW */
.messagerow {
	float:left;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
	height:25px;
	font-size:1.2em;
	text-align:left;
	line-height:2.1em;
	background:#EDE9E4;
	margin:0 0 2px 0;
}
.messagerow .icon {
	float:left;
	margin:5px 0 0 10px;
}
.messagerow input {
	float:right;
	font-size:1.0em;
	margin:6px 5px 0 0 !important;
	margin:2px 4px 0 0;
}
.messagerow a {display:inline-block;
	color:#000000;
	font-weight:bold;
}
.messagerow a:hover em {
	color:#265A82;
	text-decoration:underline;
}
.messagerow .messageleft {
	float:left;
	width:34px;
	height:25px;
	margin:0 5px 0 0;
	background:#EDE9E4 url("img/messagebox_bg.gif") left top no-repeat;
}
.messagerow .messageright {
	float:right;
	width:4px;
	height:25px;
	background:#EDE9E4 url("img/messagebox_bg.gif") right top no-repeat;
}
/* ============================================================================= 
MESSAGEROW - REGISTER */
.messagerow .title {
	float:left;
	width:140px;
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
}
.messagerow .inputtext {
	float:left;
	width:200px;
	margin:4px 5px 0 0 !important;
}
.messagerow .inputfile {
	display:block;
	float:left;
}
.messagerow .inputfile input {
	float:left;
	margin:2px 5px 0 0 !important;
	/*
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	*/
}
.messagerow .inputfile .fakefile {
	display:block;
	width:203px;
	height:22px;
	margin:2px 5px 0 0 !important;
	background:#D1C896 url(img/fakefile.gif) left top no-repeat;
}
.messagerow select {
	border:0;
	outline:0;
	font-size:1em;
	margin:4px 5px 0 0 !important;
	margin:3px 0 0 0;
	background:#D1C896 url(img/text_bg.gif) left top repeat-x;
}
.messagerow .statusicon {
	float:left;
	margin:5px 5px 0 0;
}
.messagerow .inputradio {
	float:left;
}
.messagerow .radiotext {
	float:left;
	margin:0 5px 0 0;
}
.registerimg {
	margin:0 0 0 100px;
}
.rightarrow {
	float:left;
	display:block;
	width:673px;
	height:22px;
	margin:2px 0 0 0;
	background: url("img/rightarrow.gif") left top repeat-x;
}
/* ============================================================================= 
REVIEWS */
.rowcontent .reviewtext {
	font-size:0.9em;
	font-weight:normal;
}
.rowcontent .reviewimage {
	float:right;
	display:block;
	width:16px;
	height:15px;
	background: url("img/review_temp.gif") no-repeat;
}
/* ============================================================================= 
COMMENTBOX */
.commentbox {
	width:100%;
	overflow:hidden;
	display:block;
	margin:0 0 2px 0;
	background:#D7D1C4 url("img/commentleft_bg.gif") left top repeat-y;
}
/* ============================================================================= 
COMMENTBOX - SIDES */
.commentbox .leftcommentbox {
	float:left;
	width:59px;
}
.commentbox .rightcommentbox {
	float:right;
	width:427px;
	background:#D7D1C4 url("img/shine_bg.gif") right top repeat-y;
	padding:3px 4px 0 0;
}
/* ============================================================================= 
COMMENTBOX - INNER */
.commentbox .username a {
	width:auto;
	font-weight:bold;
	font-size:1.4em;
	color:#171717;
	background:transparent;
}
.commentbox .username a:hover {
	color:#265A82;
}
.commentbox .date {
	font-size:1.1em;
	color:#413630;
}
.commentbox .text {
	width:100%;
	float:left;
	font-size:1.2em;
	color:#171717;
}
/* ============================================================================= 
NEWSBOX */
.newsbox {
	width:100%;
	overflow:hidden;
	background:#D7D1C4 url("img/shine_bg.gif") right top repeat-y;
}
/* ============================================================================= 
NEWSBOX - TOP */
.newsbox .newstop {
	overflow:hidden;
	float:left;
	width:100%;
	height:56px;
	background:#EDE9E4;
}
.newsbox .newstop .avatar {
	float:left;
	margin:0 5px 0 0;
}
.newsbox .newstop .name {
	display:block;
	margin:5px 0 3px 0;
}
.newsbox .newstop .name a {
	font-size:2em;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}
.newsbox .newstop .name a:hover {
	color:#265A82;
}
.newsbox .newstop .username a {
	font-weight:bold;
	font-size:1.5em;
	color:#171717;
	background:transparent;
}
.newsbox .newstop .username a:hover {
	color:#265A82;
}
.newsbox .newstop .date {
	font-size:1.1em;
	color:#413630;
}
/* ============================================================================= 
NEWSBOX - BOTTOM */
.newsbox .newsbot {
	float:left;
	width:100%;
}
.newsbox .newsbot .text {
	float:left;
	font-size:1.2em;
	color:#171717;
	padding:0 3px 3px 3px;
}
.newsbox .newsbot .text {
	float:left;
	font-size:1.2em;
	color:#171717;
	padding:0 3px 3px 3px;
}
.newsbox .newsbot .bottext a {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
	color:#171717;
	padding:0 3px 0 3px;
	line-height:1.5em;
}
.newsbox .newsbot .bottext a:hover {
	color:#265A82;
}
/* ============================================================================= 
BUTTON */
.btn, .btnfull {
	cursor:pointer;
	overflow:hidden;
	height:22px;
	background: url("img/button_norm.gif") left top no-repeat;
	margin:2px;
}
.btn img, .btnfull img {
	cursor:pointer;
	display:block;
	float:left;
	margin:4px 3px 0 0;
}
.btn a, .btnfull a {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.6em;
	color:#000000;
	padding:0 0 0 5px;
}
.btn a em, .btnfull a em {
	cursor:pointer;
	display:inline-block;
	padding:0 5px 0 0;
	background: url("img/button_norm.gif") right top no-repeat;
}
.btn:hover a em, .btnfull:hover a em {
	color:#265A82;
	text-decoration:underline;
}
/* ============================================================================= 
BUTTON SETUP*/
.btn, .btn a em {
	display:inline-block;
	text-align:center;
}
.btnfull, .btnfull a, .btnfull a em {
	display:block;
	text-align:left;
}
/* ============================================================================= 
YELLOW BUTTON */
/*
.ybtn {
	cursor:pointer;
	display:block;
	width:111px;
	height:23px;
	background:url("img/y_btn.gif") left top no-repeat;
}
.ybtn:hover {
	background:url("img/y_btn.gif") left bottom no-repeat;
}
*/
/* ============================================================================= 
HEAD ICONS */
.headleft .icon_properties {
	display:block;
	width:22px;
	height:22px;
	margin:4px 0 0 11px;
	background: url("img/head_icons.gif") left top no-repeat;
}
.headleft .icon_game {
	display:block;
	width:28px;
	height:18px;
	margin:6px 0 0 8px;
	background: url("img/head_icons.gif") -22px top no-repeat;
}
.headleft .icon_feature {
	display:block;
	width:24px;
	height:20px;
	margin:6px 0 0 10px;
	background: url("img/head_icons.gif") -50px top no-repeat;
}
.headleft .icon_news {
	display:block;
	width:34px;
	height:18px;
	margin:6px 0 0 6px;
	background: url("img/head_icons.gif") -74px top no-repeat;
}
.headleft .icon_movie {
	display:block;
	width:22px;
	height:20px;
	margin:6px 0 0 10px;
	background: url("img/head_icons.gif") -108px top no-repeat;
}
.headleft .icon_info {
	display:block;
	width:24px;
	height:20px;
	margin:6px 0 0 11px;
	background: url("img/head_icons.gif") -130px top no-repeat;
}
.headleft .icon_comments {
	display:block;
	width:34px;
	height:21px;
	margin:5px 0 0 5px;
	background: url("img/head_icons.gif") -154px top no-repeat;
}
.headleft .icon_fn {
	display:block;
	width:18px;
	height:16px;
	margin:7px 0 0 13px;
	background: url("img/head_icons.gif") -188px top no-repeat;
}
.headleft .icon_edit {
	display:block;
	width:24px;
	height:24px;
	margin:3px 0 0 10px;
	background: url("img/head_icons.gif") -206px top no-repeat;
}
.headleft .icon_members {
	display:block;
	width:34px;
	height:18px;
	margin:6px 0 0 5px;
	background: url("img/head_icons.gif") -230px top no-repeat;
}
.headleft .icon_profile {
	display:block;
	width:28px;
	height:22px;
	margin:4px 0 0 8px;
	background: url("img/head_icons.gif") -264px top no-repeat;
}
/* ============================================================================= 
PAGE ICONS */
.pageicons {
	height:100%;
	clear:both;
	text-align:center;
	overflow:hidden;
	margin:0 0 2px 0;
	background:#EDE9E4 url("img/displaybox_bg.gif") right bottom no-repeat;
}
.pageicons h3 {
	padding:5px;
	text-transform:uppercase;
}
/* ============================================================================= 
FOOT */
#foot {
	clear:both;
	width:auto;
	height:auto;
	padding:0 0 50px 0;
	text-align:center;
}
#foot #footbar {
	padding:5px;
	margin:5px 0 0 0;
	background:#171717;
}
/* ============================================================================= 
FOOT INNER */
#foot ul li {
	display:inline;
}
#foot #footbar ul li a {
	color:#B2A98E;
	font-weight:normal;
}
#foot ul li a {
	color:#B2A98E;
	font-weight:bold;
}
#foot p {
	color:#FFFFFF;
	margin:10px 0 10px 0;
}
#foot #footimg {
	width:auto;
	height:60px;
	background:url("img/footimg.gif") center top no-repeat;
	margin:15px 0 25px 0;
}
