h1, h2 {
	font-size: 20pt;
	line-height: 20pt;
	font-family: 'Univers 67 Bold Condensed', 'Helvetica Narrow', Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	margin: 0;
}

h2 {
	font-size: 16pt;
	line-height: 16pt;
	font-family: 'Univers 57 Condensed', 'Helvetica Narrow', Helvetica, Verdana, Arial, sans-serif;
	margin: 18px 0 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) { 
	h1, h2 {
		width: 500px;
	}
	#prizesBlock h1, #prizesBlock h2 {
		width: 400px;
	}
}



/*  LOGIN TABLE */

#loginTable {
	width: 80%;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#loginTable td {
	background-color: white;
	text-align: left;
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 40px;
}

#loginTable td p {
	text-align: left;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) { 
	#loginTable {
		width: 100%;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
	}
	
	#loginTable td {
		background-color: white;
		text-align: left;
		border-top: 1px solid black;
		border-left: 1px solid black;
		padding: 4px;
	}
}

.invalidCU {
	font-size: 16pt;
	padding: 0;
	margin: 0 0 4px 0;
}


#bingoTable td {
	background-color: white;
	background-image: url(images/dot_1.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	border-top: 1px solid black;
	border-left: 1px solid black;
	cursor: pointer;
}

p, td {
	font-family: 'Univers 57 Condensed', 'Helvetica Narrow', Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
}

.bingoLegal {
	font-family: 'Univers 57 Condensed', 'Helvetica Narrow', Helvetica, Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: black;
}

.customerLookup {
	margin: 0 0 6px 0;
	font-size: 8pt;
	text-align: left;
}

.customerLookup a {
	font-size: 12pt;
}

a, a:link, a:hover, a:active, a:visited {
	color: black;
	text-decoration: none;
}

#loginTable a {
	color: #2bb800;
	text-decoration: underline;
}
#loginTable a:hover {
	color: #00d738;
	text-decoration: underline;
}
#loginTable a:active {
	color: #00d76f;
	text-decoration: underline;
}


#bingoTable .dotLoading {
	background-image: url(../catalog/images/indicator.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}


#bingoTable .dotOff {
	background-image: url('');
}
#bingoTable .dot0 {
	background-image: url(images/dot_0.jpg);
}
#bingoTable .dot1 {
	background-image: url(images/dot_1.jpg);
}
#bingoTable .dot2 {
	background-image: url(images/dot_2.jpg);
}
#bingoTable .dot3 {
	background-image: url(images/dot_3.jpg);
}
#bingoTable .dot4 {
	background-image: url(images/dot_4.jpg);
}
#bingoTable .dot5 {
	background-image: url(images/dot_5.jpg);
}
#bingoTable .dot6 {
	background-image: url(images/dot_6.jpg);
}
#bingoTable .dot7 {
	background-image: url(images/dot_7.jpg);
}
#bingoTable .dot8 {
	background-image: url(images/dot_8.jpg);
}
#bingoTable .dot9 {
	background-image: url(images/dot_9.jpg);
}

#bingoTable .dot0claimed {
	background-image: url(images/dot_0claimed.jpg);
}
#bingoTable .dot1claimed {
	background-image: url(images/dot_1claimed.jpg);
}
#bingoTable .dot2claimed {
	background-image: url(images/dot_2claimed.jpg);
}
#bingoTable .dot3claimed {
	background-image: url(images/dot_3claimed.jpg);
}
#bingoTable .dot4claimed {
	background-image: url(images/dot_4claimed.jpg);
}
#bingoTable .dot5claimed {
	background-image: url(images/dot_5claimed.jpg);
}
#bingoTable .dot6claimed {
	background-image: url(images/dot_6claimed.jpg);
}
#bingoTable .dot7claimed {
	background-image: url(images/dot_7claimed.jpg);
}
#bingoTable .dot8claimed {
	background-image: url(images/dot_8claimed.jpg);
}
#bingoTable .dot9claimed {
	background-image: url(images/dot_9claimed.jpg);
}

#bingoTable .spacer {
	background-image: url('');
	border: 0px solid white;
}



.key {
	margin-top: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) { 
	.key {
		width:500px;
	}
}




#navlist {
	padding: 4px 0;
	margin-left: 0;
	font-family: 'Univers 57 Condensed', 'Helvetica Narrow', Helvetica, Verdana, Arial, sans-serif;
	font-size: 14pt;
	text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) { 
	#navlist {
		width: 500px;
	}
}

#navlist li {
	padding: 8px 16px;
	margin: 0;
	border: 1px solid #263b17;
	border-right: 0px;
	background-color: #8bad6e;
	list-style: none;
	display: inline;
	color: #2d5225;
	font-size: 14pt;
}

#navlist li:first-child {
	-webkit-border-top-left-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}

#navlist li:last-child {
	border-right: 1px solid #263b17;
	-webkit-border-top-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomright: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}

#navlist li a {
	text-decoration: none;
}

#navlist li:hover {
	color: #000;
	background-color: #709457;
	border-color: #263b17;
	cursor: pointer;
}

#navlist li#active {
	background-color: #fff;
	cursor: default;
	color: #000;
}




#bingoTable .reportBarGraph {
	background-image: url('');
	background-color: #ffd;
	border: 0px solid transparent;
	border-left: 1px solid black;
	border-top: 1px solid black;
}





strong {
 	font-family: 'Univers 67 Bold Condensed', 'Helvetica Narrow', Helvetica, Verdana, Arial, sans-serif;
 	font-weight: normal;
}

em {
 	font-family: 'Univers 67 Condensed Oblique', 'Helvetica Narrow', Helvetica, Verdana, Arial, sans-serif;
  	font-weight: normal;
	font-style: normal;
}

em strong, strong em {
 	font-family: 'Univers 67 Bold Condensed Oblique', 'Helvetica Narrow', Helvetica, Verdana, Arial, sans-serif;
  	font-weight: normal;
	font-style: normal;
}





@font-face {
	font-family: "Univers 57 Condensed";
	src: url("http://www.azlearningbug.com/fonts/UniversLTStd-Cn.otf"); /* Universe 57 Condensed */
}

@font-face {
	font-family: "Univers 67 Bold Condensed";
	src: url("http://www.azlearningbug.com/fonts/UniversLTStd-BoldCn.otf"); /* Univers 67 Bold Condensed */
}

@font-face {
	font-family: "Univers 67 Condensed Oblique";
	src: url("http://www.azlearningbug.com/fonts/UniversLTStd-CnObl.otf"); /* Univers 67 Condensed Oblique */
}

@font-face {
	font-family: "Univers 67 Bold Condensed Oblique";
	src: url("http://www.azlearningbug.com/fonts/UniversLTStd-BoldCnObl.otf"); /* Univers 67 Bold Condensed Oblique */
}

@font-face {
	font-family: "Univers 59 Ultra Condensed";
	src: url("http://www.azlearningbug.com/fonts/UniversLTStd-UltraCn.otf"); /* Univers 59 Ultra Condensed */
}

