@charset "utf-8";
/* CLEAR DEFAULT STYLES */
html, body, div, h1, h2, h3, img, ul, p{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font: 1em 'Helvetica', Arial, sans-serif;
}

@font-face {
    font-family: 'PatuaOneRegular';
    src: url('fonts/PatuaOne-Regular-webfont.eot');
    src: url('fonts/PatuaOne-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PatuaOne-Regular-webfont.woff') format('woff'),
         url('fonts/PatuaOne-Regular-webfont.ttf') format('truetype'),
         url('fonts/PatuaOne-Regular-webfont.svg#PatuaOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-height: 800px;
	/*background:#ddd;*/
}

#loader{
	position: absolute;
	width: 100%;
	top: 25px;
	left: 0px;
	height: 95%;
	background: #000;
	z-index: 500;
}

#touchScreen{
	position: absolute;			
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
}
#touchScreenPic{
	position: absolute;
	width: 100%;
	height:60%;
	background-image: url(../images/iPad_icon.jpg);
	background-size: auto 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.touchBtn{
	position: absolute;
	left: 10%;
	width:80%;
	height:15%;
	background-color: #000;
	background-image: url(../images/mobBtnBG.jpg);
	background-repeat: repeat-x;
	background-size: 5px 100%;
	color: #FFF;
    font-family: "PatuaOneRegular", Helvetica, Arial, "sans-serif";
	font-size: 5em;
	text-align: center;
	border-top: solid #999;
	border-right: solid #222;
	border-bottom: solid #222;
	border-left: solid #555;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#phoneBtn{
	bottom: 25%;
}
#tabletBtn{
	bottom: 5%;
}

h1{
	font: 3em/.9em 'PatuaOneRegular', Helvetica, Arial, sans-serif;
	color: #fff;
}

h2{
	font: 1.1em/1em 'PatuaOneRegular', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: left;
}

h3{
	font: 1.2em/1em 'PatuaOneRegular', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: left;
}

p{
	color: #fff;
	font-size: .8em;
}

.red{
	color: #FED000;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 5px;
	width: 100%;
	height: 20px;
	background: #000;
}

#help_icon{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 5px;
	cursor: pointer;
	background: url('../images/help_icon.png') no-repeat;
	display: none;
}

#help{
	width: 100%;
	height: 95%;
	background: url('../images/help.png') top no-repeat;
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 487;
}

#help_icon:hover{
	opacity: .5;
}

#header h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
}

#menu{
	width: 100%;
	height: 50px;
	position: absolute;
	top: 25px;
	left: 0px;
	/*background: #456;*/
}

#swingo{
	display: none;
	position: absolute;
	width: 92%;
	left: 4%;
	top: 6px;
	height: 86px;
	background: url(../images/swingo-backing.jpg) left top no-repeat;
}

#swingo h2{
	text-align: center;
	color: #111;
	margin-top: 10px; 
}

#swingo .backing{
	position: absolute;
	width: 20px;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/swingo-backing.jpg) right top no-repeat;
}

.block{
	width: 22px;
	height: 55px;
	/*border: 1px solid #fff;*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    /*opacity: .8;*/
}

#sidebar-left .block{
	float: left;
}

#sidebar-right .block{
	float: right;
}

#foot-bar .block{
	float: left;
}

.cover{
	width: 100%;
	height: 100%;
	pointer-events:none;
	display: none;
}

#sidebar-left .cover{
	background: url(../images/tile_white50.png);
}

#sidebar-right .cover{
	background: url(../images/tile_white50.png);
}

#foot-bar .cover{
	background: url(../images/tile_white50.png);
}
/*.block:hover{
	position: relative;
	width: 70px;
	height: 70px;
	outline: 4px solid #fff;
	box-shadow: 0px 0px 15px 5px #000;
	cursor: pointer;
}*/

#hover{
	padding: 12px 10px 8px 10px;
	height: 0px;
	position: absolute;
	background: #000;
	z-index: 500;
	background-image: url(../images/swingo-handle.png);
	background-position: center top;
	background-repeat: no-repeat;
/*	box-shadow: 0px 2px 3px #000;
*/	pointer-events:none;
	opacity: 0;
}

#hover_txt{
	margin: 20px;
	display: inline;
	text-transform: uppercase;
	color: #fff;
}

#arrow{
	background: url(../images/hover_arrow_up.png) top center no-repeat;
	width: 30px;
	height: 15px;
	position: absolute;
	top: -10px;
	z-index: 400;
	pointer-events:none;
	display: none;
}

