/* Modified by: R. Gerard @ i-Labs 2010 */

html {
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	background: none;
	margin:0;
	padding:0;
	height:100%;
	color: #000;
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 1em 0;
}

img {
	border : 0;
}


.clearfix:after {  	
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#Main {
	background: #fff transparent;
	width: 920px;
	margin: 0 auto;
	padding: 0 3em;
}

/* #HEADER (wraps MemberMenu + Logo + LoginBox) **************************************/

#Header {
	color: #000;
	width: 100%;
	overflow:hidden;
	margin: 0 0 10px 0;
}


/* WALL */

#wall {
	font-size: 12pt;
	font-family: Georgia, serif;
	color: #333;
	font-style: italic;
}

#wall b {
/* 	letter-spacing: -1px; */
/* 	font-variant: small-caps; */
/* 	text-transform:capitalize; */
	color: #999;
}

#wall li {
	margin-bottom: .5em;
}

#wall .content form{
	margin-bottom: 1em;
}

#time{
	font-size: 9pt;
/* 	color: #666; */
}

/* #MemberMenu **********************************************/


/* WELCOME MESSAGE */

#welcome {
	font-weight:bold;
	float:left;
	overflow:hidden;
/*	color: #ff7e00; */
/*	white-space:nowrap;*/
}

#welcome em {
/*	color: #333; */
	font-style: normal;
	font-weight: bolder;
}


/* MENU BAR ****************************************************/

#MemberMenu {
	clear: both;
	height: 1.2em;
	padding: .2em .5em;
	font-size: 13pt;
	margin: 0 0 5px 0;
	color: #000;
/* 	text-shadow: 0 0 5px #000; */
/*	border-bottom: 1px solid #fff;*/
/*	background: #000;*/
/*	-moz-border-radius: 10px;*/
/*	-webkit-border-radius: 10px;*/
}

#MemberMenuItems {
	font-size: 13pt;
	letter-spacing: -1px;
}

#MemberMenuItems div {
	float: left;
}

#MemberMenu a {
	margin-right: 10px;
}

#MemberMenu span,
#MemberMenu a,
#MemberMenu a:link,
#MemberMenu a:visited,
#MemberMenu a:active {
	color: #000;
/*	margin: 0 15px 0 0;*/
	text-decoration: none;
/*	text-shadow: 0 0 10px #000; */
}
#MemberMenu a:hover {
	text-decoration: underline;
}


/* #LOGO *********************************************************/

#Logo {
	width: 620px;
	min-height: 50px;
	float: left;
	overflow: hidden;
	padding: 0 0 5px 0;
}

#Logo p {
	color: #000;
	text-indent: 310px;
	margin-top: 1em;
/* 	letter-spacing: 2px; */
}

#Logo h1 {
	color: #000;
	text-align: right;
	letter-spacing: -3px;
}

#Logo h1 a {
	font-family: Trebuchet MS, sans-serif;
	font-size: 42pt;
	color: #000;
	text-decoration: none;
/*	text-shadow: 0 0 5px #fff; */
	font-weight: bold;
}

#Logo h1 a em {
	color: #ff7e00;
	font-style: normal;
}

#Logo p {
	margin: 0;
	padding: 0;
}


#twitter {
	text-align: right;
	padding-left: 400px;
}
.suffix{
	font-size: .5em;
	opacity: .2;
	filter:alpha(opacity=20);

}

#Donate {
	width:210px;
	height:78px;
    padding:5px 5px 5px 5px;
	text-align:left;
	overflow:hidden;
}

/* LogIn Box *************************************************************/

#LoginBox {
	height:25px;
	width:290px;
	padding:auto 5px 5px 0;
	text-align:right;
	float:left;
	overflow:hidden;
}

.memberin {
	padding: 0 /*!important*/;
	text-align: left;
}

#LoginBox form {
	margin:0;
	padding:0;
}

#LoginBox form input {
	width:105px;
	height:18px;
	padding:1px;
	margin:0;
	vertical-align:middle;
	border:0;
	background: url(/images/v3/images/login_field.png) left top no-repeat;
	color:#fff;
	font-size:12px;
	line-height:18px;
}

#LoginBox form input.button {
	border:0;
	background:none;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	vertical-align:middle;
}

#Content {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 10px;
	min-height:400px;
	
/* 	-moz-border-radius: 10px; */
/* 	-webkit-border-radius: 10px; */
/* 	-moz-box-shadow:0px 0px 50px #000; */
/* 	-webkit-box-shadow:0px 0px 50px #000; */
}

#Content > div > h1, #Content > div > h2, #Content > div > h3, #Content > div > p {
	color: #333;
} 

#Content > div > h1, #Content > div > h2, #Content > div > h3 {
	font-weight: bold;
}

#Content > div > p {
	margin: 0;
	padding-left: 1em;
	font-size: 11pt;
}


/* #TopMenu ****************************************************/

#TopMenu {

	height: 30px;
	width:100%;
	margin: 0;
	padding: 0;
	background: #fff;
	
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	
/* 	-moz-box-shadow:0px 0px 10px #000; */
/* 	-webkit-box-shadow:0px 0px 10px #000; */

/*	border-top: 1px dashed #333; */
/*	border-bottom: 1px dotted #333; */
	
}

.TopMenuItems{
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1px;
}

#TopMenu ul {
	text-align: center;
	margin:0 auto;
	padding: .3em .3em 0 .3em;
	width:100%;
	list-style-type:none;
	height: 2em;
}

#TopMenu ul li {
	margin:0 auto;
	padding: 0 10px;
	list-style-type:none;
	display:block;
	float:left;
	text-align: center;
/*	font-size: 1.4em;*/
}

#TopMenu ul li.first {
	/*padding-left:0;*/
}
#TopMenu ul li.last {
	/*padding-right:0;*/
}

#TopMenu a,
#TopMenu a:link,
#TopMenu a:visited,
#TopMenu a:active {
/* 	text-shadow: 0px 0px 10px #fff; */
	color:#666;
	text-decoration:none;
}

#TopMenu a:active {
/*	font-weight: bolder;*/
}

#TopMenu a:hover {
	text-decoration: underline;
/*	text-shadow: 1px 1px 1px #333;*/
}

#TopMenu li.selected {
}

#TopMenu li.selected a,
#TopMenu li.selected a:link,
#TopMenu li.selected a:visited,
#TopMenu li.selected a:active {
	color: #000;
	text-decoration: none;
}

#TopMenu li.selected a:hover {
	text-decoration: underline;
/* 	text-shadow: 2px 2px 1px #fff; */
}



/* tag_cloud *************************************************************/

#tag_cloud {
	background: #ccc transparent;
	clear:both;

	padding: 0;
	margin: 5px 0 0 0;

	color: #000;
	font-family: Georgia, serif;

	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

#tag_cloud p {
	color: #000;
	font-size: 14pt;
	font-weight: 600;
}

#tag_cloud p span {
}

#tag_txt {
	color: #000;
	margin: 0px 0px 0px 0;
}

#tag_txt a,
#tag_txt a:link,
#tag_txt a:visited,
#tag_txt a:active {
	color: #434343;
	text-decoration: none;
}

#tag_txt a:hover {
	color: #434343;
	text-decoration: underline;
}

