html, body {
	background-color: transparent;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: small;
}
html {
	overflow: auto;
}

html.admin, body.admin,
html.scorekeeper, body.scorekeeper,
html.standingsSetup, body.standingsSetup {
  background: #000;
}	

html.players, body.players {
	 background: #434448;
}

a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}

br.small {
	font:normal 12px "helvetica neue",helvetica,arial,sans-serif;
	line-height: 1em;
}

.standingsSetup, .players {
	color: #e4e2cb;
}


header {
	text-align: center;
}

input.addToQueue {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}


.gameLink {
	text-decoration: none;
}

.gameLinkText {
	/*position: relative;*/
	border-top: 1px solid #000; 
	text-align: left; 
	padding: 0 0 0 20px;
	height: 50px;
	line-height: 30px;
	vertical-align: middle;
	font: bold 30px "helvetica neue",helvetica,arial,sans-serif;
	/*background: white;*/
	background: #69aff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #69aff4 1%, #497daa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#69aff4), color-stop(100%,#497daa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #69aff4 1%,#497daa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #69aff4 1%,#497daa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #69aff4 1%,#497daa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #69aff4 1%,#497daa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69aff4', endColorstr='#497daa',GradientType=0 ); /* IE6-9 */
}

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

.gameLinkText div {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	/*
	position: absolute;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	*/
}

p.instructions {
	line-height: 1em;
	font:bold 14px "helvetica neue",helvetica,arial,sans-serif;
	color: #67C0D3;
	padding-top: 10px;
}

p.verifyScore {
	font: bold 30px "helvetica neue",helvetica,arial,sans-serif;
	color: #FFF33B;
}

.titleLarge {
	color: #e4e2cb;
	font-weight: bold;
	font-size: 1.6em;
}

.players .titleLarge {
	color: #e4e2cb;
}

.title {
	font-weight: bold;
	font-size: 1.2em;
}
.tabletMessage {
	line-height: 1em;
	font:bold 14px "helvetica neue",helvetica,arial,sans-serif;
	color: #67C0D3;
}


.small {
	font-size: .6em;
	font-style: italic;
}

.voided {
	color: #cc3333;
	font-style: italic;
}

.note {
	color: #67C0D3;
	font-style: italic;
}
.noteYellow {
	color: #FFF33B;
	font-style: italic;
}

a.buttonLeft {
	text-align: left;
}

h2.title {
	color:#e4e2cb;
	line-height:25px;
	padding: 2px;
	margin-bottom: 3px;
	font: bold 20px/1 "helvetica neue",helvetica,arial,sans-serif;
}

h3.title {
	color:#e4e2cb;
	line-height:25px;
	padding: 2px;
	margin-bottom: 3px;
	font: bold 16px/1 "helvetica neue",helvetica,arial,sans-serif;
}

select.mobile {
	padding:5px;
	width:100%;
	font-size:0.9em;
	overflow: hidden;
	
}

#main h1,
#main p.center,
#players h1,
#players p.center {
    text-align: center;
}


#main .message,
#players .message,
p.message {
		color: yellow;
		font-weight: bold;
		font-style: italic;
		padding-left: 2px;
		padding-right: 5px;
}

#main .info, #main .success, #main .errorMessage,
#players .info, #players .success, #players .errorMessage,
p.info, p.success, p.errorMessage {
		font-size: 1.2em;
		border: 1px solid;
		margin: 10px 0px;
		padding:15px 10px 15px 50px;
		background-repeat: no-repeat;
		background-position: 10px center;
		text-shadow: 0px 0px;
}

#main .errorMessage,
#players .errorMessage,
p.errorMessage {
		color: #D8000C;
		background-color: #FFBABA;
		background-image: url('../images/icon_error.png');
}

#main .info,
#players .info,
p.info {
		color: #00529B;
		background-color: #BDE5F8;
		background-image: url('../images/icon_info.png');
}

#main .success,
#players .success,
p.success {
		color: #4F8A10;
		background-color: #DFF2BF;
		background-image:url('../images/icon_success.png');
}

#main .success a, #players .success a, p.success a {
		color: #4F8A10;
}


#main .mobileinfo, #main .mobilesuccess, #main .mobileerrorMessage,
#players .mobileinfo, #players .mobilesuccess, #players .mobileerrorMessage,
p.mobileinfo, p.mobilesuccess, p.mobileerrorMessage {
		font-size: .8em;
		padding:7px 2px 7px 50px;
		line-height: 1.2em;
		margin: 2px 0px;
}


#main .largeMessage,
#players .largeMessage {
		color: yellow;
		font-weight: bold;
		font-style: italic;
		font-size: 1.2em;
}

#main p.left,
#players p.left {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
}

