@charset "UTF-8";
/* For profile pages */

table.profiletable {
	width:651px;
	margin:10px 0 0 0;
}
	table.profiletable tr td {
		padding:3px 0 3px 0;
		border-bottom:1px solid #969696;
	}
	table.profiletable tr:hover td {
		padding:3px 0 2px 0;
		border-bottom:2px solid #ffffff;
		background-color:rgb(40,40,40);
	}
	table.profiletable tr.nocolchange:hover td {
		padding:3px 0 3px 0;
		border-bottom:1px solid #969696;
		background-color:#000000;
	}
		table.profiletable tr td.cellname {
			width:151px;
			font-weight:bold;
		}
			table.profiletable tr td.cellname a {
				color:#ffffff;
				text-decoration:none;
			}
				table.profiletable tr td.cellname a:hover {
					color:#ffffff;
				}
		table.profiletable tr td.cellpos {
			width:152px;
		}
		table.profiletable tr td.cellpart, table.profiletable tr td.celltotal {
			width:58px;
		}

div#profilebox {
	width:270px;
	height:954px;
	padding:42px 10px 0 10px;
	background:url(../Images/Squad/profile_bg.jpg) no-repeat;
}

table.profiledetailtable {
	width:270px;
}
	table.profiledetailtable tr td {
		padding:3px 0;
		border-bottom:1px solid #969696;
	}
	table.profiledetailtable tr td.picturetd {
		padding:0 0 12px 0;
		border-bottom:none;
	}
	table.profiledetailtable tr td.nametd {
		font-size:1.8em;
	}
		table.profiledetailtable tr td p {
			margin:0;
		}