@charset "utf-8";
/* CSS Document */


.editlink{
	color:#e5e5e5;}

#profile{
	width:725px;}
#profile .top .editlink{
	font-size:0.834em;
	margin:20px 0 0;
	float:right;}
#profile .top .title{
	padding-left:10px;
	float:left;}
#profile .top .title a{
	color:#fff;}
#profile .contents{
	color:#111;
	width:690px;
	padding:15px;
	text-align:left;}

#profile_info{
	width:380px;
	float:left;
	overflow:hidden;}
#profile_info .avatar{
	width:120px;
	float:left;}
#profile_info .avatar img{
	display:block;
	border:1px solid #7C4106;
	background:url(./../../../uploads/default.jpg) no-repeat 3px 3px #D97A1C;
	width:100px;
	height:100px;
	padding:3px;
	
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;}
#profile_info .basic_info{
	width:260px;
	line-height:1.3em;
	float:left;}
#profile_info .basic_info a{
	color:#330;
	text-decoration:underline;}
#profile_info .basic_info .info{}
#profile_info .basic_info .info small{
	font-size:0.9167em;
	color:#333;}
#profile_info .basic_info .label{
	display:inline-block;
	font-size:0.834em;
	font-weight:bold;
	width:85px;
	margin-right:5px;
	padding-bottom:1px;
	text-align:right;}
#profile_info .basic_info .value{}
#profile_info .basic_info .value a{
	font-size:0.9167em;}
#profile_info .description{
	line-height:1.334em;
	width:340px;
	padding:20px 20px;
	float:left;}
#profile_info .description .title{
	font-size:0.9167em;
	margin-bottom:10px;
	text-indent:-10px;}
#profile_info .description p{
	padding:0 0 8px 0;}


#profile_special{
	width:290px;
	float:right;}
#profile_special .spec_table{
	background:url(images/subtable_2_bg_tile.png) repeat-y;
	width:282px;
	margin:0 10px 12px 0;
	float:right;}
#profile_special .spec_table div.top{
	background:url(images/subtable_2_bg_top.png) no-repeat;
	padding:5px 15px 0;}
#profile_special .spec_table div.top h3.title{
	border-bottom:1px solid #960;
	color:#111;
	width:252px;
	margin:0px;
	padding:0px;}
#profile_special .spec_table div.bot{
	background:url(images/subtable_2_bg_bot.png) no-repeat;
	height:12px;}
#profile_special .spec_table .content{
	line-height:1.1667em;
	padding:0 15px 8px;}
	
#profile_special .spec_table .content .value{
	display:inline-block;
	width:50px;
	margin-right:5px;
	padding-bottom:1px;
	text-align:right;}
#profile_special .spec_table .content .label{
	font-size:0.834em;
	font-weight:bold;}
#profile_special .spec_table .content .pt_value,
#profile_special .spec_table .content .pt_label{
	font-size:1.0834em;
	font-weight:bold;}
#profile_special .spec_table .content div.space{
	height:7px;}

#profile_special .awards .top .title .award{
	font-size:0.857em;
	font-weight:normal;}
#profile_special .awards .content .award{
	background-position:left center;
	background-repeat:no-repeat;
	padding:6px 0 6px 55px;}
#profile_special .awards .content .award .txt{
	font-size:0.9167em;}
#profile_special .awards .content .award .txt a{
	color:#330;}
#profile_special .awards .content .award .date{
	font-size:0.834em;
	font-style:italic;
	color:#444;
	margin-top:-4px;
	float:right;}

#profile_special .awards .content .editlink{
	font-size:0.834em;}


#challenges{
	background:#333 url(images/table_grey_3_tile.png) repeat-x;
	width:440px;
	margin:0 0 0 15px;
	padding:11px 8px 12px;
	text-align:left;
	float:left;}
#challenges .title{
	border-bottom:double #262626;
	margin-bottom:4px;
	padding-bottom:4px;}
#challenges .title_tag{
	font-size:0.834em;
	font-style:italic;
	color:#999;
	padding-top:14px;
	float:right;}
