/*Defines brackets and locations for Tiger Rumble Semis/Finals results*/

.brackcont {
padding:0; position:relative;
height:200px;width:700px;
background-color:#ffffdd;
border:1px solid #888888;
}

#c3R {height: 36px; width: 220px; left:20px; top:40px; border-color:black}
#c2R {height: 36px; width: 220px; left:20px; top:128px; border-color:black}
#c1R {height: 36px; width: 220px;left:240px; top:40px; border-color:black}

#line1, #line2 {
    border-style: solid;
    border-width: 2px 0 0;
    height: 2px;
    overflow: hidden;
    position: absolute;
}
#line1 {
top:60px;
left:460px;
width:220px;  
}

#line2 {
top:148px;
left:240px;
width:220px;  
}

/* position of game time/day */
#se1, #se2, #se3 {
width:220px;
text-align:right;
}

#se1  { 
right:480px; top:138px;
}

#se2  { 
right:260px; top:50px;
}

/*
#se3  { 
right:242px; top: 92px; 
}

#champ   {position:absolute; left: 490px; top:75px;}
#gam3_1  {position:absolute; left: 270px; top:40px;}
#gam3_2  {position:absolute; left: 270px; top:152px;}
#gam1_1  {position:absolute; left:  40px; top: 20px;}
#gam1_2  {position:absolute; left:  40px; top: 82px;}
#gam2_1  {position:absolute; left:  40px; top:110px;}
#gam2_2  {position:absolute; left:  40px; top:170px;} */

#gam1_1, #gam1_2, #gam2_1, #gam2_2 {
position:absolute;
text-align:right;
}

/* #champ, #third {text-align:left;} 
#champ, #third {border:1px dotted green;}	*/

#champ   {left: 470px; top: 38px;}
#third   {left: 254px; top:128px;}

#gam1_1  {right:476px; top:108px; }
#gam1_2  {right:476px; top:170px;}
#gam2_1  {right: 260px; top:19px;}
#gam2_2  {right: 260px; top:82px;}


#lblThird {
 position: absolute;
 left: 320px;
 top: 156px;
}
#lblChamp {
 position: absolute;
 right:120px;
 top: 70px;
}
