
UL#acctnav { height:27px; margin:20px 0; padding:0; list-style:none; }
#acctnav LI { float:left; }
#acctnav LI A {
	display:block;
	margin:0 5px 0 0;
	padding:5px 10px;
	text-decoration:none;
	font-size:14px;
	color:#666;
	background-color:#DDD;
}
#acctnav LI A:HOVER { background-color:#CCC; }
#acctnav LI.on A { font-weight:bold; color:white; background-color:#333; }

/* INDEX */

#acctindex {}
#acctindex UL { width:100%; margin:0; padding:0 0 10px; list-style:none; border:1px solid #CCC; overflow:hidden; }
#acctindex LI { font-size:14px; position:relative; margin:10px 0 0; padding:3px 0; }
#acctindex li span { position:absolute; z-index:0; left:0; top:0; bottom:0; min-width:5px; display:block; opacity:.7; }
#acctindex li div { position:relative; z-index:1; padding:0 0 0 10px; }

#acctindex .bar { height:24px; border-left:1px solid #DDD; }
#acctindex .bar div { float:left; min-width:8px; max-width:16% !important; padding:3px 6px; color:white; font-family:monospace; border-width:1px 1px 1px 0; border-style:solid; border-color:#DDD; }

#edit-details {}

A.add-button {
	display: table;
	padding: 3px 8px 3px 25px;
	font-weight: bold; 
	text-decoration: none; 
	border: 1px solid #06C;
	background: url(/bin/img/plus-big.png) no-repeat 6px 5px; }
A.add-button:HOVER {
	border-color: #39F;
	background-position: 6px -27px; }

#add-game-form .input {
	display: table;
	float:left;
	height: 30px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #CCC; }
#add-game-form INPUT {
	padding: 3px 0 0 6px;
	font-family: arial;
	font-size: 22px;
	border-width: 0; }
#add-game-form .submit IMG {
	border-width: 1px;
	border-style: solid;
	border-color: #21478E; }

TABLE#ag-title-house {
	position: relative; top: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #CCC white #CCC; }
#ag-title-house TD {
	padding: 3px 7px 0 7px; }
#add-game-title {
	font-size: 22px; }
#ag-title-house .x {
	float: right;
	margin: 0;
	font-size: 13px; }
	
#add-game-results {
	border: 1px solid #CCC;
	padding: 7px; }
#add-game-results-loading.loading {
	background: url(/bin/img/loading-thickbox.gif) no-repeat 50% 50%; }
#add-game-results-loading.loading #add-game-results-container {
	background-color: white;
	opacity: .5; }
#add-game-results .header {
	height: 20px;
	margin-bottom: 7px;
	border-bottom: 1px solid #DDD; }
	
#add-game-results .pg {
	display: block;
	float: left;
	height: 14px;
	width: 20px;
	margin: 0 0 0 5px; }
#add-game-results SPAN.pg {
	border: 1px solid #AAA; }
#add-game-results A.pg {
	border: 1px solid #06C; }
#add-game-results A.pg:HOVER {
	border: 1px solid #39F; }
#add-game-results SPAN.pg SPAN, #add-game-results A.pg SPAN {
	visibility: hidden; }
#add-game-results SPAN.pgdn {
	background: url(/bin/img/arrow-small-gray-left.png) no-repeat 50% 50%; }
#add-game-results SPAN.pgup {
	background: url(/bin/img/arrow-small-gray-right.png) no-repeat 50% 50%; }
#add-game-results A.pgdn {
	background: url(/bin/img/arrow-small-blue-left.png) no-repeat 50% 4px; }
#add-game-results A.pgup {
	background: url(/bin/img/arrow-small-blue-right.png) no-repeat 50% 4px; }
#add-game-results A.pg:HOVER {
	background-position: 50% -46px; }

#add-game-results TD {
	vertical-align: bottom;
	padding: 0 30px 0 0; }
#add-game-results .in-collection {
	position: relative;
	height: 25px;
	margin-bottom: 5px;
	border: 1px solid black;
	font-size: 12px;
	text-align: center;
	line-height: 12px; }
