/* v31 */
/*general page structure */
#html {
	height: 100%;
}
#body {
	max-height: 100%;
	min-height: 900px;
	padding-bottom: 20px;
	border: 1px solid transparent;
	z-index: 1;
	font-family:helvetica;
	background: rgba(140,140,140,1);
	background: -moz-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(166,166,166,1) 25%, rgba(190,190,190,1) 50%, rgba(166,166,166,1) 75%, rgba(140,140,140,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,140,140,1)), color-stop(25%, rgba(166,166,166,1)), color-stop(50%, rgba(190,190,190,1)), color-stop(75%, rgba(166,166,166,1)), color-stop(100%, rgba(140,140,140,1)));
	background: -webkit-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(166,166,166,1) 25%, rgba(190,190,190,1) 50%, rgba(166,166,166,1) 75%, rgba(140,140,140,1) 100%);
	background: -o-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(166,166,166,1) 25%, rgba(190,190,190,1) 50%, rgba(166,166,166,1) 75%, rgba(140,140,140,1) 100%);
	background: -ms-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(166,166,166,1) 25%, rgba(190,190,190,1) 50%, rgba(166,166,166,1) 75%, rgba(140,140,140,1) 100%);
	background: linear-gradient(to bottom, rgba(140,140,140,1) 0%, rgba(166,166,166,1) 25%, rgba(190,190,190,1) 50%, rgba(166,166,166,1) 75%, rgba(140,140,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#8c8c8c', GradientType=0 );
	background: white;
}

#container {
	background-color:#0c0d0d ;
	width: auto;
	min-width: 1250px;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	height: 770px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(22,24,23,1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(22,24,23,1);
	box-shadow: 0px 0px 5px 5px rgba(22,24,23,1);
}

p.sidemenubutton,a.sidemenubutton,a.sidemenubuttonactive{
	float:left;
	display:table-cell;
	text-decoration:none;
	color:white;
	width:230px;
	height:40px;
	line-height: 40px;
	font-size:16px;
	text-align:left;
	text-indent:20px;
	width:190px;
	vertical-align:middle;
}

p.sidemenubutton{
	margin-top:8px;
	margin-bottom:8px;
}
a.sidemenubuttonactive{
	color:#9AC10E;
}
a.sidemenubuttonactive:hover{
	color:#2d2f2e;
}

p.sidemenubutton:hover {
	background-color:#9AC10E;
	color:#2d2f2e;
	font-weight:normal;
	display:table-cell;
	cursor:pointer;
	background: rgba(164,199,38,1);
	background: -moz-linear-gradient(left, rgba(164,199,38,1) 0%, rgba(154,193,14,1) 4%, rgba(154,193,14,1) 72%, rgba(123,154,11,1) 93%, rgba(93,116,8,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(164,199,38,1)), color-stop(4%, rgba(154,193,14,1)), color-stop(72%, rgba(154,193,14,1)), color-stop(93%, rgba(123,154,11,1)), color-stop(100%, rgba(93,116,8,1)));
	background: -webkit-linear-gradient(left, rgba(164,199,38,1) 0%, rgba(154,193,14,1) 4%, rgba(154,193,14,1) 72%, rgba(123,154,11,1) 93%, rgba(93,116,8,1) 100%);
	background: -o-linear-gradient(left, rgba(164,199,38,1) 0%, rgba(154,193,14,1) 4%, rgba(154,193,14,1) 72%, rgba(123,154,11,1) 93%, rgba(93,116,8,1) 100%);
	background: -ms-linear-gradient(left, rgba(164,199,38,1) 0%, rgba(154,193,14,1) 4%, rgba(154,193,14,1) 72%, rgba(123,154,11,1) 93%, rgba(93,116,8,1) 100%);
	background: linear-gradient(to right, rgba(164,199,38,1) 0%, rgba(154,193,14,1) 4%, rgba(154,193,14,1) 72%, rgba(123,154,11,1) 93%, rgba(93,116,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c726', endColorstr='#5d7408', GradientType=1 );
}

a.sidemenubutton:active{
	color:#ABACAB;
}

/*data tables*/
td.tableheader{
	background-color:#565656;
	color:#DADADA;
	text-align: left;
	height:26px;
	font-weight: normal;
}

td.tabledata1,td.tabledata2 {
	font-size:16px;
	text-align: left;
	height:42px;
	background-color:#DADADA;
	color:#2d2f2e;
}

td.tabledata2{
	font-style: italic;
}

#overviewtable,#overviewtable2,#overviewtable3 {
	width:88%;
	font-size:16px;
	text-indent:10px;
	margin-left:6%;
	margin-right:6%;
	margin-top:20px;
	border-collapse:collapse;
	border:0px;
}

#overviewtable tr:nth-child(1) {
	background-color:#565656;
	color:#DADADA;
	text-align: left;
	height:26px;
	font-weight: normal;
}

#overviewtable tr:nth-child(2) {
	text-align: left;
	background-color:#DADADA;
	color:#2d2f2e;
	height: 70px;
	vertical-align: bottom;
}

