.cur_sqd_inner{ 
	width: 130px; 
	margin: 10px; 
	text-align: center; 
	display: inline-block;
	vertical-align: top;
} 

.cur_sqd_inner .cur_sqd_profile_img{
	text-align:center;
}

.cur_sqd_inner .cur_sqd_profile_img img{
	border: 1px solid #ccc;
	max-height: 130px;
    max-width: 130px;
	display: inline;
}

.cur_sqd_inner .cur_sqd_caption{
	text-align:center;
}

.cur_sqd_wdg_inner{
	width: 86px; 
	margin: 10px; 
	text-align: center; 
	display: inline-block;
	vertical-align: top;
}

.cur_sqd_wdg_inner .cur_sqd_profile_img{
	text-align:center;
}
.cur_sqd_wdg_inner .cur_sqd_profile_img a{	
	box-shadow: none;
}
.cur_sqd_wdg_inner .cur_sqd_profile_img img{
	border: 1px solid #ccc;
	height: 86px;
    width: 86px;			
}

.cur_sqd_wdg_inner .cur_sqd_caption{
	text-align:center;
}

.cur_sqd_outer .ralign {
	text-align: right;
}

.sea_match_list_table{
	width: 100%;
}	

.sea_match_list_table, .sea_match_list_header, .sea_match_list_header td{	
	border:none;
}	

.sea_match_list_table th, .sea_match_list_table td{		
	text-align:center;		
	border:none;		
	font-size:13px;		
	width: auto;
}

.sea_match_list_table tr.sea_match_list_month td{		
	text-align:left;		
	font-size: 18px;
}

.sea_match_list_table .sea_match_list_header{		
	background-color: #000;    	
	color: #ccc;
}

.sea_match_list_table tr.matcheven{		
	background-color: #e7e7e7;
}

.sea_match_list_table td .match_view_lnk{		
	background-color: #000;    	
	background-image: linear-gradient(to bottom, #000 0%, #323232 100%);    	
	border-radius: 3px;    	
	color: #fff;    	
	display: inline-block;    	
	font-size: 12px;    	
	padding: 5px 10px;    	
	text-decoration: none;		
	box-shadow:none;
}

.sea_match_list_table td .match_view_lnk:hover{		
	text-decoration: underline;
}

.player_cat_outer{		
	margin-bottom: 20px;
}

.player_content .player_img{	
	margin-right: 20px; 	
	margin-bottom: 20px; 	
	width: 25%; 	
	display: inline-block;
}

.player_content .player_details{	
	display: inline-block; 	
	width: 70%; 	
	vertical-align: top;
}

.player_details table{	
	width:100%;
}

.player_details table td {	
	text-align:left;
}

.player_heading h2 select{
	float: right;
	font-weight: normal;
	font-size: 13px;
}

.player_info{
	margin-bottom: 20px;
}

ul.sub-menu-h {    
	background: #666 none repeat scroll 0 0;    
	list-style: outside none none;    
	margin-bottom: 20px;
}

ul.sub-menu-h li {    
	display: inline-block;    
	margin-right: -4px;    
	text-align: center;
}

ul.sub-menu-h li a {    
	background: #666 none repeat scroll 0 0;    
	color: #fff;    
	display: block;    
	font-weight: bold;    
	padding: 10px 20px;    
	text-transform: uppercase;	
	font-size: 13px;
}

ul.sub-menu-h li a.selected{	
	background: #000 none repeat scroll 0 0;	
	text-decoration: underline;
}

ul.sub-menu-h li a:hover{	
	background: #000 none repeat scroll 0 0;	
	text-decoration: underline;
}

#partial .breakdown table{
	border: none;
}

#partial table tbody tr.breakdown td{
	padding-top: 4px;
}

#partial table tbody td:first-child{
	padding-left: 20px;
}

#partial table tbody tr.breakdown table thead{
	background: #666 none repeat scroll 0 0;
}

#partial table tbody tr.breakdown table thead th{
	color: #fff;
    font-size: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#partial table tbody tr.breakdown table tbody tr{
	border-bottom: 2px groove #ccc;
}

#partial table.data tbody tr:nth-child(2n){
	background-color: #e7e7e7;
}
#partial table tbody tr.breakdown {
	background: #f1f1f1 none repeat scroll 0 0;
    display: none;
}

.player_details table td.info_align{
	text-align: center;
	vertical-align: top;
}

.back_btn{
	float:right;
	font-size:17px;
	margin-bottom: 5px;
}

.player_heading .ply_head_1{
	display: inline-block;
}

.player_heading .ply_head_1 h2{
	margin-bottom: 5px;
}

.player_heading .ply_head_2{
	float: right;
}

@media screen and (max-width: 640px) {
	.player_heading h2 select {
		float: none;
		margin-top: 10px;
		width: 100%;
	}
	
	.player_content .player_img{
		width: 100%; 
		text-align: center;		
	}
	
	.player_content .player_details{
		width: 100%;
	}
	
	.player_details table{
		width: 100%;
	}
	
	ul.sub-menu-h{
		margin-left: 0px;
	}
	ul.sub-menu-h li{
		display: block;
		margin-right: 0px;
	}
}