
body {
	background-repeat: repeat;
}

#chart {
	background-color: #fff;
	color: #fff;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
	font-size: 12px;
	font-weight: 600;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    left: -400px;
	top: 60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.errormsg {
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 0;
	
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

div#navibox {
	background-color: #f4f4f4;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

a {
	font-size: 16px;
	font-weight: 700;
}

.result_row:nth-child(odd) {
	background: #e4e4e4;
}

.result_row:hover {
	cursor:default;
	background: #f4f4f4;
}

.navi a {
	display:inline-block;
	width: 140px;
	padding:4px 0px 4px 0px;
	margin: 2px 2px 2px 2px;
	font: 14px sans-serif;
	background-color:#007489;
	color:#fff;
	/*border: 1px solid #f4f4f4;*/
	text-decoration: none;
	border-radius: 4px;
	/* box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2); */
	text-align: center;
}

.navi a:hover {
	display:inline-block;
	width: 140px;
	padding:4px 0px 4px 0px;
	margin: 2px 2px 2px 2px;
	font: 14px sans-serif;
	color:#fff;
	background-color:#0096b5;
	/*border: 1px solid #f4f4f4;*/
	text-decoration: none;
	/*box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);*/
	text-align: center;
}

.edits a {
	display:inline-block;
	width: 120px;
	padding:4px 0px 4px 0px;
	margin: 2px 2px 2px 2px;
	font: 14px sans-serif;
	background-color:#456675;
	color:#fff;
	/*border: 1px solid #f4f4f4;*/
	text-decoration: none;
	border-radius: 4px;
	/*box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);*/
	text-align: center;
}

.edits a:hover {
	display:inline-block;
	width: 120px;
	padding:4px 0px 4px 0px;
	margin: 2px 2px 2px 2px;
	font: 14px sans-serif;
	color:#fff;
	background-color:#0096b5;
	/*border: 1px solid #f4f4f4;*/
	text-decoration: none;
	/*box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);*/
	text-align: center;
}

.edits_big a {
	display:inline-block;
	width: 200px;
	padding:4px 0px 4px 0px;
	margin: 2px 2px 2px 2px;
	font: 14px sans-serif;
	background-color:#3e7a38;
	color:#fff;
	/*border: 1px solid #f4f4f4;*/
	text-decoration: none;
	border-radius: 4px;
	/*box-shadow: 2px 5px 1px 0 rgba(0,0,0,0.2);*/
	text-align: center;
}

.edits_big a:hover {
	display:inline-block;
	width: 200px;
	padding:4px 0px 4px 0px;
	margin: 2px 2px 2px 2px;
	font: 14px sans-serif;
	color:#fff;
	background-color:#69b762;
	/*border: 1px solid #f4f4f4;*/
	text-decoration: none;
	/*box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);*/
	text-align: center;
}

.text_notes {
	position: fixed;
	top: 35%;
	border: 1px solid;
	width: 210px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	padding: 8px;
	box-shadow: 1px 1px 1px 0px #888888;
	background-color: #f2f2f2;
}

.description {
	border: 2px solid #000000;
	background-color:#FFEC9F;
}

div#redirect_form {
	display: none;
}

div#add_box {
	display: none;
}
