INPUT {
	padding: 3px;
}
.closed {
	display: none;
}
.open {
	display: block;
}
.clb {
	clear: both;
}
.bt {
	background-image:url('images/bt.jpg');
	border: 1px solid #9b9a9a;
}
.bt_dis {
	background-color:#eeeeee;
	border: 1px solid #dddddd;
}
.bt_cl {
	background-color:#feecbc;
	background-image:url('images/nr_bt.jpg');
	border: 1px solid #e1b43b
}
.bt_cl_dis {
	background-color:#ebe4d3;
	border: 1px solid #e2d5b1
}

A:link {
	COLOR: #003399;
	text-decoration: none;
}
A:visited {
	COLOR: #003399;
	text-decoration: none;
}
A:active {
	COLOR: #003399;
	text-decoration: underline;
}
A:hover {
	COLOR: #003399;
	text-decoration: underline;
}

#alert_msg {
	text-align: center; 
	font-size: 18px; 
	font-family: verdana; 
	padding: 40px; 
	background-color: #FFFFFF; 
	max-width:350px; 
	box-shadow: 1px 1px 10px #AAAAAA; 
	position: fixed; 
	top: 30%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	z-index: 100; 
	width:50%;
	line-height: 1.5em;
	font-weight: normal;
}

/*--------------------------------------*/
/*            CHART TOOLTIP             */
/*--------------------------------------*/


#tooltip_container .tooltip {
	visibility: hidden;
}

#tooltip_container:hover .tooltip {
    visibility: visible;
    opacity: 0.8
}

#tooltip_container:hover circle {
    stroke-width: 2;
}

#tooltip_container .tooltip rect {
    fill: #eaf5ff;
    stroke: #8ac7fc;
    stroke-width: 0.2
}
