/* ----- Styles for Players Menu ----- */

	.players-menu-title {
		width: 225px;
		height: 33px;
		margin: 0px;
		padding: 0px;
	}

	.players-menu-title a {
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		text-indent: 5px;
		line-height: 33px;
		display: block;
		color: #fff;
		background: url(/public/images/layout/section-2-curve-up.gif) 0 0 no-repeat;
	}

	.players-menu-title a.current {
		background: url(/public/images/layout/section-2-curve-up-hover.gif) 0 0 no-repeat;
		text-indent: 35px;
	}

	.players-menu-title a:hover {
		text-decoration: underline;
	}

	.players-menu {
		width: 225px;
	}

	.players-menu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		padding-bottom: 5px;
		background: url(/public/images/layout/ul-bg.gif) bottom center repeat-y;
	}

	.players-menu ul li {
		position: relative;
		background: url(/public/images/layout/section-menu-seperetor.gif) bottom center no-repeat;
		padding: 0px 0px 5px 0px;
		text-indent: 20px;
	}

	.players-menu ul li a {
		width: 225px;
		line-height: 30px;
		display: block;
		color: #29378F;
		text-decoration: none;
		font-size: 11px;
		background: url(/public/images/layout/player-cat-btn.gif) 0 0 no-repeat;
	}
	
	.players-menu ul li a:hover {
		text-decoration: none;
	}
	
	.players-menu ul ul {
		position: absolute;
		top: 0px;
		left: 100%;
		width: 310px;
		padding: 10px;
		background: url(/public/images/layout/ul-ul-bg.gif) 0 0 no-repeat;
		z-index: 1;
		overflow: hidden;
	}
	
	.players-menu ul ul li {
		float: left;
		text-indent: 10px;
		background: none;
	}
	
	.players-menu ul ul li a {
		width: 155px;
		line-height: 22px;
		color: #fff;
		text-decoration: none;
		display: block;
		font-size: 11px;
		font-weight: bold;
		background: none;
	}

	.players-menu ul ul li a:hover {
		text-decoration: underline;
		background: none;
		color: #fff;
	}

	.players-menu ul ul {
		display: none;
	}

	.players-menu ul li:hover ul {
		display: block;
	}
	