#overviewtable tr:nth-child(3) {
	text-align: left;
	background-color:#DADADA;
	color:#2d2f2e;
	height: 30px;
	line-height: 20px;
	font-style: italic;
	font-size: 14px;
}

#datatable1 {
	height:85%;
	width:100%;
	font-size:18px;
	text-indent:0px;
	border-collapse:collapse;	
}

#datatable1 th {
	background-color:#2d2f2e;
	color:#DADADA;
	text-align: center;
	height:35px;
	padding: 0px;
	background: rgba(87,89,88,1);
	background: -moz-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,89,88,1)), color-stop(8%, rgba(66,68,67,1)), color-stop(65%, rgba(45,47,46,1)), color-stop(90%, rgba(40,42,41,1)), color-stop(100%, rgba(31,33,32,1)));
	background: -webkit-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -o-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: linear-gradient(to bottom, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575958', endColorstr='#1f2120', GradientType=0 );
	font-weight: normal;
}

#datatable1 tr {
	background-color:#BEBEBE;
	color:#2d2f2e;
}

#datatable1_active {
	height:85%;
	width:100%;
	font-size:18px;
	text-indent:0px;
	border-collapse:collapse;	
}

#datatable1_active td, #datatable1_active th {
	border:0px;
}

#datatable1_active tr {
	background-color:#BEBEBE;
	color:#2d2f2e;
}

#subdatatable1 {
	height:12%;
	width:89%;
	margin-left:72px;
	font-size:16px;
	text-indent:10px;
	border-collapse:collapse;
}

#subdatatable1 th {
	background-color:#565656;
	color:#DADADA;
	text-align:left;
	height:20px;
	font-weight: normal;
}

#subdatatable1 tr {
	background-color:#DADADA;
	color:#2d2f2e;
}

#subdatatable1 td {
	border:0px;
	height:26px;
}

#subdatatable1_header_interval {
	text-indent: 20px;
}

#subdatatable1_row1col1 {
	text-indent: 20px;
}

#subdatatable1_row2col1 {
	text-indent: 20px;
}

#headerleft, #headercenter, #headerright {
	float:left;
	height:100px;
}

#headertitle:hover {
	cursor:pointer;
}

#headerleft {
	background-color:#0c0d0d ;
	width:20%;
}

#headercenter {
	background-color:#0c0d0d ;
	width:55%;
	color:#9AC10E;
	font-size:36px;	
	text-align: left;
	line-height:200%;
	text-indent: 17px;
}

#headerright {
	float:right;
	background-color:#0c0d0d ;
	width:25%;
	text-align:right;
}

#header_personalize {
	margin-left:00px;
	font-size: 16px;
	color:#9AC10E;
}

#header_personalize_1 {
	margin-left:20px;
	font-size: 16px;
	color:#9AC10E;
}

#header_personalize_2 {
	margin-left:10px;
	font-size: 16px;
	color:white;
	font-weight: bold;
	cursor: pointer;
}

#header_personalize_3 {
	margin-left:20px;
	font-size: 16px;
	color:white;
}

#picleft {
	margin-left: 0px;
}

#picright {
	float:right;
	margin-right:0px;
}

#subfooterleft, #subfootermiddle, #subfooterright {
	float:left;
	height:60px;
	line-height: 44px;
	font-size:12px;
	font-weight: lighter;
	background-color:#0c0d0d ;
	color:white;
}

