#graph_wrapper {
	margin:0 0 30px 80px;
	font-size:10px;
	font-weight:bold;
}

#graph_title {
	width:154px;
	height:27px;
	margin:12px 0 0 0;
	padding:0 0 0 6px;
	line-height:27px;
	font-size:10px;
	font-weight:bold;
	background:url(../img/graph_grey.jpg) top left repeat-x;
	border-top:1px solid #ffffff;
}

#graph_main {
	width:499px;
	border-left:1px solid #d4b88a;
	border-bottom:1px solid #d4b88a;
	padding:12px 0 0 0;
}

#graph_bar_bg {
	width:499px;
	margin:0 0 0 0;
	padding:0;
	background:url(../img/graph_grey.jpg) top left;
}

#graph_bar_nc {
	height:13px;
	margin:0 0 1px 0;
	padding:0;
	background:url(../img/graph_green.jpg) top left repeat-x;
	line-height:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	overflow: visible;
}

#graph_bar_nc a {
	color:#FFFFFF;
	text-decoration:none;
}
#graph_bar_nc a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}



#graph_bar_own {
	height:13px;
	margin:0 0 6px 0;
	padding:0;
	background:url(../img/graph_orange.jpg) top left repeat-x;
	line-height:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#graph_bar_own a {
	color:#FFFFFF;
	text-decoration:none;
}
#graph_bar_own a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


#graph_bar_nodata {
	height:27px;
	margin:0 0 6px 0;
	padding:0;
	line-height:27px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#graph_bar_norivaldata {
	height:13px;
	margin:0 0 1px 0;
	padding:0;
	line-height:12px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#graph_bar_morerivaldata {
	height:13px;
	margin:0 0 1px 155px;
	padding:0;
	line-height:12px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#tick {
	float:left;
}