#tagcloud_1 {
	opacity: .1;
	filter:alpha(opacity=10, style=1);
	font-size: 8pt;
}

#tagcloud_2 {
	opacity: .2;
	filter:alpha(opacity=20, style=0);
	font-size: 10pt;
}

#tagcloud_3 {
	opacity: .3;
	filter:alpha(opacity=30, style=0);
	font-size: 12pt;
}

#tagcloud_4 {
	opacity: .4;
	filter:alpha(opacity=40, style=0);
	font-size: 14pt;
}

#tagcloud_5 {
	opacity: .5;
	filter:alpha(opacity=50, style=0);
	font-size: 16pt;
}

#tagcloud_6 {
	opacity: .6;
	filter:alpha(opacity=60, style=0);
	font-size: 18pt;
}

#tagcloud_7 {
	opacity: .7;
	filter:alpha(opacity=70, style=0);
	font-size: 20pt;
}

#tagcloud_8 {
	opacity: .8;
	filter:alpha(opacity=80, style=0);
	font-size: 22pt;
}

#tagcloud_9 {
	opacity: .9;
	filter:alpha(opacity=90, style=0);
	font-size: 24pt;
}
#tagcloud_10 {
	font-size: 26pt;
}

/* #FOOTER **************************************************************/

#Footer {

	margin: 0 0 10px 0;
	padding: 2em;
/* 	background: #000; */
	
	font-size: 11pt;
	color:#000;
	font-weight: normal;
	
/* 	-moz-border-radius: 0 0 10px 10px; */
/* 	-webkit-border-radius: 0 0 10px 10px; */

}


/*.gamecats2 in footer ******************************************/

#FooterLeft{
	width: 15%;
	margin-right: 1em;
	background: url(/images/v3/images/footer_sep.png) right top no-repeat;
}

#FooterCenter{
	padding-top: 0px;
	width: 25%;
	margin-right: 1em;
	background: url(/images/v3/images/footer_sep.png) right top no-repeat;
}

#FooterRight{
	padding-top: 0px;
	width: 55%;
}


.gamecatsitems{
	margin: 0;
	padding: 0;
	font-size: 3px;
}
.gamecats2 {

	background: url(/images/v3/images/footer_sep.png) right top no-repeat;
/*	font-size:11px; */
/*	min-height:121px; */
	float:left;
}

.gamecats2 h3, .footerlinks h3{
	margin: 0;
	padding: 0;
}

.gamecats2 ul {
	list-style-type:none;
/*	width:240px; */
	margin:0;
	padding:0;
	clear:both;
}
.gamecats2 ul li {
	list-style-type:none;
/*	width:120px; */
	margin:0;
	padding:0;
	display: block;
/*	float:left; */
/*	height:1em; */
/*	line-height:1em; */
}
.gamecats2 ul li a,
.gamecats2 ul li a:link,
.gamecats2 ul li a:visited,
.gamecats2 ul li a:active {
/* 	color: #000; */
	text-decoration:none;
}
.gamecats2 ul li a:hover {
	text-decoration:underline;
}


.footerlinks {
	padding: 0;
/*	color:#ffffff; */
/*	font-size: 1em; */
/*	min-height:121px; */
	float:left;
}

.footerlinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
	clear:both;
}
.footerlinks ul li {
	list-style-type:none;
	width: 50%;
	padding:0;
	float:left;
/*	height:15px; */
/*	line-height:15px; */
	overflow:hidden;
}

.footerlinks ul li a,
.footerlinks ul li a:link,
.footerlinks ul li a:visited,
.footerlinks ul li a:active {
	text-decoration:none;
}
.footerlinks ul li a:hover {
/* 	color: #fff; */
	text-decoration:underline;
}



.footer_stats {
	font-family: Georgia, Trebuchet MS, serif;
	padding: 1em 0;
	color: #ff7e00;
	text-align: right;
	clear:both;
}

.footer_stats em {
	font-size: 2em;
	font-style: normal;
	color: #000;
}

/* END OF FOOTER */

/* .GAMECATS **********************************************************************************/

.gamecats {
/*	margin-bottom: 1em;*/
	padding: 0 .3em .3em .3em;
	height: 36px;
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	background: #ccc;
/* 	-moz-border-radius: 0px 0px 10px 10px; */
/* 	-webkit-border-radius: 0px 0px 10px 10px; */
/* 	-moz-box-shadow:0px 10px 10px #000; */
/* 	-webkit-box-shadow:0px 10px 10px #000; */

}

.gamecats ul {
	width:100%;
	height:36px;
	margin:0;
	padding:0;
}
.gamecats ul li {
	display:block;
	float:left;
	list-style-type:none;
/*	height:36px;*/
	width:104px; /* for IE display inline */
	margin: 0 1px 1px 0;
	font-size: 8pt;
	text-shadow: 0px 0px 10px #fff;
}
.gamecats ul li a,
.gamecats ul li a:link,
.gamecats ul li a:visited,
.gamecats ul li a:active {
	display:block;
	padding: 0 3px;
	height:36px;
	color: #000;
	text-decoration:none;
}

.gamecats ul li a:hover {
	text-decoration: underline;
}

.gamecats ul li img {
	vertical-align:baseline;
	float:left;
	margin-right:5px;
}

/* OTHER CLASSES *********************************************/

.outer {
width:100%; height: 100%; overflow: hidden; position: relative;
}
.outer[class] {
display: table; position: static;

	display:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'block' : 'block');
	position:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'relative' : 'relative');

}

.middle { width:100%; margin:auto;position: absolute; top: 50%; left:0;} /* for explorer only*/
.middle[class] { display: table-cell; vertical-align: middle; position: static;

	display:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'block' : 'block');
	position:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'absolute' : 'absolute');
}

.inner { width:100%; text-align:center;position: relative; top: -50%;} /* for explorer only */
.inner[class] {position: static; 
	position:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	'relative' : 'relative');
}

/* <h> ****************************************************************/

h1 {
	color: #333;
/*	margin: 5px 0 5px 0;*/
	padding:0;
	font-size: 20pt;
	text-transform: none;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:20px;
	text-transform:none;
	font-weight:normal;
	line-height:24px;
}

h3 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:16px;
	text-transform:none;
	font-weight:normal;
	line-height:20px;
}

h4 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
	line-height:18px;
}

h5 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:12px;
	text-transform:none;
	font-weight:normal;
	line-height:16px;
}

h6 {
	color: #5a6972;
	margin: 20px 0 10px 0;
	padding:0;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	line-height:15px;
}

.MGMenuItem a h1 {
	font-size: 8px;
	letter-spacing: normal;
}

.head{
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;	
}


#skillgamehint, #skillgamehint h1, #skillgamehint h2 {
	color: #333;
}

/* .PageHeading ******************************************/

.PageHeading h1 {
	font-size: 20pt;
	color: #333;
	letter-spacing: -2px;
	font-weight: normal;
	text-transform: none;
}

.PageHeading h1 span {
	color: #5b5b5b;
	text-transform:none;
}

a,
a:link,
a:visited,
a:active {
	color:#ee7600;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.error {
	margin:10px;
	padding:20px;
	background: #ffeeee;
	color: #CC0000;
	font-weight: bold;
}

.error h2,
.error h1 {
margin-top: 0px; color: #CC0000;
}

