/******* Layout Player Profile *******/
#lc {
  width: 220px;
  float: left;
}

#player-profile {
    float: left;
    width: 540px;
    padding: 0px 0px 20px 10px;
}
#player-main-info {
    float: left;
    padding: 10px 0px 0px 0px;
}

#player-photo {
    float: left;
	background-position: top;
    background-repeat: no-repeat;
	 padding: 0px 0px 10px 0px;
}

#player-photo img {
	border: 4px solid #D0D0D0;
}

#player-photo-image 
{
	background-position: top;
    background-repeat: no-repeat;	
    width: 160px;
    height: 180px;
    border-top: 1px solid #bb0000;
}

#player-photo-line {
	margin: 1px 0px 0px 0px;
	width: 160px;
	height: 24px;
	font-size: 5px;
	background-image: url(/images/icons/image-icon-bg.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}

#player-photo-line div {
	background-image: url(/images/icons/image-icon.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
	height: 24px;
	width: 160px;
}

#player-main-text {
    float: left;
	 width: 310px;
    padding: 0px 0px 0px 20px;
}

#player-fio-info {
    float: left;
    background-image: url(/images/report-title-bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
#player-fio {
    float: left;
}

#player-fio h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

#player-shirt {
    float: right;
    background-image: url(/images/icons/shirt.gif);
    width: 50px;
    height: 35px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#player-list-info {
    width: 310px;
    float: left;
}
#player-list-info li {
    float: left;
    width: 305px;
    padding: 3px 0px 3px 5px;
}

#player-list-info .list-row-alter {
    background-color: #F2F2F2;
}
#player-list-info div span {
    float: left;
}
#player-list-info div.image-cnr {
    float: left;
    width: 15px;
    height: 10px;
    font-size: 5px;
    margin: 0px 2px 0px 3px;
    background-position: center;
    background-repeat: no-repeat;
}

#player-list-info .c1 {
    font-weight: bold;
    float: left;
    width: 135px;
}
#player-list-info .c2 {
    float: left;
    width: 190px;
}

#player-subinfo {
    float: left;
	 width: 530px;
}

#player-info {
    float: left;
	 width: 160px;
}
.player-info-text {
	width: 160px;
	margin: 0px 0px 5px 0px;
}
.player-info-text li {
	width: 145px;
	padding: 3px 5px 3px 10px;
}
.player-info-text .list-header {
	font-weight: bold;
	background-color: #F2F2F2;
}
.player-info-text .lined {
	border-bottom: 1px solid #E0E0E0;
}

.player-detailed {
    float: left;
	 width: 350px;
	 padding: 0px 0px 0px 20px;
}
.player-detailed div {
	text-transform: uppercase;
	color: #b00;
	font-weight: bold;
	font-size: 10px;
}
.player-detailed table {
	margin: 5px 0px 10px 0px;
}
.player-detailed td {
	padding: 2px 2px 2px 2px;
}
.player-detailed td.center {
	width: 30px;
}
.player-detailed .table-header td {
	font-weight: bold;
	color: #fff;
	background-color: #BB0000;
}
.player-detailed div.image-cnr {
    float: left;
    width: 15px;
    height: 10px;
    font-size: 5px;
    margin: 0px 3px 0px 2px;
    background-position: center;
    background-repeat: no-repeat;
}

#player-stat {
	float: left;
	width: 350px;
	padding: 0px 0px 0px 20px;
}
#player-stat table {
	margin: 0px 0px 20px 0px;
}
#player-stat td {
	padding: 2px 3px 3px 3px;
	text-align: center;
}
#player-stat .title {
	font-weight: bold;
	text-align: center;
}
#player-stat .table-header td {
	color: #fff;
	background-color: #BB0000;
	text-align: center;
}
#player-stat .table-header td.c1 {
	color: #000;
	font-weight: bold;
	background-color: #E0E0E0;
	text-align: left;
}
#player-stat .list-row {
	
}
#player-stat .list-row-alter {
	background-color: #F5F5F5;
}
#player-stat .list-row td.c1, #player-stat .list-row-alter td.c1 {
	width: 120px;
	text-align: left;
}
