body {
	font-family: sans-serif;
	background: #aadddd;
}

td {
	vertical-align: top;
}

li {
	padding: 2px;
}


#outline
{
	
	width: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 30px;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	left: 0px;
	background: #ffffff;
	border: 1px black dashed;
	font-size: 12px;
	
}

#title
{
	font-weight: bold;
	font-size: 20px;
	font-family: Tahoma;
	padding: 3px;
	
}

#toolbar {
	margin-left: 5px;
	padding: 3px;
}

#menus {
	margin: 8px;
	padding: 2px;
	font-weight: bold;
	position: relative;
	left: 10px;

}

#instructions {
	background: url(images/alpha.png);
	padding: 4px;
	font-size: 14px;
	font-family: sans-serif;
	margin-top: 4px;
	margin-bottom: 15px; 
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	overflow: hidden;
	z-index: 5;
}

#instructionsList {
	display: none;
}

#instructionsBar {
	background: #aadddd;
	width: 98%;
	height: 20px;
	text-align: right;
	position: relative;
	top: 2px;
	font-size: 18px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	
}

#instructionsBar:hover {
	background: green;
}

.toolbutton {
	margin: 8px;
	padding: 2px;
	background: red;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
}

.toolbutton:hover {
	background: #ffaaff;
}

.toolbutton:active {
	background: gray;
}

.entry {
	position: relative;
	left: 15px;
	
	padding-top: 0px;
	
}

.entryLine {
	padding-top: 3px;
	padding-bottom: 3px;
}

.txt {
	
}

img {
	margin-right: 3px;
}
