div#jobs {margin: 20px 0;}

div#jobs h2 {margin: 0; padding: 0;}

#jobs table { width: 100%; padding: 0px; color: #818181;}
#jobs tr {  font-size: 11px; }
#jobs tr h1 { color: #818181;font-weight: 700; margin: 0px 0px 0px 5px;padding: 0;}


#jobs tr.active,
#jobs tr.active h1 { color: #1d7f50 !important;}

#jobs.active tr { color: #1d7f50 !important;}

#jobs td { padding: 3px 0px;}
#jobs td.job-title { width: 50%;}


#jobs div.job-single {
    width: 87%;
    border-bottom: 1px dashed #88b7a5;
    
    }

li { list-style-type: none; }

td.bull {
    background: url(../images/bullet/4x4.gif) no-repeat;
    background-position: 6px 50%;
    
    
    width: 20px;
    
    }


#jobs div.job-desc {
	
	border: none;
	
	text-decoration: none;
	padding-left: 20px;
        
	font-size: 10px;
	
	margin: 0px;
	
	/*border: 1px dashed #e3e3e3;*/
	
	
}

#jobs tr.head {
	cursor:pointer;
	
	margin-top: 0;
	text-decoration: none;
	
	font-size: 12px;
	color: #666;
	
	
    }


#jobs tr.head:hover {
        /*color: #ccc;*/
	background-color: #f0f0f0;
}
#jobs tr.head.selected {
	
	background-color: #80cfe2;
	border-bottom: 1px solid black;
}


.jobs-email { color: #666; font-size: 11px;}


/*tr.job-desc { display: none;}*/

