/* Traffic Lights */

.tl {
	margin-top: 2px;
}

.RED {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #ff0000 url('images/sasatl.gif') no-repeat center center;
}

.ORANGE {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #ffa500 url('images/sasatl.gif') no-repeat center center;
}

.GREEN {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #00ff00 url('images/sasatl.gif') no-repeat center center;
}

.PURPLE {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #800080 url('images/sasatl.gif') no-repeat center center;
}

.BLUE {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #0000cd url('images/sasatl.gif') no-repeat center center;
}

.PINK {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #ff00ff url('images/sasatl.gif') no-repeat center center;
}

.YELLOW {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #ffff00 url('images/sasatl.gif') no-repeat center center;
}

.REDText {
	color: #ff0000;
}

.ORANGEText {
	color: #ffa500;
}

.GREENText {
	color: #00ff00;
}

.PURPLEText {
	color: #800080;
}

.BLUEText {
	color: #0000cd;
}

.PINKText {
	color: #ff00ff;
}

.YELLOWText {
	color: #ffff00;
}

.rowTotal {
	border-bottom: 1px solid #000000;
	font-size: 5px;
	line-height: 5px;
	height: 5px;
}

/*.fakeInput {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
	padding: 0px 5px;
} */