
/* Stylesheet for VMS signs */

TABLE.VMSOUTER {
	background:black url(images/vms/vms_backing_18x3_animated.gif);
	border-spacing:0px;
	empty-cells:show;
	-webkit-border-radius:6px;
	}
TABLE.VMSINNER {
	background-color:black;
	border-spacing:4px 6px;
	empty-cells:show;
	}
TABLE.VMSINNER TD.DIGIT {
	background-color:#333333;
	color:#FFEE00;
	font-family:vms;
	font-size:12px;
	height:14px;
	text-align:center;
	overflow:hidden;
	width:10px;
	}
TABLE.VMSINNER TD.DIGIT IMAGE {
	border:0px;
	height:14px;
	width:10px;
	}
TD.Corner {
	height:10px;
	width:14px;
	}
TD.Side {
	height:62px;
	width:14px;
	}
TD#Centre {
	padding-top:8px;
	padding-bottom:8px;
	}

