<style type="text/css">
/*==========================================================================*/
/* rbox_style.css                                                           */
/*                                                                          */
/* A style sheet containing classes for building rounded boxes              */
/*                                                                          */
/* Jonas Elmqvist, Tord Karlsson                                            */
/*==========================================================================*/

	.dummyRBox { }  /* "To make multiple CSSs work in IE" /Tord */
   

/*------------------*/
/* The Rounded Box  */
/*------------------*/

.axisRBoxT {
	background-image:url(/graph/rbox/top_line_100x5px.gif);
	background-repeat: repeat-x;
	height: 5px;
	line-height: 0px;
	}
	
	.axisRBoxTransT {
		background-image:url(/graphics/rbox/top_trans_line_100x5px.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}
		
		
.axisRBoxTL {
	background-image:url(/graph/rbox/top_left_corner_5x5px.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	line-height: 0px;
	}
		
	.axisRBoxTransTL {
		background-image:url(/graphics/rbox/top_left_trans_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
	
.axisRBoxTR {
	background-image:url(/graph/rbox/top_right_corner_5x5px.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	line-height: 0px;
	}
		
.axisRBoxB {
	background-image:url(/graph/rbox/bottom_line_100x5px.gif);
	background-repeat: repeat-x;
	height: 5px;
	line-height: 0px;
	}
	
	.axisRBoxTransB {
		background-image:url(/graphics/rbox/bottom_trans_line_100x5px.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}
			
.axisRBoxBL {
	background-image:url(/graph/rbox/bottom_left_corner_5x5px.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	line-height: 0px;
	}
		
	.axisRBoxTransBL {
		background-image:url(/graphics/rbox/bottom_left_trans_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
		
.axisRBoxBR {
	background-image:url(/graph/rbox/bottom_right_corner_5x5px.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	line-height: 0px;
	}
	
</style>




