#sum_title
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	cursor: default;
	margin-top: 15px;
	min-height: 22px;
}

#sum_graph
{
	margin: 10px 0 0 10px;
}

div.sum_table_header_div
{
	text-align: center;
	margin-bottom: 12px;
}

.sum_date_from, .sum_date_to
{
	margin-right: 6px;
}

#sum_table
{
	position: absolute;
	top: 14px;
	right: 14px;
	width: 300px;
	background-color: white;
	font-size: 14px;
	cursor: default;
	padding: 12px 12px 12px 24px;
}

#sum_table > .sum_table_title
{
	font-weight: bold;
	text-align: center;
}

#sum_table > div
{
	width: 100%;
	padding: 6px 0;
}

#sum_table .title
{
	display: inline-block;
	padding-left: 6px;
}

#sum_table .value
{
	display: inline-block;
	float: right;
	padding-right: 6px;
}

#sum_arrow_left
{
	display: none;
	position: absolute;
	left: 5px;
}

.sum_item_highligh
{
	background-color: #a5e8c6;
}

.sum_item_highligh > .title
{
	font-weight: bold;
}

.sum_item_space
{
	height: 10px;
}

.sum_table_buttons
{
	font-size: 0;
	text-align: center;
}

.sum_table_button_40, .sum_table_button_all
{
	margin: 0;
	border: 2px solid #0ba04a;
	padding: 3px 12px;
	height: 32px;
}

.sum_table_button_40:hover, .sum_table_button_all:hover
{
	border: 2px solid #1bb05a;
	color: white;
}

.sum_table_button_inactive
{
	background: white;
	color: #0ba04a;
}

#sum_factors
{
	margin: 15px 0 0 20px;
	font-size: 14px;
}

#sum_bottom
{
	display: none;
	text-align: center;
	width: 100%;
}

div.sum_bottom
{
	display: inline-block;
	background-color: white;
	margin: 10px 5px;
	padding: 15px 10px;
	width: 29%;
	font-size: 14px;
	cursor: default;
	vertical-align: top;
}

div.sum_bottom img
{
	vertical-align: middle;
}

div.sum_bottom .value, div.sum_bottom .value2
{
	font-size: 20px;
}
