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