.chart-wrapper {
	overflow: auto;
	overflow-y: hidden;
}

table.chart {
	margin: 0 auto;
}

.chart-header {
	padding-bottom: 30px;
}

.chart-header h3.content-title {
	float: left;
	margin-right: 20px;
	padding-bottom: 0;
}

.chart-filters {
	background-color: #f6f9fb;
	border: 1px #b9c5d1 solid;
}

.chart-filters .chart-filters-inner {
	padding: 4px 12px;
}

.chart-filters-block {
	margin-top: 2px;
}

.chart-filters span {
	line-height: 20px;
}

.dropdown {
	padding-left: 10px;
	position: relative;
}

.dropdown-input {
	background: #fff url("../../img/icertainty/dropdown_exp.gif") no-repeat right center;
	border: 1px #b9c5d1 solid;
	cursor: pointer;
	padding: 3px 40px 3px 28px;
	position: relative;
}

.dropdown-block {
	background-color: #fff;
	border: 1px #b9c5d1 solid;
	display: none;
	left: 10px;
	max-height: 130px;
	overflow-y: scroll;
	position: absolute;
	top: 20px;
	width: 230px;
	z-index: 1;
}

.dropdown-block .block-inner {
	border: none;
	padding: 8px;
}

.options-wrap input {
	float: left;
}

.options-wrap label {
	display: block;
	line-height: 16px;
	margin-left: 20px;
	margin-bottom: 6px;
	//padding-top: 3px;
}

.filters-list {
	display: block;
	font-style: italic;
	margin-left: 27em;
}

.filters-list span {
	color: #06c;
}

span.apply-link {
	color: #06c;
	cursor: pointer;
	text-decoration: underline;
}

.f-left {
	float: left;
}




p.chart-descr {
	margin-bottom: 15px;
	text-align: center;
}

table.chart td, 
table.chart th {
	padding: 0 !important;
}

.chart-heading th {
	font-weight: normal;
	vertical-align: bottom;
}

td.left-chart-column, 
th.left-chart-column {
	text-align: left;
}

.left-chart-column {
	width: 236px;
}

.chart-column, 
.chart-column-group, 
td.right-chart-column {
	text-align: center;
}

.chart-column {
	width: 81px;
}

td.right-chart-column, 
th.right-chart-column {
	background-color: #f5f7ed;
}

th.right-chart-column {
	text-align: left;
}

.right-chart-column {
	width: 0px;
}

.chart-column h6, 
.chart-column-group h6, 
.right-chart-column h6 {
	font-weight: normal;
	padding: 5px 5px 10px 5px;
}

th.left-chart-column h6 {
	padding-bottom: 10px;
}

th.left-chart-column h5 {
	font-weight: normal;
}

select.comparison {
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 180px;
}

.ic-column {
	background-color: #ebfadc;
}

.group-column-right, 
.ic-column {
	border-right: 1px #a7b698 solid;
}

.group-column-left {
	border-left: 1px #a7b698 solid;
}

th.left-chart-column, 
th.chart-column, 
th.right-chart-column {
	border-bottom: 1px #93987c solid;
}

.height35 {
	height: 35px;
}

.height40 {
	height: 40px;
}

.height60 {
	height: 60px;
}

.chart td {
	height: 24px;
	vertical-align: middle;
}

.chart td.left-chart-column h6 {
	padding-right: 10px;
}

.chart td.left-chart-column span {
	padding-right: 30px;
}

.chart td.clicable-cell {
	cursor: pointer;
}

img.help-icon {
	float: right;
	padding-right: 6px;
}

.chart td.left-chart-column h6 {
	padding-top: 4px;
}

.chart td.left-chart-column span {
	float: left;
	padding-left: 20px;
}

.chart td.chart-column span, 
.chart td.right-chart-column span {
	padding: 0 10px;
}

/* Inverted Rows Styles */
tr.inverted-row td.left-chart-column, 
tr.inverted-row td.chart-column {
	background-color: #f2f5e9;
}

tr.inverted-row td.ic-column {
	background-color: #dff0c9;
}

tr.inverted-row td.right-chart-column {
	background-color: #e9edd9;
}
/* / Inverted Columns Styles */

/* Video help pop up window styles */
.video-help {
	background-color: #fff;
	border: 1px #a7b698 solid;
	display: none;
	height: 336px;
	left: 10px;
	position: absolute;
	width: 500px;
	z-index: 100;
}

.video-help h2 {
	padding: 10px 20px;
	text-align: center;
}

.close-but {
	background: url("../../img/icertainty/x_close.gif") no-repeat left top;
	cursor: pointer;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 8px;
}

.close-but:hover {
	background-position: -8px 0;
}
/* / Video help pop up window styles */