#spr-quote-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #1A2E77;
	}
#spr-quote-box .title-symbol, #spr-quote-box .title-text {
	color: #ffffff;
	}
#spr-quote-box .title-symbol {
	font-size: 15px;
	background-color: #1A2E77;
	}
#spr-quote-box .title-text {
	font-size: 11px;
	background-color: #1A2E77;
	}
#spr-quote-box .odd {
	
	}
#spr-quote-box .even {
	background-color:  #EFEFD4;
	}
#spr-quote-box .current-quote {
	font-size: 15px;
	font-weight: bold;
	}
#spr-quote-box .current-change-up, #spr-quote-box .current-change-down {
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;

	}
#spr-quote-box .current-change-up span, #spr-quote-box .current-change-down span {
	display: block;
	width: 14px;
	height: 9px;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	}
#spr-quote-box .current-change-up {
	color: #458601;
	}
#spr-quote-box .current-change-down {
	color: #cb2400;
	}