
/* ------------------------------------------------------------------ */
/* -                          PROJECTS                                */
/* ------------------------------------------------------------------ */

#ControlProjectsList{
	width:480px;
	padding:10px;
}

	#ControlProjectsList .separator{
		clear:both;
		width:100%;
		border-bottom:1px dotted #3F3021;
		margin-bottom:10px;
		height:10px;
	}

	#ControlProjectsList .photo{
		float:left;
		margin-right:10px;
	}
	
	#ControlProjectsList A{
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:underline;
	}


/* ------------------------------------------------------------------ */
	
#ProjectsList{
}

	#ProjectsList H2{
		display:block;
		background-color:#F7F6F5;
		border-bottom:1px dotted #3F3021;
		padding:3px;
	}
	
	#ProjectsList A{
		font-size:12px;
		font-weight:bold;
	}

	#ProjectsList .separator{
		clear:both;
		width:100%;
		border-bottom:1px dotted #A5D51E;
		margin-bottom:10px;
		height:15px;
	}
	
/* ------------------------------------------------------------------ */

