#graf {
	position:relative;
}

#hint {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	
	background-color: #EEE;
	
	font-family: tahoma, sans-serif;
	color:#666;
	font-size:9px;
	text-align:center;
	
	padding: 5px;
	
	width: auto;
	height: auto;
	
	z-index: 1;
}

#graf #hint div {
	color:#0450A2;
	font-size:11px;
	font-weight:bold;	
}

#graf #graf_img {
	border-top: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;	
	margin-bottom:15px;
}

#graf_options label {
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color:#333;
}

#graf_options {
	border-top: 1px solid #CCC;	
	padding:5px 0px;
}
#graf_options .middlec {
	vertical-align:middle;
}


#graf_options select {
	font-family: tahoma, arial, sans-serif; 
	font-size:10px; 
}

#graf_options input {
	font-family: tahoma, arial, sans-serif; 
	font-size:10px; 
}
/*
#graf .graph_table {
	float:left;
	width:126px;
	margin-right:12px;
	border-top:1px solid #999;
	border-left:1px solid #999;	
}

#graf .graph_table_prev_last {
	margin-right:0px;
}
#graf .graph_table_last {
	margin-right:0px;
	float:right;
}

#graf .graph_table table {
	width:100%;
}
#graf .graph_table table th, #graf .graph_table table td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}*/

#graf .graf_table {
	margin-bottom:10px;
	border-left:1px solid #999;	
}

#graf .graf_table table th, #graf .graf_table table td{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;		
}

#graf .graf_table table th {
	width:85px;	
}

#graf .graf_table table td {
	width:71px; 
	text-align:right;
}

#graf .graf_table table {
}

#graf .graf_table .datum {
	font-weight:bold;
}

#date_limiter label {
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color:#333;
}

#date_limiter {
	padding:5px 0px;
}
#date_limiter .middlec {
	vertical-align:middle;
}


#date_limiter select {
	font-family: tahoma, arial, sans-serif; 
	font-size:10px; 
}
#date_limiter_warning {
	color:red;
	font-weight:bold;		
}

#message {
	position: relative;
	display: block;
	border: 1px solid #369;
/*	padding: 8px 59px 8px 8px; */
		padding: 8px 8px 8px 8px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right 7px;
	_height: 41px;
	min-height: 41px;
/*	font-weight: normal; */
	color: #369;
	background-color: #ff9a2f;
/*	background-image: url(images/message_error.gif);*/

}

#date_limiter_text {
	margin:10px 0px;
}