@import url("timeline.css");
@import url("overlay.css");

/* common */

#oatg, #parts_overlay, #img_overlay {
	font-family: tahoma, verdana, arial;
	/*font-size: 90%;*/
}

#throbber {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2000;
}


#footer {
	font-size: 60%;
	position: fixed;
	bottom: 2px;
	right: 2px;
}

/* list */

#map {
	position: relative;
	margin-top: 4px;
	border: 1px solid #000;
	height: 500px;
}

/* thumbs */

#thumbs_title {
	font-size: 120%;
	font-weight: bold;
}

#thumbs_content {
	text-align: justify; 
}

#thumbs_content table {
	margin: 0px auto;
	border-collapse: collapse;
	width: 100%;
}

#thumbs_content td {
	padding: 1em;
	text-align: center;
	font-size: 85%;
	background: #fefefe;
}

#thumbs_content img {
	border: 1px solid #000;
	text-align: center;
	font-size: 85%;
}


