/*
################## players list
*/
#tbl_playerslist {
	margin: 0 auto 0 auto;
	width: 740px;
	text-align: center;
}

#tbl_playerslist div.cage {
	float: left;
	margin: 5px;
	width: 137px; height: 250px;
	background: url('../images/playerlist_cage.jpg') 0 0 no-repeat;
}
#tbl_playerslist div.image {
	width: 137px; height: 200px;
	text-align: center;
}
#tbl_playerslist div.data {
	width: 137px;
	padding: 1px 0 0 0;
}
#tbl_playerslist div.number {
	float: left;
	width: 37px;
	padding: 2px 0 0 0;
	font-size: 22px; font-family: arial, verdana, tahoma, serif; font-weight: bold; text-align: center;
}
#tbl_playerslist div.name {
	float: left;
	width: 100px;
	text-align: left;
}
#tbl_playerslist div.name1 {
	width: 137px;
	padding: 0 5px 0 5px;
	text-align: left;
}
#tbl_playerslist div.realname {
	font-weight: bold; text-align: left; color: #000;
}
#tbl_playerslist div.position {
	color: #666; text-align: left; text-transform: uppercase;
}

#tbl_playerslist div.buttons {
	
}
#tbl_playerslist ul {
	margin: 0 0 0 5px;
	width: 725px; height: 61px;
	list-style-type: none; 
	background: url('../images/playerlist_mainmenuline.gif') 0 60px repeat-x;
	*background: url('../images/playerlist_mainmenuline.gif') 0 60px repeat-x;
}
#tbl_playerslist li {
	float: left;
	margin: 0 1px 0 0;
	text-align: left;
}
#tbl_playerslist li a {
	display: block;
	width: 150px; height: 60px;
	color: #999; text-transform: uppercase; font-size: 10px; font-family: arial, serif;
	background: #FFFFFF;
}
#tbl_playerslist li a:hover {
	display: block;
	width: 150px; height: 60px;
	color: #999; text-transform: uppercase; font-size: 10px; font-family: arial, serif; text-decoration: underline;
	background: #FFFFFF;
}
#tbl_playerslist li a.selected {
	display: block;
	width: 150px; height: 60px;
	color: #454545; text-transform: uppercase; font-size: 10px; font-family: arial, serif;
	background: #FFF; cursor: default;
	border-bottom: 1px solid #151515;
}
#tbl_playerslist li a:hover.selected {
	display: block;
	width: 150px; height: 60px;
	color: #454545; text-transform: uppercase; font-size: 10px; font-family: arial, serif; text-decoration: none;
	background: #FFF; cursor: default;
	border-bottom: 1px solid #151515;
}
img.alpha {
	
	filter: Alpha(opacity=30);
	opacity: .3;
	background: #FFF; 
}
span.small {
	display: block;
	padding: 6px 0 0 0;
	font-size: 13px;
}

#tbl_playerdetail {
	width: 759px;
}
#tbl_playerdetail div.images {
	width: 759px;
}

#tbl_playerdetail div.datacage {
	padding: 10px; margin: 0 auto 0 auto;
	width: 720px;
}

#tbl_playerdetail div.cageimage {
	float: left;
	width: 230px;  height: 230px;
	background: url('../images/playerdetail_cageimg.jpg') 0 0 no-repeat;
}	
#tbl_playerdetail div.imagesmall { 
	float: left;
	margin: 15px 0 0 15px; margin: 15px 0 0 15px !important; *margin: 15px 0 0 7px; 
	width: 135px; height: 200px;
}
#tbl_playerdetail div.tab {
	float: left;
	margin: 23px 0 0 15px; padding: 16px 18px 0 0;
	width: 27px; height: 44px;
	background: url('../images/playerdetail_tab.jpg') 0 0 no-repeat;
	font-size: 22px; text-align: center; font-family: gerogia, tahoma, serif;
}

#tbl_playerdetail div.otherdata {
	float: left;
	width: 250px;
	font-size: 13px; line-height: 15px;
}
#tbl_playerdetail div.number {
	float: left;
	width: 250px;
}
#tbl_playerdetail div.positionmap {
	float: right;
	width: 224px; height: 225px;
}
#tbl_playerdetail div.history {
	float: right;
	padding: 0 10px 0 0;
	width: 495px;
	font-size: 13px; text-transform: lowercase;
}

#playerdetails_temps {
	margin: 10px auto 10px auto;
	font-size: 13px;
	border: 1px solid #454545;
	width: 600px;
}
#playerdetails_temps td.title {
	color: #454545; text-align: center; font-weight: bold; text-transform: uppercase;
	padding: 2px 5px 2px 5px;
}

#playerdetails_temps td {
	color: #454545; text-align: left; font-weight: normal;
	padding: 2px 5px 2px 5px;
	border: 1px solid #454545;
}
#playerdetails_temps td.center {
	text-align: center;
}