@charset "utf-8";
/* CSS Document */

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	background-color: #93A1CE;
	text-align: center;
	font-family: "Berlin Sans FB Demi", Arial;
	font-size: 20px;
}