#challenges .contents{
	border-bottom:double #262626;
	margin:0 0 7px 0;
	padding:0 0 3px 3px;}
#challenges .contents .subtitle{
	border-bottom:solid 1px #262626;
	font-size:0.9167em;
	font-weight:bold;
	padding:0 10px 4px;}
#challenges .contents .list{
	font-size:0.9167em;
	padding:2px 0 6px 12px;
	line-height:1.0834em;
	text-indent:-12px;}
#challenges .contents .list a{
	color:#e5ac73;}
/*#challenges .contents .list a.username{
	font-weight:bold;
	color:#ff860d;}
#challenges .contents .list a.game{
	/*font-weight:bold;
	color:#e5ac73;}*/
#challenges .contents .info{
	text-align:right;
	font-size:0.9091em;
	line-height:0.9091em;
	width:185px;
	padding:3px 0 0;
	float:right;}
#challenges .contents .info .date{
	color:#666;}
#challenges .contents .info .status{
	color:#777;
	cursor:help;}
#challenges .details{
	display:block;
	border-bottom:solid 1px #333;
	font-size:0.9167em;}
#challenges .details a{}


#chalngr_window{
	position:fixed;
	top:50%;
	left:50%;
	border:8px solid #663605;
	font-size:0.9167em;
	color:#111;
	width:290px;
	height:410px;
	text-align:left;
	margin:-200px 0 0 -140px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	z-index:152;}
#chalngr_window div{
	background:#B35E09;
	padding:5px;}
#chalngr_window div a.close{
	font-size:0.9091em;
	color:#e5e5e5;}
#chalngr_window #chalngr_content{
	background:#CC6B0A;
	width:290px;
	height:384px;
	margin:0px;}


#favorites{
	background:url(images/table_grey_1_tile.png) repeat;
	width:480px;}
#favorites .top .title{
	border-bottom:double #363636;
	font-family:"Lucida Sans Unicode","Lucida Grande",Trebuchet;
	font-weight:normal;
	font-size:1.5em;
	color:#e5e5e5;
	margin:0 10px;
	padding:10px 10px 5px;}
#favorites .contents{
	height:210px;
	padding:10px 20px 0px;
	text-align:left;}
#favorites .viewall{
	border-top:double #363636;
	font-size:0.9167em;
	text-align:right;
	margin:0 10px;
	padding:5px 10px 10px;}

#liked_games{
	background:#404040 url(images/table_grey_2_tile.png) repeat-x;
	margin:0 0 0 25px;
	padding:15px 0 0;
	width:230px;
	text-align:left;
	float:left;}
#liked_games h2.title{
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:double #363636;
	font-family:"Lucida Sans Unicode","Lucida Grande",Trebuchet;
	font-weight:normal;
	font-size:1.5em;
	color:#ff860d;
	height:30px;
	margin:0 0 5px 10px;
	padding:5px 0 2px 20px;}
#liked_games .contents{
	margin:0 5px;
	overflow:hidden;}
#liked_games .contents .nofav{
	font-size:0.9167em;
	color:#999;
	padding:0 5px;
	text-align:center;}	
#liked_games .contents .biglist{
	margin:0 0 10px 0;}
#liked_games .contents .biglist a.subtable_grey{
	height:auto;}
#liked_games .contents .viewall{
	border-top:double #363636;
	font-size:0.9167em;
	text-align:right;
	margin:0 10px;
	padding:5px 10px 10px;}
#liked_games .bot{
	background:url(images/table_grey_1_bg_bot.png) no-repeat left bottom;
	width:100%;
	height:18px;}
#liked_games .bot .edge{
	background:url(images/table_grey_1_bg_bot_edge.png) no-repeat;
	width:10px;
	height:18px;
	float:right;}



#comments_table{
	background:url(images/table_grey_2_tile.png) repeat-x 0px 40px;
	width:470px;
	margin:10px 10px 0 0;
	float:right;}
#comments_table .top .note{
	font-size:0.9167em;
	margin:18px 0 0;
	float:right;}
#comments_table .contents_top{
	background:url(images/table_grey_2_tile.png) repeat-x;
	height:10px;}