#add-game-results .in-collection IMG {
	position: absolute;
	top: 25px;
	left: 35px; }
#add-game-results TD DIV.on {
	position: relative; }
#add-game-results IMG.coverimg {
	padding:1px;
	background-color: #CCC; }
#add-game-results .on IMG.coverimg {
	background-color: black; }
#add-game-results .tabs {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 82px;
	width: 16px; }
#add-game-results DIV.on .tabs {
	visibility: visible; }
#add-game-results .tabs A {
	display: block;
	width: 8px;
	height: 8px;
	margin: 3px 0;
	padding: 4px;
	background-color: black; }
#add-game-results .tabs A.off {
	background-color: #888; }

#your-account {}
	
	#your-account CAPTION {
		margin: 0;
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #666;
		text-align: left;
		background-color: #EEE;
		border-bottom: 1px solid #DDD; }
	
	#your-account TABLE TH {
		padding: 4px 4px 4px 10px;
		background-color: #F5F5F5;
		vertical-align: top;
		border-bottom: 1px solid #DDD; }
	#your-account TABLE TD {
		padding: 4px 4px 4px 10px;
		border-bottom: 1px solid #DDD; }
	
	#your-details, #contact, #your-site-reviews, #your-reader-reviews, #your-album-ratings, #your-album-collection {
		margin: 0 1em 1em 0;
		border: 1px solid #CCC; }
		
		#your-details thead {
			display: none; }
		
		#your-ratings thead {
			display: none; }
	
	#forum-activity, #your-ratings, #your-collection, #your-playlist {
		margin-bottom: 1em;
		border: 1px solid #CCC; }
	
	#forum-activity TD { }
		
		#forum-activity BIG {
			font: bold 16px arial;
			color: #696969; }
	
	#your-playlist UL {
		margin: -4px -4px -4px -10px;
		padding: 0; }
		
		#your-playlist LI {
			margin: 0;
			padding: 4px 4px 4px 10px;
			border-bottom: 1px solid #DDD;
			list-style-type: none; }
			
#user-head {
	margin-bottom: 1em; }
	
	#user-head H1 {
		margin: 0 10px 0 0;
		font-size: 25px;
		border: 0; }
	
	#user-head #mem-since {
		padding-left: 10px;
		font-size: 11px; }
	
	#user-head #admin-cell A {
		display: block;
		padding: 3px 5px;
		text-decoration: none;
		font: bold 19px arial;
		background-color: #369;
		color: #8CB3D9; }
		
		#user-head #admin-cell A:HOVER {
			color: #C5DDF5; }
		
		#user-head #admin-cell BIG {
			font: bold 19px arial;
			color: #C5DDF5; }

#user-profile { margin:30px 0 0 0; }
	
#user-profile H1 {
	position:relative; /* status banner */
	margin:-10px 0 0; padding:0;
	font:60px Georgia,'Bitstream Vera Serif','Times New Roman',serif;
}
#user-profile H1 .status { position:absolute; left:-8px; top:5px; width:42px; height:42px; }

#user-profile h3 { margin:2em 0 .5em; padding:.5em 0 0; border-top:1px solid #CCC; font-size:17px; }

#user-profile UL#since { margin:0; padding:0; }
#user-profile UL#since LI {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
#user-profile UL#since .handle { font-size:20px; color:#888; }
#user-profile UL#since .since SPAN { color: #AAA; }

#user-profile LI.buttons {
	margin-top: 14px !important; }
#user-profile A.button {
	display:block;
	float:left;
	margin:0 6px 0 0; padding:2px 6px;
	border:1px solid #CCC; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
	font-size:110%;
	text-decoration:none;
	background-image:none !important; background-position:6px 50%; background-repeat:no-repeat;
}
#user-profile A.button:HOVER { border-color:#39F; }

