@charset "UTF-8";
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 220px; /* top and bottom padding create visual space within this div  */
	font-size: 90%;
	border-right-width: thin;
	border-right-style: outset;
	border-right-color: #000;
	background-color: #C93;
	border-bottom-width: thin;
	border-bottom-style: outset;
	padding: 2px;
	text-align: left;
	margin-right: 15px;
}