#comments_table .contents{
	background:#404040;/* url(images/table_grey_1_img3.png) bottom left no-repeat;*/
	padding:5px 5px 50px 10px;
	text-align:left;
	overflow:hidden;}
#comments_table .contents #comment_errors{
	border:#363636 solid 1px;
	color:#f99;
	padding:5px 10px;}
#comments_table .contents #comment_container{}
#comments_table .contents .loading{
	background:url(images/loader.gif) no-repeat center center;}
#comments_table .contents .comment_page_links{
	border-bottom:double #363636;
	font-size:0.9167em;
	text-align:right;
	padding:10px 10px;}
#comments_table .contents .comment_page_links span,
#comments_table .contents .comment_page_links a{
	color:#bbb;
	padding:5px 3px;
	text-decoration:none;}
#comments_table .contents .comment_page_links a:hover{
	text-decoration:underline;}
#comments_table .contents .comment_page_links span{
	text-decoration:underline;}
#comments_table .contents a{
	color:#b28659;
	text-decoration:underline;}
#comments_table .contents .cmt{
	border-bottom:double #363636;
	color:#e6e6e6;
	padding:10px 0 15px 48px;}
#comments_table .contents .cmt .flag{
	background:url(images/icon_comment_flag.png) no-repeat 0px -12px;
	width:12px;
	height:12px;
	margin:0 6px 0 0;
	float:right;
	cursor:pointer;}
#comments_table .contents .cmt .flag:hover{
	background-position:0px 0px;}
#comments_table .contents .cmt .flagup{
	background:url(images/icon_comment_flag_up.png) no-repeat 0px -12px;
	margin:0 6px 0 0;}
#comments_table .contents .cmt .flagged{
	background-position:0px 0px;
	cursor:default;}
#comments_table .contents .cmt .skipped,
#comments_table .contents .cmt .skipped:hover{
	background-position:0px 12px;
	cursor:default;}
#comments_table .contents .cmt .cleared{
	background-position:0px 12px;
	cursor:default;}
#comments_table .contents .cmt .avatar,
#comments_table .contents .cmt a .avatar{
	display:block;
	border:1px solid #333;
	position:relative;
	*position:absolute;
	margin-left:-48px;
	width:42px;
	height:42px;}
#comments_table .contents .cmt .title{
	color:#fff;}
#comments_table .contents .cmt .author{
	font-weight:bold;
	text-decoration:none;}
#comments_table .contents .cmt .author a{
	color:#ff860d;
	text-decoration:underline;}
#comments_table .contents .cmt .small{
	font-size:0.834em;
	color:#aaa;}
#comments_table .contents .cmt .pending{
	font-size:0.9167em;
	color:#999900;
	float:right;}
#comments_table .contents .cmt .date{
	font-style:italic;
	color:#999;
	text-decoration:none;
	cursor:default;}
#comments_table .contents .cmt a.converse{
	color:#999;
	text-decoration:none;}
#comments_table .contents .cmt a.converse:hover{
	text-decoration:underline;}
#comments_table .contents .cmt .text{
	font-size:0.9167em;
	color:#bbb;
	margin:8px 5px 5px 0;}
#comments_table .contents .pending .text{
	font-size:0.9167em;
	color:#888;}
#comments_table .contents .form{
	padding:10px 0 15px 35px;
	overflow:hidden;}
#comments_table .contents .form .title{
	position:relative;
	font-size:0.9167em;
	margin:5px 0 10px -35px;}
#comments_table .contents .form input.text{
	font-size:1em;
	line-height:18px;
	width:400px;
	height:17px;}
#comments_table .contents .form textarea.text{
	width:400px;
	font-size:1em;
	line-height:18px;}
#comments_table .contents .form input.button{
	margin:3px 16px 0 0;}
#comments_table .contents .form input#agree{
	margin:4px 6px 0;
	line-height:20px;
	float:left;}
#comments_table .contents .form label{
	width:250px;
	color:#e6e6e6;
	line-height:14px;
	float:left;}
#comments_table .contents .form .loader{
	display:none;
	margin:3px 42px 0 0;
	float:right;}