/* ----- Styles for the page ----- */

	#right-column h1 {
		width: 675px;
		height: 30px;
		margin: 0px 0px 10px 0px;
	}

	.senior-team-title {
		background: url(/public/images/layout/senior-team-title-h1.png) bottom left no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.coaching-staff-title {
		background: url(/public/images/layout/coaching-staff-title-h1.png) bottom left no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.fixtures-results-title {
		background: url(/public/images/layout/fixtures-results-title-h1.png) bottom left no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.league-tables-title {
		background: url(/public/images/layout/league-tables-title-h1.png) bottom left no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.match-reports-title {
		background: url(/public/images/layout/match-reports-title-h1.png) bottom left no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	#main-img {
		width: 671px;
	}

	#main-img img {
		width: 671px;
		height: 221px;
		border: 2px solid #fff;
		margin: 0px;
		padding: 0px;
	}
	
/* ----- Content accordian ----- */

	.arrowlistmenu-2 {
		width: 675px;
		margin: 20px 0px 0px 0px;
	}

	.arrowlistmenu-2 .menuheader {
		background: none;
		line-height: 28px;
		padding: 0px 0px 10px 0px;
	}

	.arrowlistmenu-2 .openheader {
		background: none;
	}

	.arrowlistmenu-2 ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		padding-bottom: 5px;
		overflow: hidden;
		/* ie 6 */
		*float: left;
		display: block;
	}

	.arrowlistmenu-2 ul li {
		width: 337px;
		height: 60px;
		padding: 0px 0px 10px 0px;
		float: left;
		overflow: hidden;
	}
	
	.red-li {
		background: url(/public/images/layout/team-ul-li-red.gif) 0 0 no-repeat;
	}
	
	.black-li {
		background: url(/public/images/layout/team-ul-li-black.gif) 0 0 no-repeat;
	}
	
	.arrowlistmenu-2 ul li img {
		width: 43px;
		height: 45px;
		margin: 7px 10px 8px 30px;
		float: left;
		border: 1px solid #fff;
	}

	.arrowlistmenu-2 ul li a {
		width: 232px;
		line-height: 60px;
		display: block;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		float: right;
		margin: 0px 20px 0px 0px;
		font-weight: bold;
	}
	
	.arrowlistmenu-2 ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
/* ----- Individual Client styles ----- */

	#player-info {
		width: 675px;
		height: 250px;
		background: url(/public/images/layout/player-info-bg.gif) 0 0 no-repeat;
	}

	#player-info img {
		width: 400px;
		height: 250px;
		float: right;
	}
	
	#player-info .info {
		width: 245px;
		float: left;
		padding: 0px 15px 0px 15px;
	}
	
	#player-info .info p.title {
		padding: 20px 0px 10px 0px;
		overflow: hidden;
	}
	
	#player-info .info p.title span.name {
		width: 145px;
		font-size: 26px;
		font-weight: bold;
		float: left;
		color: #fff;
		line-height: 26px;
	}
	
	#player-info .info p.title span.name-long {
		width: 195px;
		font-size: 28px;
		font-weight: bold;
		float: left;
		color: #fff;
		line-height: 30px;
		text-align: left;
	}
		
	#player-info .info p.title span.no {
		width: 100px;
		font-size: 50px;
		font-weight: bold;
		/*float: right;*/
		color: #ffdd15;
		line-height: 65px;
	}
	
	#player-info .info p.title span.no-sm {
		width: 100px;
		font-size: 40px;
		font-weight: bold;
		float: right;
		color: #ffdd15;
		line-height: 65px;
	}
	
	#player-info .info p.title span.no-long {
		width: 50px;
		font-size: 40px;
		font-weight: bold;
		float: right;
		color: #ffdd15;
		line-height: 65px;
		text-align: right;
	}
	
	#player-info .info p.title span.no-mar {
		width: 100px;
		font-size: 70px;
		font-weight: bold;
		float: right;
		color: #ffdd15;
		line-height: 65px;
		margin-top: 25px;
	}
	
	#player-info .info p.details {
		width: 245px;
		color: #fff;
		line-height: 18px;
	}
	
	#player-info .info p strong {
		color: #c9cde3;
		font-weight: bold;
	}
	
	#right-column h2 {
		width: 675px;
		font-size: 14px;
		line-height: 35px;
		border-bottom: 1px solid #999;
		display: block;
		color: #29378F;
		background: url(/public/images/layout/player-h2-star.png) 0px 7px no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		text-indent: 30px;
		margin: 0px 0px 10px 0px;
	}
	
	#right-column p {
		width: 675px;
		line-height: 15px;
		color: #404041;
		display: block;
		font-size: 11px;
		padding: 0px 0px 10px 0px;
		text-align: justify;
	}

	#player-gallery-title {
		width: 675px;
		background: url(/public/images/layout/player-gallery-title-bg.gif) 0 0 no-repeat;
	}
	
	#player-gallery-title h2 {
		width: 675px;
		font-size: 14px;
		line-height: 35px;
		display: block;
		color: #fff;
		background: url(/public/images/layout/gallery-h2-star.png) 10px 7px no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		text-indent: 40px;
		margin: 0px;
		border: none;
	}
	
	#player-gallery {
		width: 630px;
		padding: 20px 20px 15px 25px;
		background: #231f20;
	}
	
	#player-gallery ul {
		overflow: hidden;
	}
	
	#player-gallery ul li {
		padding: 0px 5px 5px 0px;
		float: left;
	}
	
	#player-gallery ul li img {
		width: 98px;
		height: 98px;
		border: 1px solid #fff;
	}
	
	#player-reel {
		width: 675px;
		margin: 20px 0px 20px 0px;
	}
	
	#video-box {
		width: 350px;
		margin: 0px auto;
	}
	
	#video-title {
		background: url(/public/images/layout/player-video-title-bg.gif) 0 0 no-repeat;
		margin: 0px auto;
	}
	
	#video-title h2 {
		width: 350px;
		font-size: 14px;
		line-height: 35px;
		display: block;
		color: #fff;
		background: url(/public/images/layout/gallery-h2-star.png) 10px 7px no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		text-indent: 40px;
		margin: 0px;
		border: none;
	}
	
	#video {
		width: 350px;
		height: 321px;
	}
	
	.shadow-video {
		background: url(/public/images/layout/video-shadow.png) bottom center no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		width: 350px;
		height: 10px;
		border-top: 2px solid #fff;
	}
	
/* ----- Styles for match report table ----- */

	.report-table {
		width: 100%;
		margin: 10px 0px 10px 0px;
		padding: 0px;
	}
	
	.results-table {
		width: 400px;
		margin: 10px 0px 10px 0px;
		padding: 0px;
	}

	.gradient-row {
		background: url(/public/images/layout/section-2-gradient.gif) 0 0 repeat-x;
	}
	
	.light-row {
		background: #f1f1f3;
	}
	
	.dark-row {
		background: #e7e8ea;
	}

	.td-header-text {
		padding: 0px 0px 0px 10px;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		line-height: 33px;
	}
	
	.td-data-text {
		padding: 0px 0px 0px 10px;
		font-size: 11px;
		color: #404041;
		line-height: 33px;
	}
	.name_container{
		width:242px;
	}
	.name_wrapper{
		width:172px;
		height:100px;
		float:left;
	}
	
	.pl_no_wrapper{
		width:70px;
		height:100px;
		float:right;
	}	
	
	.key_skills_para{
		font-family:Arial, Helvetica, sans-serif !important;
		text-align:justify;
	}
