--- loncom/interface/loncommon.pm	2009/05/05 16:51:22	1.803
+++ loncom/interface/loncommon.pm	2009/05/08 13:38:41	1.807
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.803 2009/05/05 16:51:22 bisitz Exp $
+# $Id: loncommon.pm,v 1.807 2009/05/08 13:38:41 droeschl Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1855,7 +1855,7 @@ sub home_server_form_item {
     if ($numlib > 1) {
         $result .= '<select name="'.$name.'" />'."\n";
         if ($default) {
-            $result .= '<option value="default" selected>'.&mt('default').
+            $result .= '<option value="default" selected="selected">'.&mt('default').
                        '</option>'."\n";
         }
         foreach my $hostid (sort(keys(%servers))) {
@@ -4370,6 +4370,8 @@ ENDROLE
 	if ($notopbar) {
 	    $bodytag .= $titletable;
 	} else {
+        $bodytag .= qq|<div id="head_userinfo">$name ($role) <br/>
+        <em>$realm</em></div>|;
 	    if ($env{'request.state'} eq 'construct') {
                 $bodytag .= &Apache::lonmenu::menubuttons($forcereg,$forcereg,
 							  $titletable);
@@ -4722,6 +4724,10 @@ table#LC_title_bar a {
   color: $fontmenu;
 }
 
+table#LC_title_bar {
+  /*display: none;*/
+}
+
 table#LC_title_bar,
 table.LC_breadcrumbs,
 table#LC_title_bar.LC_with_remote {
@@ -5406,6 +5412,7 @@ table.LC_notify_front_page td {
   background: $tabbg;
   vertical-align: middle;
   margin: 2ex 0ex 2ex 0ex;
+  padding: 3px;
 }
 
 .LC_topic_bar span {
@@ -5426,12 +5433,6 @@ table.LC_status_selector td {
   padding: 4px;
 }
 
-table.LC_descriptive_input td.LC_description {
-  vertical-align: top;
-  text-align: right;
-  font-weight: bold;
-}
-
 div.LC_feedback_link {
   clear: both;
   background: white;
@@ -5876,7 +5877,21 @@ h2,h3,h4,h5,h6 {
 
 dl,ul,div,fieldset {
 	margin: 10px 10px 10px 0;
-	overflow:hidden;
+/*	overflow: hidden; */
+}
+
+#head_userinfo {
+    float: left;
+    margin: 0;
+}
+
+#head_userinfo em{
+    font-weight: bold;
+    font-style: normal;
+}
+
+ol.LC_smallMenu {
+    float: right;
 }
 
 ol.LC_smallMenu, ol#LC_PathBreadcrumbs {
@@ -5899,6 +5914,10 @@ ol.LC_smallMenu a {
 	text-decoration: none;
 }
 
+ol#LC_TabMainMenuContent {
+    clear: both;
+}
+
 ol#LC_TabMainMenuContent, 
 ul.LC_TabContent ,
 ul.LC_TabContentBigger {