@charset "iso-8859-1";
/* ***************************************************
 * 
 *  File:   map.css
 *
 *  Descr:  Styles for Google Maps pages.
 *
 *  Author: Jomar Hønsi, 2009
 *
 * **************************************************/

div#map {
	padding:0px; margin:0px;
	width:600px;height:520px;
	border:1px outset #666;
	-moz-border-radius:0px; border-radius:0px;
}

div.sidebar {
	padding:0px; margin:0px;
	text-align:left;padding-left:10px; padding-top:5px;
	border:1px outset #666;
	overflow:auto; height:520px; width:140px; 
	background-color:#ccb; color:#33c;
   -moz-border-radius:0px; border-radius:0px;
}

a.sidebar {
	text-decoration:none;
	font-size:10px;
}

table.map {
	background-color:#ddc;
	padding:2px;
}

p#flaginfo { font-size: 8px; text-align:center;} 
td#info { background: #c0c0c0  no-repeat top center;
	background-image: url('/literature/images/svejk1.jpg');
	font-weight:bold; font-size:11px }
p#clickinfo { text-align:center;background-color:#669;color:#ccc; font-size:10px}
p.quote { font-style:italic; color:#030 }

/* Options */
fieldset.showopt { 
	padding:10px; text-align:center
}
input { border:1px outset; background-color:#cc9; margin-top:5px; margin-bottom:5px}
input.showopt { width:24px; height:24px; padding:0px; margin:0px; margin-left:20px}

/* Placemarks */
div  {
	-moz-border-radius:0px; border-radius:0px;
}
div.ginfowin { font-size:11px; background-color:#ddc;text-align:left;
   	margin-top:5px; height:175px;overflow:auto; width:380px}
div.geo { margin-top:5px; padding:10px; border:1px outset #ccc; font-size:11px; background-color: #ddc;}
h2.geo {color: #336; margin:5px; margin-bottom:12px;}

