	
/*  LIST ------------------------------------------------- */
	div#job_list
	{
	}
	div#job_list div.job
	{
		background:url('/static/images/jobs/job-bg.png') no-repeat;
		width: 589px;
		min-height: 115px;
		padding:15px;
		color:#ccc;
	}
	div#job_list div.job p
	{
		width:575px;
	}
	div#job_list div.job p,
	div#job_list div.job p span.yellow
	{
		font-size:14px;
		line-height:24px;
		margin:0;
		padding:0;
	}
	
	div#job_list div.job p.spec,
	div#job_list div.job p.spec span.yellow
	{
		font-size:14px;
	}

	
/*  SEARCH ------------------------------------------------- */
	div#search
	{
		float:left;
	}
	div#search input#terms
	{
		float:left;
	}
	div#search input#Go
	{
		float:left;
		display:block;
		background:url(/static/images/ui/go.png);
		width:62px;
		height:33px;
		font-size:0;
		margin: 0 0 0 10px;
	}
	
/* OVERWRITE GLOBAL -------------------------------------- */
	div#pages, div#pages_of
	{
		right:40px;
	}
	div#add_new
	{
		top:-15px;
		right:-20px;
	}
	
/* DETAILS PAGE -- OVERIDE GLOBALS FOR HTML --------------*/
    div#description strong {
        font-size:14px;
        font-weight:bold;
        color:#ff9900;
    }
    div#description ul {
        list-style:disc;
    }
    div#description ul li {
        font-size:12px;
        font-weight:normal;
    }
    
     p {
          font-size:12px;
      }
  
    div.job_detail
    {
      padding-top:10px;
      width: 589px;
      min-height:377px;
      background:url('/static/images/jobs/job-detail-bg.png') no-repeat;
    }
    
    div.job_detail p,
    div.job_detail div.desc
    {
      margin:20px;
      width: 550px;
      font-size:14px;
      line-height:30px;
    }
    
    
    
    
    ul.list_buttons {
      list-style:none; 
      height:40px;
      margin:0px;
      padding:0px;
    }
    
    ul.list_buttons li {
      float:left;
      display:block;
      width:260px;
    }