/* Auditor Styles*/


/* set the left menu for the budget pages to small, fixed size */
.leftMenu#budget {
text-align:left;
font-size:10pt;
}

/* set the left menu links on the budget pages to small, fixed size */
a.whiteMenu { color:#FFFFFF; text-decoration:none;}
a:active.whiteMenu { color:#FFFFFF;}
a:hover.whiteMenu { text-decoration:underline; color:#FFFFFF;}
a:visited.whiteMenu { color:#FFFFFF;}

/* set the left menu for the budget pages to small, fixed size */
.leftMenu li {
	background:	url(/common/images/WhiteDot.Gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 5px;
	padding-bottom: 2px;
	width: 90%;
	display: block;
	list-style-type:none;
	margin-bottom: 2px;
}


/* legacy style used on Budget pages */
.counter     { 
font-family: Verdana, Helvetica, Arial, sans-serif; 
font-size: 9pt; 
align: top; 
font-weight: 
bold; 
color: #FF0000;
}



/* New Styles for Budget pagesb */



ul.budgetSections  {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

ul.budgetSections li {
margin-left:10px;
}


ul.budgetSections li.sectionHead {
margin-top:5px;
margin-left:0px;
}

ul.budgetSections li.subIndent {
margin-left:20px;
}

ul.budgetSections li.subIndentMore {
margin-left:30px;
}


span.whiteMenu {
	color:#FFF;
}

span.whiteMenu:hover {
cursor:pointer;	
}