#subfooterleft {
	width:10%;
	margin-left:2%;
	text-align: left;
	line-height: 60px;
}

#subfootermiddle {
	width: 34%;
	line-height: 22px;
}

#subfooterright {
	width:52%;
	text-align:right;

}

#footer {
	height: 100px;
	width: 96%;
	margin-left: 2%;
	color: white;
	font-size: 12px;
	background-color: black;
	text-align: center;
	vertical-align: bottom;
	line-height: 10px;
	padding-top: 20px;
}

#menu, #data {
	float:left;
	height:600px;
}

/*menu */

#menu {
	width:16%;
	text-align:center;
	background: rgba(52,52,52,1);
	background: -moz-linear-gradient(-45deg, rgba(52,52,52,1) 0%, rgba(89,89,89,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(52,52,52,1)), color-stop(100%, rgba(89,89,89,1)));
	background: -webkit-linear-gradient(-45deg, rgba(52,52,52,1) 0%, rgba(89,89,89,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(52,52,52,1) 0%, rgba(89,89,89,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(52,52,52,1) 0%, rgba(89,89,89,1) 100%);
	background: linear-gradient(135deg, rgba(52,52,52,1) 0%, rgba(89,89,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#595959', GradientType=1 );
}

.footerLink:hover {
	color: #9AC10E;
	cursor:pointer;
}

.footerLink {
	text-decoration: none;
}

.footerLink:active {
	font-weight: bold;
	color:#2d2f2e;
}

#data {
	background-color:#BEBEBE;
	width:84%;
}
/*preload page*/

#inputs{
	height:40px;
	margin-left:10%;
	margin-right: 10%;
	text-align:center;
}

#myfilesbutton{
	text-align: center;
	margin-top:20%;
	height:100%;
	border-radius:5px;
}

#trusttext{
	height:10%;
	width:80%;
	margin-left:15%;
	margin-right:5%;
	margin-top:0px;
	text-align:left;
	font-size: 16px;
	vertical-align:top;
	color:#2d2f2e;
}

#browsertext {
	height: 20%;
	margin-top: 20%;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align: center;
	font-size: 20px;
	vertical-align: top;
	color: #2d2f2e;
}

#browsertext2 {
	height: 20%;
	margin-top: 20px;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align: center;
	font-size: 20px;
	vertical-align: top;
	color: #2d2f2e;
}

.timechooser {
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	width:100%;
	height: 100%;
	vertical-align: middle;
	line-height: 35px;
	
	background-color:#2d2f2e;
	color:#DADADA;
	text-align: center;
	height:35px;
	background: rgba(87,89,88,1);
	background: -moz-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,89,88,1)), color-stop(8%, rgba(66,68,67,1)), color-stop(65%, rgba(45,47,46,1)), color-stop(90%, rgba(40,42,41,1)), color-stop(100%, rgba(31,33,32,1)));
	background: -webkit-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -o-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: linear-gradient(to bottom, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575958', endColorstr='#1f2120', GradientType=0 );
	font-weight: normal;
}
.timechooser {
	box-sizing: border-box;
	border-right: 2px solid #abacab;
}

.timechooser:hover {
	color:#2d2f2e;
	background: rgba(174,205,62,1);
	background: -moz-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174,205,62,1)), color-stop(8%, rgba(164,199,38,1)), color-stop(65%, rgba(154,193,14,1)), color-stop(90%, rgba(139,174,13,1)), color-stop(100%, rgba(123,154,11,1)));
	background: -webkit-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -o-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -ms-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: linear-gradient(to bottom, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aecd3e', endColorstr='#7b9a0b', GradientType=0 );
}

.timechooser:active {
	color: #ABACAB;
}

.timechooser_active {
	box-sizing: border-box;
	border-right: 2px solid #abacab;
}

