.profile
{
	width: 798px;
}
.user-profile
{
	width: 788px;
	text-align: centre;
	padding: 10px 0px 10px 12px;
	
}
.userprofile-description-container
{
	background: #000000 url(../images/transparent.gif) no-repeat scroll left;
	color: #666;
	#color: #FFF;
	_color: #FFF;
	width: 773px;
	height: 50px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 1px 0px 0px 0px;
}

.userprofile-edit-container-left
{
	height: 130px;
	width: 370 px;
	border: 1px solid #333;
	v-align: middle;
	line-height: 20px;
}
.userprofile-edit-container-right
{
	height: 130px;
	width: 370 px;
	border: 1px solid #333;
	v-align: middle;
	line-height: 20px;
}

.userprofile-details-edit-name
{
	float: left;
	background: #000000 url(../images/transparent.gif) no-repeat scroll left;
	width: 370px;
	padding: 10px 0px 10px 10px;
}
.userprofile-details-edit-add-player
{
	background: #000000 url(../images/transparent.gif) no-repeat scroll left;
	color: #666;
	width: 370px;
	padding: 10px 10px 10px 390px;
	#padding: 10px 10px 10px 0px;
	#float: right;
	_padding: 10px 10px 10px 0px;
	_float: right;
}

#user-profile-table
{
	margin: 3px 0px 0px 3px;
	height: 60px;
}

#user-profile-label-column
{
	width: 110px;
	text-align: left;
	margin-right: 10px;
	color: #666;
}

#user-profile-details-column
{
	text-align: left;
	color: #FFF;
}
.change_password-button
{
	width: 60px;
	margin-bottom: 2px;
	margin-left: 50px;
}
/** User Games ***********/
.profile-games-table
{
	width: 753px;
	border-collapse: collapse;
	border: none;
	margin: 10px;
}
.profile-table-standard-text-column
{
	width: 20%;
	text-align: left;
	padding-left: 5px;
}
.profile-table-standard-number-column
{
	width: 10%;
	text-align: center;
}
.profile-table-standard-icon-column
{
	width: 5%;
	text-align: center;
}

.profile-table-status-column-active
{
	width: 10%;
	padding-left: 5px;
	color: green;
	font-size: smaller;
	text-align: center;
}
.profile-table-status-column-subscribe
{
	width: 10%;
	padding-top: 3px;
	color: green;
	font-size: smaller;
	text-align: center;
}
.profile-table-status-column-finished
{
	width: 10%;
	padding-left: 5px;
	text-align: center;	
}
.table-header
{
	background-color:#333;
	color:#807D74;
	border: solid 1px;
}

.profile-games-table a:link { 
	color: #333;
	}
.profile-games-table a:visited { 
	color: #333;
	}
.profile-games-table a:hover { 
	color: green;
	text-decoration: none;
	}
.profile-games-table a:active { 
	color: #333333;
	}

 /************************/