/* tabs */

dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open {
	background: #F9F9F9;	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
	margin-top:-10px;
}

div.current dd {
	padding: 0px;
	margin: 0px;
} 
.allimages{
	border: 3px solid #ccc;
}
/* sort */
th.sort{
	background: #eee;
	padding-right: 20px;
	cursor: pointer;
}
th.asc{
	background: url(../images/uparrow.png) #eee no-repeat bottom right;
}
th.desc{
	background: url(../images/downarrow.png) #eee no-repeat bottom right;
}

#score {
	font-size:18px;
	}

#d_name {
	font-size:18px;
	text-align:center!important;
	}
	
.m_name{
	font-weight:bold;
	padding-right:4px;
	width:170px;
	}
	
#result{
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	}
	
#overtime{
	float:left;
	font-size:14px;
	vertical-align:middle;
	padding-left:5px;
	}
	
#copy{
	text-align:center!important;
	margin:20px;
	font-size:9px
	}
	
.team_thome {
	text-align:right;
	}

.team_taway {
	text-align:left;
	}
.match_result {
	text-align:center;
	}
	
#match_thome {
	text-align:right;
	width:45%; 
	}
	
#match_rhome {
	text-align:right;
	width:5%; 	
	}
	
#match_raway {
	text-align:left;
	width:5%; 
	}
	
#match_taway {	
	text-align:left;
	width:45%; 
	}
	
.team_info, .player_info {
	text-align:right;
	font-weight:bold;
	}
	
#calendar {
	width:100%;
	}
	
.match_details, .match_result {
	width:40px;
	}
	

