/* 
CSS for Small Grants Project listing page
Sally Edgington
2008-02-13
*/


#sgp_container_box {
	background: url(/display_images/dcw/backgrounds/sgp_large_pink_box_tile.gif) repeat-y;
	overflow: hidden;
	padding: 0;
	color: #fff;
}

	#sgp_start_box {
		background: url(/display_images/dcw/backgrounds/sgp_large_pink_box_top.gif) no-repeat;
		overflow: hidden;
		height: 22px;
	}
	
	#sgp_end_box {
		background: url(/display_images/dcw/backgrounds/sgp_large_pink_box_bottom.gif) no-repeat;
		overflow: hidden;
		height: 16px;
	}

	#sgp_box_content {
		padding: 0 20px;
	}
	
#main_content_wide h1.sgp{
	font-size:1.6em;
	line-height: 1.5em;
	color: #3B0017;
	background: #DD4B85;
	padding: 3px 0px;
	margin: 0 0 7px;
}



.intro span.sgpNote {
	color: #3B0017;
	font-size: 0.8em;
	line-height: 1.3em;
}

.basicformlabel {
	text-transform: uppercase;
	color: #3B0017;
	font-size: 0.9em;
}

form#sgp_search {
	margin: 0;
	padding: 10px 0;
}

	input.sgp_search_button {
		position: relative;
		top: 18px
	}
	
	select {
		border: 2px inset #4444;
		color: #666;
		margin-right: 8px;
		padding: 5px 2px;
	}
	
#currentProjectsContainer {
	padding: 20px;
	color: #777472
}
	.projectContainer {
		border-bottom: #D3D0CE 1px solid;
		padding: 10px 0 20px 0;
		overflow: hidden;
	}
		.title {
			clear: both;
			float: left;
			width: 80px;
			padding: 0 10px 0 0;
		}
		
		.projectTitle, .recipient, .summary {
			width: 400px;
			margin-left: 90px
		}
		
		.recipient, .recipientTitle {
			color: #22AADE;
			padding: 5px 0;
			font-size: 0.95em
		}
			.recipientTitle {
				padding-right: 10px;
			}
		
		.projectTitle a {
			color: #54504C;
			text-decoration: none;
			/*font-weight: bold;*/
			font-size: 1.1em;
		}
		
	.clear {
		clear: both;
		padding: 0;
		margin: 0;
	}


	dt.titleFloat {
		padding: 5px 0;
		float: left;
		width: 135px;
	}
	
	dd.indent {
		padding: 5px 0;
		margin-left: 155px;
	}	