
	
#textDiv, #recordDiv
{
	position: absolute;
	visibility: hidden;
	background-color: gray;
	left: 0px;
	top: 0px;
}

#commentPopup
{
	position: relative; 
	border: 0px; 
	width: 203px;
}

#recordCommentPop
{
	position: relative; 
	border: 0px; 
	width: 203px;
	color: gray;
}

#popTable
{
	position: relative;
}

.table
{
   border: 1px solid black;
}

.newClient
{
	border: 1px solid black;
	width:85px;
}

.newEngage, .newEvent
{
	border: 1px solid black;
	width:100px;
}
	
.newWC
{
	border: 1px solid black;
	width:80px;
}

.newDate
{
	border: 1px solid black;
	width:98px;
}
	
.newHours
{
	border: 1px solid black;
	width:60px;
}
	
.newAmount
{
	border: 1px solid black;
	width:65px;
}
	
.newComment
{
	border: 1px solid black;
	width:86px;		
}
	
.newButton
{
	border: 1px solid black;
	width:45px;
}	
	
.buttons
{
	border: 1px solid black;
	width:22.5px;
}
	
.commentBox1
{
	background-color: #ffffff;
}	
	
.commentBox2
{
	background-color: #d3d3d3;
}	
	
.total
{
	font-weight: bold;
}

.hideControlDates 
{
	display:none;
}