#user-profile .rolodex {
	display:relative;
	width:356px; height:225px; overflow:auto;
	margin:0 0 10px;
	background:url(/bin/img/rolodex_card.png);
}
#user-profile .rolodex dl {
	display;absolute;
	margin:0; padding:15px 20px;
	font-size:13px; font-family:monospace;
}
#user-profile .rolodex dt {
	width:70px;
	float:left;
	padding:5px 10px 5px 0;
	border-top:1px solid #DDD;
	color:#888; text-align:right;
}
#user-profile .rolodex dd {
	margin:0 0 0 80px;
	padding:5px 0;
	border-top:1px solid #DDD;
}
#user-profile .rolodex dd + dd { padding-top:0; border-width:0 !important; }
.rolodex dl .top { border-width:0 !important; }

#user-profile #bio { margin:10px 0 0; min-height:30px; }
#user-profile #bio span {
	float:left;
	display:block;
	padding:10px;
	background-color:white;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#user-profile #bio blockquote {
	margin:0 0 0 60px;
	line-height:1.5em;
	font:italic 40px Georgia; color:#888;
	opacity:.5;
	text-shadow:-1px 0 rgba(0, 0, 0, 0.1), 0 -1px rgba(0, 0, 0, 0.1), 1px 0 rgba(255, 255, 255, 0.1), 0 1px rgba(255, 255, 255, 0.1), -1px -1px rgba(0, 0, 0, 0.1), 1px 1px rgba(255, 255, 255, 0.1);
}

#pslist {
	position:relative;
	padding:15px 20px;
	border:1px solid #CCC; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#pslist .halo { position:absolute; top:-24px; left:-34px; width:102px; height:60px; background:url(/bin/img/halo_corner.png); }
#pslist h5 { margin:0 0 5px; padding:0; font-size:15px; font-weight:normal; color:#888; }
#pslist ul { margin:0; padding:0; list-style:none; }
#pslist li { margin:5px 0; padding:0 0 0 12px; background:url(/bin/img/bullet.png) no-repeat 2px 5px; }

#user-profile ul.albumcoll { margin:0; padding:0; list-style:none; }
#user-profile .albumcoll li { margin:0; padding:0; float:left; }
#user-profile .albumcoll a {
	display:block;
	width:140px; height:120px; overflow:hidden;
	margin:2px 11px 11px 2px;
	border-width:0 1px 1px 0; border-style:solid; border-color:#CCC;
	background-color:white;
}
#user-profile .albumcoll a:hover { margin:0 10px 10px 0; border:2px solid black; }
#user-profile .albumcoll .more a { background-color:transparent; text-decoration:none; font-weight:bold; font-size:19px; text-align:center; color:#AAA; }
#user-profile .albumcoll a span { display:block; padding:31px 0; }

#user-profile .none { color:#888; font-style:italic; }


#gamebox {
	border: 2px solid black; }
#gamebox .hlabel {
	display:table; 
	position:absolute; 
	padding:2px 7px 5px 4px; 
	background-color:black; 
	color:#666;
	z-index:1; }
#gamebox .nav #gamebox-nav-default {
	padding: 3px 15px;
	font-weight: normal;
	font-size: 21px;
	border-bottom: 1px solid #DDD;
	border-left-width: 0;
	background-color: #EEE;
	white-space: nowrap; }
#gamebox .nav TD {
	background-color: #F5F5F5;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #DDD;
	white-space: nowrap; }
#gamebox .nav TD.on {
	background-color: white !important;
	border-bottom-color: white !important; }
#gamebox .nav TD A {
	display: block;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-align: center; }
#gamebox .nav TD.on A {
	color: black; }
#gamebox .row {
	margin: 0;
	padding: 0 0 23px 0; }
#gamebox .row {
	background: url(/bin/img/bg-bricks.jpg) repeat 0 100%; }
.theme-Mantle {
	background: url(/bin/img/bg-bricks.jpg) repeat 0 100%; }
.theme-WoodShelf {
	background: url(/bin/img/bg-wood.jpg) repeat 0 100% !important; }
.theme-Plywood {
	background: url(/bin/img/bg-plywood.jpg) repeat 0 100% !important; }
