/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-target {
    position: relative;
    color: #999;
    font-family: Tahoma;
	font-size: 11px;
    height: 300px;
    width: 400px;
	float: left;
}

/*rules applied to all axes*/
.jqplot-axis {

}

/*rules applied to all axis tick divs*/
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
    position: absolute;
}


.jqplot-xaxis-tick {
    top: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 15px;
    padding-top: 10px;
    vertical-align: top;
}

.jqplot-x2axis-tick {
    bottom: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 15px;
    padding-bottom: 10px;
    vertical-align: bottom;
}

.jqplot-yaxis-tick {
    right: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 15px;
    padding-right: 10px;
    text-align: right;
}

.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
    left: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 15px;
    padding-left: 10px;
    padding-right: 15px;
    text-align: left;
}

table.jqplot-legend {
    background-color: #333;
    border: 3px solid #222;
	-moz-border-radius: 5px;
    position: absolute;
	padding: 5px;

}

.jqplot-title {
    top: -25px;
    left: 0px;
    padding-bottom: 0.5em;
    font-size: 1.2em;
}

table.jqplot-cursor-tooltip {
    border: 1px solid #000;
}


.jqplot-cursor-tooltip {
    border: 1px solid #000;
    white-space: nowrap;

	padding: 1px;
}

.jqplot-highlighter-tooltip {
    border: 1px solid #000;
    white-space: nowrap;

	padding: 1px;
}

