.bracketTable{
	font-size:12px;
	border-collapse:collapse;
	margin: 0 auto;
	/*width:100%;*/
}

.bracketTable TR TD{
	padding: 0px; 
	vertical-align: top;	
}

.bracketTable TR .bracketLineBox{
	width: 14px;	
}

.bracketTableLine
{
	border-collapse:collapse;
	width: 14px;
	height: 36px;	
}

.bracketTableLine TR .bracket_border_left{
	border-left:1px solid black;
}
.bracketTableLine TR .bracket_border_right{
	border-right:1px solid black;
}
.bracketTableLine TR .bracket_border_bottom{
	border-bottom:1px solid black;
}
.bracketTableLine TR .bracket_border_top{
	border-top:1px solid black;
}
.bracketTableLine TR .bracket_left_col{
	width:50%;
}
.bracketTableLine TR .bracket_right_col {
	width:50%;
}
.bracketTableLine TR .bracket_rowHeight {
	height:50%;
}



div.bracket_Gen_seed {
	background: rgb(85, 85, 85);
	width:22px; 
	height:17px;
	text-align: center; 
	color: rgb(17, 17, 17);
	font-size:12px; 	
}

div.bracket_Gen_score,
div.bracket_Gen_score_big {
	background: rgb(85, 85, 85); 
	height:17px; 
	text-align: center; 
	color: white; 	
	text-shadow: none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;	
}

div.bracket_Gen_score {
	width:30px;
}

div.bracket_Gen_score_big {
	width:auto;
	min-width:30px;
}

div.bracket_Gen_competitor {	
	width:110px;
	height:18px; 
	background-color: #F0F0F0;
	font-size:12px;	
}

.bracket_Gen_competitor DIV{
	height:16px;
	float:left;
}


div.bracket_Gen_competitor_flag{
	width:40px; 
	height:18px;
	background-color: #F0F0F0;
	font-size:12px;
}

.bracket_Gen_competitor_flag DIV{
	height:16px;
	float:left;
}

.bracket_boxTable{
	border-collapse:collapse;
	padding:0;
}

.bracket_boxTable TR TD{
	height:18px;
}



div.bracket_over {
	border :1px solid #AAD72A;
	background : #AAD72A;
	color : white;  
}	

div.bracket_over A{
	color : white;  
}	

.tableFloat {
	font-size: 10px;	
}

.tableTree {
	width:100%;
	font-size: 10px;
	border-collapse:collapse;
}

.tableTree .tableHead TD,	
.tableTree .tableHead TH{
	color: #FFFFFF;
	background: #AAD72A;	
}

.tableTree TR .downLine {
	border-bottom: 1px solid #000000;
	color: #000000;
	background: #E6F1F7;	
}

.tableTree TR .rightLine {
	border-right: 1px solid #000000;
}

.tableTree TR .leftLine {
	border-left: 1px solid #000000;	
}

.tableTree TR .downRightLine {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	background: #E6F1F7;
}

.tableTree TR .downLeftLine {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;		
	color: #000000;
	background: #E6F1F7;	
}

.tableTreeShowResult{
	text-align: center; 
	background-color: #066FA9; 
	color: #FFFFFF; 
	clear: both; 
	cursor: pointer;
}