.error h3 {
	margin-top: 0px;
	margin-bottom:12px;
	color: #CC0000;
	border-bottom: 1px #CC0000 solid;
}

.error ul {
	list-style-type: none;
	list-style-position: outside;
}
.error ul li {
	color:#CC0000;
}


tr.row{
	background:inherit;
}
tr.rowo{
	background:inherit;
}

tr.rowo{
	background:#efefef;
}


.clear {
	clear:both;
}

.left {
	float:left;
}
.right {
	float:right;
}

.center {
	text-align:center;
}
.aligncenter {
	text-align:center;
}
.alignjustify {
	text-align:justify;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}

hr {
	background-color:#aaaaaa;
	height:1px;
	border:0;
}

input,
textarea,
select
label {
	vertical-align:middle;
}

/* .Cols ***********************************************/

.Cols2lr {
	clear:both;
}

.Cols2lr .row {
	clear:both;
}

.Cols2lr .row .column_left {
	width:471px;
	width:531px;
	float:left;
	margin-right:19px;
}

.Cols2lr .row .column_right {
	width:350px;
	float:left;
	clear:right;
}



.Cols2rl {
	clear:both;
}

.Cols2rl .row {
	clear:both;
}

.Cols2rl .row .column_left {
	width:200px;
	float:left;
	margin-right:19px;
}

.Cols2rl .row .column_right {
	width:621px;
	float:left;
	clear:right;
}


.Cols1 {
	clear:both;
}

.Cols1 .row {
	clear:both;
}

.Cols1 .row .column {
	width:auto;
}


/* #MemberReg ******************************************/

#MemberReg {
	border: 1px solid #ee7600;
	padding:5px;
	height:279px;
	width:338px;
}

#MemberReg .title {
	background: url(/images/v3/images/regtitle_bg.png) no-repeat;
	width:271px;
	height:29px;
	margin:0 auto;
	padding:0;
	line-height:29px;
	font-size: 14px;
	color:#ffffff;
	text-align:left;
	padding: 0 30px;
}

#MemberReg .content {
	width:271px;
	padding: 0 30px;
	margin:5px auto;
}

#MemberReg .content td {
	padding: 5px 0;
	font-size: 11px;
}


#MemberReg  @[] td.label{
	text-align:right;
	color: #676766;
	font-weight: bold;
	padding-right:5px;
}
#MemberReg .content td.asterix{
	color: #ee8218;
	font-weight: bold;
	width:10px;
	text-align:center;
}
#MemberReg .content td input{
	width:150px;
	background-color: #ffeddc;
	border: 1px solid #ee7600;
	font-size:11px;
}

#MemberReg .content td select{
	font-size:11px;
	background-color: #ffeddc;
	border: 1px solid #ee7600;
}

/* .TournamentsList ****************************************/

.TournamentsList {
	padding:0;
	margin:10px 0;
}

.TournamentsList .head{
	padding: .1em .5em;
	font-size: 14px;
	height: auto;

	background-color: #ff7e00;
	color: #ffffff;
}

.TournamentsList .content {
	background-color: #eeeeee transparent;
/* 	border: 1px solid #ff7e00; */
	padding: 10px;
	margin:0;
}

.TournamentsList .content table {

}

.name a {
	color: #333;
	text-decoration: underline;
}

.TournamentsList .content table thead tr td {
	height:15px;
	line-height:15px;
	vertical-align:baseline;
	font-size:16px;
	font-weight:bold;
}
.TournamentsList .content table tbody tr td {
	border-top: 1px solid #a2adad;
	height:43px;
	line-height:15px;
	font-size:14px;
}
.TournamentsList .content table tr td.thumb {
	width:35px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding: 4px;
	margin:0;
	text-align:center;
}
.TournamentsList .content table tr td.thumb img {
	height:35px;
}

.TournamentsList .content table tr td.name {
	text-align:left;
	padding-left:4px;
}

.TournamentsList .content table tr td.auction {
	width:120px;
	text-align:center;
}

.TournamentsList .content table tr td.date {
	width:75px;
	text-align:center;
}
.TournamentsList .content table tr td.price {
	width:100px;
	text-align:center;
}

.TournamentsList .content table tr td.jackpot {
	width:100px;
	text-align:center;
}

.TournamentsList .content table tr td.players {
	width:75px;
	text-align:center;
}

.TournamentsList .content table tr td.status {
	width:16px;
	height:16px;
/*	padding:13px 0 14px 0;*/
	text-align:center;
}
.TournamentsList .content table thead tr td.status {
	width:16px;
	height:auto;
	padding:0;
}
.TournamentsList .content table tr td.details {
	width:60px;
	text-align:center;
}

.TournamentsList .content .link_more {
	padding:4px;
	text-align:left;
	font-size:16px;
}

.InnerTournamentsList .content{
	height:190px;
}


/* .List ************************************/

.List {
	padding:0;
	margin:10px 0;
}

.List .head {
	padding: 0 20px;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	background-color: #ff7e00;
	color: #ffffff;
}

.List .content {
/*	background-color: #eeeeee;*/
/*	border: 1px solid #ff7e00;*/
	padding: 1em 2em;
	margin:0;
}

.List .content table {

}

.List .content table thead tr td {
	height:15px;
	line-height:15px;
	vertical-align:baseline;
	font-size:11px;
	font-weight:bold;
}
.List .content table tbody tr td {
	border-top: 1px solid #a2adad;
	height:43px;
	line-height:15px;
	font-size:11px;
}

.NewsList table tbody tr td.thumb {
	padding:4px;
	width:35px;
	width:35px;
}
.NewsList table tbody tr td.thumb img {
	width:35px;
	height:35px;
}

.NewsList table tr td.date {
	width:150px;
	text-align:right;
	line-height:35px;
	height:35px;
	padding:4px;
}
.NewsList table tbody tr td.title {
	text-align:left;
	line-height:18px;
}

.AuctionsList .content {
	padding:5px;
}

.AuctionsList ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.AuctionsList ul li {
	list-style-type:none;
	margin:5px 0px;
	padding:5px;
	background-color:#ccc;
	clear:both;
}

.AuctionsList ul li img {
	width:35px;
	height:35px;
	margin-right:10px;
	float:left;
}

.AuctionsList ul li .name {
	font-size:14px;
	font-weight:bold;
}




.AuctionsList2 {
	border: 1px solid #ff7e00;
	padding:0;
	margin:0px 0;
}

.AuctionsList2 .content {
	padding:0px;
	margin:0;
}

.AuctionsList2 .content table {

}

.AuctionsList2 .content table thead tr td {
	height:15px;
	line-height:15px;
	vertical-align:baseline;
	font-size:11px;
	font-weight:bold;
}
.AuctionsList2 .content table tbody tr td {
	height:43px;
	line-height:15px;
	font-size:11px;
}
.AuctionsList2 .content table tbody tr.second td {
	background-color: #fed8b3;
}

.AuctionsList2 .content table tr td.thumb {
	width:60px;
	height:60px;
	overflow:hidden;
	padding: 5px;
	margin:0;
	text-align:center;
}
.AuctionsList2 .content table tr td.thumb img {
	height:60px;
}

.AuctionsList2 .content table tr td.name {
	text-align:left;
	padding:4px;
}

