
/*	DNN Action Item Positioning
-----------------------------------------------*/
#actionLeft {
	float: left;
}

#ContentPane {
	clear: both;
}

#actionButtons {
	margin-top: 0px;
}



/*	TEXT & COLORS
-----------------------------------------------*/

#titleBar span.Head { 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #A44442;
	font-size: 18px;

}

#content a { 
	color: #707338;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover { 
	text-decoration:underline;
}