/* Styles for BAfundcampaign pages, both for listmenu functions and for DIVs for page layout  */

.FLAT  {
	margin-top : 6px;
	margin-bottom : 0px;
	Border : 0 0 0 0;
	Padding : 0 0 0 0;
}

.FLAT2  {
	margin-top : 6px;
	margin-bottom : 0px;
	Border : 0 0 0 0;
	Padding : 0 0 0 0;
}

LI  {
	line-height : 160%;
}

#fund_campaign-container  {
	width:960px;
	background-color:#F1F5F7;
	margin:auto;
}

#fund_campaign-leftcolumn  {
	width:100px;
	background-color:#F1F5F7;
	display:block;
	float:left;
}

#fund_campaign-middlecolumn  {
	display:block;
	width:720px;
	background-color:#F1F5F7;
	padding-left:10px;
	float:left;
}

#fund_campaign-rightcolumn  {
	display:block;
	width:100px;
	padding-left:10px;
	background-color:#F1F5F7;
	float:right;
}


.treemenu {
	margin : 0px 10px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	width : 600px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	
	background-image : url('../images/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('../images/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}

.treemenu .treecircle {
	background-image : url('../images/circle.gif');
	background-repeat : no-repeat;
	background-position : left;
}

.treemenu .treemenu2 {
	background-image : url('../images/circle.gif');
	background-repeat : no-repeat;
	background-position : left;
		margin : 0px 10px;
	padding : 0px 10px;
}

