
/* TEACHER LIST */

div#teacherList {height: 400px; width: 878px; overflow: auto; border: 1px solid #BBBBBB; margin: 0; padding: 0; background: #f2fbff;}
div#teacherHead, div#teacherFoot {width: 878px; border: 1px solid #BBBBBB; margin: 0; padding: 0;}
div.headerRow	{clear: both; width: 863px;}
div.teacherRow	{clear: both; border-top: 1px solid #DDDDDD; }

div.teacherRow h1 {width: 18%; float: left; font-size: 12px; line-height: 16px; margin: 10px 0 11px 3%; font-weight: bold;  padding: 0; font-family: 'Lucida Grande', Geneva, Arial, sans-serif;}
div.teacherRow h2 {width: 27%; float: left; font-size: 12px; line-height: 16px; margin: 10px 0 11px 3%; }
div.teacherRow h3 {width: 43%; float: left; font-size: 12px; line-height: 16px; margin: 10px 3% 11px 3%; }

div.headerRow h4  {width: 18%; float: left; font-size: 11px; line-height: 16px; margin: 10px 0 11px 3%; text-transform: uppercase; }
div.headerRow h4.wide  {width: 27%;}


