2007-11-24 17:44:09 +00:00
|
|
|
/* Styles specific to the groups.php page */
|
|
|
|
|
|
|
|
#disclaimer {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 9pt;
|
|
|
|
color: red;
|
|
|
|
text-align: center;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
2007-12-04 18:17:21 +00:00
|
|
|
|
|
|
|
.GroupNodeTable { margin-left: 10px; }
|
|
|
|
.GroupNodeTableHeader { color: black; background-color : #FFFF66; font-weight : bold; white-space: nowrap; }
|
|
|
|
.GroupNodeTableRow { color: black; background-color : #FFFF66; white-space: nowrap; }
|