
BODY	 { background-color: #B1C7E7; }
H1	 { text-align: center; }

.message { color: blue; }
.error   { color: red; }
.frame   { color: black;
           border-width: 1px;
         }
TABLE.frame
         { background-color: #CCDEEC;
	   background-image: url(/gs/background.jpg);
           border-width: 1px;
           border-style: solid;
	   border-color: black;
           text-align: left;
         }

.menu
         { background-color: #C9DDF8;
           border-width: 1px;
           border-style: solid;
	   border-color: black;
           text-align: left;
         }

.tree-opened	{ list-style-image: url(/gs/styles/opened-folder.gif);
        	}

.tree-closed	{ list-style-image: url(/gs/styles/closed-folder.gif);
        	}

.tree-leaf	{ list-style-image: url(/gs/styles/document.gif);
        	}
.no-bullet      { list-style-type: none;
		  list-style-image: none;
		}

.command-description { margin-top: 0px; }
.command-name { font-weight: bold; }

.login-button { border: thin; }
.new-button { border: thin; }
.help-button { border: thin; }

OL.ui-description 
	{ list-style-type: upper-alpha;
	  font-weight: bold;
	  font-size: large;
	  color: red;
	}

OL.ui-description LI SPAN
	{ font-weight: normal;
	  font-size: medium;
	  color: black;
        }

OL.ui-description LI UL
	{ font-weight: normal;
	  font-size: medium;
	  color: black;
        }


