/*-----------------------------
	document library display
-----------------------------*/
	/*	top section	*/
	div#documentLibrary h2 {
		color:#888;
	}
	p.noDocuments{
		padding: 8px 0;
	}
	
	/*	each sport section	*/
	div.documentSection{
		margin: 18px 0;
	}
	
	div.documentSection ul li{
		position:relative;
		padding: 16px 10px 16px 20px;
		margin-left:30px;
		background:#fff;
	}
	div.documentSection ul li.odd{
		background:#f9f9f9;
		border:1px dotted #ddd;
		border-right:none;
	}
	div.documentSection ul li p{
		width: 600px;
		font-size:11px;
		padding: 3px;
	}
	div.documentSection ul li h4{
		font-size:12px;
		color:#333;
	}
	h3.documentSectionHeading {
		border-bottom:double #ddd;
		padding:6px;
		font-size:16px;
	}
	/*	links		*/
	div.documentSection li div.downloadLink{
		border:1px solid #ddd;
		background:#fff;
		width: 350px;
		margin: 8px;
		padding: 6px;
		color:#555;
	}
	div.documentSection div.downloadLink a{
		font-weight:bold;
	}
