/* CSS Document */

#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: #666666;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	
	display: none;
}

#salesRepPopup
{
	width: 352px;
	height: 331px;
	top: 150px;
	position: absolute;
	display:none;
}

#jobsAd
{
	float: right;
}

#interviewAdTable
{
	background: url('../images/job-event.png') no-repeat;
	width: 400px;
	height: 400px;
}

#overlaybubble 
{
	position: absolute;
	top: 0px;
	left: -1000px;
	width: 370px;
	height: 340px;
}

.bubbletitle 
{
	font-weight: bold;
	color: #07698E;
	padding-top: 5px;
}

#closeButton
{
	margin: 1px 1px auto auto;
}

.bubblebody 
{
	margin: 5px 10px 10px 15px;
	color: #666666;
}

/* style to sort-of center align elements in a left aligned text section */
.bubblecenter {
	text-align: center;
	padding-right: 40px;
}

.bubblenameact {
	float: right;
	margin-top: -19px;
	margin-right: 20px;
}

#waitAnimation
{
	margin-left: 15px;
	font-family: arial;
	font-size: 16px;
	color: #07698E;
	font-weight: bold;	
	display: none;
}	
