/* Style sheet for legislation pages with status trackers */

.status {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	border: solid 1px #eed;
	text-align: center;
	}
.status td {
	width: 25%;
	padding: 5px;
	}
.status th {
	text-transform: uppercase;
	background: #fff url(/parts/gradient4.jpg) repeat-x;
	font-size: 75%;
	}

.appropriations {
	width: 100%;
	font-size: 90%;
	}
.appropriations td {
	width: auto;
	padding: 2px;
	}
.appropriations tr:nth-child(even) {
	background: #eee;
	}	

.ok {
	background: #6d0;
	}
.coming {
	background: #ffe;
	border: solid 1px #eed;
	}
.altrow {
	background: #eee;				/* phase this out by 2011 */
	}
.nowrap {
	white-space: nowrap;
	}
