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


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

html.players, body.players {
   //background: #000 url("../images/backgroundtest1.jpg") no-repeat center top fixed;
   background: #000 url("../images/bgBlurTest.jpg") no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

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

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

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


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: #cacaca;
	font-weight: bold;
	font-size: 1.6em;
}

.players .titleLarge {
	color: #cacaca;
}

.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: #FFF33B;
	font-style: italic;
}

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

a.buttonLeft {
	text-align: left;
}

h2.title {
	color:#cacaca;
	line-height:25px;
	padding: 2px;
	padding-bottom: 10px;
	margin-bottom: 3px;
	font: bold 20px/1 "helvetica neue",helvetica,arial,sans-serif;
  text-shadow:
		2px 2px 0 #000;

}

h3.title {
	color:#cacaca;
	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: #FFF33B;
		padding-left: 2px;
		padding-right: 5px;
		line-height: 16px;
}

#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;
}

.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: #cacaca;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	//background: url('../images/criticalHit_menuLogo.png') no-repeat;
	//background: url('../images/menuLogo.png') no-repeat;
}

#players li.menu {
	font-weight: bold;
}

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

#players a:link { 
	color: #cacaca;
	text-decoration: none;
  text-shadow: 0px -1px 1px black;
}
#players a:visited { 
	color: #cacaca;
}
#players a:hover {
	text-decoration: underline;
}
#players a.menu:hover { 
	padding-left: 20px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #FFF33B;
}
#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;
	color: #cacaca;
	font-weight: bold;
}

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

select {
	width: 251px;
}

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

input {
	width: 245px;
}

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, button.newQueueButton: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, button.newQueueButton: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.newQueueButton {
	  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: 100px;
    margin-top: 0px;
}



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: #cacaca;
    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;
}


/* REPLAYFX Style button
button.playerButton {
   background: #668cde;
   background: -webkit-gradient(linear, left top, left bottom, from(#50689c), to(#668cde));
   background: -webkit-linear-gradient(top, #50689c, #668cde);
   background: -moz-linear-gradient(top, #50689c, #668cde);
   background: -ms-linear-gradient(top, #50689c, #668cde);
   background: -o-linear-gradient(top, #50689c, #668cde);
   border: 1px solid #8aafff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #cacaca;
   font: bold 18px/1 "helvetica neue",helvetica,arial,sans-serif;
   text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
   vertical-align: middle;
   margin: 5px;
}
button.playerButton:hover {
   border-color: #6639d8;
   background: #668cde;
   background: -webkit-gradient(linear, left top, left bottom, from(#6639d8), to(#668cde));
   background: -webkit-linear-gradient(top, #6639d8, #668cde);
   background: -moz-linear-gradient(top, #6639d8, #668cde);
   background: -ms-linear-gradient(top, #6639d8, #668cde);
   background: -o-linear-gradient(top, #6639d8, #668cde);
   color: #cacaca;
}
button.playerButton:active {
   border-color: #6639d8;
   background: #6639d8;
}
*/


button.playerButtonActive {
    /* REPLAYFX Style button
    border: 1px solid #6639d8;
    background: #6639d8;
    background: -webkit-gradient(linear, left top, left bottom, from(#39227a), to(#6639d8));
    background: -webkit-linear-gradient(top, #39227a, #6639d8);
    background: -moz-linear-gradient(top, #39227a, #6639d8);
    background: -ms-linear-gradient(top, #39227a, #6639d8);
    background: -o-linear-gradient(top, #39227a, #6639d8);
		*/

    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: #cacaca;
    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;
		//background: #191a1c;
}
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;
}

table.standings .top {
		font: bold "helvetica neue",helvetica,arial,sans-serif;
		font-size: 1.2em;
		color: #FFF33B;
}
table.standings1080 .top {
		font: bold "helvetica neue",helvetica,arial,sans-serif;
		font-size: 1.4em;
		color: #FFF33B;
}


table.standingsMobile .top {
		font: bold "helvetica neue",helvetica,arial,sans-serif;
		font-size: 1.1em;
		color: #FFF33B;
}

table.standings .second {
		font: bold "helvetica neue",helvetica,arial,sans-serif;
		font-size: 1.1em;
		color: #67C0D3;
}
table.standings1080 .second {
		font: bold "helvetica neue",helvetica,arial,sans-serif;
		font-size: 1.3em;
		color: #67C0D3;
}

table.standingsMobile .second {
		font: bold "helvetica neue",helvetica,arial,sans-serif;
		font-size: 1.1em;
		color: #67C0D3;
}

table.standings tr.row0, table.standings td.row0, table.standings1080 tr.row0, table.standings1080 td.row0 {
	//background-color: #2f3034;
	background-color: rgba(47,48,52,0.75);
}
table.standings tr.row1, table.standings td.row1, table.standings1080 tr.row1, table.standings1080 td.row1 {
	//background-color: #191a1c;
	background-color: rgba(25,26,28,0.75);
}
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.higherTier, table.standings tr.inProgress {
	font-size: 0.6em;
	background-color: rgba(23,148,0,0.5);
}
table.standings tr.favorite {
	background-color: rgba(79,217,246,0.5);
}
table.standings tr.bgblue {
	background-color: rgba(57,155,176,0.5);
}



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

table.standings tr.rowCutoffBanner, table.standings1080 tr.rowCutoffBanner {
	background-color: #000000;
}

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;
}