/*----------------------------------------------------------*/
/* Lorain Soil and Water Conservation District				*/
/* CSS name: news.css										*/
/* Developer: MindPick Software LLC							*/
/* Date: 12/26/2007											*/
/*															*/
/* Description: Style sheet for elements of the news	  	*/
/* 		page with all media. This file will change often.	*/
/*----------------------------------------------------------*/

h6 {
	font-size: 1em;
	margin: 3em 0 0 0;
}

/*----------------------------------*/
/* Cropland for bid acreage table.	*/
/*----------------------------------*/
#cropland_fields {
	margin: 0 0 0 3em;
}

#field_col {
	width: 5em;
}

#acreage_col {
	width: 7em;
}

.acreage {
	text-align: right;
}

/*------------------------------*/
/* Tree list table formatting. 	*/
/*------------------------------*/
#tree_list {
	border-collapse: collapse;
	border: 1px solid black;
	margin: auto;
	font-size: smaller;
}

#tree_list thead {
	color: #006600;
}

#tree_list td {
	border: 1px groove silver;
	padding: 0 4px;
}

#tree_list .right_justify {
	text-align: right;
}

#tree_list .no_bottom {
	border-bottom-color: #f8f8f8 !important;
}

#tree_list  .no_right {
	border-right-color: #f8f8f8 !important;
}
