@import '/css/components/sifr.css';


HTML {
}

BODY {
  background : #b3b3b3 url(/images/bg.gif) repeat scroll left top;
  font-family : Helvetica, Arial, sans-serif;
  font-size : 75%;
  line-height : 1.167em;
  color : #ffffff;
}


/* text styles */

H1, H2, H3, H4, H5, H6, LEGEND, STRONG {
  font-weight : bold;
  line-height : 100%;
}

H3 {
  font-size : 1.5em;
  line-height : 1.222em;
}

H3 A {
  cursor : pointer;
}

H4 {
  font-size : 1.883em;
}

H5 {
  font-size : 1.667em;
}

H6 {
  font-size : 1.5em;
}

P {
  padding-top : 0.25em;
  padding-bottom : 0.8333em;
}

A {
  color : #ffffff;
  text-decoration : none;
}

A:hover, A:active {
  text-decoration : underline;
}





/* HEADER */

DIV#header {
  padding-top : 20px;
}

DIV#footer {
  overflow : hidden;
  padding-bottom : 10px;
  clear : both;
  text-align : center;
}


  DIV#header DIV#logo {
  
  }
  
DIV#c {
  
}

  DIV#menu {
    
  }
  
    DIV#menu UL {
      list-style : none outside none;
    }
    
    DIV#menu UL,
    DIV#video-info H3 {
      font-family : Charcoal, Impact, Helvetica, Arial, sans-serif;
      font-weight : normal;
      text-transform : uppercase;
    }
    
      DIV#menu UL LI {
        font-size : 1.5em;
        line-height : 1.222em;
      }
      
        DIV#menu UL LI A {
        }
      
        A.toggle {
          background : transparent url(/images/bg.list-item-togglable.png) no-repeat scroll right top;
          padding-right : 25px;
        }
        
        A.toggle.selected {
          background-position : right bottom;
        }
      
        DIV#menu UL LI UL {
          list-style : none outside none;
          margin-left : 15px;
          font-family : Helvetica, Arial, "Lucida Grande";
          text-transform : none;
        }
      
          DIV#menu UL LI UL LI {
            font-size : 70%;
            line-height : 120%;
          }
          
          DIV#menu UL LI UL LI A.selected:link,
          DIV#menu UL LI UL LI A.selected:active,
          DIV#menu UL LI UL LI A.selected:visited
           {
            font-weight : bold;
            color : #eaeaea;
          }
          
          DIV#menu UL LI UL LI A.selected:hover {
            color : #ffffff;
          }

  DIV#content {
    overflow : hidden;
    padding-top : 20px;
    padding-bottom : 20px;
  }
 
  DIV#content DIV.video-details A {
    font-weight : bold;
    text-decoration : underline;
  }
  
  DIV#content H3 A:link,
  DIV#content H3 A:visited
  {
    text-decoration : none;
  }
    
  DIV#content UL {
    list-style : disc outside none;
    margin-left : 1.5em;
  }
  
    DIV.blank {
    overflow : hidden;
    padding-top : 330px;

  }
  