.kmlFolderBtn{
    display:inline-block;
    width:9px;
    height:9px;
    background: transparent url('img/plus.gif') top left no-repeat;
    border:0;
}

.kmlFolderEmpty{
    display:inline-block;
    width:9px;
    height:9px;
    border:0;
}

#kmlMenuOut{
/*KMLMap fills with checkboxes for its menu*/
	font-family:    Arial, Verdana;
	font-size:      8pt;
	display:        none;
	white-space:    nowrap;
	overflow:       hidden;
	width:          100%;
}

#jKMLMap{
/*KMLMap fills this div with the GoogleMap*/
	width:         100%;
    height:        100%;
	white-space:   nowrap;
	font-size:     8pt;
}

#clickHere{
/*"Click here for more maps" */
/*ITS POSITION must be specified in the theme's css, so it's right next to the combobox*/
	position:absolute;
	width:210px;
	height:32px;
	z-index:1;
	display:none;
}

#travellogMain{
    /*Main content area of travellog; very similar to main-col.*/
    /*NOTE: HEIGHT AND WIDTH MUST BE SPECIFIED SOMEWHERE*/
    /*(I have it in style.css, so it can be done per-theme)*/
    float:          left;
}

.fldr{
/*Indentation for each folder in our sidebar*/
	margin-left: 10px;
}

.fldr .mrkr{
/*Indentation for each marker in its parent folder*/
	margin-left: 7px;
}

.haslnk:link{
/*Diff between menuitems whose markers have links and those which dont*/
	font-style:italic;
}