#tickerContainer {
 padding-top: 3px;
 width: 144px;
 /* background-color: #e7ebf3; */
 height: 164px;
}

#tickerTable {
	width: 100%;	
	border-collapse: collapse;
}

.ticker-data-row {
	height: 16px;
	background-color: #ffffff;
}

#tickerContainer div {
  padding: 2px 0 2px 1px;
}
 
#ticker {
 width: 100%;
 /* background-color: #e7ebf3; */
 padding-bottom: 0px;
 color: #000000;
}

#tickerTitle {
	font-weight: bold;
	/* background-color: #e7ebf3; */
	color: #000000;
	height: 18px;
}

#tickerLocationName { 
 background-color: #BBC3D6;
 color: #000000;
 font-weight: bold;
 padding: 0px 0px 0px 4px;
 height: 18px;
}

#tickerDate {
 font-style: italic;
 padding: 2px 0 0px 5px;
 background-color: #ffffff;
}

.ticker-label-bold {
    font-weight: bold;
    /* border-top: 1px solid #BBC3D6; */
    border-bottom: 4px solid #e7ebf3;
    /* padding: 10px 0 20px 0; */
    font-size: 9px;
    text-transform: none;
}
.ticker-label-left {
 text-align: left;
 font-style: normal;
 font-size: 9px;
 line-height: 9px;
 color: #000000;
 padding-left: 5px;
 text-transform: none;
}
.ticker-numeric {
 	text-align: right;
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	padding-right: 5px;
}

#ticker-load-label {
	font-weight: bold;
	font-size: 9px;
	color: #666666;
	padding-top: 4px;
	line-height: 12px;
}

#load {
	color: #666666;
	vertical-align: bottom;
	font-weight: bold;
}

#tickerLmpRow {
	height: 22px;
	background-color: #ffffff;
}

