@import url("timeline.css");
@import url("overlay.css");

/* common */

#oatg, #parts_overlay, #img_overlay {
	font-family: verdana, arial;
	font-size: 90%;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


hr {
	border: none;
	border-top: 2px solid #416099;
}

#footer {
	font-size: 60%;
	position: fixed;
	bottom: 2px;
	right: 2px;
}

#header {
	height: 208px;
	margin: 0px;
	border-top: 1px solid #416099;
	border-bottom: 2px solid #000;
	background-image: url("../images/SZ-head.jpg");
	background-repeat: no-repeat;
}

#title{
	display: block;
	width: 100%;
	height: 100%;
}

#header_line {
	border-top: 1px solid #416099;
	margin-top: 1px;
	margin-bottom: 8px;
}

#throbber {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2000;
}

/* list */

#map {
	position: relative;
	margin-top: 4px;
	border: 1px solid #416099;
	height: 100%;
}

/* thumbs */

h2,h3 {
	margin: 2px;
}

#thumbs_content {
	text-align: center; 
}

#thumbs_content table {
	margin: 0px auto;
	border-collapse: collapse;
}

#thumbs_content tr {
	border-bottom: 1px solid #416099;
}

#thumbs_content td {
	padding: 1em;
	text-align: center;
	font-size: 80%;
}

#thumbs_content img {
	border: 1px solid #bbb;
	text-align: center;
	font-size: 80%;
}

#thumbs_content a {
	font-weight: bold;
	behavior: url("themes/oj/styles/hover.htc");
}

#thumbs_content a:hover, #parts_close:hover, #img_overlay a:hover {
	text-decoration: none;
}

#thumbs_content a:hover img, #thumbs_content a.hover img {
	border: 1px solid #000;
}
