/*
  $1 - Overview 
*/

/* $1 - Overview /////////////////////////////////////////////////////////////*/
/*don't move to modules.css - first column is not always title*/
div.mzag_jobs_overview td.mzag_gui_gridstandard_column_title:hover 
{
  cursor:pointer;
  text-decoration:underline;
}

/*don't move to modules.css - first column is not always title*/
div.mzag_jobs_overview table.mzag_gui_gridstandard_gridtable td.mzag_gui_gridstandard_column_title
{
  padding-left:35px;
  background:#F8F8F8 url('/mzag/jobs/www/images/jobs.gif') no-repeat 10px center;
}

div.mzag_jobs_application_form label
{
  display:block;
  float:left;
  width:120px;
}
div.mzag_jobs_application_form .mzag_gui_textbox
{
  width:200px;
}
div.mzag_jobs_application_form div.mzag_gui_fileselector_searchfileupload
{
  float:left;
  margin-right:5px;
}

div.mzag_jobs_details div.mzag_jobs_info
{
  font-weight:bold;
  margin-bottom:5px;
}
div.mzag_jobs_application_form
{
  width:465px;
}