Index: /issm/trunk/doc/website/doc_c/doxygenissm.css
===================================================================
--- /issm/trunk/doc/website/doc_c/doxygenissm.css	(revision 609)
+++ /issm/trunk/doc/website/doc_c/doxygenissm.css	(revision 610)
@@ -495,5 +495,5 @@
 
 /* Styles for detailed member documentation */
-
+/* Style for detailed member documentation */
 .memtemplate {
 	font-size: 80%;
@@ -501,7 +501,6 @@
 	font-weight: normal;
 	margin-left: 3px;
-}
-
-.memnav {
+} 
+.memnav { 
 	background-color: #e8eef2;
 	border: 1px solid #84b0c7;
@@ -511,9 +510,12 @@
 	padding: 2px;
 }
-
 .memitem {
-	padding: 0;
-}
-
+	padding: 4px;
+	background-color: #eef3f5;
+	border-width: 1px;
+	border-style: solid;
+	border-color: #dedeee;
+	-moz-border-radius: 8px 8px 8px 8px;
+}
 .memname {
 	white-space: nowrap;
@@ -521,26 +523,16 @@
 }
 
-.memproto, .memdoc {
-	border: 1px solid #84b0c7;	
+.memdoc {
+	padding-left: 10px;
 }
 
 .memproto {
-	padding: 0;
 	background-color: #d5e1e8;
-	font-weight: bold;
-	-webkit-border-top-left-radius: 8px;
-	-webkit-border-top-right-radius: 8px;
-	-moz-border-radius-topleft: 8px;
-	-moz-border-radius-topright: 8px;
-}
-
-.memdoc {
-	padding: 2px 5px;
-	background-color: #eef3f5;
-	border-top-width: 0;
-	-webkit-border-bottom-left-radius: 8px;
-	-webkit-border-bottom-right-radius: 8px;
-	-moz-border-radius-bottomleft: 8px;
-	-moz-border-radius-bottomright: 8px;
+	width: 100%;
+	border-width: 1px;
+	border-style: solid;
+	border-color: #84b0c7;
+	font-weight: bold;
+	-moz-border-radius: 8px 8px 8px 8px;
 }
 
