/*P1*/
#predict-p1-home {
	position:absolute;
	top:0px;
	left: 0px;
	height: 30px;
	width: 1%;
	padding-top: 10px;
	text-align: center;
	border-right: 2px solid #1f1f1f;
}

	#predict-p1-home div {
		display: none;
	}
	

		
		
#predict-p1-draw {
	position:absolute;
	width: 100%;
	left: 0px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}

	#predict-p1-draw div {
		display: none;
	}
	


#predict-p1-away {
	position:absolute;
	top:0px;
	right: 0px;
	height: 30px;
	width: 1%;
	padding-top: 10px;
	text-align: center;	
	border-left: 2px solid #1f1f1f;
}

	#predict-p1-away div {
		display: none;
	}
		



/*P2*/
#predict-p2-home {
	position: absolute; left: 0px; bottom: 0px; background-color: #1E6DCA;
	height: 40px; width: 32.2%;  color: #fff; text-align: center; border: 2px solid #282828;
}

	#predict-p2-home div {
		padding-top: 12px;
	}

#predict-p2-away {
	position: absolute; right: 0px; bottom: 0px; background-color: #F72A25; 
	height: 40px; width: 32.5%;  color: #fff; text-align: center; border: 2px solid #282828;
}

	#predict-p2-away div {
		padding-top: 12px;
	}

#predict-p2-tie {
	position: absolute; left: 33.3%; bottom: 0px; background-color: #F72A25; 
	height: 40px; width: 32.5%;  color: #fff; text-align: center; border: 2px solid #282828;
}

	#predict-p2-tie div {
		padding-top: 12px;
	}


	/*2*/
	#predict-p2-home-two {
		position: absolute; left: 0px; bottom: 0px; background-color: #1E6DCA;
		height: 20px; width: 32.2%;  color: #fff; text-align: center; border: 2px solid #282828;
	}

		#predict-p2-home-two div {
			padding-top: 2px; font-size: 0.6em; 
		}

	#predict-p2-away-two {
		position: absolute; right: 0px; bottom: 0px; background-color: #F72A25; 
		height: 20px; width: 32.5%;  color: #fff; text-align: center; border: 2px solid #282828;
	}

		#predict-p2-away-two div {
			padding-top: 2px; font-size: 0.6em;
		}

	#predict-p2-tie-two {
		position: absolute; left: 33.3%; bottom: 0px; background-color: #F72A25; 
		height: 20px; width: 32.5%;  color: #fff; text-align: center; border: 2px solid #282828;
	}

		#predict-p2-tie-two div {
			padding-top: 2px; font-size: 0.6em;
		}

			/*3*/
			#predict-p2-home-three {
				position: absolute; left: 0px; bottom: 0px; background-color: #1E6DCA;
				height: 20px; width: 32.2%;  color: #fff; text-align: center; border: 2px solid #282828;
			}

				#predict-p2-home-three div {
					padding-top: 2px; font-size: 0.6em;
				}

			#predict-p2-away-three {
				position: absolute; right: 0px; bottom: 0px; background-color: #F72A25; 
				height: 20px; width: 32.5%;  color: #fff; text-align: center; border: 2px solid #282828;
			}

				#predict-p2-away-three div {
					padding-top: 2px; font-size: 0.6em;
				}

			#predict-p2-tie-three {
				position: absolute; left: 33.3%; bottom: 0px; background-color: #F72A25; 
				height: 20px; width: 32.5%;  color: #fff; text-align: center; border: 2px solid #282828;
			}

				#predict-p2-tie-three div {
					padding-top: 2px; font-size: 0.6em;
				}
			

/*P3*/
#predict-p3-home {
	float: left;
	width: 49%;
	height: 28px;
	padding-top: 12px;
	text-align: center;
	border: 2px solid #1f1f1f;
}

/*#predict-p3-total {
	float: left;
	width: 30%;
	padding: 10px 0 10px 0;
	text-align: center;
}*/

#predict-p3-away {
	float: right;
	width: 49%;
	height: 28px;
	padding-top: 12px;
	text-align: center;
	border: 2px solid #1f1f1f;
}


/*P4*/
#predict-p4-home {
	float: left;
	width: 49%;
	height: 28px;
	padding-top: 12px;
	text-align: center;
	border: 2px solid #1f1f1f;
}

#predict-p4-away {
	float: right;
	width: 49%;
	height: 28px;
	padding-top: 12px;
	text-align: center;
	border: 2px solid #1f1f1f;
}








#widget-predict-container {
	background-color: transparent;
}





/*predict list*/
.predict-container {
	position: relative; width: 100%;
	background: #FBAD1D url('/images/widget/barTitleBg_yellow.png') repeat-x;
	padding-bottom: 10px;
}


#predict-select {
	cursor: pointer;
/*	padding: 4px 30px 4px 14px;
	margin-right: 5%;
	border: 1px solid #63512d;
	background: #f5e7cb url('/images/predict/select_arrow.png') no-repeat right;*/
}

	#predict-select:hover {
/*		border: 1px solid #39301e;
		background: #eee url('/images/predict/select_arrow.png') no-repeat right;*/
		
	}

#predict-select-list {
	position: absolute; top: 5px; left: 0px; width: 100%;
	display: none; z-index: 10; cursor: pointer;
}

	.predict-select-list {
		background: #DADADA url('/images/predict/listShadow.png') repeat-x; opacity: 0.9; alpha(opacity = 90); width: 88%; margin-left: 6%;
		border-left: 1px solid #4D4D4D; border-right: 1px solid #4D4D4D; border-top: 1px solid #6D6D6D;
	}
	
	
	.predict-select-top {
		text-align: center; height: 10px;  color: #111; border-bottom: 1px solid #ccc;		
	}
		
	
		ul.select {
			position: relative;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			ul.select li {
				width: 100%;
				padding: 15px 0 15px 0;
				color: #111;
				text-align: center;
				border-bottom: 1px solid #aaa;		
			}
			
				ul.select li:hover {
					background-color: #454545;
					color: #fff;
				}
	
	.predict-select-list-shadow {
		background: url('/images/predict/listShadowBottom.png') repeat-x; width: 88%; margin-left: 6%; height: 10px;
	}
	
	
	.predict-title {
		background: url('/images/predict/cube.png') no-repeat 0% 18%; position: absolute; left: 15px;
		top: 10px; height: 40px; font-weight: normal;
		padding-top: 6px; font-size: 0.9em; color: #111;
	}
	
		.predict-title span {
			font-weight: normal;
		}
		
			.predict-title a {
				color: #000;
				text-decoration: underline;
			}
	

		

	.btn-update {
		position: absolute; top: 10px; left: 300px;
		width: 60px; height: 61px;
		background: url('/images/predict/btn_update.png') -60px 0 no-repeat;
		cursor: pointer;
		z-index: 9;
	}



/*crowd*/
.crowd-container {
	position: relative; width: 100%;
	margin-top: 8px; background: #FC811E  url('/images/widget/barTitleBg_red.png') repeat-x;
	padding-bottom: 15px;
}



