html, body {
	background:#2c2f33;
	color:#bec7d2;
	font-family:'Roboto', Arial, sans-serif;
	font-size:.88em;
	font-weight:400;
	line-height:15px;
	margin:0;
	padding:0;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
}

footer .left  { margin-left:  8px; }
footer .right {	margin-right: 8px; }
footer .container {	padding:8px 0; }

strong {
	color:#3c70df;
	font-size:105%;
	font-weight:700;
}

h1 {
	color:#3c70df;
	font-family: 'Reggae One', cursive;
	font-size:200%;
	font-weight:800;
	margin:8px 0 0;
	overflow:hidden;
	padding:8px 0;
	word-wrap:break-word;
}

h2 {
	clear:both;
	color:#3c70df;
	font-family: 'Reggae One', cursive;
	display:block;
	font-size:105%;
	font-weight:600;
	margin:0 0 8px;
}

h3 {
	color:#f7e279;
	display:block;
	font-weight:700;
	margin:4px 0;
}

h4 {
	color:#f7e279;
	display:block;
	font-weight:700;
	margin:8px 0;
}

a {
	color:inherit;
	text-decoration:none;
}
a:hover { color:#fff; }

p {
	margin:0;
	padding:0 0 8px;
}

#home ul {
	margin-left:0;
	margin-top:2px;
	padding-left:1em;
	text-indent:-1em;
}
#home ul li {
	list-style-position:inside;
	list-style-type:square;
	padding-bottom:10px;
}

.noselect {
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	width:100%;
}
td {
	border:0;
	padding:0;
}
th {
	background-color:#c01614;
	background-image:url('./img/grunge_button.png/'), linear-gradient(tobottom,#c01614,#a01211);
	color:#f7e279;
	font-weight:700;
	text-shadow:1px 1px 3px #111;
}

#wrap {	min-height:100%; }
#main {	padding-bottom:28px; }

#logo {
	background:url('http://c15111086.r86.cf2.rackcdn.com/srl_350px.png') no-repeat;
	display:block;
	height:50px;
	margin-bottom:13px;
	overflow:hidden;
	width:350px;
}

#logo span {
	display:none;
}


#bingoPage #results {
	float:left;
	margin-right:16px;
	text-align:right;
	width:594px;
	position: relative;	
}



.module{
	position: relative;	
}



#bingoPage .newcard {
	-khtml-user-select:none;
	-moz-border-radius:5px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-border-radius:5px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-webkit-user-select:none;
	background-color:#424242;
	background-image:url('./img/grunge_button.png/'), linear-gradient(tobottom,#424242,#303030);
	border-color:#4c4c4c #000 #000 #474747;
	border-radius:5px;
	border-style:solid;
	border-width:1px 0 1px 1px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	color:#bec7d2;
	cursor:pointer;
	display:block;
	float:left;
	font-weight:700;
	margin:0 16px 0 0;
	padding:4px 0;
	text-align:center;
	user-select:none;
	width:105px;
}

#bingoPage .newcard:hover {
	background-color:#3c70df;
	background-image:url('./img/grunge_button.png/'), linear-gradient(tobottom,#3c70df,#235cd4);
	border-color:#4e7de2 #102a63 #102a63 #4576e0;
	border-style:solid;
	border-width:1px 0 1px 1px;
	color:#fff;
}

#bingoPage .newcard:active {
	-moz-box-shadow:0 0 0 rgba(0,0,0,0.6);
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0.6);
	background-color:#1448b3;
	background-image:url('./img/grunge_button.png/'), linear-gradient(tobottom,#1448b3,#103b93);
	border-color:#164fc5 #071a40 #071a40 #154cbc;
	border-style:solid;
	border-width:1px 0 1px 1px;
	box-shadow:0 0 0 rgba(0,0,0,0.6);
	color:#fff;
}

#bingoPage .newcard:last-child {
	margin-right:0;
}

#bingoPage #bingo {
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
	table-layout: fixed;
}

#bingoPage #bingo .rowcol {
	background:#000811;
	border:1px #0a245a solid;
	color:#3c70df;
	font-size:75%;
	font-weight:700;
}

#bingoPage #bingo .rowcol:hover {
	background:#1448b3;
	color:#fff;
}

#bingoPage #bingo tr:first-child td,#bingoPage #bingo tr:last-child td {
	background:#000811;
	border:1px #0a245a solid;
	color:#3c70df;
	font-size:75%;
	font-weight:700;
	height:30px;
}

#bingoPage #bingo tr:first-child td:hover,#bingoPage #bingo tr:last-child td:hover {
	background:#1448b3;
	color:#fff;
}


