.ScheduleLiveContainer{
	padding: 5px 0px 5px 0px;
	width:100%;
}

.ScheduleLiveContainer .ScheduleLiveBox{
	margin-bottom: 5px;
	border:1px solid #CCC;
	cursor:pointer;
	width:100%;
	padding:0px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;	
}

.ScheduleLiveBox:hover{
	background-color: rgba(255, 250, 10, 0.3) !important;
}
.ScheduleLiveBox A,
.ScheduleLiveBox A:active,
.ScheduleLiveBox A:hover,
.ScheduleLiveBox A:hover:active{
	text-decoration:none;
}
.ScheduleLiveBox .TopBox{
	height: 30px;
	width:100%;
}
.ScheduleLiveBox .ContentBox{
	color: #bb0340;
	text-align:left;
	padding:5px 4px 10px 4px;
}
.ScheduleLiveBox .BottomBox{
	width:100%;	
	height:auto;
}

.TopBox .DisciplineBox{
	text-align:left;
	color: #000000;
	float:left;
	width:84%;
	padding:2px;
}
.TopBox .DisciplineBox IMG{
	height:26px;
	vertical-align: middle;
}
.TopBox .TimeBox{
	text-align:center;	
	font-weight: bold;	
	float:left;
	width:16%;
	color: #000000;
	padding:8px 2px 2px 2px;
	height: 100%;
}

.BottomBox .ParticipantBox{
	width:40%;
	float:left;
	font-size:90%;
	padding:2px;
}
.BottomBox .ParticipantBox IMG{
	height:12px;
/*	clip:rect(10px 10px 10px 10px);*/	
}
.BottomBox .ParticipantBox .playerTagContainer .playerTagInnerLowContainer{
	overflow:hidden;
}
.BottomBox .ParticipantBox .playerTagContainer table{
	width:100%;
	text-align:left;
	position:relative;
}
.BottomBox .ResultBox{
	width:20%;
	float:left;
	text-align:center;
}