  body, html 
  {
      background-color: #CCDDFF;
      height: 100%; 
      padding: 0px; 
      margin: 0px;
  }
  
  #middle 
  {
      vertical-align: middle;
  }
  
  #outer 
  {
      width: 100%; 
      height: 100px;
      padding: 0px; 
      margin: 0px; 
  }
  .centered_mp 
  {
      margin-left: auto; 
      margin-right: auto; 
      text-align:center;
      margin-top: 10px;
      padding-top: 10px;
      border-top: 2px solid #aaaaff;
  }
  
  #title 
  {
      margin-left: auto; 
      margin-right: auto; 
      text-align:center; 
      color: #4444FF; 
      font-size: 20px;
  }
  
  #title2 
  {
      margin-left: auto; 
      margin-right: auto; 
      text-align:center; 
      color: #4444FF; 
      font-size: 14px;
  }

#left_sidebar
{
    width: 180px;
    float: left;
    overflow: auto;
    height: 99%;
}


#channels
{
    background-color: #eeffff;
    height: 20%;
    overflow: auto;
    margin-right: 140px;
    margin-left: 20px;
    margin-bottom: 5px;
}


.country {
    width:150px;
    height:20px;
    cursor: pointer;
    
    font-size:14px;
    float:left;
    margin:1px 0;
    padding-left:5px;
    padding-top:5px;
    text-align:left;
    text-decoration:none;
    border: 1px solid #aaaaff;
}

div.country:hover
{
    background-color: #aaaaff;
}

div#right_sidebar
{
    margin-left: 180px;
    height: 100%;
}

.country img{
    margin-right: 5px;
}

.channel img{
    margin-right: 5px;
}

.channel {
    cursor: pointer;
    width:200px;
    height:20px; 
    font-size:12px;
    float:left;
    margin:1px 1px;
    padding-left:5px;
    padding-top:5px;
    text-decoration:none;
    border-top: 1px solid #FFDDFF;
    border-left: 1px solid #FFDDFF;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;
    background-color: #DDDDFF;
    text-align: left;
}

div.channel:hover
{
    background-color: #aaaaff;
}

#ad_right {
    position: absolute;
    right: 5px;
    top: 75px;
}

#ad_top {
    text-align: center;
}

#search_bar {
    text-align: left;
    width: 200px;
    margin-left: 20px;
    position: absolute;
    top: 25px;
}

#search_edit {
    position: relative;
    bottom: 11px;
}

#video {
    height: 75%;
}

#loader_left {
    position: relative;
    text-align: center;
    top: 50%;
}

#loader_channels {
    position: relative;
    text-align: center;
    top: 10%;
}
