/* PLAYER PROFILE */

th.gamelog {
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 15px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	background: #dddddd url(../images/backTable.gif) repeat-x top;
		color: #656565;
}

#player {
		width: 495px;
                overflow: hidden;
		margin: 5px 0px 0 5px;
		font-family: Arial, Verdana, sans-serif;
}

#player p {
		font-size: 12px;
		padding: 0px;
		margin: 0px 0px 5px 0px;
}

#player .img {
		float: left;
		width: 60px;
		height: 80px;
		padding: 1px;
		background: #F1F1ED;
		margin-right: 10px;
}

#player .img img {
	display: block;
}

#player .ime {
		margin-bottom: 10px;
		border-bottom: 1px dotted #363636;
		font-size: 14px;
		font-weight: bold;
		color: #363636;
}

#player .x {
		float: right;
		margin-right: 20px;
}

#player .info {
		/*width: 425px;*/
		/*float: right;*/
		font-size: 12px;
		margin-bottom: 5px;
}

.player-info {float: left; width: 45%;}
.player-history {float: left;}

#player .listing {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #363636;
		font-size: 12px;
		color: #363636;
}

#player .listing p {
		margin: 10px 0px 0px 0px;
		padding: 0px;
		font-size: 13px;
		font-weight: bold;
}

#timovil {
		width: 490px;
		margin: 5px;
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #363636;		
}

#timovil p {
		margin: 10px 0px 0px 0px;
		padding: 0px;
		font-size: 13px;
		font-weight: bold;
}

#playerstats {
    clear: left;
		width: 500px;
		padding: 0px 0px 0px 5px;
		font-family: Arial, Verdana, sans-serif;
}

#playerstats p {
		font-size: 12px;
		padding-top: 5px;
}

#playerstats a {
    color: #606e8a;
		text-decoration: underline;
}

#playerstats a:hover {
		color: #4a5a78;
		background: #f9f8e4;
		text-decoration: none;
}

#playerstats .table {
		width: 495px;
		margin-top: 5px;
		border-collapse: collapse;
}

#playerstats .tableg {
		width: 495px;
		border-collapse: collapse;
}

#playerstats .table tbody th, #playerstats .tableg tbody th {
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

#playerstats .god {
	width: 39px;
}

#playerstats .pas {
	width: 45px;
}

#playerstats .run {
	width: 65px;
}

#playerstats .catch {
	width: 65px;
}

#playerstats .def {
	width: 50px;
}

#playerstats .fmb {
	width: 90px;
}

#playerstats .fg {
	width: 45px;
}

#playerstats .punt {
	width: 56px;
}

#playerstats .kr {
	width: 90px;
}

#playerstats .table tbody td, #playerstats .tableg tbody td {
	text-align: center;
}

#playerstats tr.total td {
	background: transparent url(../images/backTableTd.gif) repeat-x 0px -30px;
}

#timlist {
		width: 495px;
		margin: 0px 0px 5px 6px;
}

#timlist thead th {
		padding: 2px;
		font-size: 13px;
		font-weight: bold;
		color: #e8e8e8;
		text-align: center;
}

#timlist tbody td {
		padding: 2px;
		text-align: center;
}

#timlist .odd {
		background: #e4e4e4;
}

#timlist .ime {
		width: 169px;
		text-align: left;
}

#timlist th a {
	color: white;
	text-decoration: underline;
}