.hja_content{
	width: 100%;
	font: 11.5px/2em "Courier New", Courier, monospace;
}
.section{
	margin: 0px 0px 10px;
}
.alignLeft{
	float: left;
	padding: 0px 10px 0px 0px;
}
.smallText{
	font-size: 10px;
	color: #666666;
}
.links{
	margin: 10px 0px 0px;
}
.awQuickTagToolbar{
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0px;
}
.tbButtons input[type=button]{
	background: #fff url(images/tb-bg.png) repeat-x;
	border-color: #CCCCCC;
	padding: 2px 5px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	font-weight: bold;
}
.donateBt{
	background: #FFFBEC;
	color: #333333;
	text-decoration: none;
	padding: 1px 3px;
	border: 1px solid #FFE67D;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.donateBt:hover{
	color: #000000;
	text-decoration: none !important;
	background: #FFFBE8;
	border: 1px solid #FFCC00;
	-webkit-box-shadow: 0px 0px 2px #ffdd00;
	-moz-box-shadow: 0px 0px 2px #ffdd00;
	box-shadow: 0px 0px 2px #ffdd00;
}

.dropToolbar{
	font-size: 11px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 3px 0px 5px;
}
.dropToolbar a{
	color:#000;
	text-decoration: none;
}
.dropToolbar a:hover{
	text-decoration: underline;
}
.dropToolbar .top{
	float: left;
	position: relative;
	list-style: none;
	padding: 3px 8px;
	cursor: pointer;
	border: 1px solid #E1E1E1;
	background: #fff url(images/tb-bg.png) repeat-x 0px 8px;
	margin: 0px 5px 0px 0px;
}
.dropToolbar .top img{
	margin-right: 5px;
}
.dropToolbar li:hover ul{
	display:block;
}
.dropToolbar li ul{
	display: none;
	position: absolute;
	margin: 3px 0px 0px -8px;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
	border: 1px solid #E1E1E1;
}
.dropToolbar .top ul li{
	float: none;
	margin: 0px;
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #e7e7e7;
	cursor: default;
	font-size: 11px !important;
}
.dropToolbar hr{
	border: 1px solid #f2f2f2;
	border-bottom:0px;
}
.width200{
	width: 200px;
}
.width150{
	width: 150px;
}
.clearer{
	clear:both;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
/*
.section input[type=text], .section textarea{
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}
.section input[type=text]:focus, .section textarea:focus{
	-webkit-box-shadow: 0px 0px 6px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
	outline:none;
} */