#targetDiv {
	position:absolute;
	width:221px;
	height:168px;
	z-index:1;
	left: 111px;
	top: 75px;
	visibility: hidden;
	background-color: #F0F0F0;
	border: thin ridge #666666;
	padding-left: 4px;
	padding-top: 2px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.jobName {
	font-size: 18px;
	font-weight: bold;
	color:#FF0000;
}
.menubox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 5px;
	padding-left: 5px;
}