.AuctionsList2 .content table tr td.name a,
.AuctionsList2 .content table tr td.name a:link,
.AuctionsList2 .content table tr td.name a:visited,
.AuctionsList2 .content table tr td.name a:active {
	color:#333;
	font-size:14px;
	font-weight:bold;
}

.AuctionsList2 .content table tr td.date {
	width:150px;
	text-align:right;
	padding:5px;
}
.AuctionsList2 .content table tr td.date span {
	font-size:14px;
	color:#ff0000;
}

.AuctionsList2 .content table tr td.lastbid {
	width:100px;
	text-align:center;
}

.AuctionsList2 .content table tr td.details {
	width:60px;
	text-align:center;
}

.AuctionsList2 .content table tr td.bid {
	text-align:center;
	padding:4px;
	width:200px;
}



.PointsList {
}

.PointsList .content table tr td.name {
}
.PointsList .content table tr td.date {
	text-align:right;
	width:150px;
}
.PointsList .content table tr td.points {
	width:120px;
	text-align:right;
}

.MessagesList {
}

.MessagesList .content table tr td.checkbox {
	width:20px;
	text-align:center;
}
.MessagesList .content table tr td.thumb {
	width:40px;
	text-align:center;
}
.MessagesList .content table tr td.thumb img {
	width:30px;
}
.MessagesList .content table tr td.from {
	
}
.MessagesList .content table tr td.subject {
	width:200px;	
	overflow:hidden;
}
.MessagesList .content table tr td.subject .snippet {
	font-size:10	px;
	color:#333;
}
.MessagesList .content table tr td.date {
	text-align:right;
	width:150px;
}
.MessagesList .content table tr td.delete {
	width:50px;
	text-align:right;
}


.MembersList {
}

.MembersList .content table tr td.thumb {
	width:40px;
	text-align:center;
}
.MembersList .content table tr td.thumb img {
	width:30px;
}

.MembersList .content table tr td.name {
}
.MembersList .content table tr td.city {
	width:200px;
	text-align:left;
}
.MembersList .content table tr td.lastseen {
	text-align:right;
	width:150px;
}
.MembersList .content table tr td.online{
	text-align:center;
	width:75px;
}
.MembersList .content table tr td.points {
	text-align:right;
	width:50px;
}
.MembersList .content table tr td.tokens {
	text-align:right;
	width:50px;
}
.MembersList .content table tr td.record {
	text-align:right;
	width:150px;
}
.MembersList .content table tr td.challenge {
	text-align:center;
	width:100px;
}



.TopBloggers{
	/*margin:0;*/
	padding:0;
}

.TopBloggers .content table tbody tr td {
	line-height:15px;
}

.TopBloggers .content table tbody tr.first td {
	border:0;
}

.TopBloggers .content table tbody tr td.pos {
	line-height: 43px;
	text-align:right;
	width:20px;
	font-weight:bold;
	font-size:16px;
}

.TopBloggers .content table tr td.thumb {
	width:35px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding: 4px;
	margin:0;
	text-align:center;
}
.TopBloggers .content table tr td.thumb img {
	height:35px;
}

.TopBloggers .content table tbody tr td.name {
	font-weight:bold;
}
.TopBloggers .content table tbody tr td.name span {
	color: gray;
	font-weight:normal;
}
.TopBloggers .content table tbody tr td.name span a, .TopBloggers .content table tbody tr td.name span a:link {
	color: #333;
	font-weight:normal;
}

.Challenges {

}

.Challenges .content table tr td.thumb {
	width:35px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding: 4px;
	margin:0;
	text-align:center;
}
.Challenges .content table tr td.thumb img {
	height:35px;
}


.Challenges .content table tr td.player {
	text-align:left;	
}
.Challenges .content table tr td.game {
	width:150px;
	text-align:center;	
}
.Challenges .content table tr td.date {
	width:100px;
	text-align:center;	
}
.Challenges .content table tr td.status {
	width:150px;
	text-align:center;	
}
.Challenges .content table tr td.action {
	width:100px;
	text-align:center;	
}
.Challenges .content table tbody tr td.action a, .Challenges .content table tbody tr td.action a:link {
	color: #333;
	font-weight:bold;
}

.MyTournaments .content {padding:10px;}
.MyTournaments .content table tbody tr td {
	border-top: 0px solid #a2adad;
	border-bottom: 1px solid #a2adad;	
	line-height:15px;
	height:45px;
}
.MyTournaments .content table tbody tr.first td {
	border-top: 1px solid #a2adad;
}
.MyTournaments .content table tr td.thumb {
	width:35px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding: 4px 5px 4px 0;
	margin:0;
	text-align:center;
}
.MyTournaments .content table tr td.thumb img {
	height:35px;
}

.MyTournaments .content table tr td.name {
	text-align:left;
	padding-left:4px;
}

.MyTournaments .content .link_more {
	margin: 10px 0 0 0;
	text-align:center;
}


.MyChallenges .content {padding:10px;}
.MyChallenges .content table tbody tr td {
	border-top: 0px solid #a2adad;	
	border-bottom: 1px solid #a2adad;	
	line-height:15px;
	height:45px;
}
.MyChallenges .content table tbody tr.first td {
	border-top: 1px solid #a2adad;
}
.MyChallenges .content table tr td.thumb {
	width:35px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding: 4px 5px 4px 0;
	margin:0;
	text-align:center;
}
.MyChallenges .content table tr td.thumb img {
	height:35px;
}

.MyChallenges .content table tr td.name {
	text-align:left;
	padding-left:4px;
	line-height:18px;
	padding:4px;
}

.MyChallenges .content .link_more {
	margin: 10px 0 0 0;
	text-align:center;
}
.MatchesList {
	margin-top:0;
}

.MatchesList .content {
	background-color:#fff;
	height:230px;
}

.MatchesList .content table tbody tr td {
	height:34px;
}

.MatchesList .content table tr td.player {
	text-align:left;	
}
.MatchesList .content table tr td.game {
	width:150px;
	text-align:center;	
}
.MatchesList .content table tr td.date {
	width:100px;
	text-align:center;	
}



.search_form {
	width:auto;
	border:1px solid #ee7600;
	background:#eee;
	margin:10px 0;
}
.search_form table {
	width: 100%;
}
.search_form table td{
	text-align:center;
}
.search_form table td input{
	width:100%;
	margin:0;
}
.search_form table td.button input{
	width:100%;
}


.ListS {
	padding:0;
	margin: 0;
}

.ListS .head{
	padding: 0px 0px 10px 0;
	clear:both;
}

.ListS .head .content {
	color: #8B8B8B;
	float:left;
	font-size:14px;
}
.ListS .head .links {
	color: #8B8B8B;
	float:right;
}

.ListS ul {
	padding: 0px;
	margin: 5px 0;
	list-style-type:none;
}

.ListS ul li {
	padding: 5px 0;
	margin: 0;   	
	list-style-type:none;
	border-bottom:1px solid #cccccc;
	clear:both;
}

.ListS ul li.first {
/*	border-top:1px solid #cccccc;*/
}

.ListS ul li .heading {
	clear:both;
}

