/** capture **/

body {  
border-width: 2px; 
border-style: solid; 
border-color: #1078E1;
margin: 0;
padding: 2px;
padding-bottom:30px;
} 

.snapshot {
border-width: 2px; 
border-style: solid; 
border-color: #1078E1;
}

/** annotation **/
.selection {
  border: 1px solid blue;
  background-color: darkblue;
  color: white;
}

.highlight {
	border-style: none;
	background-color: #FFFF66;
}

.annotation {
	border-style: none;
	border-width:3px;
	border-top-width:0px;
	border-bottom-width:0px;
	margin-left:2px;
	margin-right:2px;
	background-color: #A0FFFF;
	color: #000000;
}
.annotation2 {
	border-style: none;
	border-width:3px;
	border-top-width:0px;
	border-bottom-width:0px;
	margin-left:2px;
	margin-right:2px;
	background-color: #A0FFFF;
	color: #000000;
}

.reference {
	border-style: none;	
	text-decoration: none;
}

.hyperlink {
	border-style: none;
	margin-left:2px;
	margin-right:2px;
	color: blue;	
	text-decoration: none;
}

.icon {
	border-style: none;
	height:16px;
	width:16px;
}

.owner {
	display: none;
	visible: hidden;
}

/** Context Menu **/

div#contextMenu, div#contextMenu a.menuitem {
  	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

div#contextMenu {
	background-color: #99ccff;
	border: 1px solid;
	border-color: #66ccee #5566ff #5566ff #66ccee;
	left: 0px;
	top: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	visibility: hidden;
	z-index: 9999999;
}

div#contextMenu a.menuitem {
	color: #000000;
	cursor: default;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
}

div#contextMenu a.menuitem:hover {
	background-color: #0066cc;
	color: #ffffff;
}

div#contextMenu div.separator {
	border-top: 1px solid #0066cc;
	border-bottom: 1px solid #99ccff;
	margin: 4px 2px;
}
/******/
