/*
	Print style sheet for Multimap Documentation (client and internal)
	maintained by Richard - please ask before changing
*/

BODY { 	
	color:#000000;
	background:#ffffff;
	padding: 0.5in;
	padding:0;
	margin:0;
	font-family:Georgia, helvetica,arial,geneva,sans-serif }
	
A:link, A:visited, A:active {
	text-decoration:none;
	color:gray;
	/*color:#000000;*/
}

H1 {
font-size: 12pt;
margin:0 0 2em 0;
}

H1 .sub {
font-size: 10pt;
}

H2 {
font-size: 10pt;
}

H3 {
font-size: 9pt;
}

P,LI,DD,DT,H4,H5,CAPTION,#maincontent TH,#maincontent TD,CODE {
font-size: 9pt;
}

.url { display:inline;
		font-style:italic; } /* show urls of links */

.codexmp { /* scrolling code example */
	height:auto;
	overflow : visible;
	margin-bottom:0.5em;
	border:0;
}

TD.highlight, TH.highlight {
	background:transparent;
	font-weight:bold;
}

.tooltip {
	border-bottom: 0;
}