#gamebox .row TD {
	padding: 15px 13px 0 13px;
	vertical-align: bottom;
	text-align: center;
	background: url(/bin/img/gamebox-spotlight.png) no-repeat center top; }
.theme-Plywood .row TD {
	background-image: none !important; }
#gamebox .row TD.small {
	padding: 20px 10px 0 10px; }
#gamebox .row .container {
	position: relative;
	width: 80px;
	padding: 9px 9px 0 9px;
	background: url(/bin/img/gamebox_shadow-tn.png) no-repeat 0 0; }
#gamebox .row .small .container {
	width: 140px;
	background-image: url(/bin/img/gamebox_shadow-sm.png); }
#gamebox .row .container A {
	display: block; }
#gamebox .gamecover {}
#gamebox .labels {
	position: absolute;
	top: -7px;
	left: 0px; }
#gamebox .labels IMG {
	margin: 0 5px 0 0; }
	
#gamebox .list {
	background: url(/bin/img/bg-bricks.jpg) repeat 0 100%; }
#gamebox .item {
	position: relative;
	width: 128px;
	height: 165px;
	float: left;
	padding: 0;
	margin-bottom: 23px;
	background: url(/bin/img/gamebox-spotlight.png) no-repeat center top; }
#gamebox .container {
	position: absolute;
	bottom: 0;
	left: 15px; }
#gamebox .item .shadow {
	padding: 9px 9px 0 9px;
	background: url(/bin/img/gamebox_shadow-tn.png) no-repeat 0 0; }
#gamebox .gamecover IMG {
	border-bottom: 1px solid #0F0F0F;}

#my-game-edit-space {
	position: absolute;
	z-index: 1;
	width: 400px;
	padding: 10px;
	border: 3px solid black;
	background-color: white; }
#my-game-edit-space .header {
	margin: -10px -10px 10px -10px;
	padding: 5px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC; }
#my-game-edit-space .header TD {
	padding: 5px; }
#my-game-edit-space.right .header TD.cover-left {
	padding: 0; }
#my-game-edit-space .header TD.cover-right {
	padding: 0; }
#my-game-edit-space.right .header TD.cover-right {
	padding: 5px; }
#my-game-edit-space .coverimg {
	border: 1px solid #AAA;
	cursor: move;  }
#my-game-edit-space BIG {
	font-size: 18px; }
#my-game-edit-space.right .header TD {
	text-align: center; }
#my-game-edit-space.right .cover-left IMG {
	display: none; }
#my-game-edit-space .cover-right IMG {
	display: none; }
#my-game-edit-space.right .cover-right IMG {
	display: inline; }
#my-game-edit-space P {
	display: block;
	margin: 3px 0 0 0; }
#my-game-edit-space P.border {
	padding-top: 3px;
	border-top: 1px solid #CCC; }
#my-game-edit-space .platform {
	color: #666; }
#my-game-edit-space .upload A {
	padding: 0 0 0 10px;
	background: url(/bin/img/arrow-small-blue-up.png) no-repeat 0 5px; }
#my-game-edit-space .upload A:HOVER {
	background-position: 0 -45px; }

#my-game-edit-space .leftcol {
	width: 100px;
	float: left;  }
#my-game-edit-space .buttons {
	width: 100px;
	margin: -5px -5px 0 -5px; }
#my-game-edit-space .buttons A {
	display: block;
	padding: 2px 5px;
	border: 2px solid #BBB;
	text-decoration: none;
	text-align: center;
	color: #BBB; }
#my-game-edit-space .buttons A.on {
	color: black;
	border-color: black; }
#playonline-input {
	width: 100px;
	overflow: hidden;
	border: 2px inset #C0C0C0; }
#playonline-input INPUT {
	border-width: 0;
	color: #BBB; }
#playonline-input INPUT.focused {
	color: black; }
#my-game-edit-space .ratings {
	width: 100px;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #CCC; }
#my-game-edit-space .ratings A {
	display: block;
	float: left;
	width: 50px;
	height: 32px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px 0; }
#my-game-edit-space .ratings A:HOVER, #my-game-edit-space .ratings A.on {
	background-position: 5px 100%; }
