@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------------------------------------/
 * CSS page for special data tables
 * Please comment all styles
 */

.box-noleftline {		
	border-top: thin solid #CCC;
	margin-top: 30px;
}

	.data {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}

	table.data td {		
		border-right: thin solid #CCC;
		border-bottom: thin solid #CCC;	
		padding: 5px;
	}
	
.table-full {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
}

.secondary-link {
	font-size: 10px;
	margin-top: 5 px;
}

.table-full th {
		border: solid thin #999;	
		background-color: #CCC;	
		padding: 5px;		
	}

.table-full td {
		border: solid thin #999;
		padding: 5px;
	}

.table-full-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 25px;
}

.table-full-2 th {
		border: solid thin #999;	
		background-color: #CCC;
		padding: 3px;
	}

.table-full-2 td {
		border: solid thin #999;
		padding: 3px;
	}
	
.table-full-lists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 25px;
}

.table-full-lists li {
			padding-bottom: 10px;
			list-style:none;
		}

	.table-full-lists th {
			border: solid thin #999;	
			background-color: #CCC;
			padding: 8px 3px;
			font-size: 13px;
		}
	
	.table-full-lists td {
			border: solid thin #999;
			padding: 3px;
		}
	
	
.left-gray {
	background-color: #eaeaea;
}

/* winds page styles */
table.winds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 650px;
}

	.winds th {
		border: solid thin #999;
		background-color: #CCC;
		padding: 5px;
		text-align: center;
	}

	.winds td {
		text-align: center;
		border: solid thin #999;
		padding: 4px;		
	}

	.light-gray { background-color: #F1F1F1; }

/* swir page styles */
.top-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 175px;
	margin: 35px 0px 0px 0px;
	float: right;
}

/* Okeanos MODIS page table */

.table-full-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 25px;
	border-collapse: collapse;
}

.table-full-3 th {
		border: solid thin #999;	
		background-color: #CCC;	
		padding-left: 3px;	
	}

.table-full-3 td {
		border: solid thin #999;
		padding: 5px 3px 5px 3px;
	}
	
/* STATUS TABLES */
.table-container {
	position:relative;
	width: 550px;
	margin-top: 0;
}

.key-heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 50px;
	margin-bottom: 10px;
	}

.table-no-borders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
}

.table-no-borders th {
		text-align:left;
		height: 30px;		
	}

.table-no-borders td {
		border: 0;
	}
	
	
/* SMALLER TABLE */

.table-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 25px;
}

.table-small th {
		border: solid thin #999;	
		background-color: #CCC;	
		padding: 5px;
		text-align: center;		
	}

.table-small td {
		border: solid thin #999;
		padding: 5px;
	}
	
	
.table-small ul {
		padding-left: 20px;
	}	
	
.table-small li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 15px;
		list-style:none;
}

/* TABLE on OMI pages */

.table-omi {
	padding-top: 2%;
	border: 0;
	width: 95%;
	text-align: center;
}

	.table-omi th {
		background-color:#CCC;
	}
	
	.table-omi td {
		border: 0;
		vertical-align: top;
	}

.table-omi-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	border: solid thin #999;
	border-collapse: collapse;
}

	.table-omi-data th {
		background-color: #CCC;
		padding-top: 1em;
		padding-bottom: 1em;
		border: solid thin #999;
	}
	
	.table-omi-data td {
		text-align: center;
		border: solid thin #999;
		padding-top: .8em;
		padding-bottom: .8em;
	}