.ListS ul li .heading .title, .ListS ul li .heading .title a {
	font-size: 16pt;
	letter-spacing: -1px;
	color: #333;	
	float:left;
	text-decoration: underline;
}

.ListS ul li .heading .title a:hover {
	color: #ff7600;
}

.ListS ul li .heading .links {
	font-size:11px;
	font-weight:normal;
	color: #333;
	float:right;
}

.ListS ul li .heading .links a,
.ListS ul li .heading .links a:link,
.ListS ul li .heading .links a:visited,
.ListS ul li .heading .links a:active {
	color: #333;
	text-decoration:underline;	
}

.ListS ul li .heading .links a:hover {
	color: #ee7600;
}

.ListS ul li .content {
	clear:both;
}


.ListS ul li .content .thumb {
	float:left;
	overflow:hidden;
}

.ListS ul li .content .subtitle {
	color: #8B8B8B;
	font-style:italic;
}

.ListS ul li .content .subtitle a,
.ListS ul li .content .subtitle a:link,
.ListS ul li .content .subtitle a:visited,
.ListS ul li .content .subtitle a:active {
	color: #8B8B8B;
	text-decoration:underline;	
}

.ListS ul li .content .subtitle a:hover {
	color: #333;
	text-decoration:none;	
}

.ListS ul li .content .text {	
	font-size: 11pt;
}


.ListS ul li .content .text span {	
	color:#333;
}

.gallery  {	
	margin:0px;
	padding:0px;
}

.gallery ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.gallery ul li {
	border:0 !important;
	list-style-type:none;
	margin:0;
	padding:0;
	display:list-item;
	width:144px;
	height:124px;
	float:left;
	clear:none;
	overflow:hidden;
}
.gallery ul li .thumb{
	width:124px;
	height:104px;
	margin:0 auto;

	float:none !important;
	text-align:center;
	clear:both;
}

.gallery ul li .thumb img{
	border: 2px solid #ddd;
	margin:0 auto;
}

.gallery ul li .title {
	color: #333;
	font-size:11px;
	text-align:center;
	line-height:20px;
	height:20px;
	clear:both;
	float:none;
}

.gallery span {	
	color:#333;
}

.gallery_edit ul {
	padding:20px;
}
.gallery_edit ul li {
	width:144px;
	height:144px;
	float:left;
	clear:none;
}
.gallery ul li .links {
	font-size:11px;
	font-weight:normal;
	color: #333;
	line-height:20px;
	height:20px;
	float:none;
	clear:both;
	text-align:center;
}

.gallery ul li .links a,
.gallery ul li .links a:link,
.gallery ul li .links a:visited,
.gallery ul li .links a:active {
	color: #ee7600;
	text-decoration:underline;	
}

.gallery ul li .links a:hover {
	color: #ee7600;
	text-decoration:none;	
}


.friends {	
	margin:0px;
	padding:0px;
	/*height:196px;*/
}

.friends ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
}
.friends  ul li {
	border:0;
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	width:88px;
	height:88px;
	float:left;
	clear:none;
}
.friends ul li .thumb{
	width:66px;
	height:66px;
	margin:0 11px;
	float:none;
	text-align:center;
	padding: 2px;
	background-color:#ddd;
	overflow:hidden;
	clear:both;
	display:block;
}

.friends ul li .thumb img{
	border: 1px solid #ddd;
	background:#fff;
	padding: 1px;
}

.friends ul li .online {
	background-color:green;
}
.friends ul li .male img {
	border-color:#fff;
	background:#336699;
}
.friends ul li .female img {
	border-color:#fff;
	background:pink;
}

.friends ul li .name {
	color: #333;
	font-size:11px;
	text-align:center;
	line-height:20px;
	height:20px;
	clear:both;
	float:none;
}
.friends span {	
	color:#333;
}




.ListS ul li .content .friends_edit ul {
	/*padding:20px;*/
}
.ListS ul li .content .friends_edit ul li {
	height:124px;
}
.ListS ul li .content .friends ul li .links {
	font-size:11px;
	font-weight:normal;
	color: #999;
	line-height:20px;
	height:20px;
	float:none;
	clear:both;
	text-align:center;
}

.ListS ul li .content .friends ul li .links a,
.ListS ul li .content .friends ul li .links a:link,
.ListS ul li .content .friends ul li .links a:visited,
.ListS ul li .content .friends ul li .links a:active {
	color: #ee7600;
	text-decoration:underline;	
}

.ListS ul li .content .friends ul li .links a:hover {
	color: #ee7600;
	text-decoration:none;	
}


/* comments */

.comments {
	background-color: #efefef;	
	padding:10px;
	margin:10px 0;
}

.comments h2 {
	font-size:20px;
	margin: 5px 0;
	padding:0;
	color:#ee7600;
}

.comments_list {
	color: #000000;
	font-size: 11px;
}
.comments_list li {
	color: #434343;
	list-style-type:none;
	font-size: 8pt;
	text-decoration: none;
	margin-bottom: 5px;
}
.comments_list li a {
	color: #434343;
	font-size: 8pt;
	text-decoration: none;
}
.comments_list li a:hover {
	text-decoration: underline;
}

.comments_list li .name {
	float: left;
	font-size: 11px;
	color: #333;
	font-weight:bold;
}
.comments_list li .name a{
	color: #000;
}
.comments_list li .date {
	color: #333;
	float: right;
	font-size: 10px;
}
.comments_list li .text {
	border-top: 1px solid #ccc;
	background-color: #fff;
	clear:both;
	padding:2px 5px;
}
.comments_list .add_comment a span{
	font-size: 8pt;
	text-decoration: none;
}
.comments_list .add_comment a{
	text-align: left;
	float: left;
	color: #000000;
	font-size: 8pt;
}


.comment_form {
	border: 0px solid #ff7e00;
	background-color: #eeeeee;
	padding:0px;
	margin:0px;
	/*
	border-bottom:1px solid #ccc;
  */

}
.comment_form, .comment_form div {
	color:#000;
	font-weight:bold;
}
.comment_form form {
	padding:0;
	margin:0;
}

.comment_form form textarea {

}

.comment_pages a {
/*
	color: #333;
	text-decoration:none;
*/
}



.pages {
	line-height:16px;
	clear:both;
	margin:10px auto;
	width:680px;
}

.pages img {
	vertical-align: middle;
	margin-right:5px;
}

.pages b {
	font-size:13px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	margin-left:2px;
	border: 1px solid #000;
	padding:2px 5px;
	background:#ddd;
}

.pages a,
.pages a:link,
.pages a:visited,
.pages a:active {
	font-size:13px;
	color: #333;
	font-weight:bold;
	text-decoration: none;
	margin-left:2px;
	padding:2px 5px;
	border: 1px solid #ccc;
	background:#ddd;
}
.pages a:hover {
	text-decoration:none;
	border: 1px solid #ddd;
	background:#111;
	color:#fff;
}

.pages .pages_title {
	font-weight:bold;
	width:100px;
	display:inline-block;
	font-family:tahoma;
	padding:2px 5px;
	border: 1px solid #ccc;
	background:#ddd;
}


.pages .pages_list {
	/* nothing here */
}



.Box {
	border: 1px solid #ff7e00;
	padding:0;
	margin:10px 0;
}

.Box .head{
	padding: 0 20px;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	background-color: #ff7e00;
	color: #ffffff;
}

