/*general jquery tabs fix*/
.tabLinkDiv {
 height: 1%;
 width: 130px;
 text-align:center;
 }
 .tabContent{
 margin-left: 10px;
 }
 .leftCorner,.rightCorner{
background-repeat: no-repeat;
bottom:-12px;
 }
 /*Ends general tabs*/

/* 	Fixes for Internet Explorer 6 and under. Fixes for a lot of min-heights and min-widths     */    
#panesBottom { height: 39px; }
#vidSearch { height: 30px; }
#Footer { height: 110px; }
#container { width: 974px; }
#panesTop, #panes, #panesBottom { margin-left: 2px; }
#VideoComments textarea {width: 524px; }
.roundBox span.BotL { bottom: -1px; }
/* .roundBox h1.solidHeader span.topL { background: transparent; width: 0px; display: none; }
.roundBox h1.solidHeader span.topR { background: transparent; width: 0px; display: none; } 
#NavBar .nav-TL, #NavBar .nav-TR, #NavBar .nav-BL, #NavBar .nav-BR { height: 0px; display: none; background: transparent; }*/  
#NavBar .nav-TL, #NavBar .nav-TR, #NavBar .nav-BL, #NavBar .nav-BR { line-height: 0px; overflow: hidden; }
#logo {left: -25px; }
#VideoList ol li { height: 122px; }
#VideoList span { margin-top: -10px; padding-right: 252px; display: block; font-size: 125%; }
.mootabs_title img { margin-bottom: 15px; }
.whiteTab { width: 90px; bottom: -16px !important;  }
.whiteTab .roundContent { margin: 0px; padding: 0px; height: 0px !important; }
.hasLayout {height:1% !important;}  
.loginText, .textInput { background: #f3f3f3 top left no-repeat; }
#loginForm a { display: block; }
.upcoming .roundContent div .nextWeek  
{ height: 1%; }

/* Hides from IE-mac \*/
* html .roundBox {height: 1%;}
/* End hide from IE-mac */

/* fixes issue with pos aboslute inside relative container, lets us have our rounded corners,thanks goodness */
#videoSlider .solidHeader, div.roundBox h1.solidHeader, #NavBar, .ie_layout {
  height: 0;
  he\ight: auto;
  zoom: 1;
}
