body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

a:link, a:visited {
	color: #3977a9;
	font-weight: bold;
}

a:hover {
	color: #18476d;
}

a:active {
	color: #000;
}

a img {
	border: none;
}

a.deck-link {
	text-transform: uppercase;
	font-weight: normal !important;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0 0 15px 0;
}

h3 {
	margin-top: 0px;
}

form {
	margin: 0;
	padding: 0;
}

.font-normal {
	font-size: 12px;
}

.font-small {
	font-size: 12px;
}

.font-large {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

.not-bold {
	font-weight: normal;
}

.black {
	color: #000;
}

.gray {
	color: #555;
}

.underline {
	text-decoration: underline;
}

.rounded {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.line-spacing {
	line-height: 135%;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

div.ad img, img.gray-border {
	border: solid 1px #999;
}

div.ad-no-border img {
	border: 0;
}

span.loading-ani {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

img.float-left {
	margin: 0 8px 5px 0;
	position: relative;
	top: 2px;
}

img.float-right {
	margin: 0 0 5px 8px;
	position: relative;
	top: 2px;
}

div.image-left {
	float: left;
	margin: 0 10px 10px 0;
	line-height: 100%;
}

div.image-right {
	float: right;
	margin: 0 0 10px 10px;
	line-height: 100%;
}

div.image-full {
	margin: 0 0 10px 0;
	line-height: 100%;
}

.image-left img, .image-right img, .image-full img {
	display: block;
	border: solid 1px #ccc;
}

.embedded-media {
    margin-bottom: 10px;
}

div.caption {
	color: #777;
	font-size: 11px;
	margin-top: 5px;
}

.message {
	padding: 8px 8px 8px 30px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 7px 7px;
	border: solid 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.success {
	color: #009900;
	background-color: #e0f0e0;
	border-color: #b2ddb5;
	background-image: url(http://assets.newscheckmedia.com/images/icons/tick-circle.png);
}

.error {
	color: #990000;
	background-color: #ffe6e6;
	border-color: #fda7a7;
	background-image: url(http://assets.newscheckmedia.com/images/icons/cross-circle.png);
}

.info {
	color: #3977a9;
	background-color: #e1eaf2;
	border-color: #3977a9;
	background-image: url(http://assets.newscheckmedia.com/images/icons/information.png);
}

.alert {
	color: #aa0000;
	background-color: #feffc9;
	border-color: #e1e354;
	background-image: url(http://assets.newscheckmedia.com/images/icons/exclamation-red.png);
}

.no-icon {
	padding: 8px !important;
	background-image: none;
}
