@charset "utf-8";
/* CSS Document */

/* SOUNDINGS Styles */

/* NUCAPS specific */

.disclaimer {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
	
.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 800;
  color: #000000;
  background: #EFED02;
}

.cell {
  padding: 6px 12px;
  display: table-cell;
  font-size: 12px;
}

.table-notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 25px;
}

.table-notice th {
		border: solid thin #999;	
		background-color: #EFED02;	
		padding: 5px;
		text-align:left;		
	}

.table-notice td {
		border: solid thin #999;
		padding: 5px;
	}
	
.section {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  padding: 0 0 4px 0;
  width: inherit;
}
	
nav {
  font-family: Arial, sans-serif;
  font-size: 11px; 
  line-height: 20px;
  width: inherit;
}

.menu-item {
  background: #fff;
  width: inherit;
}

/*Menu Header Styles*/
.menu-item h4 {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  line-height: 12px;
  margin: 0;
  padding: 5px 0 0 5px;
  text-decoration: none;
  border-bottom: 0 solid #eee;
  width: inherit;
}

.menu-item ul {
  background: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 3px 0 0 5px;
  width: inherit;
}

.menu-item ul a {
  text-decoration: underline;
}

.menu-item ul a:hover {
	color: #940202; 
	}

/*li Styles*/
.menu-item li {
  margin: 0;
  padding: .2em;
  border-bottom: 0 solid #eee;
}
 
.link-line-soundings {
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #CCC;			
}

.return-soundings {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-top: 5px;
	float:right;
}

.return-home-pskewt {
	font-size: 11px;
	font-weight: normal;
	padding-top: 30px;
}

.return-centered {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 15px 0 10px 0;
	margin: 0 auto;
}

/*skewt Styles*/

.center-column-skewt {
	margin: 0 auto;
	padding: 5px 0 40px 0;
	text-align: center;
}
	
	.center-column-skewt h1 {
		font-size: 24px;
		color: #000;
	}
	
.center-column-skewt h2, .center-column-skewt h3, .center-column-skewt h4, .center-column-skewt h5 { color: #333; }
		
	.center-column-skewt h2 {
		font-size: 16px;
		margin: 30px 0 -5px 0;
	}
		
	.center-column-skewt h3 {
		font-size: 14px;
		font-style: oblique;
		margin: -5px 0 15px 0;
	}

.center-column-skewt p, .center-column-skewt ul, .center-column-skewt ol { 
	font-size: 13px; 
	line-height: 21px;
	color: #333; 
}
		
	.center-column-skewt ul, .center-column-skewt ol { margin: 15px 0 10px 10px; }
	.center-column-skewt li { margin-bottom: 15px; }

.popup-skewt {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
	
	.popup-skewt h1 {
		font-size: 24px;
		margin-top: 2px;
		color: #000;
	}
	
	.popup-skewt p { 
		font-size: 13px; 
		color: #333; 
	}
	
.table-skewt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
	display: inline-table;
}

.table-skewt th {
		border: solid thin #999;	
		background-color: #CCC;	
		padding: 5px;		
	}

.table-skewt td {
		border: solid thin #999;
		padding: 25px;
	}

.table-inline {
	display: inline-table;
}

.return-home-skewt {
	font-size: 11px;
	font-weight: normal;
	margin: 0 auto;
	}

.skewt-table-title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #000;
		font-weight: bold;
		margin: 30px 0 8px 0;
	}
	
	
/* NUCAPS specific */
	
	.NUCAPS_animation_title {
		font-family: Arial, sans-serif;
		font-size: 22px;
		color: #000;
		padding-top: 30px;
	}
	
	.NUCAPS_subheading {
	  font-family: Arial, sans-serif;
	  font-size: 16px;
	  font-weight: bold;
	  margin: -5px 0 20px 0;
	}
	
	.NUCAPS_monitor_table {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	

/* ATOVS specific */

.atovs-note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin-top: 10px;
	margin-bottom: -5px;
    color: #000;
}