/* 
====== For the tabs on the DON pages */
.folded {
	background:#eeeeee;
	display: none;
	min-height:100%;
	margin:0 20px;
	padding:10px;
	}
	
#rightCol210 h3 {margin: 0 0 10px;}

.tdB {vertical-align:middle;}

	
/* 
====== For the GMap items on the DON pages */
#marker_list a img {border:none;}
	
label {cursor:pointer;}
	
.map-flyout {
	width:210px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	}
	
.photoholder {background:#222;}
	
.map-flyout a img {border:4px solid #222;}
		
.map-flyout a img:hover {border:4px solid #555;}
		
.map-flyout h3 {margin-bottom:.75em;}
	
#marker_list_shell {
	float:left;
	width:180px;
	height:470px;
	overflow:auto;
	margin-left:10px;
	}
	
ul.marker_cats {
	list-style-type:disc;
	list-style-image:none;
	margin:0 0 10px 0;
	padding:0;
	}
	
ul.marker_cats li {
	display:inline;
	margin:0 4px 0 0;
	padding:3px;
	border:1px solid #bbb;
	background:#eee;
	line-height:27px;
	}

ul.marker_cats li label img {
	vertical-align:middle;
	}	
	
#map {
	/*float:left;
	width:470px;
	height:470px;*/
	}
	
#gmapshell {
	height:470px; 
	margin-bottom:10px;
	}
	
#marker_list ol {list-style:none;}
