/*
define only

	- news sites
*/

h2.news-header {
	color: #222;
	font-size: 2em;
}

h1.news-header {
	font-weight: 400;
	color: #222;
}

h2.news-subheader {
	font-size: 22px;
	color: #222;
}

.news-img span {
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 7px 10px 5px;
	font-size: 22px;
	text-transform: uppercase;
}

.news-content {
	font-size: 15px;
	line-height: 1.5;
	color: #222;
}

.news-side-headline {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 16px;
	padding: 3px 15px;
	text-align: left;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.chart-block {
	text-align: left;
	padding-left: 15px;
}

.news-table-input input {
	height: 24px;
	line-height: 24px;
	border: 1px solid #c0c0c0;
}

.news-box-link-left {
	position: absolute;
	left: 5px;
	bottom: 60px;
}

.news-box-link-right {
	position: absolute;
	right: 5px;
	bottom: 60px;
}

.totalwidth {
	width: 100% !important;
}