/*
// Original colors:
// Backgrounds
		 Title: #3c3c3c
		 General: #444
		 
New colors:
	#802020 (PAPA red)
	#205080 (blueish)
	#208050 (greenish)
*/

/* Bit of Bootstrap here to get the style matched with the main pages */
html,body{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,fieldset,form,label,legend,button{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;font-size:100%;line-height:1;font-family:inherit;}
ol,ul {	list-style:none; }
ul,ol{margin:0 0 24px 25px;}
ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}
li{line-height:24px;}
html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:normal;line-height:24px;color:#404040;}
p{font-size:16px;font-weight:normal;line-height:24px;margin-bottom:12px;}p small{font-size:14px;color:#bfbfbf;}
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 4px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

/*
 * from HTML5 Boilerplate
 */
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

table th,
table td {
    vertical-align: middle;
    padding: 0.5em;
    border: 1px solid #666;
}

table th {
    font-weight: bold;
    text-align: center;
}



/* END BOOTSTRAP */



body {
	font-family: Arial, sans-serif;
	color: #cacaca;
	//background: #404040;
	//background: #666;
	//background: #434448;
}

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

table tr.bgblue {
	background-color: rgba(57,155,176,0.5);
}

div#bracketTable td {
	border: 0;
}


div#bracketTable td.roundTitle {
  position: relative;
  font-size: 1.2em;
  margin: 0 auto 10px auto;
  //background-color: #404040;
  text-align: center;
  font-weight: bold;
  border: 0;
}
div#bracketTable td.roundTitleTabs {
  position: relative;
  font-size: 1.4em;
  margin: 0 auto 10px auto;
  text-align: center;
  font-weight: bold;
  border: 0;
}
div#bracketTable td.roundTitleTabs a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
}
div#bracketTable td.roundTitleTabs a:hover {
	color: #FFF;
	text-decoration: underline;
}
div#bracketTable td.roundTitleTabs a.inactive {
	color: #444;
	color: #777;
	text-shadow: 0px -1px 0px rgba(0,0,0,.75); /* 50% black coming from the top */
	opacity:1;
}
div#bracketTable td.roundTitleTabs a.inactive:hover {
	color: #cacaca;
	text-shadow: 0px;
}


div#bracketTable div.gameTitle {
	font-size: 12px;
	text-align: center;
  height: 23px;
	width: 150px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
  color: #cacaca;
  font-weight: bold;
}
div#bracketTable div.gameTitle.left {
	text-align: left;
	margin-left: 20px;
}
div#bracketTable div.groupTitle {
	font-size: 14px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: #e4e2cb;
}
div#bracketTable div.gameTitle.total {
	width: 36px;
	padding: 0;
	margin-left: 3px;
}
div#bracketTable div.gameTitle.result {
	width: 60px;
	padding: 0;
	margin-left: 3px;
}


div#bracketTable table.matchTable {
	//background-color: #404040;
	//background-color: #434448;
}



div#bracketTable span.match_name_placeholder {
    font-style: italic;
    color: #bbb;
    font-size: 0.9em;
}
div#bracketTable span.win, div#bracketTable span.loss, div#bracketTable span.blank {
    display: block;
    float: left;
    font-weight: bold;
    width: 25px;
    text-align: center;
}
div#bracketTable span.win {
    background-color: #f68800;
    color: #000;
}
div#bracketTable span.loss {
    background-color: #888;
    color: #000;
}
div#bracketTable div.match_spacer {
    height: 52px;
    width: 210px;
}
div#bracketTable div.match_half_spacer {
    height: 26px;
    width: 210px;
}
div#bracketTable div.spacer.full_width_spacer {
    width: 210px;
}
div#bracketTable div.spacer.full_width_spacer.seed_hidden {
    width: 193px;
}
div#bracketTable div.de_vertical_spacer {
    height: 25px;
}
div#bracketTable div.de_finals_spacer1 {
    height: 100%;
    width: 259px;
}
div#bracketTable div.de_finals_spacer2 {
    height: 100%;
    width: 233px;
}
div#bracketTable td.blank_id {
    padding: 0;
    vertical-align: middle;
    width: 29px;
}
div#bracketTable td.blank_id div {
    width: 29px;
}
div#bracketTable div.matchTop, div#bracketTable div.matchBottom, div#bracketTable div.matchMiddle {
  background: #626262;
  height: 22px;
  width: 210px;
  font-size: 12px;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px #000000;
}
div#bracketTable div.matchTop.score, div#bracketTable div.matchMiddle.score, div#bracketTable div.matchBottom.score {
	width: 160px;
}
div#bracketTable div.matchTop.begin {
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
div#bracketTable div.matchTop.end, .top.end {
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
div#bracketTable div.matchBottom.begin {
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
div#bracketTable div.matchBottom.end, .bottom.end {
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
div#bracketTable div.matchTop {
	margin-top: 3px;
	background: #626262;
	background: #802020;
}
div#bracketTable div.matchMiddle {
	border-top: 1px solid #444;
	background: #626262;
	background: #802020;
}
div#bracketTable div.matchBottom {
	margin-bottom: 3px;
	border-top: 1px solid #444;
	background: #626262;
	background: #802020;
}
div#bracketTable div.matchTop.game, div#bracketTable div.matchMiddle.game, div#bracketTable div.matchBottom.game {
	border-left: 3px solid #444;
}

