/* @override http://localhost:8888/earthobservation/styles/LocalScreen.css */

/* LocalScreen.css - Local style specification for Earth Observation pages */

/* @group Base Styles */

/* Override style defaults */

body {
	background: black url(/global/images/bg-200.jpg) repeat-x 0 115px;
}

.headerBase {
	background: #172126;
	border-bottom-color: #2e424d;
}

.bodyText ul {
	margin-top: -10px;
}

.bodyText ul li {
	margin-top: 5px;
}

/* @end Base Styles */

/* @group List Styles */

ul {
	margin-top: 10px;
}

li:not(:last-child) {
    margin-bottom: 5px;
}

/* @end List Styles */

/* @group Table Layout Styles*/

.image-table,
.image-table-60,
.image-table-80,
.image-table-100 {
  table-layout: fixed;
  font-size: 75%;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  white-space: nowrap;
}

.image-table,
.image-table-60 {
  width: 60%;
}

.image-table,
.image-table-80 {
  width: 80%;
}

.image-table-100 {
  width: 100%;
  padding: 10px 0px 10px 0px;
}

table .imageShadow img {
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
}

/* @end Table Layout Styles */