
/*
	Fermi History CSS (Custom Styles - Specific id's and classes)
	Name: history.css
	Author: J.D. Myers (jd.myers@nasa.gov)
*/

/* Top Tab Navigation  */

#tabs {
	width: 100%;
	line-height: 1;
}

#tabs ul {
	margin: 0;
	list-style: none;
}

#tabs li {
	margin: 0;
	float: left;
	width: auto;
}

#tabs a {
	display: block;
	padding: 10px;
	text-align: center;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	color: #1d1d1d;
/*	text-transform: uppercase; */
	text-decoration: none;
}

#tabs a:hover {
	color: #fff;
	background: #069;
	border: 1px solid #069;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#tabs a.active {
	color: #fff;
	background: #069;
	border: 1px solid #069;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

/* Clear */

.clear {
	overflow: hidden;
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

/* No Wrap */

.nowrap {
	white-space: nowrap;
}

/* Table Container */

#table-container {
	width: 95%;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: left;
	border: 1px solid #ccc;
}

/* Table Related */

table.history {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}

table.history th,
table.history td {
	padding: 6px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

table.history th {
	background: #eee;
	text-align: center;
	font-weight: bold;
}

table.history tr:nth-child(even) {
	background: #def;
}

th.nowrap,
td.nowrap {
	text-wrap: nowrap;
}

table.history td.center {
	text-align: center;
}
