﻿/* added reltima_ prefix to avoid conflict with Google */
/* Rule 2 of embedded stylesheet */
.reltima_traffic_scale
{
	clear:both;
	float: left;
	width: 90px;
	position: relative;
	height: 25px;
	background-color:White;
	border:1px solid black;
}

/* Rule 3 of embedded stylesheet */
.reltima_traffic_scale_labels
{
	font-size: x-small;
	left: 0px;
	width: 115px;
	position: absolute;
	top: 0px;
}

/* Rule 4 of embedded stylesheet */
.reltima_traffic_scale_label
{
	float: left;
	width: 16px;
	text-align: center;
}

/* Rule 5 of embedded stylesheet */
.reltima_traffic_scale_colors
{
	left: 9px;
	position: absolute;
	top: 12px;
}

/* Rule 6 of embedded stylesheet */
.reltima_traffic_scale_color
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	float: left;
	border-left: gray 1px solid;
	width: 12px;
	line-height: 6px;
	margin-right: 2px;
	border-bottom: gray 1px solid;
	height: 6px;
}

/* Rule 12 of embedded stylesheet */
.reltima_traffic_green
{
	background-color: #30b100;
}

/* Rule 11 of embedded stylesheet */
.reltima_traffic_yellow
{
	background-color: #fc0;
}

/* Rule 9 of embedded stylesheet */
.reltima_traffic_red
{
	background-color: #de0000;
}

/* Rule 10 of embedded stylesheet */
.reltima_traffic_red_stripes
{
	border-right: white 1px solid;
	left: 4px;
	border-left: white 1px solid;
	width: 4px;
	position: absolute;
	top: 1px;
	height: 6px;
}

/* Rule 7 of embedded stylesheet */
.reltima_traffic_black
{
	background-color: #000;
}

/* Rule 8 of embedded stylesheet */
.reltima_traffic_black_stripes
{
	left: 4px;
	border-left: #000 1px solid;
	width: 4px;
	position: absolute;
	top: 1px;
	height: 6px;
	background-color: #de0000;
}
