body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
	height:100%;    
}
.notesLayer{
	position:absolute;
	visibility:hidden;
	background-color:#FFFF99;
	border:1px #bbbb39 solid;
	width:200px;
	z-index:5001;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	text-align:right;
	margin:0px;
	padding:0px;
}
.notesLayer table{
	margin:0px;
	padding:0px;
	height:25px;
	float:left;
	display:inline-table;
}

textarea  {
	width:99%;
	height:200px;
	background-color:#FFFF99;
	border:none;
	font-family:arial;
	font-size:12px;
	line-height:16px;
	overflow: auto;
}
.dragBar {
	width:200px;
	height:22px;
	cursor:move;
	background: #e6e668 url(images/dragBarBack.gif) right no-repeat; 
	text-align:right;
}
#noteTemplate {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	KhtmlOpacity:0;
}
#menu {
	position:relative;
	width:100%;
	z-index:10000;
	top:0px;
	left:0px;
	border-bottom:solid 1px #999999;
	border-right:solid 0px #999999;
	margin: 0px 0 0 0px;
	background: url(images/browserChrome.gif); 
}
#menu #browserButtons img{
	padding-left:5px;
	padding-right:5px;
}
#noteSeparatorLayer {
	position:absolute;
	width:0px;
	height:100%;
	z-index:500;
	top:0px;
	left:0px;
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.bufferIframe {
	z-index:-10;
	border:0px;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:247px;
	width:200px;
}
