/*************************************************************************************************
	Emerging Jobs CSS
**************************************************************************************************/	
	  
	#EJ_Module {
		margin-top: 5px;
		margin-bottom: 20px;   
		color: #808080; /* dark grey */
		padding: 0;
	}
	
	#EJ_Module .Header {
		padding: 3px;
		font-weight: bold;
	}
	
	#EJ_Module div.Header span.ParenTxt{
		font-weight: normal;
		color: #808080; /* dark grey */
	}
/* Paren Txt Links */	
	#EJ_Module div.Header span.ParenTxt a:link{
		text-decoration: underline;
		color: #808080; /* dark grey */
	}
	
	#EJ_Module div.Header span.ParenTxt a:visited{
		text-decoration: underline;
		color: #808080; /* dark grey */
	}
	
	#EJ_Module div.Header span.ParenTxt a:hover{
		color: blue;
		text-decoration: underline;
	}
	
	#EJ_Module div.Header span.ParenTxt a:active{
		color: #808080; /* dark grey */
	}
	
	#EJ_Module .Inner {
		color: #383838;
		padding: 3px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 11px;
	}
	
	#EJ_Module .Inner .JobList{
		height: 100px;
		overflow: auto;
		font-size: 10px;
		color: #434242;
		margin-top: 5px;
		border-top: ThreeDShadow 2px solid;
		border-bottom: ThreeDHighlight 2px solid;
		border-left: ThreeDShadow 2px solid;
		border-right: ThreeDHighlight 2px solid;
	}
	
	#EJ_Module .Inner .JobList td{
		font-size: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 3px;
		padding-right: 2px;
	}
	
	#EJ_Module .Inner .JobList span{
		font-size: 10px;
		color: #828181;
	}
	
/* Job List Job Title Link */
	#EJ_Module .Inner a.JobTitle:link {
		color: #383838;
		font-weight:bold;
		text-decoration: none;
	}
	
	#EJ_Module .Inner a.JobTitle:visited {
		color: #383838;
		font-weight:bold;
		text-decoration: none;
	}
	
	#EJ_Module .Inner a.JobTitle:hover {
		color: blue;
		font-weight:bold;
		text-decoration: underline;
	}
		
	#EJ_Module .Inner a.JobTitle:active {
		color: #383838;
		font-weight:bold;
		text-decoration: none;
	}
	
/* Job List Survey Title Link */
	#EJ_Module .Inner a.SurveyTitle:link {
		color: #383838;
		text-decoration: none;
	}
	
	#EJ_Module .Inner a.SurveyTitle:visited {
		color: #383838;
		text-decoration: none;
	}
	
	#EJ_Module .Inner a.SurveyTitle:hover {
		color: blue;
		text-decoration: underline;
	}
		
	#EJ_Module .Inner a.SurveyTitle:active {
		color: #383838;
		text-decoration: none;
	}
	
	   
	
	
	
