	table.teaching-grid { width:100%;margin:0; border-top-left-radius: 8px; border-top-right-radius: 8px }
	table.teaching-grid th { background:#001834;padding:10px 5px; color: #EFEFEF; }
	table.teaching-grid td { padding:7px 5px; }
	table.teaching-grid tr { background:#001834; }
	table.teaching-grid tr.odd { background:#D4DBED; border: thin solid #000000 }
	table.teaching-grid tr.even { background:#FDFDFD; }
	div#player-wrapper,div#connection-settings { margin:10px 0;border:solid 1px #D4D4D4;padding:3px; }
	div#connection-settings { background:#B6B9CA; }
	div#connection-settings div.section-heading { margin:0;padding:5px;background:#707FB6;color:#fff;font-size:12px; }
	div#connection-settings { font-size:12px;text-align:left; }
	div#connection-settings p { margin:3px 0; }
	div#player-options { display:none;padding:3px;margin-top:-10px;margin-bottom:10px;font-size:11px; }
	div#player-options div { font-size:11px; }
    tr.headerRow{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

	div.section-heading { background:#001834;padding:10px;font-size:13px;color:#fff;font-weight:bold;margin:0; }
	h2 { font-weight:bold;margin:5px 0;font-size:14px;color:#fff; }

div.teachingCategory{
  background-color: #B4BBD8;
  border: thin solid #CFCFCF;
  border-radius: 5px;
  padding: 5px;
}
div.categoryContainer{
  width: 48%;
  margin-right: 10px;
  float: left
}
div.recentCategory{
  background-color: #B4BBD8;
  border: thin solid #CFCFCF;
  border-radius: 5px;
  padding: 5px;
}
div.recentContainer{
  width: 98%;
  margin-right: 10px;
  float: left
}
div.categoryTitle{
  font-size: 12pt;
  font-weight: bold
}
div.categoryDescription{
  font-size: 10pt;
  font-weight: normal;
  margin-left: 10px
}
div.categoryList{
  margin-left: 15px;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-top: 5px
}
div.recentList{
  width: 45%;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-top: 5px
}
div.teachingItem{
  margin-bottom: 10px;
  
}
div.teachingDetails{
  margin-left: 10px;
  margin-bottom: 10px
}