.Box .content {
	background-color: #eeeeee;
	padding:10px;
	margin:0;
}

.MemberDetailsL {

}

.MemberDetailsL .thumb {
	clear:both;
	width:168px;
	height:180px;
	padding:4px;
	margin:5px auto;
	border:1px solid #e9e9e9;
	background-color:#fff;
}

.MemberDetailsL .thumb img {
	border: none;
	width:168px;
	height:180px;
}

.MemberDetailsL .online img {
	border: 1px solid green;
}

.MemberDetailsL ul.links {
	margin:0;
	padding:0;
	list-style-type:none;
}

.MemberDetailsL ul.links li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:10px;
	line-height:14px;
}

.MemberDetailsL ul.links li a,
.MemberDetailsL ul.links li:link,
.MemberDetailsL ul.links li a:visited,
.MemberDetailsL ul.links li a:active {
	color: #333;
}

.MemberDetailsL ul.details {
	margin:10px 0;
	padding:0;
	list-style-type:none;
}

.MemberDetailsL ul.details li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	line-height:15px;
}




.AuctionDetailsL {

}

.AuctionDetailsL .thumb {
	float:left;
	margin-right:10px;
}

.AuctionDetailsL .thumb img {
	border: 1px solid #999;
}

.AuctionDetailsL .online img {
	border: 1px solid green;
}

.AuctionDetailsL ul.links {
	margin:0;
	padding:0;
	list-style-type:none;
}

.AuctionDetailsL ul.links li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:10px;
	line-height:14px;
}

.AuctionDetailsL ul.links li a,
.AuctionDetailsL ul.links li:link,
.AuctionDetailsL ul.links li a:visited,
.AuctionDetailsL ul.links li a:active {
	color: #333;
}

.AuctionDetailsL ul.details {
	margin:10px 0;
	padding:0;
	list-style-type:none;
}

.AuctionDetailsL ul.details li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	line-height:15px;
}


.Challenge .content {
	text-align:center;
}



ul.sortList {
	color:#333333;
	font-size:11px;
	display: block;
	width: auto;
	margin:0;
	border:0px;
	padding:0;
	list-style-type:none;
	clear:right;
}
ul.sortList li {
	margin:0;
	border:0;
	list-style-type:none;
	padding:0px 6px;
	display:inline-block;
	border:0px;
	border-right: 1px solid #ccc;
}
ul.sortList li.active {
	color:#333333;
}
ul.sortList .active a {
	color:#333333;
	text-decoration:none;
}
ul.sortList li a {
	color:#336699;
}
ul.sortList li a:hover {
	text-decoration:none;
}


div.tip {
	clear:both;
	float: none;
	background-color:#FFF5BD;
	background-image:url(/images/tip.png);
	background-position:9px 7px;
	background-repeat:no-repeat;
	color:#000000;
	margin:20px;
	padding:10px 20px 10px 50px;
	line-height: 40px;
	font-size: 76%;
}
div.tip a {
	color:#336699;
}

ul.catsList {
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
}
ul.catsList li {
	margin:0;
	padding:0;
	list-style-type:none;
	width:270px;
	margin-left:15px;
	float:left;
	height:226px;
	overflow:hidden;
}

ul.catsList li.first {
	margin-left:0;
}


.CategoryGameList {
	padding:0;
	margin:10px 0;
}

.CategoryGameList .head{
	padding: 0 20px;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	background-color: #ff7e00;
	color: #ffffff;
}
.CategoryGameList .head img{
	vertical-align:middle;
	margin-right:10px;
}

.CategoryGameList .head a,
.CategoryGameList .head a:link,
.CategoryGameList .head a:visited,
.CategoryGameList .head a:active {
	color:#fff;
}
.CategoryGameList .head a:hover {
	color:#efefef;
	text-decoration:none;
}

.CategoryGameList .content {
/* 	border: 1px solid #ff7e00; */
	background-color: #fff;
	padding:8px 4px 5px 4px;
	margin:0;
}

.CategoryGameList .content table {
}

.CategoryGameList .content table tbody tr td {
	border-top: 0;
	height:32px;
	line-height:32px;
	font-size:11px;
	background-color: #fff2e5;
	padding:0px 5px;
	border-bottom:3px solid #ffffff;
}

.CategoryGameList .content table tbody tr td.thumb {
	width:32px;
	text-align:center;
}
.CategoryGameList .content table tbody tr td.thumb img {
	width:24px;
	height:24px;
}

.CategoryGameList .content table tbody tr td.playtimes {
	width:50px;
	text-align:right;
	color: #ff6600;
}







.GameList {
	padding:0;
	margin:10px 0;
}

.GameList .head{
	padding: 0 2em;
	font-size:11pt;
	font-weight:bold;
	height:26px;
	line-height:26px;
	background-color: #ff7e00;
	color: #ffffff;
}

.GameList .content {
/* 	border: 1px solid #ff7e00; */
	background-color: #fff;
	padding:2px;
	margin:0;
	height:500px;
	overflow:auto;
}

.GameList .content table {

}

.GameList .content table thead tr td {
	padding: 2px 5px;
	border-bottom: 1px solid #ddd;
}

.GameList .content table tbody tr td {
	border-top: 0;
	height:5px;
/* 	line-height:50px; */
	font-size:11pt;
	background-color: #fff4e9;
	padding:0px 5px;
	border-bottom:3px solid #ffffff;
}

.GameList .content table tbody tr.second td {
	background-color: #fedbb8;
}

.GameList .content table tbody tr td.thumb {
/* 	width:50px; */
	text-align:center;
}
.GameList .content table tbody tr td.thumb img {
/* 	width:40px; */
/* 	height:40px; */
}

.GameList .content table tbody tr td.name {
	padding:2px 0;
/* 	line-height:15px; */
}

.GameList .content table tbody tr td.playtimes {
	padding:2px 5px;
	width:75px;
/* 	line-height:15px; */
	text-align:right;
	font-size:10px;
	color:#333;
}



.GameList .content table tbody tr td.play {
	width:75px;
	text-align:center;
	color: #ff6600;
}

.GameList .content table tbody tr td.play a,
.GameList .content table tbody tr td.play a:link,
.GameList .content table tbody tr td.play a:visited,
.GameList .content table tbody tr td.play a:active {
	display:block;
	background: #000 /* url(/images/v3/images/button.png) left top no-repeat */;
	width:71px;
	height:22px;
	line-height:22px;
	color: #f6f72d;
	font-weight:bold;
	text-decoration:none;
}

.GameList .content table tbody tr td.play a:hover {
	color:#fff;
	text-decoration:none;
}



.BoxW {
	padding:0;
	margin:10px 0;
}

.BoxW .head{
	padding: 0 10px;
	font-size: 14px;
	font-weight:bold;
	height:30px;
	line-height:26px;
	background-color: #ff7e00;
	color: #fff;
}

.BoxW .content {
	height: 90px;
/* 	border: 1px solid #ff7e00; */
	background-color: #fff;
	padding:10px;
	margin:0;
}

.FGame .content .gamethumb {
	width:50px;
	float:left;
}

.FGame .content .gamethumb img{
	width:45px;
}

.FGame .content .gamename {
	font-size: 3em;
}

