/* Style sheet for legislative pages, also imported by funding pages */

#governance .gov-legislation ul {
	display: block;
	}

.brown {
	width: 600px;
	margin: 1.5em auto;
	text-align: center;
	}
	.brown th,
	.brown td {
		width: 100px;
		padding: 5px;
		}
	.empty {
		background: #ddc url(/parts/gradients/td-10x90-gray.jpg) top repeat-x;
		}
	.coming {
		background: #fff url(/parts/gradients/td-10x90-yellow.jpg) top repeat-x;
		}
	.ok {
		background: #fff url(/parts/gradients/td-10x90-green.jpg) top repeat-x;
		}

blockquote {
	font-size: inherit;
	line-height: normal;
	color: #000;
	font-style: italic;
	}

.bill-law {
	font-weight: bold; 
	text-align: center; 
	font-size: 120%; 
	color: #665; 
	background: #f6f6f6; 
	border-top: solid 1px #665; 
	border-bottom: solid 1px #665; 
	width: 3em; 
	padding: 5px; 
	float: left; 
	margin-right: 1em;
	}

/* Reduce "VIEW LAW" buttons to 150x60 */

.reduceto150x60 {
	margin-left: 20px;
	}
	.reduceto150x60,
	.reduceto150x60 a,
	.reduceto150x60 img {
		width: 150px;
		height: 60px;
		}
	.reduceto150x60 span {
		top: 20px;
		width: 140px;
		font-size: 150%;
		}
	
.linebefore {
	clear: right;
	}