div#bracketTable div.matchTotal, div#bracketTable div.matchResult {
  background: #205080;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px #000000;
  border-left: 1px solid #444;
  text-align: center;
}
div#bracketTable div.matchTotal {
	width: 36px;
}
div#bracketTable div.matchResult {
	width: 60px;
}

div#bracketTable div.matchTotal.top, div#bracketTable div.matchResult.top {
	margin-top: 3px;
	border-left: 3px solid #444;
}
div#bracketTable div.matchTotal.middle, div#bracketTable div.matchResult.middle {
	border-top: 1px solid #444;
	border-left: 3px solid #444;
}
div#bracketTable div.matchTotal.bottom, div#bracketTable div.matchResult.bottom {
	margin-bottom: 3px;
	border-top: 1px solid #444;
	border-left: 3px solid #444;
}
	



div#bracketTable div.top_seed, div#bracketTable div.bottom_seed, div#bracketTable div.scoreValue, div#bracketTable div.seedValue, div#bracketTable div.positionValue {
    float: left;
    height: 22px;
    width: 22px;
    line-height: 22px;
    margin: 0 3px 0 0;
    text-align: center;
    background: #802020;
    color: #FFF;
}
div#bracketTable div.no_top_seed, div#bracketTable div.no_bottom_seed {
    width: 5px;
    padding-left: 0;
}
div#bracketTable div.top_seed, div#bracketTable div.bottom_seed {
    font-size: 0.8em;
    letter-spacing: -1px;
    padding-left: 0;
    color: #000;
    text-shadow: none;
}
div#bracketTable div.top_seed {
    background: #888;
}
div#bracketTable div.bottom_seed {
    background: #888;
}
div#bracketTable div.no_top_seed {
    background: #626262;
}
div#bracketTable div.no_bottom_seed {
    background: #626262;
}

div#bracketTable div.seedValue, div#bracketTable div.positionValue {
	font-size: 0.8em;
	letter-spacing: -1px;
	padding-left: 0;
	background: #888;
	color: #000;
	//background: #802020;
	//color: #FFF;
	text-shadow: none;
}

div#bracketTable div.scoreValue {
    padding-right: 2px;
    padding-left: 2px;
    text-shadow: none;
}
div#bracketTable div.scoreValue a {
    text-shadow: 1px 1px 1px #222;
}
div#bracketTable div.scoreValue {
    background: #888;
    background: #208050;
}
div#bracketTable div.bottom_score {
    background: #888;
}
div#bracketTable div.scoreValue {
    float: right;
    margin: 0;
    width: 25px;
}
div#bracketTable div.top_dark {
    background: #626262;
}
div#bracketTable div.bottom_dark {
    background: #626262;
}
div#bracketTable div.scoreValue a {
    color: #9f8;
    font-weight: bold;
}

div#bracketTable div.participant.over {
	background-color: #a92a2a;
	color: #fff;
	text-shadow: none;
}

div#bracketTable span.placeholder {
	font-style: italic;
	color: #bbb;
	font-size: 0.9em;
}