#main p.left label,
#players p.left label {
		font-style: italic;
		padding-top: 7px;
}

#main label.required,
#players label.required {
		font-weight: bold;
		color: red;
}

#main .row,
#players .row {
    padding-bottom: 20px;
}

#main .row {
    background: #000;
}

#main .row .columns,
#players .row .columns {
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #e4e2cb;
    text-shadow: 0 -1px 1px black;
    border-radius: 5px;
    margin-top: 10px;
}

#main .row .columns {
    background: #444;
}

#main .row .inactive,
#players .row .inactive {
		opacity:0.3;
}

#main .row .hidden,
#players .row .hidden {
		opacity:0.0;
}

.oldie #main .row .columns,
#main .row .columns:first-child,
.oldie #players .row .columns,
#players .row columns:first-child {
    margin-top: 0;
}

@media screen and (min-width:768px) {
    #main .row .columns,
    #players .row .columns {
        margin-top: 0;
    }
    
    .practical-demo #main .callouts .columns {
        margin-bottom: 0;
    }
}

#main .row .columns li,
#players .row .columns li {
	display: inline;
	float: left;
	padding-right: 10px;
}

#main .row .columns select,
#players .row .columns select {
	text-align: left;
	display: inline;
}

#players nav {
	color: #e4e2cb;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	//background: url('../images/criticalHit_menuLogo.png.html') no-repeat;
	//background: url('../images/papaScoringLogo.png') no-repeat;
	//background-position: center;
}

#players a.menu {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}	

#players a:link { 
	color: #e4e2cb;
	text-decoration: none;
  text-shadow: 0px -1px 1px black;
}
#players a:visited { 
	color: #e4e2cb;
}
#players a:hover {
	text-decoration: underline;
}
#players a.menu:hover { 
	padding-left: 20px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#players a:active { 
	color: #AAAAAA;
}

