body {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  margin-right: 2em;
  font-family: arial sans-serif;
  background-color: #E7E7E7;
  color: black;
}

h1 {
  background-color : #000066;
  color : silver;
  padding : 5px;
  border : black solid 3px;
}

table {
	border: thin solid black;
	background-color : white;
	color: Black;
	margin-bottom : 5px;
}

td#warning {
	width : 100%;
	background-color : #F4A460;
	color : Black;
	font-size : larger;
	font-weight : bolder;
}

td {
  border: thin solid;
  padding : 10px;
  vertical-align : top;
}

td#bookmarks {
	width : 100%;
}

td#left {
	vertical-align : top;
}

td#left input {
	width : 90%;
}

div {
	background-color : white;
	color : black;
	padding : 0px 5px 0px 0px;
	}

div.libraryContent	 {
	margin-left : 20px;
}

div.libraryContenthidden	 {
	margin-left : 20px;
	visibility : hidden;
	position: absolute;
}

div.libraryname {
	font-weight : bold;
}

div.libraryselected {
	font-weight : bold;
	background-color : #00008B;
	color : yellow;
}

div.bookmarkselected {
	background-color : #ADD8E6;
	color: Black;
}

span.location {
	padding : 0px 0px 0px 20px;
	font-size : x-small;
}

span.x-visible {
	font-weight : bold;
}

input#saveButton {
	background-color : #77FF78;
	color : black;
}

input#cancelButton {
	background-color : #FF9B9B;
	color : black;
}

div.applet {
	width : 100%;
	height : 100px;
	color : white;
	background-color : black;
}

.bold {
	font-weight : bold;	
}

div.visible {
	visibility : visible;
}

div.invisible {
	visibility : hidden;
	position : absolute;
}