/* Solid Header Box Styles */
.BoxSolidHeader{

}
.BoxSolidHeader h2{
	position: relative;
	padding-top:  10px;
	height: 22px;
	background-color: #666;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-indent: 10px;
}
.BoxSolidHeader h2 a{
	position: absolute;
	right: 11px;
	font-size: 10px;
	color: #FF9236;
	text-decoration: none;
	text-transform: none;
}
.BoxSolidHeader h2 a:hover{
	text-decoration: underline;

}
 
#Events #wrapper .BoxSolidHeader h2{
	position: relative;
	padding-top:  10px;
	height: 22px;
	background-color: #666;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-indent: 10px;
	letter-spacing:normal;
	font-family: Arial, Helvetica, sans-serif;
}

#Events .BoxSolidHeader h2 a{
	position: absolute;
	right: 11px;
	font-size: 10px;
	color: #FF9236;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
}