.timechooser_active {
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	width:100%;
	height: 100%;
	vertical-align: middle;
	line-height: 35px;
	
	color:#9AC10E;
	text-align: center;
	height:35px;
	background: rgba(87,89,88,1);
	background: -moz-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,89,88,1)), color-stop(8%, rgba(66,68,67,1)), color-stop(65%, rgba(45,47,46,1)), color-stop(90%, rgba(40,42,41,1)), color-stop(100%, rgba(31,33,32,1)));
	background: -webkit-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -o-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: linear-gradient(to bottom, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575958', endColorstr='#1f2120', GradientType=0 );
	font-weight: normal;
}

.timechooser_active:hover {
	color:#2d2f2e;
	background: rgba(174,205,62,1);
	background: -moz-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174,205,62,1)), color-stop(8%, rgba(164,199,38,1)), color-stop(65%, rgba(154,193,14,1)), color-stop(90%, rgba(139,174,13,1)), color-stop(100%, rgba(123,154,11,1)));
	background: -webkit-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -o-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -ms-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: linear-gradient(to bottom, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aecd3e', endColorstr='#7b9a0b', GradientType=0 );
}

.timechooser_active:active {
	color: #ABACAB;
}

#tablestartuse,#tablestarttherapqual,#tablestartleak,#tablestartpress{
	color:#2d2f2e;
	font-size:36px;
	font-weight:bold;
}

#usagetabledetail {
	width:96%;
	height:95%;
	font-size:18px;
	text-indent:10px;
	margin-left:2%;
	margin-right:2%;
	margin-top:10px;
	border-collapse:collapse;
}

#usagetabledetail td, #usagetablex th {
	border:0px;
}

#usagetabledetail tr {
	background-color:#BEBEBE;
	color:#2d2f2e;
	/*border: 1px solid black;*/
}

#chartdiv {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	height:90%;
	width:90%;
	color:#2d2f2e;
}

#chartdiv_use {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	height:90%;
	width:90%;
	color:#2d2f2e;
}

#datagraph{
	background-color: #BEBEBE;
	vertical-align: top;
}

/*glossary*/

#glossarydata {
	height: 100%
}

#glossarylink{
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	width:100%;
	height: 100%;
	vertical-align: middle;
	line-height: 35px;
	
	background-color:#2d2f2e;
	color:#DADADA;
	text-align: center;
	height:100%;
	background: rgba(87,89,88,1);
	background: -moz-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,89,88,1)), color-stop(8%, rgba(66,68,67,1)), color-stop(65%, rgba(45,47,46,1)), color-stop(90%, rgba(40,42,41,1)), color-stop(100%, rgba(31,33,32,1)));
	background: -webkit-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -o-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: linear-gradient(to bottom, rgba(87,89,88,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575958', endColorstr='#1f2120', GradientType=0 );
	font-weight: normal;
}

#glossarylink:hover{
	color:#2d2f2e;
	background: rgba(174,205,62,1);
	background: -moz-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174,205,62,1)), color-stop(8%, rgba(164,199,38,1)), color-stop(65%, rgba(154,193,14,1)), color-stop(90%, rgba(139,174,13,1)), color-stop(100%, rgba(123,154,11,1)));
	background: -webkit-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -o-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -ms-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: linear-gradient(to bottom, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aecd3e', endColorstr='#7b9a0b', GradientType=0 );	
}

#glossarylink:active{
	color: #ABACAB;
}

#glossarylink_na {
	vertical-align: bottom;
	height: 100%;
	padding: 0px;
	font-weight: normal;
	color:#474948;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	line-height: 35px;
	cursor: default;
}

#glossary {
	background-color: #DADADA;
	color: #2d2f2e;
	font-size: 16px;
	border:0px;
	margin:0%;
	margin-top: 0px;
	margin-bottom:0px;
	height:563px;
	width:100%;
}

#glossary tr:nth-child(odd) {
	background-color:#BEBEBE;
}

#glossary tr:nth-child(even) {
	background-color:#DADADA;
}

#glossary td {
	text-indent: 0px;
}

#glossary.scroll{
	overflow-y: scroll;
}

#glossarytable{
	vertical-align:text-top;
	padding:10px;
	border-collapse: collapse;
}

#glossarytable td {
	/*border: 0px solid white;*/
	padding: 5px;
}

/*language*/

