@CHARSET "ISO-8859-1";

div.slotControl div {
	font-family: Impact;
	font-size: 14;
	width: 30px;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: absolute;
	cursor: pointer;
	-moz-box-shadow:2px 2px 2px 1px rgba(130, 130, 130, 0.5);
	-webkit-box-shadow:2px 2px 2px 1px rgba(130, 130, 130, 0.5);
	box-shadow:2px 2px 2px 1px rgba(130, 130, 130, 0.5);
}

div.slotControl div.bsc-open {
	display:none;
	top: 20px;
	left: 0px;
	color: white;
}
div.slotControl div.bsc-finished {
	display: none;	
}
div.slotControl div.bsc-pending {
	display: none;
}
div.slotControl div.bsc-won {
	color: red;
	top: 10px;
	left: 0px;
	display: inline;
}
div.slotControl div.bsc-lost {
	color: blue;
	top: 5px;
	left: 5px;
	display: inline;	
}

button.bsc-home-team {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: white;
	line-height:75px;
	width:30px;
	height:55px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #0d4494;
	background: #3c75cf;
	background: -moz-linear-gradient(top,  #3c75cf 0%, #0d4494 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c75cf), color-stop(100%,#0d4494));
	background: -webkit-linear-gradient(top,  #3c75cf 0%,#0d4494 100%);
	background: -o-linear-gradient(top,  #3c75cf 0%,#0d4494 100%);
	background: -ms-linear-gradient(top,  #3c75cf 0%,#0d4494 100%);
	background: linear-gradient(to bottom,  #3c75cf 0%,#0d4494 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c75cf', endColorstr='#0d4494',GradientType=0 );
}
button.bsc-home-team:hover {
	background: #276ace;
	background: -moz-linear-gradient(top,  #276ace 0%, #002d83 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#276ace), color-stop(100%,#002d83));
	background: -webkit-linear-gradient(top,  #276ace 0%,#002d83 100%);
	background: -o-linear-gradient(top,  #276ace 0%,#002d83 100%);
	background: -ms-linear-gradient(top,  #276ace 0%,#002d83 100%);
	background: linear-gradient(to bottom,  #276ace 0%,#002d83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276ace', endColorstr='#002d83',GradientType=0 );
}
button.bsc-home-team:active {
	background: #002d83;
	background: -moz-linear-gradient(top,  #002d83 0%, #276ace 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002d83), color-stop(100%,#276ace));
	background: -webkit-linear-gradient(top,  #002d83 0%,#276ace 100%);
	background: -o-linear-gradient(top,  #002d83 0%,#276ace 100%);
	background: -ms-linear-gradient(top,  #002d83 0%,#276ace 100%);
	background: linear-gradient(to bottom,  #002d83 0%,#276ace 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d83', endColorstr='#276ace',GradientType=0 );
}
button.bsc-home-team:disabled {
	background: #909090;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#909090',GradientType=0 );
}

button.bsc-away-team {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: white;
	line-height:75px;
	width:30px;
	height:55px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:solid 1px #912311;
	background: #c25442;
	background: -moz-linear-gradient(top,  #c25442 0%, #912311 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c25442), color-stop(100%,#912311));
	background: -webkit-linear-gradient(top,  #c25442 0%,#912311 100%);
	background: -o-linear-gradient(top,  #c25442 0%,#912311 100%);
	background: -ms-linear-gradient(top,  #c25442 0%,#912311 100%);
	background: linear-gradient(to bottom,  #c25442 0%,#912311 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c25442', endColorstr='#912311',GradientType=0 );
	-moz-box-shadow:2px 2px 2px 1px rgba(130, 130, 130, 0.5);
	-webkit-box-shadow:2px 2px 2px 1px rgba(130, 130, 130, 0.5);
	box-shadow:2px 2px 2px 1px rgba(130, 130, 130, 0.5);
}
button.bsc-away-team:hover {
	background: #c1402c;
	background: -moz-linear-gradient(top,  #c1402c 0%, #7e0705 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1402c), color-stop(100%,#7e0705));
	background: -webkit-linear-gradient(top,  #c1402c 0%,#7e0705 100%);
	background: -o-linear-gradient(top,  #c1402c 0%,#7e0705 100%);
	background: -ms-linear-gradient(top,  #c1402c 0%,#7e0705 100%);
	background: linear-gradient(to bottom,  #c1402c 0%,#7e0705 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1402c', endColorstr='#7e0705',GradientType=0 );
}
button.bsc-away-team:active {
	background: #7e0705;
	background: -moz-linear-gradient(top,  #7e0705 98%, #c1402c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(98%,#7e0705), color-stop(100%,#c1402c));
	background: -webkit-linear-gradient(top,  #7e0705 98%,#c1402c 100%);
	background: -o-linear-gradient(top,  #7e0705 98%,#c1402c 100%);
	background: -ms-linear-gradient(top,  #7e0705 98%,#c1402c 100%);
	background: linear-gradient(to bottom,  #7e0705 98%,#c1402c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e0705', endColorstr='#c1402c',GradientType=0 );
}
button.bsc-away-team:disabled {
	background: #909090;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#909090',GradientType=0 );
}
