/*
// Original colors:
// Backgrounds
		 Title: #3c3c3c
		 General: #444
		 
New colors:
	#802020 (PAPA red)
	#205080 (blueish)
	#208050 (greenish)
*/
ul,ol{margin:0 0 24px 0;}
ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}
ul{list-style:disc;}
ol{list-style:decimal;}
li{line-height:24px;}
ul.unstyled{list-style:none;margin-left:0;}

body {
	font-family: Arial, sans-serif;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	color: white;
	line-height:24px;
	color:#404040;
	//background: #404040;
	//background: #666;
	background: #434448;
}
//body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:normal;line-height:24px;color:#404040;}


.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 */
}

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: #FFF;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5); /* 50% black coming from the top */
}
div#bracketTable td.roundTitleTabs a.inactive:hover {
	color: #FFF;
	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: #e4e2cb;
  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;
}

//FROM bootstrap.css
nav ul {
    margin: 0;
    padding: 0;
}
nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