.FGame .content .gamecontent {
	font-size:13px;
}









.OnlineList {
	padding:0;
	margin:10px 0;
}

.OnlineList .head{
	padding: 0 20px;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	background-color: #ff7e00;
	color: #ffffff;
}

.OnlineList .content {
/* 	border: 1px solid #ff7e00; */
	background-color: #fff;
	padding:7px 4px 5px 4px;
	margin:0;
	height:200px;
	overflow:auto;
}

.OnlineList .content table {

}

.OnlineList .content table tbody tr td {
	border-top: 0;
	height:35px;
	line-height:13px;
	font-size:11px;
	padding:0px 5px;
	border-top:1px solid #ffeab3;
}

.OnlineList .content table tbody tr.first td {
	border-top:0px solid #ffeab3;
}

.OnlineList .content table tbody tr td.thumb {
	width:25px;
	text-align:left;
	padding:0;
}
.OnlineList .content table tbody tr td.thumb img {
	width:25px;
	height:25px;
	border:1px solid #ffeab3;
}

.OnlineList .content table tbody tr td.name {
	padding:2px 0;
	line-height:15px;
	width:75px;
	overflow:hidden;
	padding:0;
}
.OnlineList .content table tbody tr td.name .small {
	font-size:10px;
}

.OnlineList .content table tbody tr td.points {
	width:75px;
	text-align:right;
	font-size:10px;
	overflow:hidden;

}
.OnlineList .content table tbody tr td.play {
	width:71px;
	text-align:center;
	color: #ff6600;
	padding:0;
	margin:0;
}

.OnlineList .content table tbody tr td.play a,
.OnlineList .content table tbody tr td.play a:link,
.OnlineList .content table tbody tr td.play a:visited,
.OnlineList .content table tbody tr td.play a:active {
	display:block;
	background:url(/images/v3/images/button.png) left top no-repeat;
	width:71px;
	height:22px;
	line-height:22px;
	color: #f6f72d;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.OnlineList .content table tbody tr td.play a:hover {
	color:#fff;
	text-decoration:none;
}







/* NEWSBOXLIST *************************************************/


.NewsBoxList {
	border: 1px solid #ff7e00;
	padding:0;
	margin:10px 0;
	background: #ffe4c9;
}

.NewsBoxList .head{
	width:76px;
	height: 37px;
	padding: 0 0px 0 20px;
	font-size:12px;
	font-weight:bold;
	line-height:37px;
	color: #ffffff;
	position:relative;
	top:-6px;
	background: url(/images/v3/images/news-box-head-bg.png) left top no-repeat;
}

.NewsBoxList .content {
/* 	background-color: #ffe4c9; */
	padding:10px 4px 10px 4px;
	margin:0;
	height:199px;
	overflow:auto;
}

.NewsBoxList .content ul {
	list-style-type: circle;
	list-style-position:outside;
	margin:0px 0px 0px 20px;
}

.NewsBoxList .content ul li {
	list-style-type: circle;
	list-style-position:outside;
	margin:4px 0px 4px 20px;	
	color:#000;
	font-size:11px;
	
}

.NewsBoxList .content ul li a,
.NewsBoxList .content ul li a:link,
.NewsBoxList .content ul li a:visited,
.NewsBoxList .content ul li a:active {
	color:#000;
}

.gamelinks {

}

.gamelinks .game {
	float:left;
	width:70px;
	height:70px;
	
}

.gamelinks .game .thumb{
	width:70px;
	height:50px;
	text-align:center;
}
.gamelinks .game .thumb img{
	width:50px;
	height:50px;
}
.gamelinks .game .title {
	height:15px;
	line-height:15px;
	font-size:10px;
	text-align:center;
	overflow:hidden;
}



.challengelinks {

}

.challengelinks .member {
	float:left;
	width:70px;
	height:90px;
	
}

.challengelinks .member .name {
	height:15px;
	line-height:15px;
	font-size:10px;
	text-align:center;
	overflow:hidden;
	font-weight:bold;
}

.challengelinks .member .city {
	height:15px;
	line-height:15px;
	font-size:10px;
	text-align:center;
	overflow:hidden;
}


.challengelinks .member .thumb {
	text-align:center;	
	clear:both;
	height:60px;
}

.challengelinks .member .thumb img {
	border: 1px solid #999;
	width:60px;
	height:60px;
}

.challengelinks .member .online img {
	border: 1px solid green;
}



.game_head {
	background-position: left top;
	background-repeat: repeat;
	width:461px;
	height:30px;
	padding:5px; 
	padding-top:256px;
	overflow:hidden;
	background-color:#efefef;
}

/* LOGS ******************************************************************************************************************/

/* SLIDESHOW LOG */

#slidesContainer {
	margin:0 auto;
	padding: 3px 10px;
	width: 900px;
	height: 1.2em;
	
	overflow:hidden; /* allow scrollbar */
	position:relative;
	
	background:#fff /* transparent */;

/*	border-bottom: #fff 1px dotted; */

/*	-moz-border-radius-topleft: 10px;*/
/*	-webkit-border-top-left-radius: 10px;*/
/*	-moz-border-radius-topright: 10px;*/
/*	-webkit-border-top-right-radius: 10px;*/

/*	-moz-box-shadow:0px 20px 10px #999;
	-webkit-box-shadow:0px 20px 10px #999; */


	color: #ff7e00;
	font-size: 16pt;
	font-style: italic;
/*	font-family: Georgia, serif;*/
	text-align: center;	
/*	letter-spacing: 2px;*/
}

#slidesContainer .slide > a {
	color: #000;
}

/* SLIDESHOW WALL - BOTTOM PART */

#slidesContainer_wall {
  margin:0 auto;
  padding:5px 10px;
  width: 900px;
  height:1.2em;
  overflow:hidden; /* allow scrollbar */
  position:relative;

  background:#fff /* transparent */;
  color: #ff7e00;
  font-size: 10pt;
/*  font-family: Georgia, serif;*/
  text-align: center;
/*   letter-spacing: 2px; */

/*	-moz-border-radius-bottomleft: 10px;*/
/*	-webkit-border-bottom-left-radius: 10px;*/
/*	-moz-border-radius-bottomright: 10px;*/
/*	-webkit-border-bottom-right-radius: 10px;*/


/*	-moz-box-shadow:0px 20px 10px #999;
	-webkit-box-shadow:0px 20px 10px #999; */
  
}

#slidesContainer_wall .slide_wall > a {
	color: #000;
}




/* ADBOXTXT **********************************************************/

.adboxtxt {
	height: 290;
	min-width: 550;
	padding: .3em .9em ;
/*	font-family: Trebuchet ms, sans-serif; */
	font-size: 12pt;
/*	line-height: 1.4em; */
	color: #ff7e00;
/*	background-color: #ff7e30; */
}

.adboxtxt h3 {
	color: #333;
	font-size: 1.5em;
}

.adboxtxt h3 a {
	color: #333;
}

.adboxtxt p {
	color: #393939;
	font-size: .9em;
}

.adboxtxt p em {
	font-style: normal;
	font-weight: bold;
}


.adboxtxt a,
.adboxtxt ul li a {
	text-decoration: underline;
}

.adboxtxt ul li {
	font-size: .9em;
}

