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

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

#c2R {height: 36px; width: 220px; left:20px; top:78px; border-color:black}
#c1R {height: 54px; 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:66px;
left:460px;
width:220px;  
}

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

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

#se2  { 
right:245px; top:58px;
}

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

#gam1_1  {right:476px;  top: 58px; }
#gam1_2  {right:476px;  top:120px;}
#gam2_1  {right: 260px; top: 19px;}
#gam2_2  {right: 260px; top:102px;}


#lblChamp {
 position: absolute;
 right:120px;
 top: 70px;
}
