@charset "utf-8";
/* CSS Document */

div#jobopps_container {
margin: 15px 0;	
}

.clear {
clear:both;
}

div.job_item_container {
margin-bottom: 20px;

}

div.job_title_container {
position: relative;
border-bottom: 1px solid #333;
overflow: auto;
border-top: 1px solid white;
border-bottom: 1px solid #666;
}

div.job_item_container a {
color: red;	
}


div.job_item_title {
position: relative;
width: 450px;
float: left;
font-size: 16px;
font-weight: bold;

}

div.job_item_date {
margin-top: 6px;
width: 150px;
float: right;
font-size: 11px;
text-align: right;
vertical-align: text-bottom;

}

div.job_item_description {
font-size: 12px;
line-height:16px;
text-align:justify;
}

div.job_item_app {
margin-top: 3px;	
}

div.job_item_app, div.job_item_resume {
font-size: 12px;	
}



div.job_item_description p {
padding: 0;
margin: 0;
}

div.paginate_summary {
text-align: left;
font-size: 11px;
}

div.paginate_nav {
margin-top: 10px;
border-top: 1px solid black;
text-align: center;
font-size: 12px;
}