.bigbutton_old {
	display:table-cell;
	text-decoration:none;
	background-color:#2d2f2e;
	color:#DADADA;
	font-weight:normal;
	width:924px;
	margin-top:20px;
	height:35px;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	background: rgba(108,109,109,1);
	background: -moz-linear-gradient(top, rgba(108,109,109,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(108,109,109,1)), color-stop(8%, rgba(66,68,67,1)), color-stop(65%, rgba(45,47,46,1)), color-stop(90%, rgba(40,42,41,1)), color-stop(100%, rgba(31,33,32,1)));
	background: -webkit-linear-gradient(top, rgba(108,109,109,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -o-linear-gradient(top, rgba(108,109,109,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(108,109,109,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
	background: linear-gradient(to bottom, rgba(108,109,109,1) 0%, rgba(66,68,67,1) 8%, rgba(45,47,46,1) 65%, rgba(40,42,41,1) 90%, rgba(31,33,32,1) 100%);
}

.bigbutton_push {
    color: rgba(218,218,218,1);
    text-decoration: none;
    background-color: rgba(96,96,96,1);
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(66,66,66,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(66,66,66,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(66,66,66,1), 0px 9px 25px rgba(0,0,0,.7);
    margin-top: 8px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
	width:99%;
	text-align: center;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.bigbutton_gradient {
	display: block;
	text-decoration:none;
	background-color:#2d2f2e;
	color:#DADADA;
	font-weight:normal;
	width:924px;
	margin-top:10px;
	height:35px;
	line-height: 35px;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	background: rgba(108,109,109,1);
	background: -moz-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(100,100,100,1) 10%, rgba(10,10,10,1) 65%, rgba(70,70,70,1) 90%, rgba(140,140,140,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,140,140,1)), color-stop(10%, rgba(100,100,100,1)), color-stop(65%, rgba(10,10,10,1)), color-stop(90%, rgba(70,70,70,1)), color-stop(100%, rgba(140,140,140,1)));
	background: -webkit-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(100,100,100,1) 10%, rgba(10,10,10,1) 65%, rgba(70,70,70,1) 90%, rgba(140,140,140,1) 100%);
	background: -o-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(100,100,100,1) 10%, rgba(10,10,10,1) 65%, rgba(70,70,70,1) 90%, rgba(140,140,140,1) 100%);
	background: -ms-linear-gradient(top, rgba(140,140,140,1) 0%, rgba(100,100,100,1) 10%, rgba(10,10,10,1) 65%, rgba(70,70,70,1) 90%, rgba(140,140,140,1) 100%);
	background: linear-gradient(to bottom, rgba(140,140,140,1) 0%, rgba(100,100,100,1) 10%, rgba(10,10,10,1) 65%, rgba(70,70,70,1) 90%, rgba(140,140,140,1) 100%);
}

.bigbutton {
	display:table-cell;
	text-decoration:none;
	background-color:#9AC10E ;
	color:#3F4340;
	font-weight:normal;
	width:924px;
	margin-top:20px;
	height:35px;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
}

.bigbutton:hover, .bigbutton_gradient:hover, .bigbutton_push:hover, .bigbutton_old:hover {
	background-color:#9AC10E;
	color:#3F4340;
	cursor:pointer;
	background: rgba(174,205,62,1);
	background: -moz-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174,205,62,1)), color-stop(8%, rgba(164,199,38,1)), color-stop(65%, rgba(154,193,14,1)), color-stop(90%, rgba(139,174,13,1)), color-stop(100%, rgba(123,154,11,1)));
	background: -webkit-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -o-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: -ms-linear-gradient(top, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	background: linear-gradient(to bottom, rgba(174,205,62,1) 0%, rgba(164,199,38,1) 8%, rgba(154,193,14,1) 65%, rgba(139,174,13,1) 90%, rgba(123,154,11,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aecd3e', endColorstr='#7b9a0b', GradientType=0 );
}

.bigbutton:active, .bigbutton_gradient:active, ..bigbutton_old:active  {
	color: #ABACAB;
}

.bigbutton_push:active {
    -webkit-box-shadow: 0px 3px 0px rgba(66,66,66,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(66,66,66,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(66,66,66,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}

.langbutton {
	background-color:#2d2f2e;
	color:#DADADA;
}

.licences {
	min-width: 100%;
	min-height: 100%;
	padding: 5px;
}

#weinmannlink {
	cursor: pointer;
}

#NoScriptHint {
	text-align: center;
}

#chartpseudotooltip table {
	background-color: #DADADA;
	font-size: 12px;
}

.tooltip tr {
	background-color:#BEBEBE;
	color:#2d2f2e;
}

ul {
	margin-top: 1px;
	margin-bottom: 1px;
}
.jqplot-target{position:relative;color:#666;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:1em}.jqplot-axis{font-size:.75em}.jqplot-xaxis{margin-top:10px}.jqplot-x2axis{margin-bottom:10px}.jqplot-yaxis{margin-right:10px}.jqplot-y2axis,.jqplot-y3axis,.jqplot-y4axis,.jqplot-y5axis,.jqplot-y6axis,.jqplot-y7axis,.jqplot-y8axis,.jqplot-y9axis,.jqplot-yMidAxis{margin-left:10px;margin-right:10px}.jqplot-axis-tick,.jqplot-xaxis-tick,.jqplot-yaxis-tick,.jqplot-x2axis-tick,.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick,.jqplot-yMidAxis-tick{position:absolute;white-space:pre}.jqplot-xaxis-tick{top:0;left:15px;vertical-align:top}.jqplot-x2axis-tick{bottom:0;left:15px;vertical-align:bottom}.jqplot-yaxis-tick{right:0;top:15px;text-align:right}.jqplot-yaxis-tick.jqplot-breakTick{right:-20px;margin-right:0;padding:1px 5px 1px 5px;z-index:2;font-size:1.5em}.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick{left:0;top:15px;text-align:left}.jqplot-yMidAxis-tick{text-align:center;white-space:nowrap}.jqplot-xaxis-label{margin-top:10px;font-size:11pt;position:absolute}.jqplot-x2axis-label{margin-bottom:10px;font-size:11pt;position:absolute}.jqplot-yaxis-label{margin-right:10px;font-size:11pt;position:absolute}.jqplot-yMidAxis-label{font-size:11pt;position:absolute}.jqplot-y2axis-label,.jqplot-y3axis-label,.jqplot-y4axis-label,.jqplot-y5axis-label,.jqplot-y6axis-label,.jqplot-y7axis-label,.jqplot-y8axis-label,.jqplot-y9axis-label{font-size:11pt;margin-left:10px;position:absolute}.jqplot-meterGauge-tick{font-size:.75em;color:#999}.jqplot-meterGauge-label{font-size:1em;color:#999}table.jqplot-table-legend{margin-top:12px;margin-bottom:12px;margin-left:12px;margin-right:12px}table.jqplot-table-legend,table.jqplot-cursor-legend{background-color:rgba(255,255,255,0.6);border:1px solid #ccc;position:absolute;font-size:.75em}td.jqplot-table-legend{vertical-align:middle}td.jqplot-seriesToggle:hover,td.jqplot-seriesToggle:active{cursor:pointer}.jqplot-table-legend .jqplot-series-hidden{text-decoration:line-through}div.jqplot-table-legend-swatch-outline{border:1px solid #ccc;padding:1px}div.jqplot-table-legend-swatch{width:0;height:0;border-top-width:5px;border-bottom-width:5px;border-left-width:6px;border-right-width:6px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-style:solid}.jqplot-title{top:0;left:0;padding-bottom:.5em;font-size:1.2em}table.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em}.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px}.jqplot-highlighter-tooltip,.jqplot-canvasOverlay-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px}.jqplot-point-label{font-size:.75em;z-index:2}td.jqplot-cursor-legend-swatch{vertical-align:middle;text-align:center}div.jqplot-cursor-legend-swatch{width:1.2em;height:.7em}.jqplot-error{text-align:center}.jqplot-error-message{position:relative;top:46%;display:inline-block}div.jqplot-bubble-label{font-size:.8em;padding-left:2px;padding-right:2px;color:rgb(20%,20%,20%)}div.jqplot-bubble-label.jqplot-bubble-label-highlight{background:rgba(90%,90%,90%,0.7)}div.jqplot-noData-container{text-align:center;background-color:rgba(96%,96%,96%,0.3)}