.alp{
	width: 22px;
	height: 55px;
}

.lib{
	width: 22px;
	height: 55px;
}

.lnp{
	width: 22px;
	height: 55px;
}

.nat{
	width: 22px;
	height: 55px;
}

.clp{
	width: 22px;
	height: 55px;
}

.ind{
	width: 28px;
	height: 55px;
}

.grn{
	width: 28px;
	height: 55px;
}

.kap{
	width: 28px;
	height: 55px;
}

.pup{
	width: 28px;
	height: 55px;
}

#tally {
	width: 100%;
	margin-bottom: 5px;
	height: 320px;
}

#alp_tally{
	padding: 8px;
	background:#F44056;
}

#lib_tally{
	padding: 8px;
	background:#00A5E3;
}

#lib_tally h2, #lib_tally h1{
	text-align: right;
}

#cros_tally{
	padding: 1px;
	background:#FBCA47;
}

#cros_tally p{
	text-align: center;
	padding: 1px;
	font-style: italic;
	font-size: .7em;
	display: none;
}


.tally-box{
	width: 100%;
	/*min-height: 400px;*/
	border-top: 1px solid #fff;
	/*border-right: 1px solid #fff;*/
	/*border-left: 1px solid #fff;*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}

#content{
	top: 25px;
	width: 100%;
	height: auto;
	padding-top: 1px;
	/*background-color: #f6e5e5;*/
}

#count{
	padding-top: 12px;
	text-align: center;
	color: #222;
	clear: both;
}

#sidebar-left, #sidebar-right, #sidebar-left-backing, #sidebar-right-backing{
	top: 76px;
	/*min-height: 400px;*/
	height: auto;
	/*min-height: 600px;*/
	position: absolute;
}

#sidebar-left, #sidebar-left-backing{
	left: 0;
	width: 40%;
	/*background-color: #f6e5e5;*/
}

#sidebar-right, #sidebar-right-backing{
	right: 0;
	width: 40%;
	/*background-color: #faa5e5;*/
}

.libback{
	float: right;
	width: 22px;
	height: 55px;
	background: url(../images/block_LIB_blank.png);
}


.alpback{
	float: left;
	width: 22px;
	height: 55px;
	background: url(../images/block_ALP_blank.png);
}

#foot-bar {
	/*background: #244;*/
	position: absolute;
	top: 76px;
	left: 40%;
	width: 20%;
	min-height: 500px;
}

.alpSpacer, .libSpacer{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.alpSpacer{
	width: 50px;
	height: 50px;
	background: #fff;
	float: left;
	opacity: .6;
}

.libSpacer{
	width: 50px;
	height: 50px;
	background: #fff;
	float: right;
	opacity: .6;
}

#slider{
	position: absolute;
	top: 39px;
	left: 5%;
	width: 90%;
	height: 50px;
	display: none;
}

#rail-left{
	top: 17px;
	position: absolute;
	width: 45%;
	height: 15px;
	left: 5%;
	background: url(../images/swingo-sliderRail.png) top left no-repeat;
}

#rail-right{
	top: 17px;
	position: absolute;
	width: 45%;
	height: 15px;
	right: 5%;
	background: url(../images/swingo-sliderRail.png) top right no-repeat;
}

#handle{
	width: 40px;
	height: 50px;
	position: absolute;
	left: 0;
	cursor: pointer;
	background: url(../images/swingo-handle.png) no-repeat;
}

#handle #slider_txt{
	text-align: center;
	margin-top: 10px;
}


/*////////////////////////////////// CANDIDATES /////////////////////////////////*/

#profile{
	width: 100%;
	position: absolute;
	bottom: 0px;
	height:0px;
	background: #000;
	z-index: 500;
/*	overflow-x: scroll;
*/	/*border-top: 1px solid #fff;*/
}

#close_btn{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/close_btn.png) no-repeat;
	cursor: pointer;
	display: none;
}

#seat_info{
	float: left;
	/*height: 200px;*/
	width: 94%;
	background:#111;
	padding: 13px;
	display: inline-block;
}

#seat_info #seat_name{
	font-size: 1.9em;
}

#profile p{
	margin-top: 8px;
}

#seat_info span{
	color: #FED000;
}

#state_undefined{
	display: none;
}

#logo {
	width: 90px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 14px;
	margin-bottom: 7px;
	background: url(../images/logo_alp.jpg) no-repeat;
}

