#marketceteraLogo img  { float: left; }
#slogan img  { float: right; }

#quoteTable         { text-align: center; }

table {
    margin-left: 20px;
    margin-right: 20px;
	margin-top: 5px;
    border: thin solid black;
    border-collapse: collapse;
    caption-side: top;
}

td, th {
    border: thin dotted gray;
    padding: 3px;
}

th {
    background-color: #f05237;
}

td {
	text-align: right;
}

caption {
    font-style: italic;
    padding-top: 8px;
}

.cellcolor {
    background-color: #fcba7a;
}

.bid, .ask {
	font-size: 1.3em;
	padding-right: 5px;
	padding-left: 5px;
}

.bidSize, .askSize {
	font-size: .9em;
	color: #333333;
}

.bidSize, .askSize, .bid, .ask {
	font-family: monospace;
	vertical-align: bottom;
}

#exception {
	font-weight: bold;
	font-size: 1.1em;
	color: red;
}

