﻿.content_site #chart-wrapper {
	width: 680px; position: relative;
}
.content_site #chart-online {
	
}
.content_site .chart-button {
	background: rgb(238, 238, 238); padding: 0px 10px; border: 1px solid rgb(204, 204, 204); top: 40px; width: auto; height: 17px; text-align: center; right: 17px; color: rgb(51, 51, 51); line-height: 17px; font-family: sans-serif; font-size: 12px; text-decoration: none; display: block; position: absolute; z-index: 10;
}
.content_site .toggle.chart-button {
	right: 101px;
}
.content_site .chart-button:hover {
	background-color: rgb(221, 221, 221);
}
.content_site .active.chart-button {
	border-color: rgb(214, 30, 4); color: rgb(255, 255, 255); background-color: rgb(214, 30, 4);
}
.content_site #chart {
	width: 680px; height: 500px;
}
.content_site #chart-online {
	width: 680px; height: 500px;
}
.content_site #chartcalc {
	background: rgb(238, 238, 238); padding: 20px 0px 20px 20px; width: 660px; font-family: sans-serif; font-size: 12px;
}
.content_site #chartcalc p {
	margin: 0px; padding: 0px;
}
.content_site #chartcalc label {
	font-weight: bold; margin-right: 10px;
}
.content_site #chartcalc input {
	padding: 3px 5px; width: 70px; height: 15px; margin-left: 5px;
}
.content_site .pse table {
	width: 100%; text-align: center;
}

.content_site .ie6 p {color:red;}
.content_site .ie7 p {color:green;}
.content_site .ie8 p {color:blue;}

/* ==========================================================================
   Document search
   ========================================================================== */

.content_site .document-search-form {
	margin-bottom: 25px;
	padding: 15px;
	background-color: #eee;
}

.content_site .document-search-row {
	overflow: hidden;
	margin-top: 10px;
}

.content_site .document-search-label,
.content_site .document-search-field {
	display: inline-block;
	text-align: right;
}

.content_site .document-search-label {
	width: 12%;
}

.content_site .document-search-field {
	margin-left: 10px;
}

.content_site .document-search-button {
	width: 80px;
	border: none;
	background-color: #00958F;
	color: white;
	padding: 3px;
}