#bingoPage #bingo tr td {
	-moz-box-shadow:inset 0 0 50px rgba(0,0,0,0.6);
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0,0.6);
	background:#000;
	border:1px #424242 solid;
	box-shadow:inset 0 0 50px rgba(0,0,0,0.6);
	cursor:pointer;
	height:90px;
	padding:0 5px;
	text-align:center;
	width:95px;
	min-width:95px;
    max-width:95px;
}

#bingoPage #bingo tr td:first-child {
	background:#000811;
	border:1px #0a245a solid;
	color:#3c70df;
	font-size:75%;
	font-weight:700;
	width:40px;
	min-width:40px;
	max-width:40px;
}

#bingoPage #bingo tr td:last-child {
	background:#000811;
	border:1px #0a245a solid;
	color:#3c70df;
	font-size:75%;
	font-weight:700;
	width:40px;
	min-width:40px;
	max-width:40px;
}

#bingoPage #bingo tr td:first-child:hover {
	background:#1448b3;
	color:#fff;
}

#bingoPage #bingo tr td:hover,#bingoPage #bingo tr td.hover {
	background:#001a36;
	color:#fff;
}


#bingoPage #bingo tr td.rowGreen {
	background:rgb(0, 80, 8);
}

#bingoPage #bingo tr td.rowRed {
	background:rgb(80, 0, 0);
}


#bingoPage #bingo tr td.bothsquare {
	background:linear-gradient(45deg, rgb(0, 110, 22) 50%, rgb(170, 0, 34) 50%);
}


#bingoPage #bingo tr td.greensquare {
	background:rgb(0, 110, 22);
}

#bingoPage #bingo tr td.greensquare:hover,#bingoPage #bingo tr td.greensquare.hover {
	background:rgb(0, 158, 45);
}

#bingoPage #bingo tr td.limesquare {
	background:rgb(71, 194, 0);
}

#bingoPage #bingo tr td.limesquare:hover,#bingoPage #bingo tr td.limesquare.hover {
	background:rgb(108, 189, 62);
}


#bingoPage #bingo tr td.bluesquare {
	background:rgb(14, 30, 255);
}

#bingoPage #bingo tr td.bluesquare:hover,#bingoPage #bingo tr td.bluesquare.hover {
	background:rgb(43, 57, 255);
}

#bingoPage #bingo tr td.skysquare {
	background:rgb(0, 174, 255);
}

#bingoPage #bingo tr td.skysquare:hover,#bingoPage #bingo tr td.skysquare.hover {
	background:rgb(60, 193, 255);
}

#bingoPage #bingo tr td.orangesquare {
	background:rgb(245, 99, 2);
}

#bingoPage #bingo tr td.orangesquare:hover,#bingoPage #bingo tr td.orangesquare.hover {
	background:rgb(241, 148, 86);
}
#bingoPage #bingo tr td.pinksquare {
	background:rgb(255, 68, 162);
}

#bingoPage #bingo tr td.pinksquare:hover,#bingoPage #bingo tr td.pinksquare.hover {
	background:rgb(255, 128, 191);
}

#bingoPage #bingo tr td.magentasquare {
	background:rgb(225, 2, 245);
}

#bingoPage #bingo tr td.magentasquare:hover,#bingoPage #bingo tr td.magentasquare.hover {
	background:rgb(236, 86, 241);
}

#bingoPage #bingo tr td.purplesquare {
	background:rgb(136, 2, 245);
}

#bingoPage #bingo tr td.purplesquare:hover,#bingoPage #bingo tr td.purplesquare.hover {
	background:rgb(161, 45, 255);
}

#bingoPage #bingo tr td.blueHover {
	background:rgb(5, 0, 46);
}

#bingoPage #bingo tr td.redHover {
	background:rgb(36, 0, 0);
}

#bingoPage #bingo tr td.redHover.blueHover  {
	background:linear-gradient(45deg, rgb(5, 0, 46) 50%, rgb(36, 0, 0) 50%);
}

#square1,#square2 ,#square3 ,#square4 ,#square5  {
	display: block;  
	width: 500px;
	min-width: 200px;
	height: 120px;
	min-height: 100px;
	color: #fff;
	overflow: hidden;
	margin: 0;
	padding:2%;
	border-color: white;
	box-sizing:border-box;
	background:#000;
	font-size: 250%;
	border:1px #424242 solid;
	text-align: center;
  }
 



#bingoPage #bingo tr td.redsquare {
	background:rgb(170, 0, 34);
}