#comment_form{
	border-bottom:double #363636;
	overflow:hidden;}
#comment_form #comment_summary{
	background-image:url(images/input_bg_comment_summary.png);
	background-position:top left;}
#comment_form #comment{
	background-image:url(images/input_bg_comment.png);
	background-position:top left;}
#comments_table .contents .help{
	font-size:0.834em;
	padding:10px 0 0;
	text-align:right;}
#comments_table .contents .help a{
	color:#666;
	text-decoration:none;}
#comments_table .contents .help a:hover{
	text-decoration:underline;}
#comments_table .contents .help a .flag{
	background:0px -12px no-repeat;
	display:inline-block;
	width:12px;
	height:12px;}



#category_table{}

#category_table .top .title a{
	color:#fff;}
#category_table .contents_top{
	background:url(images/table_grey_2_tile.png) repeat-x;
	height:30px;}
#category_table .contents{
	background:url(images/table_grey_tile.png) repeat;
	padding:0 15px;}
#category_table .contents_bot{
	background:url(images/table_grey_tile.png) repeat;
	color:#808080;
	padding:30px 0 50px;}
#category_table .contents_bot .pagelink{
	color:#bbb;
	margin:10px 0;
	text-align:center;}
#category_table .contents_bot .pagelink a{
	padding:5px 4px;}
#category_table .contents_bot .pagelink a.arrow{
	padding:5px 7px;
	text-decoration:underline;}
#category_table .contents_bot .pagelink span{
	padding:5px 6px;
	text-decoration:underline;}

#editprofile_table{
	width:650px;}
#editprofile_table .top .title a{
	color:#fff;}
#editprofile_table .contents_top{
	background:url(images/table_grey_2_tile.png) repeat-x;
	height:30px;}
#editprofile_table .contents{
	background:url(images/table_grey_tile.png) repeat;
	padding:0 40px 30px;}
#editprofile_table .contents table tr td{
	padding:0 4px 16px;
	text-align:left;
	vertical-align:top;}
#editprofile_table .contents table tr td .img{
	border:2px solid #333;
	background:url(./../../../uploads/default.jpg) no-repeat;
	margin:5px 4px 0 0;
	width:100px;
	height:100px;
	float:left;}
#editprofile_table .contents table tr td.label{
	padding:0 10px 0 0;
	text-align:right;}
#editprofile_table .contents table tr td label{
	font-size:1em;
	color:#e5e5e5;}
#editprofile_table .contents table tr td small{
	font-size:0.9167em;
	font-style:italic;
	color:#888;}
#editprofile_table .contents table tr td .hide_label{
	float:right;}
#editprofile_table .contents table tr td select{
	padding:0 0 0 4px;}
#editprofile_table .contents table tr td select option{
	padding:0 4px;}
#editprofile_table .bot{
	background:url(images/table_grey_1_bg_bot.png) no-repeat;}
#editprofile_table .bot .edge{
	background:url(images/table_grey_1_bg_bot_edge.png) no-repeat;}


#awards_table{
	width:710px;}
#awards_table .contents{
	padding:20px;
	color:#111;}
#awards_table .contents table{
	border:1px solid #bf640a;}
#awards_table .contents table thead tr th{
	background-color:#c7680a;
	color:#333;
	padding:10px;}
#awards_table .contents table tbody tr td{
	padding:5px 3px;}
#awards_table .contents table tbody tr td a{
	color:#330;}
#awards_table .contents table tfoot tr td{
	padding:100px 20px;}

#user_top_avatar{
	height:42px;
	margin:5px 50px 10px;
	padding-left:50px;
	text-align:left;}
#user_top_avatar img.avatar{
	position:relative;
	border:1px solid #808080;
	margin-left:-50px;
	width:40px;
	height:40px;
	float:left;}
#user_top_avatar .title{
	font-size:1.5em;
	font-family:"Lucida Sans Unicode","Lucida Grande",Trebuchet;
	font-weight:normal;
	padding:8px 0 0;}


/*.ad_2{
	float:right;
	margin-right:5px;}*/
