
@font-face {
	font-family:DigitaldreamFatSkewNarrow;
	font-weight:normal;
	font-style:normal;
	src:url('../fonts/DigitaldreamFatSkewNarrow.ttf');
}
@font-face {
	font-family:AirbusSpecial;
	font-weight:normal;
	font-style:normal;
	src:url('../fonts/Airbus Special.ttf');
}

@font-face {
	font-family:HelveticaLTStdLight;
	font-weight:normal;
	font-style:normal;
/*	src:url('../fonts/HelveticaLTStd-Light.otf');*/
	src:url('../fonts/HelveticaNeueLTStd-BlkCn_0.otf');
}

@font-face {
	font-family:Impact;
	font-weight:normal;
	font-style:normal;
	src:url('../fonts/impact.ttf');
}
/*
@font-face {
	font-family:Digital;
	font-weight:bold;
	font-style:italic;
	src:url('../fonts/DS-DIGIT.TTF');
}

@font-face {
	font-family:Digital;
	font-weight:normal;
	font-style:italic;
	src:url('../fonts/DS-DIGII.TTF');
}

@font-face {
	font-family:Digital;
	font-weight:bold;
	font-style:normal;
	src:url('../fonts/DS-DIGIB.TTF');
}

@font-face {
	font-family:Digital;
	font-weight:normal;
	font-style:normal;
	src:url('../fonts/DS-DIGI.TTF');
}
@font-face {
	font-family:DigitaldreamFatSkew;
	font-weight:normal;
	font-style:normal;
	src:url('../fonts/DigitaldreamFatSkew.ttf');
}
*/
.center {
	margin-left:auto;
	margin-right:auto;
}

body {
	font-family:AirbusSpecial;
	color: #ffffff;
	background: #1b3e91; /* Old browsers */
	background: -moz-linear-gradient(left,  #1b3e91 0%, #022256 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1b3e91), color-stop(100%,#022256)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1b3e91 0%,#022256 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1b3e91 0%,#022256 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1b3e91 0%,#022256 100%); /* IE10+ */
	background: linear-gradient(left,  #1b3e91 0%,#022256 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3e91', endColorstr='#022256',GradientType=1 ); /* IE6-9 */
}

/*#matchTimeDisplay*/ 
div.digital-readout {
	margin: 5px;
}
div.digital-readout span, span.digital-readout {
	background-color:#1A1A1A;
	color: #ff0000;
	font-family: DigitaldreamFatSkewNarrow;
	font-size: 14pt;
	padding: 5px;
	border-style:inset;
	border-color: #1a1a1a;
	border-width: 2px;
}
fieldset.login {
	display: inline-block;
}

fieldset.placeBet {
	display: inline-block;
	border:none;
	color:#004a92;
	
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfe0e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfe0e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe0e2',GradientType=0 ); /* IE6-9 */
}
fieldset.confirmBet {
	display: inline-block;
	border:none;
	color:#ffffff;
	background: #1A1A1A;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
}
div#matchTracker {
	float:left;margin-left:3px;
}
div#matchTrackerScrollRegion {
	width:200px;height:350px;margin-left:2px;margin-right:2px;
}

div#betViewPanel {
	margin-top: 20px;
}
div#betViewPanel h2 {
	margin: 0px;
}
div#predictionsView {
	margin: 0px;
}
div.white-rounded-infobox {
	color: #4D4D4D;
	text-align: center;
	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfe0e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfe0e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe0e2',GradientType=0 ); /* IE6-9 */
}

div.white-rounded-infobox div.info {
	margin-left: auto;
	margin-right:auto;
	padding-bottom: 3px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	background: #1A1A1A; 
	width:95%;
	border-style: inset;
	border-width: 2px;
	border-color: #1A1A1A;
}
div.white-rounded-infobox div.gamefeedinfo {
	;
}
div.white-rounded-infobox span.head {
	padding-left: 10px;
	padding-right: 10px;
}