#bingoPage #bingo tr td.redsquare:hover,#bingoPage #bingo tr td.redsquare.hover {
	background:rgb(202, 0, 57);
}

#bingoPage #about_bingo {
	width:365px;
}

#bingoPage #time_id {
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
}

#bingoPage #time_id .rowcol {
	background:#000811;
	border:1px #0a245a solid;
	color:#3c70df;
	font-size:75%;
	font-weight:700;
}

#bingoPage #time_id .rowcol:hover {
	background:#1448b3;
	color:#fff;
}

#bingoPage #time_id tr:first-child td {
	background:#000811;
	border:1px #0a245a solid;
	color:#3c70df;
	font-size:75%;
	font-weight:700;
	height:30px;
}

#bingoPage #time_id tr:first-child td:hover{
	background:#1448b3;
	color:#fff;
}

#bingoPage #time_id tr td {
	-moz-box-shadow:inset 0 0 50px rgba(0,0,0,0.6);
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0,0.6);
	background:#000;
	border:1px #424242 solid;
	box-shadow:inset 0 0 50px rgba(0,0,0,0.6);
	cursor:pointer;
	height:90px;
	padding:0 5px;
	text-align:center;
	width:135px;
	min-width:135px;
    max-width:135px;
}



#bingoPage #time_id tr td:first-child:hover {
	background:#1448b3;
	color:#fff;
}

#bingoPage #time_id tr td:hover,#bingoPage #time_id tr td.hover {
	background:#001a36;
	color:#fff;
}

#bingoPage #time_id tr td.greensquare {
	background:rgb(0, 110, 22);
}

#bingoPage #time_id tr td.greensquare:hover,#bingoPage #time_id tr td.greensquare.hover {
	background:rgb(0, 158, 45);
}

#bingoPage #time_id tr td.limesquare {
	background:rgb(71, 194, 0);
}

#bingoPage #time_id tr td.limesquare:hover,#bingoPage #time_id tr td.limesquare.hover {
	background:rgb(108, 189, 62);
}


#bingoPage #time_id tr td.bluesquare {
	background:rgb(14, 30, 255);
}

#bingoPage #time_id tr td.bluesquare:hover,#bingoPage #time_id tr td.bluesquare.hover {
	background:rgb(43, 57, 255);
}

#bingoPage #time_id tr td.skysquare {
	background:rgb(0, 174, 255);
}

#bingoPage #time_id tr td.skysquare:hover,#bingoPage #time_id tr td.skysquare.hover {
	background:rgb(60, 193, 255);
}

#bingoPage #time_id tr td.orangesquare {
	background:rgb(245, 99, 2);
}

#bingoPage #time_id tr td.orangesquare:hover,#bingoPage #time_id tr td.orangesquare.hover {
	background:rgb(241, 148, 86);
}
#bingoPage #time_id tr td.pinksquare {
	background:rgb(255, 68, 162);
}

#bingoPage #time_id tr td.pinksquare:hover,#bingoPage #time_id tr td.pinksquare.hover {
	background:rgb(255, 128, 191);
}

#bingoPage #time_id tr td.magentasquare {
	background:rgb(225, 2, 245);
}

#bingoPage #time_id tr td.magentasquare:hover,#bingoPage #time_id tr td.magentasquare.hover {
	background:rgb(236, 86, 241);
}

#bingoPage #time_id tr td.purplesquare {
	background:rgb(136, 2, 245);
}

#bingoPage #time_id tr td.purplesquare:hover,#bingoPage #time_id tr td.purplesquare.hover {
	background:rgb(161, 45, 255);
}

#bingoPage #time_id tr td.redsquare {
	background:rgb(170, 0, 34);
}

#bingoPage #time_id tr td.redsquare:hover,#bingoPage #time_id tr td.redsquare.hover {
	background:rgb(202, 0, 57);
}

#bingoPage #time_id2 {
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
}

#bingoPage #time_id2 .rowcol {
	background:#000811;
	border:1px #0a245a solid;
	color:#3c70df;
	font-size:75%;
	font-weight:700;
}

#bingoPage #time_id2 .rowcol:hover {
	background:#1448b3;
	color:#fff;
}

#bingoPage #time_id2 tr td:first-child {
	background:#000811;
	border:1px #0a245a solid;
	color:#3c70df;
	font-size:75%;
	font-weight:700;
	height:30px;
	width:40px;
	min-width:40px;
    max-width:40px;
}

#bingoPage #time_id2 tr:first-child td:hover{
	background:#1448b3;
	color:#fff;
}

