--- loncom/homework/grades.pm	2008/12/15 20:55:38	1.536
+++ loncom/homework/grades.pm	2008/12/17 13:06:17	1.537
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.536 2008/12/15 20:55:38 raeburn Exp $
+# $Id: grades.pm,v 1.537 2008/12/17 13:06:17 harmsja Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -8178,8 +8178,8 @@ GRADINGMENUJS
   '.$table.'
 </div>
 
-<div class="columnSection">
-  <div>
+<div class="LC_columnSection">
+  
     <fieldset>
       <legend>
        '.&mt('Sections').'
@@ -8189,27 +8189,21 @@ GRADINGMENUJS
     $result.= '<option value="all" '.($saveSec eq 'all' ? 'selected="selected"' : ''). '>all</option></select> &nbsp; ';
     $result.='
     </fieldset>
-  </div>
-
-  <div>
+  
     <fieldset>
       <legend>
         '.&mt('Groups').'
       </legend>
       '.&Apache::lonstatistics::GroupSelect('group','multiple',5).'
     </fieldset>
-  </div>
-
-  <div>
+  
     <fieldset>
       <legend>
         '.&mt('Access Status').'
       </legend>
       '.&Apache::lonhtmlcommon::StatusOptions($saveStatus,undef,5,undef,'mult').'
     </fieldset>
-  </div>
-
-  <div>
+  
     <fieldset>
       <legend>
         '.&mt('Submission Status').'
@@ -8222,7 +8216,7 @@ GRADINGMENUJS
                  <option value="all" '.      ($saveSub eq 'all'       ? 'selected="selected"' : '').'>'.&mt('with any status').'</option>
       </select>
     </fieldset>
-  </div>
+  
 </div>
 
 <br />