div.numeric-betview {
	margin: 3px 5px 0px 0px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border:1px solid #999999; 
	width:90px;
	height:52px;
	overflow:none;
	float:left;
	position:relative;
}
div.numeric-betview .slot-won {
	color:#00ff00;
}
div.numeric-betview .slot-lost {
	color:#FBB81E;
}
div.numeric-betview .slot-pending {
	color:#4d4d4d;
}
div.numeric-betview .slot1 {
	position:absolute;
	left:0px;
	top:4px;
	width:43px;
	height:44px;
	font-size:18pt;
	vertical-align:middle;
	border-right: 1px solid #999999; 
	border-left:none;
	border-top:none;
	border-bottom:none;
}
div.numeric-betview .slot2 {
	position:absolute;
	left:47px;
	top:0px;
	width:39px;
	font-size:12pt;
	border-right: none;
	border-left:none;
	border-top:none;
	border-bottom:none;
}
div.numeric-betview .slot3 {
	position:absolute;
	left:47px;
	top:27px;
	width:39px;
	font-size:12pt;
	border-right:none;
	border-left:none;
	border-top: 1px solid #999999; 
	border-bottom:none;
}

div.gamefeedinfo div.info {
	font-family:HelveticaLTStdLight;
	font-size:10pt;
	letter-spacing:1px;
	color: #ffffff;
	text-align: left;
	overflow:auto;
}
span.gameFeedItemTime {
	font-size:13pt;
	color: #ffff00;
	padding-right:4px;
}
span.gameFeedItemTitle {
	font-size:12pt;
	color: #ffff00;
	padding-right:4px;
}

div.numeric-infobox {
	min-width:150px;
}
div.numeric-infobox div.info {
	text-align: center;
	font-size:16pt;
	color: #ffffff;
}

div.black-rounded {
	display: inline-block;
	background-color:#1A1A1A;
	padding: 5px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 2px inset #022256;
}

.white-button {
	font-family:AirbusSpecial;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-width: 2px;
	border-color: #ffffff;
	color: #4D4D4D;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfe0e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfe0e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#dfe0e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe0e2',GradientType=0 ); /* IE6-9 */
}

.white-button:hover {
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #b5b7b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#b5b7b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#b5b7b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1e1e1 0%,#b5b7b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1e1e1 0%,#b5b7b9 100%); /* IE10+ */
	background: linear-gradient(top,  #e1e1e1 0%,#b5b7b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#b5b7b9',GradientType=0 ); /* IE6-9 */
}

.white-button:active {
	background: #b5b7b9; /* Old browsers */
	background: -moz-linear-gradient(top,  #b5b7b9 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b7b9), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b5b7b9 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b5b7b9 0%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b5b7b9 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(top,  #b5b7b9 0%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b7b9', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

.white-button:disabled {
	background: #aaaaaa; /* Old browsers */
	color: #888888; /* Old browsers */
}

.blue-button {
	font-family:AirbusSpecial;
	color: #ffffff;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-width: 2px;
	border-color: #ffffff;
	background: #004a92; /* Old browsers */
	background: -moz-linear-gradient(top,  #004a92 0%, #002e5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004a92), color-stop(100%,#002e5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004a92 0%,#002e5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004a92 0%,#002e5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004a92 0%,#002e5b 100%); /* IE10+ */
	background: linear-gradient(top,  #004a92 0%,#002e5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a92', endColorstr='#002e5b',GradientType=0 ); /* IE6-9 */
}
.blue-button:hover {
	color: #ffffff; /* Old browsers */
	background: #01264b; /* Old browsers */
	background: -moz-linear-gradient(top,  #01264b 0%, #00152b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01264b), color-stop(100%,#00152b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01264b 0%,#00152b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01264b 0%,#00152b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01264b 0%,#00152b 100%); /* IE10+ */
	background: linear-gradient(top,  #01264b 0%,#00152b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01264b', endColorstr='#00152b',GradientType=0 ); /* IE6-9 */
}
.blue-button:active {
	color: #ffffff; /* Old browsers */
	background: #002e5b; /* Old browsers */
	background: -moz-linear-gradient(top,  #002e5b 0%, #004a92 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002e5b), color-stop(100%,#004a92)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002e5b 0%,#004a92 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002e5b 0%,#004a92 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002e5b 0%,#004a92 100%); /* IE10+ */
	background: linear-gradient(top,  #002e5b 0%,#004a92 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e5b', endColorstr='#004a92',GradientType=0 ); /* IE6-9 */
}
.blue-button:disabled {
	background: #aaaaaa; /* Old browsers */
	color: #888888; /* Old browsers */
}
