/*
   Styles for Chicago Tonight:On Demand scrolling layer
   Specify width and height in hold_c2n_od and wn_c2n_od, and in clip for wn_c2n_od
*/
div#hold_c2n_od {
        position:relative; overflow:hidden;
        width:231px; height:200px;
        z-index:100;
        background-color: #ffffff;
        border-left: solid 1px #51596C;
        }
div#wn_c2n_od {
        position:absolute;
        left:10px; top:5px;
        width:221px; height:190px;
        clip:rect(0px, 221px, 190px, 0px);
        overflow:hidden;
        z-index:1;
        }
div.content_c2n_od {
        position:absolute; visibility:hidden;
        left:10px; top:5px;
        z-index:1;
        }

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar_c2n_od {
  position:relative; left:0px; top:0px;
  width:15px; height:200px;
  font-size:1px; z-index:1;
  }
div#track_c2n_od {
  position:absolute; left:0px; top:20px;
  width:15px; height:160px;
  z-index:1;
  }
div#dragBar_c2n_od{
  position:absolute; left:2px; top:0px;
  width:11px;
  height:20px;
  background-color:#3D5579;
  z-index:1;
  }

div#dragBar_c2n_od_new{
  position:absolute; left:1px; top:0px;
  width:8px;
  height:20px;
  background-color:#6699cc;
  border: solid 2px #b9dafb;
  border-right: solid 2px #3a5b90;
  border-bottom: solid 2px #3a5b90;
  z-index:1;
  }

div#up_c2n_od { position:absolute; left:0px; top:4px; z-index:2 }
div#down_c2n_od {position:absolute; left:0px; bottom:4px; z-index:3 }

/*
   Styles for What's On Tonight scrolling layer
   Specify width and height in hold_c2n_wo2n and wn_c2n_wo2n, and in clip for wn_c2n_wo2n
*/
div#hold_c2n_wo2n {
        position:relative; overflow:hidden;
        width:355px; height:260px;
        z-index:100;
        background-color: #D1D5E1;
        }
div#wn_c2n_wo2n {
        position:absolute;
        left:15px; top:10px;
        width:325px; height:240px;
        clip:rect(0px, 325px, 240px, 0px);
        overflow:hidden;
        z-index:1;
        }
div.content_c2n_wo2n {
        position:absolute; visibility:hidden;
        left:15px; top:10px;
        z-index:1;
        }

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar_c2n_wo2n {
  position:relative; left:0px; top:0px;
  width:15px; height:260px;
  font-size:1px; z-index:1;
  }
div#track_c2n_wo2n {
  position:absolute; left:0px; top:20px;
  width:15px; height:220px;
  z-index:1;
  }
div#dragBar_c2n_wo2n{
  position:absolute; left:2px; top:0px;
  width:11px;
  height:30px;
  background-color:#3D5579;
  z-index:1;
  }
div#up_c2n_wo2n { position:absolute; left:0px; top:4px; z-index:2 }
div#down_c2n_wo2n {position:absolute; left:0px; bottom:4px; z-index:3 }

/*
   Styles for Chicago Tonight Inside Page scrolling layer
   Specify width and height in hold_c2n_in and wn_c2n_in, and in clip for wn_c2n_in
*/
div#hold_c2n_in {
        position:relative; overflow:hidden;
        width:485px; height:425px;
        z-index:100;
        background-color: #D1D5E1;
        }
div#wn_c2n_in  {
        position:absolute;
        left:15px; top:10px;
        width:455px; height:405px;
        clip:rect(0px, 455px, 405px, 0px);
        overflow:hidden;
        z-index:1;
        }
div.content_c2n_in {
        position:absolute; visibility:hidden;
        left:15px; top:10px;
        z-index:1;
        }

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar_c2n_in {
  position:relative; left:0px; top:0px;
  width:15px; height:425px;
  font-size:1px; z-index:1;
  }
div#track_c2n_in {
  position:absolute; left:0px; top:20px;
  width:15px; height:385px;
  z-index:1;
  }
div#dragBar_c2n_in{
  position:absolute; left:2px; top:0px;
  width:11px;
  height:50px;
  background-color:#3D5579;
  z-index:1;
  }
div#up_c2n_in { position:absolute; left:0px; top:4px; z-index:2 }
div#down_c2n_in {position:absolute; left:0px; bottom:4px; z-index:3 }

#scrollLinks
{ background-color:#B5BBD1; }
