
/* #image {border: 4px inset grey;} */
/* #image {border: 1px solid #919191;} */
#image {border: 3px double #919191; cursor:pointer; cursor:hand;}
#imageStatus {color:red;}

body, table, .content { 	
	color:white;
	background:black;
	width: auto;
	max-width: none;
}

h1 { width:auto;}

.content a {
	color: #ffff00;
}

@media print {
	body, table, .content { 	
		color: black;
		background: white;
		width: auto;
	}

	.content a {
		color: #0000ff;
	}

	/* from layout-print.css */
	h1, .sidebar {display:none;} 
	.content {margin: 20px 0px 20px 0px;}

}

#Next:before 	 {content: "\2192  "; font: 20px "Symbol";}
#Previous:before {content: "\2190  "; font: 20px "Symbol";}
#First:before 	 {content: "\2191  "; font: 20px "Symbol";}
#Last:before 	 {content: "\2193  "; font: 20px "Symbol";}
