#description {
	width: 90%;
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-top: 15px;
        margin-left:auto;
        margin-right:auto;
}

#description th {
	font-weight: bold;
	width: 25%;
	text-align: center;
	border: 1px solid gray;
	padding: 2px;
	font-size: 1em;
}

#description td {
	width: 25%;
	text-align: center;
	border: 1px solid gray;
	padding: 2px;
	font-size: 1em;
}

#satImage {
	width: 700px;
}

#navigationButtonList {
	width: 650px;
	padding: 0;
	text-align: center;
	margin: 10px auto 10px auto;
	list-style: none;
}

.navigationItem {
	display: inline;

}

.navigationButton {
	font-size: 1em;
	font-weight: 700;
	display: inline-block;
	padding: 2px;
	border: 1px solid gray;
	margin-left: 2px;
	margin-right: 2px;
	width: 5em;
	color: #CCCCCC;
	background-color: #EEEEEE;
	text-decoration: none;
}

.navigationButton a {
	color: black;
	text-decoration: none;
}

.navigationButton a:hover {
	color: blue;
	text-decoration: none;
}

#otherImages {
	padding-top: 1px;
	padding-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

.otherImagesForm {
	display: inline;
	font-size: 1em;
}

#channelSelect {
	width: 100px;
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
}

#satelliteSelect {
	width: 100px;
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
}

.goButton {
	width: 30px;
	font-size: 0.8em;
}
