﻿.Sign
{
	background-image:url("../images/SIGN-side.jpg");
	background-repeat:repeat;
	height:50px;
	padding:0px;
	letter-spacing:10px;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	font-family:Eurose;
}
.Sign .Header
{
	background-image:url("../images/SCREEN-horz.jpg");
	background-repeat:repeat;
	height:10px;
	font-size:9px;
}
.Sign .LED
{
	background-image:url("../images/SIGN-side.jpg");
	background-repeat:repeat;
	padding:5px;
	padding-top:0px;
	vertical-align:top;
}
.LED .Inside
{
	display:table;
	background-image:url("../images/LED-red.jpg");
	background-repeat:repeat;
	color:#BB2222;
	height:35px;
	width:100%;
	position:relative;
	text-align:center;
}
.Inside .Text
{
	display:table-cell;
	vertical-align:middle;
	line-height:35px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:450px;
	font:Verdana;
	letter-spacing:5px;
}