#my-game-edit-space .ratings span {
	visibility: hidden; }
	
#my-game-edit-space .rightcol {
	margin-left: 100px;
	padding-left: 15px;
	border-left: 1px solid #CCC; }
	
#my-game-edit-space DIV.submit {
	clear: both;
	margin-top: 10px; }
#my-game-edit-space DIV.submit A {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 8px 2px 25px;
	font-weight: bold;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	background: url(/bin/img/check_small_blue.png) no-repeat 8px 5px; }
#my-game-edit-space DIV.submit A:HOVER {
	background-position: 8px -29px; }
#my-game-edit-space DIV.submit A.delete {
	border-color: #D35959;
	color: #D35959;
	background-image: url(/bin/img/x_small_red.png);
	background-position: 8px 4px; }
#my-game-edit-space DIV.submit A.delete:HOVER {
	border-color: #E58080;
	color: #E58080;
	background-position: 8px -28px; }


/* avatar */

dl#setav { width:700px; height:500px; margin:0 auto; position:relative; }
#setav dt { float:left; width:190px; margin:0 0 10px; padding:0; }
#setav dt a { display:block; padding:10px 10px; font-size:15px; text-align:center; background-color:#DDD; }
#setav dt.on a { background-color:white; text-decoration:none; color:black; }
#setav dd { position:absolute; top:37px; left:0; width:100%; margin:0; padding:10px; background-color:white; }

ul#select-avatar { margin:0; padding:0; list-style:none; }
#select-avatar li { float:left; margin:0; padding:0; }
#select-avatar li a {
	display:block;
	margin:0 3px 3px 0; padding:2px;
	border:1px solid transparent;
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
}
#select-avatar li a:hover { border-color:black; }
#select-avatar li.on a { background-color:black; }
#custom-avatar-frame {
	width:100%;
	height:400px;
	border-width:0; }

.score dl { height:40px; margin:0; padding:0; }
.score dt {
	float:left;
	margin:0; padding:2px 5px;
	font-weight:bold; font-size:24px; color:white;
	border-radius:2px;
}
.score dd { float:left; width:50px; margin:0 0 0 3px; padding:2px 6px 2px 3px; color:#666; font-size:13px; line-height:15px; }
.score dd b { color:black; }
.score dd + dt { margin-left:13px; }

TABLE.styled-form {}
TABLE.styled-form-alt {
	border:5px solid #DCDCDC; }
.styled-form FIELDSET {
	border:1px solid #C0C0C0; }
.styled-form > THEAD > TH {
	padding-left:5px;
	background-color:#EEE;
	font-size:110%;
	color:#696969; }
.styled-form TR.selected > TD, .styled-form TR.selected > TH {
	background-color:#FFD2D2 !important; }
.styled-form > TR > TH, .styled-form > TBODY > TR > TH {
	width:15%;
	padding:10px 5px 10px 0;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #DCDCDC; background-color:#EEE; }
.styled-form-alt > TR > TH, .styled-form-alt > TBODY > TR > TH {
	padding:15px 5px 15px 15px !important;
	font-size:16px; }
.styled-form TH SMALL {
	font-weight:normal ! important;
	font-size:10px;
	color:#777; }
.styled-form > TR > TD, .styled-form > TBODY > TR > TD {
	padding:10px;
	font-size:12px;
	border-top:1px solid #DCDCDC;
	background-color:#F5F5F5; }
.styled-form-alt > TR > TD, .styled-form-alt > TBODY > TR > TD {
	padding:13px !important;
	font-size:13px; }
.styled-form P {
	margin:3px 0 0 0; }
.styled-form-alt P {
	margin:5px 0 0 0; }
.styled-form SMALL {
	font-size:10px;
	color:#808080; }
.styled-form input[type=text], .styled-form SELECT, .styled-form TEXTAREA {
	background-color:white !important;
	font-family:Arial;
	font-size:13px;
}
.styled-form-alt input, .styled-form-alt SELECT, .styled-form-alt TEXTAREA {
	font-size:15px;
}
