/* @override 
	http://wp.local/content/themes/ap/css/ap-ma-alert.css
	http://ap.sproutventure.com/wp-content/themes/ap/css/ap-ma-alert.css
*/

body {
	color: #000;
	font: 11px/16px Helvetica, Verdana, "Helvetica Neue";
	background-color: white;
}
a {
	text-decoration: none;
}
strong {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
p {
	margin-bottom: 5px;
}
blockquote {
	margin: 10px 0 10px 30px;
}
.logo {
	float: left;
}
.pagination {
	color: #999;
	min-width: 200px;
	float: right;
	background-color: #f5f5f5;
	padding: 5px 10px 6px;
	text-align: right;
	margin-bottom: 5px;
}
.pagination a {
	color: #999;
}
.pagination .current a {
	font-weight: bold;
	color: #15235a;
}
.pagination ul {
	margin: 0;
	padding: 0;
	float: right;
}
.pagination li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}
.pagination span {
	padding: 0 7px 0 10px;
	border-left: 1px solid #b4b4b4;
}
.pagination .bottom-level {
	margin-top: 5px;
	margin-right: 5px;
}
.pagination span.previous {
	border-left: none;
}
.ma-alert-header {
	border-bottom: 2px solid #a7a7a7;
	margin-bottom: 10px;
}
#ma-alert-content {
	width: 885px;

	margin: 10px auto;
	border: 1px solid #ededed;
	padding: 20px;
}
#ma-alert-content .column {
	float: left;
	width: 430px;
	clear: right;
}
#ma-alert-content .first-column {
	margin-right: 20px;
}
.ma-target {
	float: left;
	width: 200px;
	font-weight: bold;
	margin: 15px 0;
}
.ma-buyer {
	float: right;
	width: 210px;
	font-weight: bold;
	margin: 15px 0;
}
.first-column h3 {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.ma-alert-header h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #e73d3d;
	display: block;
	clear: both;
	text-align: right;
}
img.WP-EmailIcon, img.WP-PrintIcon {
	display: none;
}
span.email, span.print {
	background: url(../img/icons.png) no-repeat left 7px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
span.print, form input.print{
	background-position: 0 -34px;
	padding-left: 15px;
	margin-left: 10px;
}