* {
    padding:0;
    margin:0;
}
div.hiddenDIV {
    visibility:hidden; 
    background-color:white;  
    border: 0px solid black;
}
th { 
    background-color: #cfcfcf ;
    font-weight: bold;
    text-align: center;
}

table.jobs { 
    width: 100%;
    background-color: #fafafa;
    border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0px; 
}
.jobnumber { 
    border: 1px #000000 solid;
    font-family: Verdana;
    font-size: 12px;
    color: #404040; 
    /* */
    width: 12%;
    padding: 0px 0px  0px 10px;
}

.jobtitle { 
    border-bottom: 1px  #000000 solid;
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-size: 12px;
    color: #404040;
    width: 50%; 
    padding: 5px 5px 5px 5px;
}
.location { 
    border: 1px #000000 solid;
    font-family: Verdana;
    font-size: 12px;
    color: #404040; 
    /* */
    width: 20%;
    padding: 0px 0px  0px 5px;
}

.closedate { 
    border-bottom: 1px #000000 solid;
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 12px;
    color: #404040;
    background-color: #fafafa;
    width: 23%; 
    padding: 0px 0px 0px 10px;
}
.job-header{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:15px; 
	background-image:url(job-header.jpg); 
	background-repeat:repeat-x; 
	height:15px; 
	padding-top:3px; 
	padding-bottom:10px; 
	padding-left:5px; 
	width:100%; 
	float:left;
}  
.go-header{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:15px; 
	background-image:url(job-header.jpg); 
	background-repeat:repeat-x; 
	border-left: 13px white solid;
	height:15px; 
	padding-top:3px; 
	padding-bottom:5px; 
	padding-left:5px; 
	width:50px; 
	float:left;
}
.qt {
  	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
    width:180px;
    float:left;
    padding :5px;
}
p.pgSmallTitle {
    font-size:16pt;
    font-weight:700;
    margin:0;

}

.subHeaderLabel {
    background-color:#cfcfcf;
    font-weight:700;
    padding:5px ;
    font-size:14px;
    
    
}
