/*
 *  General definitions   
 * * * * * * * * * * * * * * * * */
#sysJobs{
	
}
#sysJobs div.category-outer{
	background-color:#dfdfdf;
	margin:0px 0px 12px 0px;
	padding:1px;
}
#sysJobs div.category-outer h3{
	font-size:12pt;
	font-weight:normal;
	margin:3px 0px 3px 30px;
}
#sysJobs div.category-inner{
	background-color:white;
	padding:10px 30px;
}
#sysJobs div.category-empty{
	color:#cfcfcf;
	cursor:default;
}
#sysJobs div.category-inner dl{
	line-height:16px;
	border-bottom:1px solid #efefef;
	padding:3px 8px 10px;
}
#sysJobs div.category-inner dl.first{
	
}
#sysJobs div.category-inner dl.last{
	border-bottom:0;
	padding-bottom:0;
}
#sysJobs div.category-inner dl dt{
	margin:0;
	padding:0;
}
#sysJobs div.category-inner dl dt.releaseDate{
	font-size:7pt;
	font-weight:normal;
}
#sysJobs div.category-inner dl dd.summary{
	margin:0;
	padding:0;
}