.adboxtxt ul li a {
	color: #333;
}


#hintlist {
}

#hintlist li.question {
	color: #ff7e00;
}

#hintlist li.answer,
#hintlist li.answer a {
	color: #333;
	font-style: italic;
}

#hintlist li.answer a {
	text-decoration: underline;
}
#hintlist li.answer a:hover {
	/*text-shadow: 2px 2px 2px #ff7e00;*/
}

#hint {
	margin: .7em .1em .7em auto;
	font-size: 2em;
	font-style: italic;
/*	color: #ff7e00; */
	text-align: right;
/*	text-shadow: 2px 2px 2px #333; */
	font-weight: bold;
}

.adbox,
.adboxcontent,
.adboxtxt {
	overflow:hidden;
}

/* .ColsSouk *****************************/

.ColsSouk {
	clear:both;
}

.ColsSouk .column_left {
	float:left;
	width:205px;
}

.ColsSouk .column_right {
	float:left;
	width:630px;
	margin-left:5px;
}
.expired_auction_list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.expired_auction_list ul li {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #ff9833;
	font-size:11px;
}

.expired_auction_list ul li .thumb {
	float:left;
	width:65px;
}
.expired_auction_list ul li .thumb img{
	width:60px;
}

.expired_auction_list ul li .name a,
.expired_auction_list ul li .name a:link,
.expired_auction_list ul li .name a:visited,
.expired_auction_list ul li .name a:active {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.expired_auction_list ul li .name a:hover {
	text-decoration:underline;
}



.langselect {
	line-height:14px;
	height:14px;
	text-align:right;
	padding:2px 5px 1px 5px;
	margin:0px;
	overflow:hidden;
	display:block;
}

.langselect img {
	border:1px solid #fff;
	vertical-align:top;
}

.memberdetailsbox {
	background-color:#fafafa;
	border: 1px solid #ededed;
	padding: 10px 0px;
	margin-bottom:10px;
	clear:both;
	font-size:11px;
}

.memberdetailsbox ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.memberdetailsbox ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
	margin:0 5px;
}



/* #MenuGroup *********************************/

#MenuGroup {
	clear:both;
}

#MenuGroup h1 {
	font-weight:normal;
	color:#000;
	font-size:20px;
	font-weight:bold;
}


#MenuGroup {
	margin:15px 0;
	line-height:27px;
	font-size:17px;
	/*color:#546770;*/
}

#MenuGroup ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#MenuGroup ul li {
	margin:0 0px 0 0px;
	padding:0 10px;
	list-style-type:none;
	float:left;
	line-height:18px;
	border-right: 1px solid #ddd;
}
#MenuGroup ul li.first {
	/*padding-left:0;*/
	border-left: 1px solid #ddd;
}
#MenuGroup ul li.last {
	/*padding-right:0;*/
}

#MenuGroup a,
#MenuGroup a:link,
#MenuGroup a:visited,
#MenuGroup a:active {
	font-size:14px;
	/*color:#2f4786;*/
	line-height:27px;
	display:block;
	width:auto;
	padding: 0px 0px;
	margin:0;
	text-decoration:none;
	display:inline-block;
}
#MenuGroup a:hover {
	text-decoration:underline;
	color: #2f4786;
}

#MenuGroup li.selected {
}

#MenuGroup li.selected a,
#MenuGroup li.selected a:link,
#MenuGroup li.selected a:visited,
#MenuGroup li.selected a:active {
	/*color: #2f4786;*/
	text-decoration:underline;
	font-weight:normal;
}

#MenuGroup li.selected a:hover {
	/*color: #2f4786;*/
	text-decoration:underline;
}


/* .poker_log ************************************/

.poker_log {
	background: url(/images/v3/images/poker_log_bg.jpg) left top no-repeat;
	padding-top:28px;
	padding-left:75px;
	width:275px;
	height:32px;
}

.poker_log ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.poker_log ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:16px;
	height:16px;
	overflow:hidden;
	font-size:12px;
}

.poker_log ul li a,
.poker_log ul li a:link,
.poker_log ul li a:visited {
	color: #333;
	text-decoration:none;
}

.poker_log ul li a:hover {
	color: #333;
	text-decoration:underline;
}


#regscreen td {
	font-size:12px;
	padding:2px;
}

.FMember {
	clear:both;
	margin: 5px auto auto auto;
}

.FMember .head {
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	color: #ee7600;
}

.FMember .thumb {
	float:left;
	width:75px;
}

.FMember .thumb img {
	margin:5px;
}

.FMember .info {
	float:left;
	font-weight:normal;
	font-size:12px;
}



.OnlineMembers {
	border:0;
}
.OnlineMembers .content{
	padding:0;
	background:#fff;
}

.OnlineMembers .content ul li{
	font-size:10px;
	line-height:15px;
	overflow:hidden;
	padding:5px 0;
	border-bottom:1px solid #efefef;
}
.OnlineMembers .content ul li.first {
	border-top:0;
}
.OnlineMembers .content ul li img {
	float:left;
	height:30px;
	margin-right:5px;
}
.OnlineMembers .content ul li div {
	float:left;
	width:153px;
}
.OnlineMembers .content ul li a,
.OnlineMembers .content ul li a:link,
.OnlineMembers .content ul li a:visited{
	line-height:auto;
	color:#000;
}


.Cols3crl {
	clear:both;
}

.Cols3crl .row {
	clear:both;
}

.Cols3crl .row .column_left {
	width: 200px;
	float:left;
	margin-right:10px;
}

.Cols3crl .row .column_center {
	width: 365px;
	float:left;
	margin-right:10px;
}

.Cols3crl .row .column_right {
	width: 300px;
	float:left;
	clear:right;
}



.LatestMembers {
	border:0;
}

.LatestMembers .content{
	padding:0;
	background:#fff;
}

.LatestMembers .content ul li{
	font-size:10px;
	line-height:15px;
	overflow:hidden;
	padding:0;
	text-align:center;
	width:75px;
	height:75px;
	margin:5px 0px;
	float:left;
	overflow:hidden;
}

.LatestMembers .content ul li.first{
}

.LatestMembers .content ul li img{
	width:60px;
}

.LatestMembers .content ul li div{
}

.LatestMembers .content ul li a,
.LatestMembers .content ul li a:link,
.LatestMembers .content ul li a:visited{
	line-height:auto;
	color:#000;
}



.LatestPhotos {
	border:0;
}

.LatestPhotos .content{
	padding:0;
	background:#fff;
}

.LatestPhotos .content ul li{
	font-size:10px;
	line-height:15px;
	overflow:hidden;
	padding:0;
	text-align:center;
	width:75px;
	height:75px;
	margin:5px 0px;
	float:left;
	overflow:hidden;
}

.LatestPhotos .content ul li.first{
}

.LatestPhotos .content ul li img{
	width:60px;
}

.LatestPhotos .content ul li div{
}

.LatestPhotos .content ul li a,
.LatestPhotos .content ul li a:link,
.LatestPhotos .content ul li a:visited{
	line-height:auto;
	color:#000;
}


.ui-tabs-panel-height { 
	display:block;
	height:203px ;
	overflow:hidden;
}

.ui-tabs-panel-height-home { 
	display:block;
	height:125px ;
	overflow:hidden;


