/*
 *	STYLESHEET:
 *	gMapPrint.css
 *
 *	PURPOSE:
 *	Print stylesheet for example page of the CFGMap Custom Tag
 *
 *	AUTHOR:
 *	Stephen G 'Cutter' Blades, Jr cutterDOTblATcutterscrossing.com
 */
 
body {
	background-color: white;
	color: black;
	text-align: center;
}

#container{position:relative;}
#container #map{height:500px;margin:auto;}

#btn_print .printBtn{display: none;}
#btn_print .fermer{display: none;}

body {background: none;}