#margin {
	position: absolute;
	top: 18px;
	right: 120px;
	width: 20%;
	text-align: right;
	font-size: 1.8em;
}

#seat_info #status{
	margin-bottom: 3px;
	padding: 4px 12px 4px 12px;
	position: absolute;
	left: 15px;
	top: 41px;
	color: #000;
	font-weight: bold;
}

#defeated_status{
	padding: 4px 12px 4px 12px;
	position: absolute;
	left: 321px;
	top: 41px;
	color: #000;
	font-weight: bold;
}

.graph{
	width: 100%;
	height: 10px;
	margin-top: 3px;
	background-color: #444;
}
.graph div{
	width: 50%;
	height: 100%;
	background-color: #444;
}

#sitting_image{
	width: 120px;
	height: 130px;
	position: absolute;
	left: 15px;
	top: 80px;
}

#defeated_image{
	width: 120px;
	height: 130px;
	position: absolute;
	left: 322px;
	top: 80px;
}

#sitting_info{
	position: absolute;
	width: 160px;
	height: 130px;
	left: 145px;
	top: 80px;
}

#defeated_info{
	position: absolute;
	width: 160px;
	height: 130px;
	left: 454px;
	top: 80px;
}

/*SEARCH BOX*/
#search {
	display: none;
	width: 40%;
	margin: 9px auto;
	height: 50px;
	background-image: url('../images/search.png') 1px 1px no-repeat;
}

#search #icon{
	width: 28px;
	height: 28px;
	position: absolute;
	top: 110px;
	left: 20px;
	
}

/*///state*/
#state_box{
	width: 100%;
	height: 215px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0 15px;
}

#state_box h3{
	color: #222;
}

.state_box{
	width: 60px;
	height: 95%;
	float: left;
	padding-right: 5px;
	padding-top: 10px;
	margin-right: 10px;
	background: url('../images/state-backing.png') top right no-repeat;
}

.stateIND,.stateLIB,.stateALP{
	padding-top: 5px;
	width: 100%;
	height: auto;
	clear: both;
	cursor: pointer;
}
.stateALP .blip{
	background: #F44056;
}
.stateLIB .blip{
	background: #00A5E3;
}
.stateIND .blip{
	background: #FBCA47;
}
.stateIND .melbourne{
	background: #47c04c;
}


.blip{
	width: 9px;
	height: 9px;
	float: left;
	margin: 0 2px 2px 0;
}

#state_NT{
	background: none;
}

#tooltip{
	width: auto;
	height: 17px;
	background: #000;
	position: absolute;
	z-index: 500;
	top: 100px;
	left: 100px;
	pointer-events:none;
	padding: 6px 9px 0px 9px;
	display:none;
}

#tooltip p{
	font-size: .7em;
	font-weight: bolder;
	text-transform: uppercase;
	color: #fff;
}

#pCode {
	font: 1.1em/1em 'PatuaOneRegular', Helvetica, Arial, sans-serif;
	color: #222;
	text-align: left;
	width: 87%;
	height: 30px;
	margin-left: 20px;
	padding-top: 0px;
	text-transform: capitalize;
	border: none;
	background: #e8e8e8;
	padding-left: 33px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	border-top: 3px solid #cecece;
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: 5px -1px;
}

#pCode:focus{
	outline:none;
}

#result {
	font: 1.1em/1em 'PatuaOneRegular', Helvetica, Arial, sans-serif;
	color: #222;
	border-top: 3px solid #cecece;
	border-radius: 15px;
	margin: -30px 0 0 12px;
	padding: 9px 0 13px 10px;
	position: absolute;
	z-index: 400;
	width: 36%;
	height: auto;
	background: #e8e8e8;
	text-transform: capitalize;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lighter{
	padding: 0 0 0 10px;
	font-size: 0.8em;
	font-style: italic;
	font-weight: lighter;
}

.option{
	font: 1.1em/1em 'PatuaOneRegular', Helvetica, Arial, sans-serif;
	color: #222;
	cursor: pointer;
	width: 100%;
	height:20px;
	margin-top: 3px;
	padding: 2px 0 2px 10px;
	line-height: 18px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;	
}

.option:hover{
	color: #FFF;
	background-color: #ABC;
}

#counter{
	width:245px;
	height: 50px;
	background-color: #def;
	margin: 5px;
	padding: 10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}

#egg{
	position: absolute;
	width: 393px;
	height:480px;
	background-image: url("../images/egg.gif");
}

#desc{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	color: #000;
}




