 #tabs {
      float:left;
      width:515px;
      font-size:93%;
      line-height:normal;
      margin-top:5px;
      background:url("/CreateTV.nsf/tab_bg.gif") repeat-x bottom;
      }
#tabs ul {
	margin:0;
    padding:10px 10px 0 0px;
	list-style:none;
 }
#tabs li
{
  float:left;
  background:url("/CreateTV.nsf/tableft.gif") no-repeat left top;
  margin:0 2px 0 2px;
  padding:0 0 0 2px;
  border-bottom:1px solid #FDB547;
 }
 
#tabs a
{
 	 float:left;
     display:block;
     background:url("/CreateTV.nsf/tabright.gif") no-repeat right top;
     padding:5px 15px 4px 6px;
     text-decoration:none;
     color:#FFF;
 }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a 
{
float:none;
}
	/* End IE5-Mac hack */
#tabs a:hover 
{
  color:#FFF;
}
 #tabs .current 
 {
 	 background-position:0% -42px;
 	 border-width:0;    
 }
 
 #tabs .current
 {
 	border-bottom:0;
 }
 #tabs .current a
 {
 	background-position:100% -42px;
 	padding-bottom:5px;  
 }
 
#tabs li:hover, #tabs li:hover a
{
   background-position:0% -42px;
}
#tabs li:hover a span 
 {
    background-position:100% -42px;    
 }
 
  
 .tabcontent
 {
 	clear:both;
 	border-left:1px solid #FDB547;
 	border-right:1px solid #FDB547;
 	border-bottom:1px solid #FDB547;
 	padding:10px;
 }
#schedTable{
	font-size:12px;
}
