
label, small {
	display: block;
}

label {
	font-weight: bold;
}

.even {
	
}

.odd {
	background-color: #EEEFFF;
}


.tablesorter thead {
	cursor: pointer;
}

.ReportDetailsLink {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

#companies {
	position: absolute;
	clear: both;	
	margin: 0; padding: 0;		
	width: 150px;
	height: 200px;
	left: 90px;	top: 90px;	
	z-index: 99999;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #AE855C;
	text-align: left;
	overflow-y: auto;
}

.companiesurl {
	margin: 2px;
	border-bottom: 1px solid #fff;	
	display: block;
}


#header #logo-image {
	position: absolute;
	background: url(/images/RealTimeLogo940.gif) no-repeat;
	width: 940px;
	height: 40px;	
	right: 10px; top: 0px;	
}
#logo-image-text {
	display: none;
}