#bingoPage #time_id2 tr td {
	-moz-box-shadow:inset 0 0 50px rgba(0,0,0,0.6);
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0,0.6);
	background:#000;
	border:1px #424242 solid;
	box-shadow:inset 0 0 50px rgba(0,0,0,0.6);
	cursor:pointer;
	height:90px;
	padding:0 5px;
	text-align:center;
	width:100px;
	min-width:100px;
    max-width:100px;
}





#bingoPage #time_id2 tr td:first-child:hover {
	background:#1448b3;
	color:#fff;
}

#bingoPage #time_id2 tr td:hover,#bingoPage #time_id2 tr td.hover {
	background:#001a36;
	color:#fff;
}

#bingoPage #time_id2 tr td.greensquare {
	background:rgb(0, 110, 22);
}

#bingoPage #time_id2 tr td.greensquare:hover,#bingoPage #time_id2 tr td.greensquare.hover {
	background:rgb(0, 158, 45);
}

#bingoPage #time_id2 tr td.limesquare {
	background:rgb(71, 194, 0);
}

#bingoPage #time_id2 tr td.limesquare:hover,#bingoPage #time_id2 tr td.limesquare.hover {
	background:rgb(108, 189, 62);
}


#bingoPage #time_id2 tr td.bluesquare {
	background:rgb(14, 30, 255);
}

#bingoPage #time_id2 tr td.bluesquare:hover,#bingoPage #time_id2 tr td.bluesquare.hover {
	background:rgb(43, 57, 255);
}

#bingoPage #time_id2 tr td.skysquare {
	background:rgb(0, 174, 255);
}

#bingoPage #time_id2 tr td.skysquare:hover,#bingoPage #time_id2 tr td.skysquare.hover {
	background:rgb(60, 193, 255);
}

#bingoPage #time_id2 tr td.orangesquare {
	background:rgb(245, 99, 2);
}

#bingoPage #time_id2 tr td.orangesquare:hover,#bingoPage #time_id2 tr td.orangesquare.hover {
	background:rgb(241, 148, 86);
}
#bingoPage #time_id2 tr td.pinksquare {
	background:rgb(255, 68, 162);
}

#bingoPage #time_id2 tr td.pinksquare:hover,#bingoPage #time_id2 tr td.pinksquare.hover {
	background:rgb(255, 128, 191);
}

#bingoPage #time_id2 tr td.magentasquare {
	background:rgb(225, 2, 245);
}

#bingoPage #time_id2 tr td.magentasquare:hover,#bingoPage #time_id2 tr td.magentasquare.hover {
	background:rgb(236, 86, 241);
}

#bingoPage #time_id2 tr td.purplesquare {
	background:rgb(136, 2, 245);
}

#bingoPage #time_id2 tr td.purplesquare:hover,#bingoPage #time_id2 tr td.purplesquare.hover {
	background:rgb(161, 45, 255);
}

#bingoPage #time_id2 tr td.redsquare {
	background:rgb(170, 0, 34);
}

#bingoPage #time_id2 tr td.redsquare:hover,#bingoPage #time_id2 tr td.redsquare.hover {
	background:rgb(202, 0, 57);
}


#boardList li {
    line-height: 1.2em;
}

#ajaxstage {
	margin:20px auto;
}

#ajaxspin {
	-moz-animation:spin 1s linear infinite;
	-webkit-animation:spin 1s linear infinite;
	border-color:#212121 #865934 #858b93 #c6b561;
	border-radius:40px;
	border-style:dotted;
	border-width:2px;
	height:30px;
	margin:0 auto;
	width:30px;
}

#ajaxloading {
	-moz-animation:bounce 1.5s linear infinite;
	-webkit-animation:bounce 1.5s linear infinite;
	color:gray;
	font-size:85%;
	font-weight:700;
	margin-top:10px;
	text-align:center;
}

.sans {
	font-family:Helvetica, Arial, sans-serif;
	font-size:.88em;
	font-weight:400;
}
.serif {
	font-family:Merriweather, Georgia, serif;
	font-size:1.21em;
	font-weight:800;
}

.container {
	margin:0 auto;
	scrollbar-width: none;
	padding:8px 0 16px 16px;
	
}
.container::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.container_main {
	padding:8px 0 16px 16px;
	
}

.red	{ color:#fa5050; }
.green	{ color:#52d64f; }
.grey	{ color:#808080; }

.small	{ font-size:75%; }

.italic	{ font-style:italic; }
.bold	{ font-weight:700;   }

.left   { float:left;  text-align:left;  }
.right  { float:right; text-align:right; }
.center { text-align:center; }