form {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

form.center {
	text-align: center;
}

label {
	display:block;
	margin-bottom: 2px;
}

select, input {
	margin-bottom: 10px;
	font-size: .8em;
}

select {
	width: 251px;
}

select.configInline {
	width: 115px;
	display: inline;
}

input {
	width: 245px;
}

textarea {
	width: 245px;
	height: 150px;
  font: 14px/1 "helvetica neue",helvetica,arial,sans-serif;
  text-align:left;
}

input.config {
	width: 245px;
}

input:focus {
	background-color: #e4e2cb;
}

button.mainButton {
    background-color: #EE432E;
    background-image: -moz-linear-gradient(center top , #EE432E 0%, #C63929 50%, #B51700 50%, #891100 100%);
		background: -webkit-linear-gradient(top, #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
    border: 1px solid #951100;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset, 0 1px 3px #333333;
    color: #e4e2cb;
    font: bold 18px/1 "helvetica neue",helvetica,arial,sans-serif;
    padding: 12px 0 14px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    width: 200px;
}
button.mainButton:hover {
    background-color: #F37873;
    background-image: -moz-linear-gradient(center top , #F37873 0%, #DB504D 50%, #CB0500 50%, #A20601 100%);
		background: -webkit-linear-gradient(top, #f37873 0%,#db504d 50%,#cb0500 50%,#a20601 100%);
    cursor: pointer;
}
button.mainButton:active {
    background-color: #D43C28;
    background-image: -moz-linear-gradient(center top , #D43C28 0%, #AD3224 50%, #9C1500 50%, #700D00 100%);
		background: -webkit-linear-gradient(top, #d43c28 0%,#ad3224 50%,#9c1500 50%,#700d00 100%);
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset;
}

button.noButton {
		font: bold 16px/1 "helvetica neue",helvetica,arial,sans-serif;
		padding: 6px 0 7px;
		width: 175px;
}

button.playerButton {
    background-color: #EE432E;
    background-image: -moz-linear-gradient(center top , #EE432E 0%, #C63929 50%, #B51700 50%, #891100 100%);
		background: -webkit-linear-gradient(top, #ee432e 0%,#c63929 50%,#b51700 50%,#891100 100%);
    border: 1px solid #951100;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset, 0 1px 3px #333333;
    color: #e4e2cb;
    font: bold 16px/1 "helvetica neue",helvetica,arial,sans-serif;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    margin: 5px;
}
button.playerButton:hover {
    background-color: #F37873;
    background-image: -moz-linear-gradient(center top , #F37873 0%, #DB504D 50%, #CB0500 50%, #A20601 100%);
		background: -webkit-linear-gradient(top, #f37873 0%,#db504d 50%,#cb0500 50%,#a20601 100%);
    cursor: pointer;
}
button.playerButton:active {
    background-color: #D43C28;
    background-image: -moz-linear-gradient(center top , #D43C28 0%, #AD3224 50%, #9C1500 50%, #700D00 100%);
		background: -webkit-linear-gradient(top, #d43c28 0%,#ad3224 50%,#9c1500 50%,#700d00 100%);
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset;
}

button.playerButtonActive {
    background-color: #1E8192;
		background-image: linear-gradient(bottom, #1E8192 22%, #399BB0 61%);
		background-image: -o-linear-gradient(bottom, #1E8192 22%, #399BB0 61%);
		background-image: -moz-linear-gradient(bottom, #1E8192 22%, #399BB0 61%);
		background-image: -webkit-linear-gradient(bottom, #1E8192 22%, #399BB0 61%);
		background-image: -ms-linear-gradient(bottom, #1E8192 22%, #399BB0 61%);
		border: 1px solid #399BB0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset, 0 1px 3px #333333;
    color: #e4e2cb;
    font: bold 22px/1 "helvetica neue",helvetica,arial,sans-serif;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    margin: 5px;
    padding-bottom: 3px;
}
button.playerButtonActive:hover {
		cursor: default;
}



button.small {
		font: bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
		width:100px;
}

button.small a {
    font: bold 16px/1 "helvetica neue",helvetica,arial,sans-serif;
    color: #000;
    text-decoration: none;
}
button.queueAdd {
		font: bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
		width:50px;
		margin:0px;
		text-align:center;
}

form.tiny {
	padding: 0px;
	margin: 0px;
}

button.buttonTiny {
		font: bold 10px/1 "helvetica neue",helvetica,arial,sans-serif;
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 0px;
}

tr.highlightRow:hover {
	background:#555;
}

table.standings {
		font: bold 18px/1 "helvetica neue",helvetica,arial,sans-serif;
}
table.standings1080 {
		font: bold 22px/1 "helvetica neue",helvetica,arial,sans-serif;
}

table.standingsMobile {
		font: 12px/1 "helvetica neue",helvetica,arial,sans-serif;
}

table.standings td, table.standings1080 td {
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: small;
}

table.standings .top {
		font: bold 20px/1 "helvetica neue",helvetica,arial,sans-serif;
		color: #FFF33B;
}
table.standings1080 .top {
		font: bold 30px/1 "helvetica neue",helvetica,arial,sans-serif;
		color: #FFF33B;
}


table.standingsMobile .top {
		font: bold 18px/1 "helvetica neue",helvetica,arial,sans-serif;
		color: #FFF33B;
}

table.standings .second {
		font: bold 18px/1 "helvetica neue",helvetica,arial,sans-serif;
		color: #67C0D3;
}
table.standings1080 .second {
		font: bold 26px/1 "helvetica neue",helvetica,arial,sans-serif;
		color: #67C0D3;
}

table.standingsMobile .second {
		font: bold 16px/1 "helvetica neue",helvetica,arial,sans-serif;
		color: #67C0D3;
}

table.standings tr.row0, table.standings td.row0, table.standings1080 tr.row0, table.standings1080 td.row0 {
	background-color: #555;
}
table.standings tr.row1, table.standings td.row1, table.standings1080 tr.row1, table.standings1080 td.row1 {
	background-color: #444;
}
table.standings tr.row0:hover, table.standings td.row0:hover {
	background-color: #399BB0;
}
table.standings tr.row1:hover, table.standings td.row1:hover {
	background-color: #399BB0;
}



table.standings tr.rowCutoff, table.standings1080 tr.rowCutoff {
	background-color: #CC0000;
}

table.standings .queueNow {
	font: bold 18px/1 "helvetica neue",helvetica,arial,sans-serif;
	color: Yellow;
}
table.standings1080 .queueNow {
	font: bold 24px/1 "helvetica neue",helvetica,arial,sans-serif;
	color: Yellow;
}

table.standings .queueNext {
	font: bold 18px/1 "helvetica neue",helvetica,arial,sans-serif;
	color: #6699CC;
}
table.standings1080 .queueNext {
	font: bold 24px/1 "helvetica neue",helvetica,arial,sans-serif;
	color: #6699CC;
}
table.selfQueue {
	width:80%;
}
table.selfQueue .queueNow, table.selfQueue .queueNext, table.selfQueue .queueNum {
	width:200px;
}



table.prizePool {
	display: inline;
	color: #e4e2cb;
	font: bold 16px/1 "helvetica neue",helvetica,arial,sans-serif;
	padding: 5px;
	margin: 0px;
}

table.prizePool td {
	padding: 5px;
	margin: 0px;
}

table.adminScores {
	margin-left:auto;
	margin-right:auto;
	width:96%;
	text-align:left;
	font-size:.8em;
	color:#FFFFFF;
}